@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/aa-bebasneue.eot");
    src:url("{eb9388a63aeee2652d1d62764d529906}")format("embedded-opentype"),
    url("../fonts/aa-bebasneue.woff") format("woff"),
    url("../fonts/AA-BebasNeue.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'HelveticaNeueCyrLight';
    src: url('../fonts/HelveticaNeueCyr-Light.otf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html,
body {
    font-family: 'Roboto';
    line-height: 1.4;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
input[type="text"],
input[type="submit"],
input[type="checkbox"],
input[type="button"] {
    font-family: Roboto;

}

.wrap {
    width: 980px;
    margin: 0 auto;
}

header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f7f7f7;
    z-index: 999;
}

header .logo {
    background: url("../img/Logo.svg")no-repeat;
    background-size: auto 64px;
    float: left;
    padding: 0 0 0 80px;
    text-decoration: none;
}

header .logo p {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

header .logo span {
    color: #000000;
    font-size: 15px;
    line-height: 1.1;
}

header .scroll_menu {
    float: left;
    margin: 18px 0 0 30px;
}

header .scroll_menu li {
    float: left;
    margin: 0 18px 0 0;
}

header .scroll_menu li:last-child {
    margin-right: 0;
}

header .scroll_menu li a {
    padding: 60px 0 0;
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
    color: #000000;
    font-size: 16px;
    display: block;
    transition: 0.3s;
}

header .scroll_menu li a:hover {
    color: #359BCB;
}

header .scroll_menu li .scr1 {
    background: url("../img/m1.png")no-repeat center top;
}

header .scroll_menu li .scr2 {
    background: url("../img/m2.png")no-repeat center top;
}

header .scroll_menu li .scr3 {
    background: url("../img/m3.png")no-repeat center top;
}

header .scroll_menu li .scr4 {
    background: url("../img/m4.png")no-repeat center top;
}

#scr1,
#scr2,
#scr3,
#scr4 {
    margin-top: -113px;
    position: absolute;
}

.popup {
    background-color: #fff;
    display: inline-block;
    max-width: 650px;
    border: 0px;
    left: 50%;
    opacity: 0;
    padding: 35px;
    position: fixed;
    text-align: left;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

header .right {
    float: right;
    text-align: right;
    width: 255px;
}

.yr {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 30px auto 0;
}

.yr a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

header .right .tel {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.order__agree,
.how1 a,
.content10 .wrap a,
.center_foot a.call,
.right a.call,
#cookie_notification a {
    color: #2ccd70;
}

.order__agree:hover,
.how1 a:hover,
.content10 .wrap a:hover,
.center_foot a.call:hover,
header .right .zak_zvon:hover,
#cookie_notification a:hover {
    text-decoration: none;
    color: #2ccd70;

}

header .right .zak_zvon,
.callmodalceo {
    /*text-decoration: none;*/
    color: #2ccd70;
    /*border-bottom: 1px dotted currentColor;*/
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    position: relative;
    display: inline-block;
    margin: 3px 0 0;
    cursor: pointer;
}

header .right .zak_zvon:hover,
.callmodalceo:hover {
    text-decoration: none;
    border-bottom: none;
    color: #2ccd70;
}

.order__agree,
.how1 a,
.content10 .wrap a,
.center_foot a.call,
.right a.call,
#cookie_notification a {
    color: #2ccd70;
}

.order__agree:hover,
.how1 a:hover,
.content10 .wrap a:hover,
.center_foot a.call:hover,
header .right .zak_zvon:hover,
#cookie_notification a:hover {
    text-decoration: none;
    color: #2ccd70;
    border-bottom: none;

}

header .right .zak_zvon::before {
    content: '';
    background: url(../img/Call.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -28px;
    top: 25%;
    margin-top: -6px;
}

header .right .adress {
    color: #000000;
    font-size: 15px;
    margin: 4px 0 0;
}

.content1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/kukhnya_ultra_2_m.jpg)no-repeat center;
    background-size: cover;
    margin: 99px 0 0;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.kleshi {
    background: url("../img/kleshi.jpeg")no-repeat center;
    margin: 113px 0 0;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.content1 h1 {
    width: 634px;
    padding: 12px 20px 10px 20px;
    /*border: 6px solid #fff;*/
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    line-height: 1.2;
    font-size: 48px;
    margin: 40px auto 0;
}

.old-price {
    position: relative;
    display: inline-block;
}

.old-price::before {
    content: '';
    position: absolute;
    top: 45%;
    left: -5%;
    width: 115%;
    height: 6px;
    background-color: #2ccd70;
    transform: rotate(-15deg);
    transform-origin: center;
    pointer-events: none;
    border-radius: 3px;
}

.content1 .ram {
    width: 187px;
    padding: 6px 6px 0;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    margin: 12px 6px 0;
    font-size: 17px;
    vertical-align: top;
    height: 42px;
    position: relative;
}

.content1 .ram span {
    font-size: 24px;
}

.content1 .ram::before {
    content: '';
    width: 108px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 52px;
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

.clr {
    clear: both;
}

.content1 .ram::after {
    content: '';
    width: 104px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: -5px;
    top: 52px;
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.content1 .green_str,
.content8 .green_str {
    background: url(../img/act.png) no-repeat;
    width: 241px;
    height: 126px;
    text-align: left;
    position: absolute;
    left: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding-left: 16px;
}

.bot_form {
    /*text-align: left;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 52px auto;
}

.green_str .sale-counter #sale-counter__item {
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Roboto Condensed';
}

.content1 .green_str p.sale-counter,
.content8 .green_str p.sale-counter {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    /*margin: 12px 0 0 19px;*/
    display: flex;
    align-items: center;
    gap: 8px;
}

.content1 .green_str span.sale-price,
.content8 .green_str span.sale-price {
    font-size: 32px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    line-height: 100%;
}

.content1 .green_str p b,
.content8 .green_str p b {
    font-size: 32px;
    font-weight: 300;
}

.content1 .green_str span,
.content8 .green_str span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    display: block;
    /*margin: 4px 0 0 19px;*/
}

.content1 .form {
    float: right;
    padding: 30px 30px 30px;
    border: 5px solid #2ccd70;
    background: #fff;
    /*margin: 40px 0 0 0;*/
    text-align: center;
    /*height: 450px;*/
}

.content1 .ym__zayavka,
.content8 .ym__zayavka {
    padding: 31px 0 0;
}

#exit_content .form.header-callback,
#exit_contenturlic .form,
#exit_contentceo .form,
#exit_contentreview .form {
    float: right;
    padding: 30px 30px 0;
    border: 5px solid #2ccd70;
    background: #fff;
    /*margin: 40px 0 0 0;*/
    text-align: center;
    height: 450px;
}

#exit_contenturlic .form,
#exit_contentceo .form,
#exit_contentreview .form {
    height: auto;
    padding: 30px;
}

