@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

.grecaptcha-badge {
    visibility: hidden;
}

* {
    box-sizing:border-box;
}

html {
    scroll-behavior: smooth;
}




body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    overflow-y: scroll;
    color: #232323;
    margin-top: 10px;
}

#menu_button,
#close_button{
    display: none;
}


.content {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    width: auto;
    max-height: 40px;
    height: 100%;
}

.only-mobile {
    display: none;
}





.button {
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid #1ab248;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1ab248;
    text-decoration: none;
    cursor: pointer;
}

.button.green {
    background: #1ab248;
    color: #fff;
}

.button.black {
    border: 1px solid rgb(50, 50, 50);
    background-color: rgb(50, 50, 50);
    color: #4aff81;
}

.button.big {
    font-size: 16px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.buttons .button{
    margin-bottom: 10px;
}




a {
    color: #232323;
    text-decoration: none;
}

a:hover {
    color: #158e3a;
}

a.link {
    text-decoration: underline;
}

#nav {
    display: flex;
    justify-content:space-between;
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

#nav a {
    font-weight: 400;
    font-size: 16px;
}

a.phone {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    font-weight: 700;
}


header {
    width: 100%;

    background: #f2f2f3;
    padding: 40px 0;
}

header img {
    width: 100%;
    height: auto;
}

h1 {
    font-weight: 400;
    font-size: 56px;
    line-height: 1.1;
    margin-top: 0;
}

h1 span {
    font-weight: 600;
}


h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    margin-top: 0;
}

h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1;
    margin-top: 0;
}

h3 span {
    font-weight: 400;
    font-size: 48px;
    color: #1a1a1a;
    display: block;
}



p.medium {
    font-size: 20px;
}

p.normal {
    font-size: 16px;
}

p.small {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0;
    opacity: 0.5;
}

section {
    margin-top: 100px;
}

.block {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    min-height: 200px;
}

.block.vertical:not(.inverse) {
    padding: 0;
    border-radius: 0;
    min-height: 0;
    align-items: center;
    align-content: center;
    text-align: center;
}

.block.vertical .cover {
    width: auto;
    height: auto;
    max-width: 100%;
    object-position:bottom center;
}

.block.vertical:not(.inverse) {
    color: #fff;
}

.block.inverse {
    min-height: 0;
    border: 1px solid rgba(0,0,0,0.2);
}






.block.shadow {
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

.block .title {
    font-size: 26px;
    width: 100%;
}

.block.with-img {
    padding: 20px 20px 20px 30%;
}

.block.with-img img {
    position: absolute;
    left: 40px;
    bottom: 0px;
    width: auto;
    height: 100%;
}

.block.grig {
    min-height: 300px;
    margin-bottom: 30px;
}




.block.baige {
    background: #fff;
    border: 1px solid #1ab248;
    color: #1ab248;
}

.block.grig-small {
    min-height: 135px;
    margin-bottom: 30px;
}

.block.grig-medium {
    min-height: 200px;
    margin-bottom: 30px;
}



.block.with-img-grid .title,
.block.with-img-grid p{
    width: 70%;
}



.block.grey {
    background: #f5f5f6;
    background: -webkit-linear-gradient(to bottom, #ededed, #f5f5f6);
    background: linear-gradient(to bottom, #ededed, #f5f5f6);

}

.block.wh {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.block.white {
    background: #fff;

}


.block.black {
    background-color: #1d1d1b;
    color: #fff;
    background-image: url('/img/proverka.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 300px;
}

.block.wear {
    background-color: #fff6ec;
    background-image: url('/img/wear.webp');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 334px;
}

.block.client {
    background-color: #fff;
    background-image: url('/img/client_3step.webp?v=2');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 334px;
}

.block.green {
    background-color: #1ab248;
    color: #fff;
    background-image: url('/img/gift.png');
    background-repeat: repeat-y;
    background-position: right 20px center;
    background-size: 84px 84px;
}

.block.white {
    background-color: #fff;
    background-image: url('/img/pay.webp?v=2');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 150%;
}


.block .block-icon {
    width: 64px;
    height: 64px;
}


.block.not-margin {
    margin-bottom: 0px;
}

section#four {
    background-color: #1d1d1b;
    padding: 100px 0;
}

section#four h2 {
    color: #fff;
}

.yellow-icon {
    position: relative;
    margin: 30px 0;
}


.yellow-icon:before {
    position: absolute;
    left: 0px;
    top: -4px;
    content: '';
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #ffd93e;
    z-index: 1;
}

.yellow-icon img {
    position: relative;
    width: 64px;
    height: 64px;
    margin-left:32px;
    z-index: 2;
}

section#six {
    background: url('/img/map_big.webp') no-repeat right 50px top 50px #f5f5f6;
    padding: 100px 0;
}


.price {
    width: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 25px;

}

.price .title {
    font-size: 26px;
    width: 100%;
    color: #fff;
    background-color: rgb(50, 50, 50);
    text-align: center;
    padding: 20px;
    border-radius: 25px 25px 0 0;
}

.price .description {
    background: #fff;
    padding: 40px 20px;
    border-radius: 0 0 25px 25px;

}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}

ul li:before {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMnB0IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0zNjkuMTY0MDYyIDE3NC43Njk1MzFjNy44MTI1IDcuODEyNSA3LjgxMjUgMjAuNDc2NTYzIDAgMjguMjg1MTU3bC0xMzQuMTcxODc0IDEzNC4xNzU3ODFjLTcuODEyNSA3LjgwODU5My0yMC40NzI2NTcgNy44MDg1OTMtMjguMjg1MTU3IDBsLTYzLjg3MTA5My02My44NzVjLTcuODEyNS03LjgwODU5NC03LjgxMjUtMjAuNDcyNjU3IDAtMjguMjgxMjUgNy44MDg1OTMtNy44MTI1IDIwLjQ3MjY1Ni03LjgxMjUgMjguMjgxMjUgMGw0OS43MzA0NjggNDkuNzMwNDY5IDEyMC4wMzEyNS0xMjAuMDM1MTU3YzcuODEyNS03LjgwODU5MyAyMC40NzY1NjMtNy44MDg1OTMgMjguMjg1MTU2IDB6bTE0Mi44MzU5MzggODEuMjMwNDY5YzAgMTQxLjUwMzkwNi0xMTQuNTE1NjI1IDI1Ni0yNTYgMjU2LTE0MS41MDM5MDYgMC0yNTYtMTE0LjUxNTYyNS0yNTYtMjU2IDAtMTQxLjUwMzkwNiAxMTQuNTE1NjI1LTI1NiAyNTYtMjU2IDE0MS41MDM5MDYgMCAyNTYgMTE0LjUxNTYyNSAyNTYgMjU2em0tNDAgMGMwLTExOS4zOTQ1MzEtOTYuNjIxMDk0LTIxNi0yMTYtMjE2LTExOS4zOTQ1MzEgMC0yMTYgOTYuNjIxMDk0LTIxNiAyMTYgMCAxMTkuMzk0NTMxIDk2LjYyMTA5NCAyMTYgMjE2IDIxNiAxMTkuMzk0NTMxIDAgMjE2LTk2LjYyMTA5NCAyMTYtMjE2em0wIDAiLz48L3N2Zz4=) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    top: 1px;
}

