html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
details,
main {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
* {
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
a {
    background-color: transparent;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}
.h2,
h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.h3,
h3 {
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.h4,
h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.h5,
h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}
button.btn-default,
.modal div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #102343;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-width: 189px;
    padding: 12px 0;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #102343;
    cursor: pointer;
}
button.btn-default:hover {
    color: #102343;
}
.modal div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: #102343;
    border: 1px solid #102343;
    color: #102343;
}

button.btn-default::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: 0.45s;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(45deg) scale(0, 1);
}
button.btn-default:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.75s;
    transform: skewX(45deg) scale(1, 1);
}
button {
    border: none;
}
li {
    list-style: none;
}
li.lists {
    position: relative;
    list-style: none;
}
li.lists:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #333;
    width: 7px;
    height: 7px;
    left: -12px;
    top: 14px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.main-content__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 60px 0 73px;
}
.main-content__column:nth-child(1) {
    flex: 0 0 53%;
}
.main-content__column:nth-child(2) {
    flex: 0 0 41%;
}
.main-content__title {
    max-width: 670px;
    width: 100%;
}
.main-content__text {
    padding: 30px 0;
}
.main-content__text li,
.main-content__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.main-content__text ul {
    padding: 0 37px;
}
.main-content__text ul li {
    padding: 5px 0;
}
.main-content__btn > button.btn-default {
    min-width: 201px;
}
.main-content__img {
    position: relative;
    max-height: 780px;
    height: 100%;
    margin-top: 120px;
}
.main-content__img img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.main-content__img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 33%;
    z-index: 3;
}
.main-content__img img:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.main-content a {
    color: #5999f1;
}
.main-service {
    background: #f8f8f8;
}
.main-service__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    padding: 70px 0 56px;
}
.main-service__column {
    flex: 0 0 26%;
    display: flex;
    flex-flow: column;
    justify-content: start;
    align-items: start;
}
.main-service__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0 10px;
}
.popular-services__row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 60px 0;
}
.popular-services__content {
    margin-top: 30px;
    width: 100%;
}
.help {
    background: #3f6363;
    box-sizing: border-box;
    color: #fff;
}
.help a {
    color: #fff;
}
.help__row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 58px 0;
}
.help__column {
    flex: 0 0 50%;
    display: flex;
    justify-content: start;
    flex-flow: column wrap;
}
.help__column:last-child {
    flex: 0 0 30%;
}
.help__title {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 31px;
}
.help__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.help__form div.wpforms-container-full .wpforms-form input[type=text] {
	border-bottom: 2px solid #f2f2f2 !important;
}
.help__form input {
    width: 100% !important;
    height: 36px !important;
    border: none !important;
    
    background: 0 0 !important;
    outline: 0 !important;
    color: #fff !important;
    margin-bottom: 24px !important;
}
.help__form input::-moz-placeholder {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #bdbdbd !important;
}
.help__form input:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #bdbdbd;
}
.help__form input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #bdbdbd;
}
.help__form button[type="submit"] {
    width: 100% !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    padding: 12px 0 !important;
    color: #5a7171 !important;
    border-radius: 4px !important;
    background: #fff !important;
}
.help__form span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.help__form span a {
    font-size: 14px;
    font-weight: 700;
}
.contacts__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #4f4f4f;
    padding-bottom: 16px;
}
.contacts__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.contacts__subtitle,
.contacts__subtitle a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.first-screen .breadcrumb-container {
    padding: 30px 0 50px;
}
.first-screen .breadcrumb-container ul li {
    padding-right: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.first-screen .breadcrumb-container ul > span {
    padding-right: 16px;
    font-size: 10px;
}
.first-screen .breadcrumb-container.theme1 a {
    background: transparent;
    display: inline-block;
    margin: 0 0;
    padding: 0;
    text-decoration: none;
}
.first-screen .breadcrumb-container li a {
    font-size: 16px;
    color: #000;
}
.first-screen__row {
    padding: 0px 0 122px;
    display: flex;
    justify-content: start;
    flex-flow: column wrap;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
.first-screen__title {
    max-width: 770px;
    width: 100%;
    padding-bottom: 22px;
}
.first-screen__color--white {
    color: #fff;
}
.first-screen__text {
    max-width: 770px;
    width: 100%;
}
.content__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.content__column:first-child {
    flex: 0 0 66%;
}
.content__column:last-child {
    flex: 0 0 32%;
}
.content__callback {
    position: relative;
    background: #fff;
    box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.06);
    padding: 30px 33px 26px;
    overflow: hidden;
}
.content__callback_title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 8px;
}
.content__callback_subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 40px;
}
.content__callback::after {
    content: "";
    position: absolute;
    background: url(../img/list.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 55%;
    right: -80%;
}
.content__package {
    margin: 50px 0 30px;
}
.content__package_compare {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.content__package-block {
    display: flex;
    flex-flow: column;
}
.content__package-block_item {
    background: #fff;
    box-shadow: -1px -1px 40px rgba(16, 35, 67, 0.05), 1px 1px 40px rgba(16, 35, 67, 0.05);
    margin: 8px 0;
    padding: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.content__package-block_name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    flex: 0 0 30%;
}
.content__package-block_price {
    position: relative;
    flex: 0 0 30%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}
.content__package-block_price::before {
    content: "";
    position: absolute;
    border-left: 1px solid #d5d5d5;
    left: 0;
    top: 50%;
    height: 40px;
    width: 100%;
    transform: translateY(-50%);
}
.content__package-block_price::after {
    content: "";
    position: absolute;
    border-right: 1px solid #d5d5d5;
    top: 50%;
    height: 40px;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
}
.modal-package {
    background: #fff;
    box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.06);
}
.modal-package__row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 37px 30px;
}
.modal-package__column {
    position: relative;
    flex: 1 0 33%;
    display: flex;
    flex-flow: column wrap;
    padding: 0 26px;
}
.modal-package__column:first-child::after {
    content: "";
    background: #d5d5d5;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
}
.modal-package__column:last-child::before {
    content: "";
    background: #d5d5d5;
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
}
.modal-package__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}
.modal-package__content {
    margin: 40px 0 200px;
}
.modal-package__content ul {
    padding: 40px 0;
}
.modal-package__content ul li p {
    position: relative;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 0;
}
.modal-package__content ul li p::before {
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 1px;
    left: -10px;
    top: 20px;
}
.modal-package__content > p {
    position: relative;
    margin: 5px 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal-package__content > p::before {
    content: "*";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: 0;
}
.modal-package__price {
    position: absolute;
    bottom: 5%;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}
.modal-package__btn {
    position: absolute;
    bottom: 0;
    width: 86%;
}
.modal-package__btn > a > button {
    min-width: 100%;
}
.header-top {
    background: #f8f8f8;
}
.header-top__row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 29px 0 15px;
}
.header-top__column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
.header-top__column svg {
    vertical-align: middle;
    margin-right: 12px;
}
.header-top__logo {
    max-width: 100%;
}
.header-top__logo p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #828282;
    margin: 0;
    padding: 0;
}
.header-top__menu ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}
.header-top__menu ul li.header-top__menu-item {
    padding: 0 27px;
    line-height: 51px;
    font-size: 14px;
    color: #333;
}
.header-top__menu ul li.header-top__menu-item:nth-child(1) {
    padding: 0 27px 0 0;
}
.header-top__menu ul li.header-top__menu-item:nth-child(3) {
    padding: 0 0 0 27px;
}
.header-top__menu ul li.header-top__menu-item a {
    line-height: 51px;
    font-size: 14px;
    color: #333;
}
.header-top__mail {
    padding: 0 15px 0 0;
}
.header-top__mail span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.header-top__clock {
    padding: 0 15px;
}
.header-top__clock span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.header-top__phone {
    padding: 0 0 0 15px;
}
.header-top__phone span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.header-bottom {
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
}
.header-bottom__row {
    padding: 32px 0 26px;
}
.header-bottom__menu {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-flow: row wrap;
}
.header-bottom__item a {
    font-size: 14px;
    line-height: 21px;
    color: #333;
}
.header-bottom__btn {
    display: none;
    cursor: pointer;
}
.main-screen {
    background: url(../../../img/main-screen.jpg) no-repeat;
    background-size: cover;
}
.main-screen__row {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-flow: column wrap;
}
.main-screen__title {
    padding-top: 56px;
}
.main-screen__text {
    max-width: 572px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 42px;
}
.main-screen__text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #333;
}
.main-screen__btn {
    padding-bottom: 59px;
}
.footer {
    background: #f8f8f8;
}
.footer__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.footer__column {
    flex: 0 0 18%;
}
.footer__column:nth-child(2) {
    flex: 0 0 13%;
}
.footer__logo {
    max-width: 128px;
}
.footer__logo img {
    width: 100%;
}
.footer__copyr {
    margin-top: 48px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #828282;
}
.footer__mail span {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-left: 12px;
}
.footer__clock {
    padding: 20px 0;
}
.footer__clock span,
.footer__street span {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-left: 12px;
}
.footer__phone {
    padding-bottom: 20px;
}
.footer__phone a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.footer__phone a span {
    padding-left: 12px;
}
.footer__title {
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.footer ul li {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.footer ul li:nth-child(2) {
    padding: 9px 0;
}
.help__form input[type=text] {
    color: #bdbdbd !important;
}
@media screen and (min-width: 36rem) {
    .container {
        max-width: 31.875rem;
    }
}
@media screen and (min-width: 48rem) {
    .container {
        max-width: 43.125rem;
    }
}
@media screen and (min-width: 62rem) {
    .container {
        max-width: 58.125rem;
    }
}
@media screen and (min-width: 75rem) {
    .container {
        max-width: 73.0625rem;
    }
}
@media screen and (min-width: 560px) {
    body .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1200px) {
    .header-bottom__menu {
        justify-content: center;
    }
    .header-top__row {
        justify-content: space-around;
    }
    .main-content__column:nth-child(1) {
        flex: 0 0 100%;
    }
    .main-content__column:nth-child(2) {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .help__row {
        justify-content: center;
    }
    .help__column {
        flex: 0 0 100%;
        margin: 10px 0;
    }
    .help__column:last-child {
        flex: 0 0 50%;
    }
    .footer__row {
        justify-content: space-around;
    }
    .footer__column {
        flex: 0 0 25%;
        margin: 10px 0;
    }
    .modal-package__row {
        flex-flow: column wrap;
        align-items: center;
    }
    .modal-package__column {
        flex: 0 0 100%;
        margin: 15px 0;
    }
    .modal-package__column:first-child::after {
        content: "";
        background: #d5d5d5;
        position: absolute;
        height: 1px;
        width: 100%;
        right: 0;
        bottom: -15px;
    }
    .modal-package__column:last-child::before {
        content: "";
        background: #d5d5d5;
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        top: -15px;
    }
    .modal-package__price {
        bottom: 10%;
    }
    .content__column:first-child {
        flex: 0 0 100%;
    }
    .content__package-block_item {
        flex-flow: column wrap;
    }
    .content__package-block_item > div {
        margin: 15px 0;
    }
    .content__package-block_price::before {
        content: "";
        position: absolute;
        border-top: 1px solid #d5d5d5;
        left: 0;
        top: -10px;
        height: 1px;
        width: 100%;
        transform: translateY(-50%);
    }
    .content__package-block_price::after {
        content: "";
        position: absolute;
        border-bottom: 1px solid #d5d5d5;
        top: unset;
        bottom: -10px;
        height: 1px;
        width: 100%;
        right: 0;
        transform: translateY(-50%);
    }
    .content__column:last-child {
        flex: 0 0 100%;
    }
    .popular-services__row {
        flex-flow: column;
    }
    .popular-services__content {
        width: 100%;
        max-width: 375px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .header-top__column,
    .header-top__row {
        flex-flow: column wrap;
        align-items: center;
    }
    .header-top__clock,
    .header-top__mail,
    .header-top__phone {
        padding: 0;
        margin: 5px 0;
    }
    .header-top__logo a {
        margin: 0 15px;
    }
    .main-service__row {
        justify-content: center;
    }
    .main-service__column {
        flex: 0 0 100%;
        margin: 10px 0;
    }
    .footer__row {
        flex-flow: column wrap;
        align-items: center;
        text-align: center;
    }
    .entry-content h2 {
        margin-top: 15px;
    }
    .entry-content ul {
        margin: 7px 0 7px 30px;
    }
    .entry-content p {
        margin: 5px 0 0.5em;
    }
}
@media screen and (max-width: 560px) {
    .help__column:last-child {
        flex: 0 0 100%;
    }
    h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px) {
    .popular-services__item {
        width: 100%;
    }
    .popular-services__btn {
        bottom: 80px;
    }
    .popular-services__title {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    
    .header-bottom__btn {
        display: inline-block;
        cursor: pointer;
    }
    .header-bottom__btn span {
        font-size: 14px;
        line-height: 150%;
        color: #828282;
        font-style: normal;
        font-weight: normal;
        padding: 0 14px 0 0;
    }
}