.content1 .form p,
#exit_content .form.header-callback p,
#exit_contenturlic .form p,
#exit_contentceo .form p,
#exit_contentreview .form p {
    color: #000000;
    font-size: 29px;
}

.form .form-title,
#exit_contenturlic .form .form-title,
#exit_content .form.header-callback .form-title,
#exit_contentceo .form .form-title,
#exit_contentreview .form .form-title {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
}

.content1 .form span,
#exit_contenturlic .form span,
#exit_content .form.header-callback span,
#exit_contentceo .form span,
#exit_contentreview .form span {
    color: #000000;
    font-size: 15px;
    padding: 11px 0 0;
    display: block;
}

.content1 .form span.przv,
#exit_contenturlic .form span.przv,
#exit_content .form.header-callback span.przv,
#exit_contentceo .form span.przv,
#exit_contentreview .form span.przv {
    padding: 11px 0 0;
    display: block;
    color: #949494;
    font-size: 13px;
}

.content1 .form input[type="text"],
#exit_contenturlic .form input[type="text"],
#exit_content .form.header-callback input[type="text"],
.content8 .form input[type="text"],
#exit_contentceo .form input[type="text"],
#exit_contentreview .form input[type="text"] {
    border: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 16px;
    text-align: left;
    height: 40px;
    margin: 7px auto 0;
    padding: 3px 28px;
    text-indent: 0;
    text-transform: none;
    width: 198px;
    z-index: 0;
    background: url(../assets/form-user.png) 16px 16px no-repeat #f7f7f7;
    border-radius: 3px;
    background-position: 8px 50%;
}



.content1 .form input[type="text"].in-phone,
#exit_contenturlic .form input[type="text"].in-phone,
#exit_content .form.header-callback input[type="text"].in-phone,
.content8 .form input[type="text"].in-phone,
#exit_contentceo .form input[type="text"].in-phone,
#exit_contentreview .form input[type="text"].in-phone {
    background: url(../assets/form-call.png) 16px 16px no-repeat #f7f7f7;
    margin-top: -10px;
    background-position: 8px 50%;

}

#exit_contenturlic .form input[type="text"].zadacha,
#exit_contentceo .form input[type="text"].zadacha,
#exit_contentreview .form input[type="text"].zadacha {
    background: url(../assets/message-circle.png) 16px 16px no-repeat #f7f7f7;
    margin-top: -10px;
    background-position: 8px 50%;
    background-size: 16px;

}

.content1 .form input[type="text"]#phone,
#exit_contenturlic .form input[type="text"]#phone,
#exit_content .form.header-callback input[type="text"]#phone,
#exit_contentceo .form input[type="text"]#phone,
#exit_contentreview .form input[type="text"]#phone {
    background: url(../img/f2.png) 8px 14px no-repeat #f7f7f7;
    margin-top: -10px;
}

.content1 .form input[type="text"].b01,
#exit_contenturlic .form input[type="text"].b01,
#exit_content .form.header-callback input[type="text"].b01,
#exit_contentceo .form input[type="text"].b01,
#exit_contentreview .form input[type="text"].b01 {
    margin: 15px auto 0;
}

.content1 .form input[type="submit"],
#exit_contenturlic .form input[type="submit"],
#exit_content .form.header-callback input[type="submit"],
#exit_contentceo .form input[type="submit"],
#exit_contentreview .form input[type="submit"] {
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    width: 252px;
    height: 57px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    margin-top: -10px;
    border-radius: 4px;
    transition: 0.3s;
    text-transform: none;
}

#exit_content .form.header-callback input[type="submit"],
#exit_contenturlic .form input[type="submit"],
#exit_contentceo .form input[type="submit"],
#exit_contentreview .form input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content1 .form input[type="submit"]:hover,
#exit_content .form.header-callback input[type="submit"]:hover,
#exit_contenturlic .form input[type="submit"]:hover,
#exit_contentceo .form input[type="submit"]:hover,
#exit_contentreview .form input[type="submit"]:hover {
    background: #fdea06;
}

.content2 {
    text-align: center;
    padding-bottom: 40px;
}

.content2 .plus {
    width: 170px;
    margin: 0 11px 0;
    display: inline-block;
    padding: 98px 0 0;
}

.content2 .plus p {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
}

.content2 .plus span {
    color: #000000;
    padding: 9px 0 0;
    font-size: 16px;
    display: block;
}

.content2 .pl1 {
    background: url("../assets/svg/Heart.svg")no-repeat center 30px;
    background-size: 64px 64px;
}

.content2 .pl2 {
    background: url("../assets/svg/Lock.svg")no-repeat center 30px;
    background-size: 64px 64px;
}