.table-tr:not(.table-titles) {
    border-bottom: 1px solid #f5f5f6;
}


.table-tr img {
    width: 24px;
    height: 24px;
}

.table-tr.table-titles{
    font-size: 22px;
}

.table-tr .service {
    font-size: 16px;
    border-radius: 5px;
}

.table-tr.table-titles .not-contract {
    background: #ffe0e0;
    color: #e43e3e;
    border-radius: 5px 0 0 5px;
}

.table-tr.table-titles .with-contract {
    background: #d8ffd0;
    color: #1ab248;
    border-radius: 0 5px 5px 0;
}

.table-tr div {
    padding: 20px 0;
}


.stiked {
    margin-left: 0;
    margin-right: 0;
}


.order {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 25px;
    background: url('/img/calculator-bg.png') bottom right no-repeat #1ab248;
    background-size: 445px auto;
    color: #fff;
    min-height: 800px;
}

.order .title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
}

.order .title span {
    display: block;
    font-weight: 300;
    font-size: 42px;
}

.order .sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-left: 15px;
}

.order .sub-title:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}


form.white {
    color: #fff;
}

s {
    position: relative;
    text-decoration: none;
}

s::after {
    position: absolute;
    left: -10%;
    top: 50%;
    bottom: 50%;
    margin-top: -1px;
    content: '';
    width: 120%;
    height: 2px;
    background: #e43e3e;
    transform: rotate(-25deg);
}


label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

input {
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: inherit;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}




form.online-order a:not(.green) {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}

form.online-order a:hover:not(.green, .checked) {
    color: #1ab248;
    border: 1px solid #1ab248;
}


form.online-order input {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

form.online-order a.checked {
    border: 1px solid #e1d8b2;
    background: #fff7d7;
    color: #000;
}

form.online-order a.checked:hover {

}

a.tg {
    display: inline-block;
    background: url('/img/telegram.png') no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    border: 0 !important;
}

a.wa {
    display: inline-block;
    background: url('/img/whatsapp.png') no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    border: 0 !important;
}

.only-timepicker .air-datepicker--navigation,
.only-timepicker .air-datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}


.air-datepicker--time,
.air-datepicker-time{
    height: 100px;
}

.air-datepicker-time--row:first-child {
    margin-bottom: 20px;
}

.partners {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}


.partners img {
    width: auto;
    height: 50px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    opacity: 0.5;
}


hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 100px 0;
}

hr.black {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    margin: 30px 0;
}


section#ten {
    background: #f2f2f3;
    padding: 100px 0;
}


.question {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f6;
}

.question .answer {
    display: none;
    padding-left: 48px;
    margin-top: 20px;
}

.question .answer.active {
    display: block;
}


.question .title {
    position: relative;
    display: block;

    font-size: 26px;
    padding-left: 48px;
}

.question .title:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/img/plus_grey.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.question .title:hover:before {
    background-image: url(/img/plus.png);
}


.order-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
}


section#twelve {
    background: #f5f5f6;
    padding: 100px 0;
}


footer {
    background: #1d1d1b;
    color: #fff;
    padding: 100px 0;
    margin-top: 0;
}

footer a {
    display: inline-block;
    margin-bottom: 10px;
    color: #bbb;
}

footer a.call {
    font-size: 42px;
    color: #fff;
    margin-right: 0;
}


.lables {
    margin-bottom: 20px;
}


.lable {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    padding-left: 54px;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-right: 10px;
}

.lable img {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 24px;
    height: 24px;
}

.footer-logo {
    width: 50%;
    height: auto;
    max-width: 700px;
}