.content2 .pl3 {
    background: url("../assets/svg/Message.svg")no-repeat center 30px;
    background-size: 64px 64px;
}

.content2 .pl4 {
    background: url("../assets/svg/Shield.svg")no-repeat center 30px;
    background-size: 64px 64px;
}

.content2 .pl5 {
    background: url("../assets/svg/Users.svg")no-repeat center 30px;
    background-size: 64px 64px;
}

.content3 {
    padding: 55px 0;
    text-align: center;
}

.content3 .usluga {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    height: 470px;
    border: 1px solid #e6e6e6;
    margin: 100px 10px 0;
    padding: 0 35px;
}

.content3 h2 {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}

.content3 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content3 .usluga img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: -80px auto 0;
    display: block;
}

.content3 .usluga h3 {
    color: #000000;
    font-size: 27px;
    padding: 20px 0 0;
}

.content3 .usluga span {
    color: #000000;
    display: block;
    font-size: 16px;
}

.content3 .usluga span::after {
    content: '';
    width: 75px;
    height: 3px;
    background: #2ccd70;
    margin: 11px auto 0;
    display: block;
}

.content3 .usluga p {
    color: #000000;
    font-size: 17px;
    padding: 10px 0 0;
    height: 187px;
}

.content3 .callmodal input {
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    width: 252px;
    height: 57px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    transition: 0.3s;
}

.content3 .callmodal input:hover {
    background: #fdea06;
}


.content4 {
    text-align: center;
    padding: 55px 0;
}

.content4 h2 {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}

.content4 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content4 .nasek {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    margin: 50px 20px 0;
    padding: 110px 0 0;
    color: #000000;
    font-size: 21px;
}

.content4 .ns1 {
    background: url("../img/clop.png")no-repeat;
}

.content4 .ns2 {
    background: url("../img/tarakan.png")no-repeat;
}

.content4 .ns3 {
    background: url("../img/kris.png")no-repeat;
}

.content4 .ns4 {
    background: url("../img/mish.png")no-repeat;
}

.content4 .ns5 {
    background: url("../img/klesh.png")no-repeat;
}

.content4 .ns6 {
    background: url("../img/komar.png")no-repeat;
}

.content4 .ns7 {
    background: url("../img/borshevik.png")no-repeat;
}

.content4 p {
    margin: 60px 0 0;
    color: #000000;
    font-size: 19px;
}

.content5 {

    padding: 65px 0 60px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fafafa;
}

.content5 .second-title {
    margin-top: 12px;
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.sale-counter__block {
    margin: 0 auto;
    margin-top: 12px;
    color: #000;
    background-color: #2CCD7066;
    padding: 8px 12px;
    width: 100%;
    max-width: 170px;
}

.sale-counter__block .sale-counter {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sale-counter__block .sale-counter .sale-counter__item {
    font-size: 20px;
    font-weight: 700;
}

.content5 h2 {
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}

.content5 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content5 .items {
    float: left;
    margin: 100px 0 0;
    border: 1px solid #e6e6e6;
    width: 444px;
    height: 590px;
    padding: 0 18px;
    color: #000;
}

.content5 .items img {
    margin: -46px auto 8px;
}

.content5 .left.items h3 {
    padding: 17px 0 4px 0;
}

.pre-form__text {
    font-weight: 600;
    text-align: center;
}

.content5 .left .item {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 4px 0;
    color: #000;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.content5 .left .item:last-child {
    border: none;
}

.content5 .left {
    margin-right: 15px;
}

.content5 .left .item p:first-child {
    float: left;
}

.content5 .left .item p:last-child {
    float: right;
    text-align: right;
    margin-right: 18px;
}

.content5 .right h3,
.content5 .left h3 {
    color: #000;
    font-weight: 700;
    padding: 17px 0 0;
    font-size: 20px;
    text-align: center;
}

.right .right-under-title {
    padding-top: 14px;
}

.content5 .right ul {
    padding-top: 14px;
    padding-left: 15px;
}

.content5 .right li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.content5 .right li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('/img/icon-checkbox-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.content5 .right .callmodal input,
.content5 .left .callmodal input,
.callmodal-urlic input {
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    width: 195px;
    height: 43px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    margin: 24px 0 0;
    transition: 0.3s;
}

.content5 .callmodal,
.callmodal-urlic {
    display: block;
    text-align: center;
}

#wb_Text18,
#wb_Text71 {
    display: none;
}

.content5 .right .callmodal input:hover {
    background: #fdea06;
}

.content6 {
    text-align: center;
    padding: 65px 0 70px;
}

.content6-1 {
    margin: 60px auto;
}

.content6 h2,
.content6-1 h2 {
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}



.content6-1 .video-items {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.content6-1 p {
    margin-top: 8px;
    max-width: 481px;
}

.video-items__item video {
    height: 271px;
    width: auto;
}

.content6 h2::after,
.content6-1 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content6 .priem {
    width: 295px;
    margin: 50px 14px 0;
    display: inline-block;
    vertical-align: top;
}

.content6 .priem p {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    padding: 20px 0 0;
}

.content6 .priem p::after {
    content: '';
    width: 75px;
    height: 3px;
    background: #2ccd70;
    margin: 14px auto 0;
    display: block;
}

.content6 .priem span {
    color: #000000;
    font-size: 16px;
    padding: 8px 0 0;
    display: block;
}

.content6 .priem img {
    display: block;
    width: 218px;
    height: 218px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.content7 {
    background-color: #fafafa;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 60px 0 40px;
    text-align: center;
}

.content7 h2 {
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}

.content7 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content7 .how {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    padding: 210px 0 0;
    margin: 60px 10px 0;
    position: relative;
}

.content7 .how p {
    color: #000000;
    font-size: 17px;
    text-align: center;
}


.content7 .how1 {
    background: url("../img/hr1.png")no-repeat top center;
}

.content7 .how2 {
    background: url("../img/hr2.png")no-repeat top center;
}

.content7 .how3 {
    background: url("../img/hr3.png")no-repeat top center;
}

.content7 .how4 {
    background: url("../img/hr4.png")no-repeat top center;
}

.content7 .how1::after {
    content: '';
    background: url(../img/arrow-top.png)no-repeat;
    width: 103px;
    height: 37px;
    position: absolute;
    right: -64px;
    top: -3px;
    z-index: 99;
}

.content7 .how3::after {
    content: '';
    background: url(../img/arrow-top.png)no-repeat;
    width: 103px;
    height: 37px;
    position: absolute;
    right: -64px;
    top: -3px;
    z-index: 99;
}

.content7 .how2::after {
    content: '';
    background: url(../img/arrow-top.png)no-repeat;
    width: 103px;
    height: 37px;
    position: absolute;
    right: -64px;
    top: 130px;
    z-index: 99;
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.content7 .block {
    width: 505px;
    border-bottom: 3px solid #45bd7d;
    border-top: 3px solid #45bd7d;
    height: 120px;
    margin: 55px auto 0;
}

.content7 .block p {
    color: #000000;
    font-size: 20px;
    padding: 22px 0 0;
    position: relative;
}

.content7 .block p::before {
    content: '';
    width: 3px;
    height: 72px;
    background: #45bd7d;
    position: absolute;
    left: -19px;
    top: -7px;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.content7 .block p::after {
    content: '';
    width: 3px;
    height: 72px;
    background: #45bd7d;
    position: absolute;
    right: -19px;
    top: -7px;
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.content7 .block span {
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 6px 0 0;
    position: relative;
}

.content7 .block span::before {
    content: '';
    width: 3px;
    height: 72px;
    background: #45bd7d;
    position: absolute;
    left: -19px;
    bottom: -26px;
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.content7 .block span::after {
    content: '';
    width: 3px;
    height: 72px;
    background: #45bd7d;
    position: absolute;
    right: -19px;
    bottom: -26px;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.callmodalreview input {
    display: block;
}

.callmodalceo {
    margin: 0 auto;
}

.callmodalceo-block {
    display: flex;
    justify-content: center;
}



.content7 .callmodal input,
.callmodalreview input {
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    width: 252px;
    height: 57px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    margin: 30px auto 0;
    transition: 0.3s;
}

.callmodalreview input {
    margin: 0 auto 8px;
}

.content7 .callmodal input:hover,
.callmodalreview input:hover {
    background: #fdea06;
}

.content8 {
    background-color: #fafafa;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 42px 0 38px;
}


.content8 .form {
    float: right;
    padding: 30px 30px 30px;
    border: 5px solid #2ccd70;
    background: #fff;
    margin: 0;
    text-align: center;
    /*height: 450px;*/
}

.content8 .form p {
    color: #000000;
    font-size: 27px;
}

.content8 .form span {
    color: #000000;
    font-size: 15px;
    padding: 11px 0 0;
    display: block;
}

.content8 .form span.przv {
    padding: 11px 0 0;
    display: block;
    color: #949494;
    font-size: 13px;
}


.content8 .form input[type="text"].b01 {
    margin: 15px auto 0;
}

.content8 .form input[type="submit"] {
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    width: 252px;
    height: 57px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    margin-top: -10px;
    border-radius: 4px;
    transition: 0.3s;
}

.content8 .form input[type="submit"]:hover {
    background: #fdea06;
}

.content9 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 65px 0 60px;
}

.content9 h2 {
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}

.content9 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content9 .reviews {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
    margin-top: 32px;
}

.content9 .review {
    border: 1px solid #E6E6E6;
    padding: 24px;
}

.content9 .review-star {
    display: flex;
    align-items: center;
    background-color: #2CCD701A;
    gap: 8px;
    max-width: 61px;
    justify-content: center;
    padding: 4px 8px 4px 8px;
    font-size: 21px;
    font-weight: 700;
}


.content9 .review h3 {
    color: #000000;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
    font-size: 21px;
}

.content9 .review span {
    color: #000000;
    display: block;
    font-size: 19px;
    font-weight: 700;
    font-style: Bold;
    line-height: 27px;
    margin: 8px 0 8px 0;
}

.content9 .review-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.content9 .review p {
    color: #000000;
    font-size: 16px;
    line-height: 140%;
}



.content10 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 50px 0 45px;
    background: url("../img/bg5.jpg")repeat-y;
}

.content10 h2 {
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
}

.content10 h2::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.content10 p {
    color: #000000;
    text-align: center;
    padding: 20px 0 0;
    font-size: 20px;
}

.content10 span {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 20px 0 0;
}

.content10 .callmodal input {
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    width: 252px;
    height: 57px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    margin: 20px auto 0;
    display: block;
    transition: 0.3s;
}

.content10 .callmodal input:hover {
    background: #fdea06;
}

footer {
    padding: 30px 0 25px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

footer .logo {
    background: url("../img/Logo.svg")no-repeat;
    background-size: auto 64px;
    padding: 0 0 0 80px;
    text-decoration: none;
    text-align: left;
    float: left;
}

footer .logo p {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

footer .logo span {
    color: #000000;
    font-size: 15px;
    line-height: 1.1;
}

footer .right {
    float: right;
    text-align: right;
    width: 255px;
}

footer .right .tel {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

footer .right .zak_zvon {
    color: #2ccd70;
    /*border-bottom: 1px dotted currentColor;*/
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    position: relative;
    display: inline-block;
    margin: 3px 0 0;
    cursor: pointer;
}

footer .right .zak_zvon:hover {
    text-decoration: none;
    color: #2ccd70;
    border-bottom: none;
}

footer .right .zak_zvon::before {
    content: '';
    background: url("../img/Call.png")no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -6px;
}

footer .right .adress {
    color: #000000;
    font-size: 15px;
    margin: 4px 0 0;
}

footer .call {
    color: #359BCB;
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    display: inline-block;
    padding: 10px 0 0;
}

.center_foot {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.center_foot p {
    color: #000000;
    font-size: 18px;
    margin: 4px 0 0;
}

.center_foot a.mail {
    color: #000000;
    font-size: 20px;
    display: block;
    text-decoration: none;
    margin: 4px 0 0;
}

footer .call:visited {
    text-decoration: none;
    color: #359BCB;
    /*border-bottom: 1px dotted currentColor;*/
}

footer .call:hover {
    text-decoration: none;
    color: #000;
}

.simplemodal-container h3 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    color: #fff;
}

.top-mod {
    background: #27ae60;
    padding: 30px 0;
}

.top-mod p {
    color: #fff;
    margin-top: 12px;
    font-size: 20px;
    text-align: center;
    padding: 0 90px;
}

.arrow-bottom {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #27ae60;
    border-bottom: 0;
    display: inline-block;
}

.midle {
    text-align: center;
    margin-top: -5px;
}

.insideModal {}

.callback {
    border: 0;
}

.bot-mod p {
    font-size: 16px;
}

.bot-mod p:last-child {
    margin-top: 30px;
    text-align: center;
}

.bot-mod input {
    font: 20px;
    height: 45px;
    width: 214px;
}

.bot-mod input[type="text"] {
    font-family: 'Roboto';
    background: url(../img/bg-inp.jpg) no-repeat 3% 50%;
    border: 1px solid #bbb;
    font-size: 20px;
    margin-right: 10px;
}

.top-mod h3 {
    text-align: center;
    color: #fff;
    text-transform: none;
}

.top-mod h3 span {
    color: #fff500;
}

.bot-mod {
    text-align: center;
    padding: 25px 0 30px 0;
}

form {
    display: inline-block;
}

.done {
    display: none;
}

#exit_contentstop .top-mod {
    background: url(../img/top-mod.jpg)no-repeat 0% 0%;
    -webkit-background-size: 150%;
    background-size: 150%;
}

form p {
    text-align: left;
    margin: 0;
}

.callback {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    text-shadow: 0 1px 1px #fff;
    -o-text-shadow: 0 1px 1px #fff;
    -webkit-text-shadow: 0 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff;
    padding: 0 12px 0 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background: url(../img/bg-btn.png) no-repeat 0% 0%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.callback img {
    vertical-align: top;
    margin: 8px 7px 0 0
}

#wb_Text18,
#wb_Text71 {
    display: none;
}

.col-center__city {
    font-weight: 700;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px auto 16px auto;
    gap: 30px;
}

.under-title {
    margin-top: 12px;
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

.logo-block {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    text-align: left;
    float: left;
    gap: 8px;
}

/* БЛОК ЛИЦЕНЗИИ */
.licenses-section {
    background: #fafafa;
}

.licenses-wrapper {
    padding-top: clamp(25px, calc(25px + 25 * ((100vw - 370px) / 880)), 50px);
    padding-bottom: clamp(40px, calc(40px + 40 * ((100vw - 370px) / 880)), 80px);
    max-width: 1140px;
    box-sizing: border-box;
    width: 100%;
}

.licenses-title {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 43px;
    text-align: center;
    color: #000;
}

.licenses-title::after {
    content: '';
    width: 140px;
    height: 4px;
    background: #2ccd70;
    margin: 7px auto 0;
    display: block;
}

.licenses-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 40px;
    margin-top: 40px;
}

.licenses-item:not(.image) {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
    max-width: 315px;
}

.licenses-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    /*margin-top: 109px;*/
}

.licenses-item.image {
    grid-column: 2;
    grid-row: 1 / 4;
    background: #fff;
    border: 1px solid #e6e6e6;
    height: max-content;
}



.licenses-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    /*margin-top: 109px;*/
}

.licenses-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

.licenses-item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.btn-item {
    grid-column: 1/ 4;
    display: flex;
    justify-content: center;
    margin-top: -20px;
}

.licenses-item-inner {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.licenses-item-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0;
}

.licenses-item-text {
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.btn-licenses {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background: #fada05;
    border: 0;
    border-bottom: 2px solid #f7b80e;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    transition: 0.3s;
    text-decoration: none;
    height: 57px;
    max-width: 250px;
    width: 100%;
}

.btn-licenses:hover {
    background: #fdea06;
}

.d-none-mob {
    display: inline-block;
}

.d-none-desk {
    display: none;
}

.logo p {
    font-size: 24px;
}


@media (max-width:760px) {
    .bot-mod input {
        margin-top: 20px;
    }
}

.simplemodal-container h3 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 26px;
    text-align: center;
    margin: 0;
    color: #fff;
}



@media screen and (max-width:1024px) and (min-width:768px) {
    .wrap {
        width: 700px;
    }

    p.right-under-title {
        font-size: 16px
    }


    .licenses-item:nth-child(3),
    .licenses-item:nth-child(1) {
        margin-top: 0;
    }

    .content7 .how {
        width: 161px;
        padding: 160px 0 0;
        margin: 30px 10px 0;
        background-size: 797px !important;
    }



    .content7 .how1 {
        background: url(../img/bg4444.jpg)no-repeat 0 0;
    }

    .content7 .how2 {
        background: url(../img/bg4444.jpg)no-repeat -211px 0;
    }

    .content7 .how3 {
        background: url(../img/bg4444.jpg)no-repeat -424px 0;
    }

    .content7 .how4 {
        background: url(../img/bg4444.jpg)no-repeat -636px 0;
    }

    .content7 .how::after {
        display: none !important;
    }

    header .logo p {
        font-size: 24px;
    }

    header .logo span {
        font-size: 12px;
    }

    header .scroll_menu {
        margin: 28px 0 0 13px;
    }

    header .scroll_menu li {
        margin: 0 10px 0 0;
    }

    header .scroll_menu li a {
        padding: 48px 0 0;
        font-size: 12px;
        background-size: 37px !important;
    }

    header .right {
        width: auto;
    }

    header .right .tel {
        font-size: 18px;
        margin: 27px 0 0;
    }

    header .right .zak_zvon {
        font-size: 12px;
    }

    header .right .adress {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .content1 .green_str,
    .content8 .green_str {
        position: relative;
        left: auto;
    }

    .content1 {
        margin: 106px 0 0;
    }

    .content3 .usluga {
        width: 285px;
        height: 520px;
        margin: 100px 10px 0;
        padding: 0 20px;
    }

    .content3 .usluga p {
        height: 277px;
    }

    .content3 {
        background-size: cover !important;
    }

    .content4 .nasek {
        width: 131px;
    }


    .content5 .items img {
        width: 309px;
    }

    .content5 .left .item {
        font-size: 13px;
    }

    .content5 .left .item p:last-child {
        margin: 0;
        font-size: 16px;
    }

    .content5 .items {
        width: 304px;
        height: 660px;
    }

    .content5 .left.items h3 {
        padding: 8px 0;
    }

    .content5 .right li {
        margin-bottom: 10px;
    }

    .content5 .right ul {
        padding-top: 10px;
    }

    .content5 .right p {
        padding: 11px 0 0;
        font-size: 18px;
    }

    .content5 .right ul,
    .content5 .right li {
        font-size: 16px;
    }

    .content5 .right h3,
    .content5 .left h3 {
        padding: 8px 0 0;
        font-size: 20px;
    }

    .content5 .left.items h3 {
        padding: 8px 0 0;
    }

    footer .logo p {
        font-size: 24px;
    }

    footer .logo span {
        font-size: 12px;
    }

    footer .right {
        width: auto;
    }

    footer .right .tel {
        font-size: 24px;
    }

    footer .right .zak_zvon {
        font-size: 15px;
    }

    footer .right .adress {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .center_foot p {
        font-size: 15px;
    }

    .center_foot a.mail {
        font-size: 17px;
        margin: 6px 0 0;
    }

    .under-title {
        font-size: 20px;
    }


    .licenses-item.image {
        max-width: 410px;
        margin: 0 auto;
    }

    .content5 .left .callmodal {
        margin-top: 40px;
    }

    .licenses-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .licenses-inner {
        margin-top: 30px;
    }

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

    .content4 .nasek {
        font-size: 19px;
    }

    .content4 {
        padding: 40px 0;
    }

    .content5 {
        padding: 40px 0;
    }

    .content5 .left .callmodal input,
    .callmodal-urlic input {
        font-weight: 400;
        background: #fada05;
        border: 0;
        border-bottom: 2px solid #f7b80e;
        cursor: pointer;
        color: #000;
        font-size: 18px;
        border-radius: 4px;
        transition: 0.3s;
        text-decoration: none;
        height: 57px;
        max-width: 250px;
        width: 100%;
    }

    .content5 .left .callmodal input:hover,
    callmodal-urlic input:hover {
        background: #fdea06;
    }

    .content6-1 {
        margin: 40px auto;
    }

    .content7,
    .content9 {
        padding: 40px 0;
    }

    .callmodalceo-block {
        height: 44px;
        align-items: center;
    }


}

@media screen and (max-width:767px) and (min-width:320px) {
    .wrap {
        width: 96%;
        margin: 0 auto;
    }

    .content5 .left.items h3 {
        padding: 8px 0;
    }

    .licenses-item:nth-child(3),
    .licenses-item:nth-child(1) {
        margin-top: 0;
    }

    .logo-block {
        max-width: 100%;
        align-items: center;
        text-align: center;
        float: none;
    }

    footer .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .scroll_menu {
        display: none;
    }

    header .logo p {
        font-size: 20px;
    }

    header .logo span {
        font-size: 11px;
    }

    header .logo span br {
        display: none;
    }

    header .right {
        width: auto;
    }

    header .logo {
        background: url(../img/Logo.svg)no-repeat 0 50%;
        padding: 0 0 0 47px;
        background-size: 40px !important;
        margin: 10px 0 0;
        /*width: 130px;*/
    }

    .col-center .d-none-desk {
        padding: 0 0 0 47px;
    }

    header .right .tel {
        font-size: 22px;
        margin: 13px 0 0;
    }

    header .right .zak_zvon {
        margin: 12px 0 0;
        font-size: 14px;
    }

    header .right .adress {
        display: block;
    }

    .content1 {
        background-size: cover !important;
        margin: 85px 0 0;
    }

    .content1 h1 {
        width: 100%;
        border: none;
        padding: 30px 0 0;
        font-size: 38px;
    }

    .content1 .ram {
        width: 107px;
        padding: 6px 14px 0;
        margin: 25px 6px 0;
        font-size: 14px;
        height: 42px;
    }

    .content1 .ram::after {
        width: 73px;
    }

    .content1 .ram::before {
        width: 73px;
    }

    .content1 .green_str,
    .content8 .green_str {
        width: 100%;
        background: #2bc16b;
        margin: 40px 0 0 0;
        text-align: center;
        height: auto;
        padding-bottom: 15px;
        padding-left: 0;
        left: 0;
        position: unset;
        align-items: center;
        padding-top: 14px;
    }

    .content1 .bot_form,
    .content8 .bot_form {
        display: block;
    }

    .content1 .green_str p,
    .content8 .green_str p {
        margin-left: 0;
    }

    .content1 .green_str span,
    .content8 .green_str span {
        margin-left: 0;
    }

    .content1 .form {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    .content3 .usluga {
        width: 297px;
        margin: 100px 5px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 0 14px;
    }

    .content3 .usluga p {
        height: auto;
        margin-bottom: 25px;
    }

    .content5 {
        background-size: cover !important;
        text-align: center;
    }

    .content5 .items {
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 100px 0 0;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        height: auto;
    }

    .content5 .right .callmodal input,
    .content5 .left .callmodal input,
    .callmodal-urlic input {
        margin-bottom: 15px;
    }

    .content5 .right p {
        font-size: 18px;
    }

    .content5 .right ul,
    .content5 .right li {
        font-size: 16px;
    }

    .content5 .right h3,
    .content5 .left h3 {
        font-size: 20px;
    }

    .content5 .left.items h3 {
        padding: 8px 0;
    }

    .content5 .items img {
        width: 100%;
    }

    .content5 .left .item p:first-child {
        width: 60%;
        font-size: 16px;
    }

    .content5 .left .item p:last-child {
        margin: 0;
        font-size: 16px;
        width: 40%;
    }

    .content6 .priem {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 50px 5px 0;
    }

    .content7 .how::after {
        display: none !important;
    }

    .content7 {
        background-repeat: repeat;
    }

    .content7 .block {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    .content7 .block p::before,
    .content7 .block p::after,
    .content7 .block span::before,
    .content7 .block span::after {
        display: none;
    }

    .content8 {
        background-size: cover !important;
    }

    .content8 .green_str {
        width: 100%;
        background: #2bc16b;
        margin: 40px 0 0 0;
        text-align: center;
        height: auto;
        padding-bottom: 15px;
    }

    .content8 .green_str p {
        margin-left: 0;
    }

    .content8 .green_str span {
        margin-left: 0;
    }

    .content8 .form {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content1 .form input[type="text"] {
        padding: 3px 28px 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content8 .form input[type="text"] {
        padding: 3px 28px 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content1 .form {
        padding: 30px 10px;
        height: auto;
    }

    .content8 .form {
        padding: 30px 10px;
        height: auto;
    }

    h2 {
        font-size: 26px !important;
    }

    footer .right {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 25px 0;
    }

    footer .logo {
        float: none;
        display: inline-block;
    }


    .content9 .review img {}

    .content9 .review h3 {
        text-align: center;
    }


    header .right .zak_zvon {
        display: none;
    }




    .top-mod p {
        font-size: 14px;
        padding: 0 10px;
    }

    .simplemodal-container h3 {
        font-family: 'Roboto Condensed';
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.2;
        font-size: 19px;
        text-align: center;
        margin: 0;
        color: #fff;
    }

    .under-title {
        font-size: 20px;
    }

    .header-wrap {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 0 10px;
        align-items: center;

    }

    .header-wrap .logo {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .header-wrap .col-center {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        /*margin-top: 5px;*/
    }

    .header-wrap .right {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    header .right .tel {
        display: block;
        width: 56px;
        height: 56px;
        background-color: #fada05;
        border-radius: 4px;
        border-bottom: 2px solid #f7b80e;
        background-image: url(../img/wCall.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        text-indent: -9999px;
        text-align: left;
        overflow: hidden;
        margin: 0;
    }

    .licenses-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .licenses-inner {
        margin-top: 30px
    }

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

    .content4 .nasek {
        font-size: 19px;
    }

    .content4 {
        padding: 40px 0;
    }

    .content5 {
        padding: 40px 0;
    }

    /*header .right .tel {
        background: url("../img/wCall.svg") no-repeat;
        width: 24px;
        text-indent: -9999px;
        text-align: left;
        background-size: cover;
        margin: 0;
        height: 24px;
    }*/
    .licenses-item:nth-child(3),
    .licenses-item:nth-child(1) {
        margin-top: 0;
    }

    .content5 .left .callmodal input,
    .callmodal-urlic input {
        font-weight: 400;
        background: #fada05;
        border: 0;
        border-bottom: 2px solid #f7b80e;
        cursor: pointer;
        color: #000;
        font-size: 18px;
        border-radius: 4px;
        transition: 0.3s;
        text-decoration: none;
        height: 57px;
        max-width: 250px;
        width: 100%;
    }

    .content5 .left .callmodal input:hover,
    callmodal-urlic input:hover {
        background: #fdea06;
    }

    .content6-1 {
        margin: 40px auto;
    }

    .content6-1 h2 {
        margin-bottom: 0;
    }

    .content7,
    .content9 {
        padding: 40px 0;
    }

    .content7 .how {
        padding: 160px 0 0;
        margin: 30px 10px 0;

    }

    .callmodalceo-block {
        height: 44px;
        align-items: center;
    }

    .content8 {
        padding: 0 0 38px;
    }

    .content5 .right p.right-under-title {
        font-size: 16px
    }

}

@media screen and (max-width: 418px) {
    .content2 .plus span {
        font-size: 14px;
    }

    .content2 .plus p {
        font-size: 16px;

    }

    .content2 .plus {
        width: 45%;
    }

    .content2 .plus {
        margin: 0 5px 0;
    }
}

#mobileToolbar .right-bottom {
    border-right: 1px solid #c6cec9;
    margin-right: -1px;
    float: left;
    text-decoration: none;
}

#mobileToolbar a {
    color: #f1f1f1;
    font-size: 15px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    display: block;
}

#mobileToolbar .right-bottom>div {
    clear: both;
    margin: 0 auto;
    width: 137px;
}

#mobileToolbar .right-bottom>div {
    clear: both;
    margin: 0 auto;
    width: 137px;
}

#mobileToolbar .left-bottom {
    float: left;
    text-decoration: none;
}

#mobileToolbar {
    background-color: #049f51;
    bottom: 0;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 900;
    /*opacity: .9;*/
    display: none;
}

#mobileToolbar .right-bottom>div span {
    display: block;
    float: left;
    height: 28px;
    width: 26px;
    margin-top: 11px;
    margin-right: 10px;
    background: url(../img/ico_call.svg) no-repeat scroll 0 center;
    -moz-animation: shake 5s steps(500) 2s infinite normal;
    -webkit-animation: shake 5s steps(500) 2s infinite normal;
    -ms-animation: shake 5s steps(500) 2s infinite normal;
    animation: shake 5s steps(500) 2s infinite normal;
    background-size: 100%;
}

@media (max-width: 468px) {
    #mobileToolbar {
        display: block;
    }
}

@keyframes shake {
    0 {
        transform: rotate(0)
    }

    10% {
        transform: rotate(20deg)
    }

    20% {
        transform: rotate(0)
    }

    30% {
        transform: rotate(20deg)
    }

    40% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(20deg)
    }
}

@-moz-keyframes shake {
    0 {
        -moz-transform: rotate(0)
    }

    10% {
        -moz-transform: rotate(20deg)
    }

    20% {
        -moz-transform: rotate(0)
    }

    30% {
        -moz-transform: rotate(20deg)
    }

    40% {
        -moz-transform: rotate(0)
    }

    50% {
        -moz-transform: rotate(20deg)
    }
}

@-webkit-keyframes shake {
    0 {
        -webkit-transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(20deg)
    }

    20% {
        -webkit-transform: rotate(0)
    }

    30% {
        -webkit-transform: rotate(20deg)
    }

    40% {
        -webkit-transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(20deg)
    }
}

@-ms-keyframes shake {
    0 {
        -ms-transform: rotate(0)
    }

    10% {
        -ms-transform: rotate(20deg)
    }

    20% {
        -ms-transform: rotate(0)
    }

    30% {
        -ms-transform: rotate(20deg)
    }

    40% {
        -ms-transform: rotate(0)
    }

    50% {
        -ms-transform: rotate(20deg)
    }
}

.checkbox-text {
    text-align: left;
    margin-top: 10px;
    max-width: 265px;
    font-size: 14px;
}

.checkbox-text__two {
    margin-top: 0;
}

.checkbox-label {
    margin-right: 10px;
}

.checkbox-wrapper {
    position: relative;
}

.checkbox-label {
    accent-color: initial;
    /* для кроссбраузерности */
    width: 16px;
    height: 16px;
}

.checkbox-label.error {
    outline: 2px solid red;
    border-radius: 4px;
}

/* Стили всплывающего облака */
.tooltip-bubble {
    position: absolute;
    top: -70px;
    left: 0;
    width: 260px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    z-index: 10;
    display: none;
}

.tooltip-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.checkbox-label.error {
    outline: 2px solid red;
    outline-offset: 2px;
    border-radius: 4px;
}

.tooltip {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    color: #333;
    z-index: 1000;
}

#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 50px;
    left: 50%;
    width: auto;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: white;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    opacity: 1.0;
}

#cookie_notification p {
    margin: 0;
    text-align: left;
}

#cookie_notification .cookie_accept {
    font-family: 'Roboto';
}

.cookie_accept {
    background: #2ccd70;
    color: white;
    border: 0 none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font: 600 16px Open Sans;
    letter-spacing: .3px;
    padding: 7px 12px;
    text-decoration: none;
}


@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .cookie_accept {
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: center;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 481px) {
    .bot-mod form p {
        text-align: center;
    }
}


@media (max-width: 1200px) {

    .licenses-item.image img {
        width: 100%;
    }

    .licenses-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }


    .licenses-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        justify-items: center;
    }

    .licenses-item.image {
        grid-column: 1 / -1;
        grid-row: 1;
        max-width: 410px;
        margin: 0 auto;
        text-align: center;
    }

    .btn-item {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0px;
        width: 100%;
    }

    .licenses-item:nth-child(1) {
        grid-column: 1;
        grid-row: 3;
    }

    .licenses-item:nth-child(3) {
        grid-column: 2;
        grid-row: 3;
    }

    .licenses-item:nth-child(4) {
        grid-column: 1;
        grid-row: 4;
    }

    .licenses-item:nth-child(5) {
        grid-column: 2;
        grid-row: 4;
    }

}

@media screen and (max-width:768px) {

    .d-none-mob {
        display: none;
    }

    .d-none-desk {
        display: inline-block;
    }

    .work-block {
        display: grid;
        grid-template-columns: 50% auto;
        justify-content: center;
    }

    .licenses-item:nth-child(3) {
        margin-top: 0;
    }

    .licenses-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .licenses-item,
    .btn-item {
        grid-column: 1 !important;
    }

    .licenses-item.image {
        grid-row: 1;
    }

    .btn-item {
        grid-row: 2;
    }

    .licenses-item:nth-child(1) {
        grid-row: 3;
    }

    .licenses-item:nth-child(3),
    .licenses-item:nth-child(1) {
        margin-top: 0;
    }

    .licenses-item:nth-child(3) {
        grid-row: 4;
    }

    .licenses-item:nth-child(4) {
        grid-row: 5;
    }

    .licenses-item:nth-child(5) {
        grid-row: 6;
    }

    .licenses-item.image {
        max-width: 100%;
        margin: 0 auto;
    }

    .btn-item {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

    .content6-1 p {
        margin-top: 8px;
        max-width: 481px;
    }

    .video-items__item video {
        height: 271px;
        width: 100%;
    }

    .content6-1 .video-items {
        flex-direction: column;
        align-items: center;
    }

    .content9 .reviews {
        grid-template-columns: 100%;
    }

    #exit_content .form.header-callback,
    #exit_contenturlic .form,
    #exit_contentceo .form,
    #exit_contentreview .form {
        padding: 15px;
    }
}
