@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot%3F') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.eot%3F') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot%3F') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot%3F') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot%3F') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.eot%3F') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
* {
    position: relative;
    padding: 0;
    margin: 0;
    outline: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none!important;
}
b, strong {
    font-weight: bold;
}
.clear {
    clear: both;
}
html {
    width: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    font-family: 'Gilroy';
    background-color: #fff;
    color: #222;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    overflow-x: hidden;
}
.container, .container-fluid {
    margin: auto;
}
@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 962px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1366px) {
    .container {
        width: 1220px;
    }
}
.container-fluid {
    width: 100%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.vv{
    overflow-x: auto;
}
.ul{
        width: 3000px;
    display: flex;

}
.ul li{

    width: 300px;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    margin: 0;
}
.visible-xs, .visible_fl-xs {
    display: none!important;
}
::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.3);
}
::-moz-placeholder {
    color: rgba(34, 34, 34, 0.3);
}
:-moz-placeholder {
    color: rgba(34, 34, 34, 0.3);
}
:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.3);
}
.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media(min-width:1360px) {
    .container.big {
        width: 1314px;
    }
}
.header {
    background: #f5fbff;
    padding: 0.6rem 0 0.5rem;
}
.header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.logotype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    display: block;
    width: 6.149rem;
    height: 7.333rem;
}
.descriptor {
    padding-left: 1.2rem;
}
.descriptor ul {
    list-style: none;
}
.descriptor li {
    font-size: 1.5rem;
    padding-left: 1.3rem;
}
.descriptor li:before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #222;
    left: 0;
    top: calc(50% - 0.2rem);
}
.vid_buttons {
    margin-left: 9.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-item {
    margin: 0 1.7rem;
}
.video-image {
    margin: auto;
    display: block;
    background: transparent;
    border-radius: 50%;
    width: 6.4rem;
    height: auto;
}
.pulse {
    animation: radial-pulse 1s infinite;
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(203 63 174 / 50%);
    }
    100% {
        box-shadow: 0 0 0 5px rgb(203 63 174 / 0%);
    }
}
.video-button {
    width: 5.2rem;
    margin: auto;
    background: #FFC100;
    -webkit-box-shadow: 0px 3px 4px rgb(34 34 34 / 11%);
    box-shadow: 0px 3px 4px rgb(34 34 34 / 11%);
    font-size: .7rem;
    font-weight: bold;
    color: #222;
    text-align: center;
    padding: 0.5rem;
    border-radius: 5rem;
    margin-top: -1.2rem;
}
.video-subtitle {
    font-size: .8rem;
    text-align: center;
    margin-top: 0.5rem;
}
.video-subtitle.sub2 {
    top: 0.2rem;
}
.instock {
    left: 8.5rem;
}
.consult {
    display: block;
    width: 13.8rem;
    font-size: 1.4rem;
    background: #0CC67B;
    text-align: center;
    color: #F6FBFF;
    border: none;
    border-radius: 0.4rem;
    padding: 0.6rem;
    -webkit-box-shadow: 0px 0px 19px rgb(168 205 235 / 40%);
    box-shadow: 0px 0px 19px rgb(168 205 235 / 40%);
}
.consult:hover {
    background: #17a36b;
}
.top_contact {}
.number_top {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    display: block;
}
.btn_zvon {
    background: transparent !important;
    color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
    width: initial;
    font-size: 1.2rem;
    width: max-content;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    padding-left: 2rem;
    margin-top: 0.3rem;
    text-decoration: underline !important;
}
.btn_zvon:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.9rem;
    background: url(../images/truba_m.svg);
    background-size: auto;
    background-size: auto;
    background-size: 100%;
    left: 0;
    top: calc(50% - 0.5rem);
}
.main {
    background: url(../images/bg1.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 13rem;
}
h1 {
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 7.2rem;
    line-height: 1;
}
h1 span {
    color: #ffc100;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.example {
    font-size: 2.4rem;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.9);
    margin-top: 2.4rem;
    line-height: 1.3;
    letter-spacing: 1.2px;
}
.example span {
    background: #ffca23;
    padding: 0 0.5rem;
    margin-left: -0.9rem;
    border-radius: 0.4rem;
}
.main ul {
    margin-top: 2rem;
    list-style: none;
}
.main li {
    font-size: 2.2rem;
    padding-left: 2.5rem;
    margin-bottom: 0.6rem;
}
.main li:before {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/check.svg);
    background-size: 100%;
    left: 0;
    top: calc(50% - 0.8rem);
}
#video7 {
    position: absolute;
    top: 17.2rem;
    right: 18rem;
}
#video8 {
     position: absolute;
    top: 31.2rem;
    right: 32.5rem;
}
.header-video-button {
    border-radius: 50%;
    background: linear-gradient(180deg, #FF7F7E 0%, #FE1F1E 100%);
    box-shadow: 0px 12px 32px rgb(209 42 40 / 44%);
    width: 7rem;
    height: 7rem;
    color: #fff;
    font-size: 3.2rem;
    padding-left: 0.8rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.corner {
    display: block;
    width: 3rem;
    height: 3rem;
    top: -0.1rem;
}
.iq-waves {
    height: 22rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22rem;
    z-index: 1;
}
.waves {
    -webkit-animation: 4s ease-in-out 0s normal none infinite running waves;
    animation: 4s ease-in-out 0s normal none infinite running waves;
    background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    height: 22rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 22rem;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.wave-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.strela {
    width: 1.8rem;
    height: 2.6rem;
    display: block;
    margin: auto;
    margin-top: -0.4rem;
}
#calc_top {
    margin-top: -10.8rem;
    padding-bottom: 6rem;
}
.calc {
    width: 101rem;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 55px rgb(0 153 219 / 16%);
    box-shadow: 0px 0px 55px rgb(0 153 219 / 16%);
    border-radius: 3rem;
    padding: 5rem 5.8rem 5.5rem;
}
.calc:before {
    content: "";
    position: absolute;
    width: calc(100% - 2.8rem);
    height: calc(100% - 2.8rem);
    left: 1.4rem;
    top: 1.4rem;
    background: transparent;
    border: 0.2rem solid #FFC100;
    border-radius: 2rem;
}
.calc .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.9rem;
}
.calc .title small {
    font-size: 2.4rem;
    text-transform: initial;
    display: block;
    opacity: 0.7;
}
.calc .title span {
    background: #ffc100;
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
}
.top_form .fieldset {
    width: 40.3rem;
    display: block;
    border: none;
    margin-bottom: 2rem;
}
.top_form .fieldset:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(34, 34, 34, 0.7);
    left: 0;
    bottom: -1.7rem;
}
.top_form .vopros {
    font-size: 1.8rem;
    font-weight: bold;
}
.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top_form .radio {
    margin-top: 0.8rem;
}
input[type=radio], input[type=checkbox] {
    margin-left: -1.2rem;
    opacity: 0;
}
.top_form .radio label {
    padding: 0.6rem 1.5rem 0.6rem;
    line-height: 1;
    margin-right: 0.7rem;
    display: block;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}
.top_form input[type=radio]:checked+label {
    font-weight: bold;
}
.top_form .radio label:before {
    content: "";
    background: #E9E9E9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 6rem;
}
.top_form input[type=radio]:checked+label:before {
    background: #FFC100;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(255 222 0 / 34%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 222, 0, 0.34);
    box-shadow: 0px 0px 8px 0px rgb(255 222 0 / 34%);
}
.top_form .fieldset.last {
    margin-bottom: 1.3rem;
}
.top_form .fieldset.last:after {
    display: none;
}
.fieldset2 {
    width: 100%;
    max-width: 50.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: none;
}
.pole {
    background-color: #F4F4F4;
    background-image: url(../images/truba.svg);
    background-repeat: no-repeat;
    background-position: 5rem 50%;
    display: block;
    border: none;
    width: 24.2rem;
    text-align: center;
    padding: 2.06rem;
    font-size: 1.4rem;
    border-radius: 1rem;
    color: #222;
}
.pole:focus, .pole:hover {
    background-image: none;
}
.btn {
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    border-radius: 1rem;
    font-weight: bold;
    text-align: center;
    color: #222;
    transition: all 0.3s;
}
.btn1 {
    margin: auto;
    background: #FFC100;
    width: 24.2rem;
    font-size: 1.8rem;
    padding: 1.86rem;
}
.btn1:hover {
    background: #d8ac23;
}
.top_form .bottom {
    font-size: 1.2rem;
    padding-left: 1rem;
    margin-top: 1.2rem;
}
.smeta {
    position: absolute;
    top: 10.5rem;
    right: 7.7rem;
    width: 39.8rem;
    height: 37.6rem;
}
.learn {
    position: absolute;
    right: 3rem;
    bottom: 3.2rem;
    font-family: 'Roboto';
    width: 14.2rem;
    border: 1px solid #FFC100;
    border-radius: 0.9rem;
    padding: 1.5rem 1rem;
    height: 9.6rem;
}
.learn:before {
    content: "";
    position: absolute;
    width: 7.1rem;
    height: 6.55rem;
    background: url(../images/ukazka.svg);
    background-size: 100%;
    top: -6.5rem;
    left: 0;
}
.learn h4 {
    font-size: 1.2rem;
    font-weight: 500;
}
.learn ul {
    margin-top: 0.6rem;
    list-style: none;
}
.learn li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0.7rem;
}
.learn li:before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: #FFC100;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 0.2rem);
}
.blick {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.blick:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
#catalog {
    padding: 7.4rem 0 11rem;
}
.price {
    max-width: 107rem;
    width: 100%;
    margin: auto;
    background: #fff;
    border: 0.4rem solid #E9E9E9;
    border-radius: 3rem;
    padding: 4.2rem 6rem 3.7rem;
}
.price_pic {
    display: block;
    width: 56.5rem;
    height: 42.8rem;
    height: auto;
    position: absolute;
    top: -5.2rem;
    right: -2.2rem;
}
.price h3 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
}
.btn_price {
    max-width: 38rem;
    font-size: 2.4rem;
    color: #222;
    text-transform: uppercase;
    padding: 2.56rem;
    padding-right: 7.8rem;
    border-radius: 2rem;
    margin-top: 1.8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(#FFC100), to(#FFC100)), #C4C4C4;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(bottom, #FFC100, #FFC100), #C4C4C4;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #FFC100, #FFC100), #C4C4C4;
    -webkit-box-shadow: 0px 13px 16px rgb(255 193 0 / 50%);
    box-shadow: 0px 13px 16px rgb(255 193 0 / 50%);
}
.btn_price:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../images/down.svg);
    background-size: 100%;
    top: calc(50% - 1rem);
    right: 12.8rem;
}
.btn_price:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#FFC100), to(#FFC100)), #C4C4C4;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, #FFC100, #FFC100), #C4C4C4;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFC100, #FFC100), #C4C4C4;
}
#videootchet {
    background: #F6FBFF;
    padding: 5.8rem 0 5rem;
}
h2 {
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.videootchet-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video-big {
    margin-top: 5.8rem;
    border-radius: 3rem;
    width: 100%;
    max-width: 59.4rem;
    padding-bottom: 2.4rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 54px rgba(101, 146, 180, 0.42);
    box-shadow: 0px 0px 54px rgba(101, 146, 180, 0.42);
}
.video-body {}
.video-body video {
    border-radius: 3rem;
}
.video-body video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}
.video-body iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-header {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2;
    border-bottom: 1px solid rgb(34 34 34 / 30%);
    margin: 2.6rem 2.2rem 0.5rem;
    padding-bottom: 2.2rem;
}
.meta {
    padding: 1.5rem 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.prosmotry {
    padding-left: 3rem;
    color: rgba(34, 34, 34, 0.3);
}
.prosmotry:before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2rem;
    background: url(../images/eye.svg);
    background-size: 100%;
    left: 0;
    top: calc(50% - 1rem);
}
.prosmotry.pr2 {
    font-size: 1.2rem;
}
.date {
    padding-left: 3rem;
    margin-left: 4rem;
    color: rgba(34, 34, 34, 0.3);
}
.date:before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2rem;
    background: url(../images/calendar.svg);
    background-size: 100%;
    left: 0;
    top: calc(50% - 1rem);
}
.video-small {
    margin-top: 5.6rem;
    background: #fff;
    width: 100%;
    max-width: 53.2rem;
    border-radius: 0 3rem 3rem 3rem;
}
.vs-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    cursor: pointer;
}
.vs-body img {
    width: 25.1rem;
}
.vs-text {
    width: calc(100% - 25.1rem);
    padding-left: 2rem;
    padding-right: 5rem;
    margin-top: 1.5rem;
}
.vs-text__header {
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}
.more-video {
    display: block;
    background: #f4f4f4;
    text-align: center;
    color: rgba(34, 34, 34, 0.3);
    border-radius: 0 0 2.4rem 2.4rem;
    padding: 1.38rem;
    margin-top: 3rem;
}
.video {
    width: 68.2rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 4.8rem;
}
video {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
}
.zapusk, .zapusk2 {
    position: absolute;
    top: 13rem;
    cursor: pointer;
    z-index: 9;
    width: 100%;
}
.play_button {
    width: 9.3rem;
    height: 9.2rem;
    background: url(../images/play.png);
    background-size: 100%;
    margin: auto;
}
.hide {
    display: none;
}
.visiblef-xs {
    display: none;
}
.video .more {
    color: #fff;
    font-size: 2.4rem;
    margin-top: 3rem;
    text-align: center;
    text-decoration: underline;
}
.pulse2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: gray;
    background: transparent;
    border-radius: 50%;
    animation: radial-pulse2 2s infinite;
}
.pulse2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: gray;
    background: transparent;
    border-radius: 50%;
    animation: radial-pulse2 4s infinite;
}
@keyframes radial-pulse2 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 222, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(255, 222, 0, 0);
    }
}
.cifra {
    background: #0CC67B;
    width: 4.7rem;
    height: 3.9rem;
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 2.4rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#examples {
    padding: 1.5rem 0 0;
}
.konkretno {
    margin-bottom: 3.5rem;
    font-size: 2.8rem;
    text-align: center;
    margin-top: 0.5rem;
    opacity: .7;
}
#examples .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 7rem;
    background: #fff;
    border: 1px solid #fff;
        border: 1px solid rgba(34, 34, 34, 0.3);
    border-radius: 3rem;
    padding: 1rem;
    -webkit-box-shadow: 0px 0px 43px rgba(145, 208, 255, 0.41);
    box-shadow: 0px 0px 43px rgba(145, 208, 255, 0.41);
}
#examples .item:before {
    content: "";
    position: absolute;
    width: calc(100% - 8rem);
    height: 100%;
    left: 4rem;
    top: 1.2rem;
    border-radius: 3rem;
        border: 1px solid rgba(34, 34, 34, 0.3);
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgb(145 208 255 / 65%);
    box-shadow: 0px 0px 50px rgb(145 208 255 / 65%);
    z-index: -1;
}
.examples_photo {
    border-radius: 2rem;
    max-width: 53.1rem;
    height: 44.6rem;
    height: auto;
    width: 100%;
    display: block;
}
.little_pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.examples_photo_2 {
    width: 100%;
    height: 21.7rem;
    height: auto;
    display: block;
}
#examples .item .txt {
    max-width: 38.2rem;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    border-radius: 2rem;
    padding: 4.2rem 4.3rem 1.5rem 5rem;
}
#examples .item h3 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#examples .item ul {
    list-style: none;
    margin-top: 2.7rem;
}
#examples .item li {
    font-size: 1.8rem;
    margin-bottom: 0.93rem;
    padding-left: 2.5rem;
}
#examples .item li:before {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/check2.svg);
    background-size: 100%;
    left: 0;
    top: calc(50% - 0.8rem);
}
.price_cennic_old {
    color: #252525;
    text-align: center;
    margin-top: 2.3rem;
}
.price_cennic_old span {
    text-decoration: line-through;
    font-weight: 500;
}
.price_cennic_new {
    text-align: center;
    font-size: 1.8rem;
    color: #0CC67B;
    font-weight: bold;
}
.price_cennic_new span {
    font-size: 3rem;
}
.btn_rascet {
    width: 29.6rem;
    margin: auto;
    margin-top: 2.3rem;
    font-size: 1.8rem;
    color: #222;
    padding: 1.82rem;
    border-radius: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), #FFC100;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
}
.btn_rascet:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), #FFC100;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
}
#price {
    background: #fff;
    padding: 2.5rem 0 9.5rem;
}
.top_form_osnova {
    margin: auto;
    margin-top: 3.5rem;
    max-width: 121.8rem;
    width: 100%;
    height: 40.8rem;
}
.top_form_osnova .base {
    position: absolute;
    height: 100%;
    width: calc(100% - 6rem);
    top: 1.5rem;
    left: 3rem;
    background: #fff;
    border-radius: 3rem;
    -webkit-box-shadow: 0px 0px 34px rgba(91, 164, 222, 0.22);
    box-shadow: 0px 0px 34px rgba(91, 164, 222, 0.22);
}
.top_form_osnova .area {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
    padding: 2.5rem 8.5rem;
    padding-left: 4rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0px 0px 38px rgba(91, 164, 222, 0.17);
    box-shadow: 0px 0px 38px rgba(91, 164, 222, 0.17);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price2_img {
    display: block;
    width: 55.9rem;
    height: auto;
}
.ball {
    position: absolute;
    width: 36.4rem;
    height: 36.4rem;
    background: #FFC100;
    border-radius: 50%;
    left: 9.2rem;
    top: 0;
}
.form_price {
    width: 49.2rem;
}
.form_price .title {
    margin-top: 4rem;
    font-size: 2.2rem;
    font-weight: bold;
}
.form_price .subtitle {
    font-size: 1.8rem;
    margin-top: 0.6rem;
}
.form_price .radio {
    margin-top: 2.8rem;
}
.form_price .radio label {
    width: 5.82rem;
    margin-right: 3.5rem;
    display: block;
    background: transparent;
    cursor: pointer;
}
.form_price .radio label .mess_icon {
    display: block;
    width: 4.8rem;
    margin: auto;
}
.form_price .radio label span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.form_price .radio label:before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #E9E9E9;
    background: transparent;
    border-radius: 50%;
    bottom: -1.7rem;
    left: calc(50% - 0.6rem);
}
.form_price input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #FFC100;
    border-radius: 50%;
    bottom: -1.35rem;
    left: calc(50% - 0.3rem);
}
.fieldset3 {
    margin-top: 3.5rem;
    border: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn3 {
    background: #FFC100;
    width: 24rem;
    font-size: 1.8rem;
    padding: 1.8rem;
}
#crucial {
    background: url(../images/bg3.jpg) top center;
    background-size: cover;
    padding: 5.7rem 0;
}
#crucial h2 {
    text-align: left;
}
#crucial .area {
    width: 100%;
    max-width: 49.6rem;
    background: #fff;
    border-radius: 3rem;
    margin-top: 1.4rem;
    padding: 4.2rem 3.6rem 4rem;
}
#crucial ul {
    list-style: none;
}
#crucial li {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
    padding-left: 2.5rem;
}
#crucial li:before {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1.5rem;
    background: url(../images/check3.svg);
    background-size: 100%;
    left: 0;
    top: 0;
}
.btn4 {
    background: #FFC100;
    width: 24rem;
    font-size: 1.8rem;
    padding: 1.8rem;
    margin: auto;
    margin-top: 3.5rem;
}
.btn4:hover {
    background: #d8ac23;
}
#video6 {
    position: absolute;
    top: 31.2rem;
    right: 32.5rem;
}
#reviews {
    padding: 5.6rem 0 4rem;
}
.rev_sl {
    margin-top: 4.5rem;
}
@media(min-width:1366px) {
    .container.rev {
        width: 1100px;
    }
}
@media(min-width:767px) {
    .rev_sl .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rev_sl .item {
        width: 33.33%!important;
        padding: 0 1.5rem;
        margin-bottom: 3rem;
    }
}
.rev_sl .slick-list {
    overflow: visible;
}
.otziv {
    background: #fff;
    border-radius: 3rem;
    -webkit-box-shadow: 0px 0px 38px rgba(91, 164, 222, 0.17);
    box-shadow: 0px 0px 38px rgba(91, 164, 222, 0.17);
}
.otziv .top {
    padding: 2rem 2rem 2.2rem;
}
.star {
    width: 14rem;
    height: 2rem;
    display: block;
}
.rev_sl .name {
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 0.8rem;
}
.geo {
    color: rgba(34, 34, 34, 0.7);
    padding-left: 1.2rem;
    margin-top: 0.5rem;
}
.geo:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1.24rem;
    background: url(../images/i_map.svg);
    left: 0;
    top: calc(50% - 0.6rem);
}
.chat_img {
    width: 100%;
    height: auto;
}
#engineer {
    background: url(../images/bg2.jpg) top center;
    background-size: cover;
}
.engineer_pic {
    width: 64.1rem;
    height: auto;
    margin-left: -10.5rem;
    margin-top: 3rem;
}
#engineer .right {
    margin-top: 8.3rem;
    flex: 1;
    padding-left: 8rem;
}
#engineer h2 {
    text-align: left;
}
#engineer h2 .yellow {
    color: #ffc100;
}
#engineer h2 .little {
    margin-top: 0.7rem;
    display: block;
    font-size: 3.4rem;
}
.questions {
    margin-top: 4.5rem;
    margin-left: -2.3rem;
    background: #fff;
    width: 62.4rem;
    border-radius: 3rem;
    overflow: hidden;
    padding: 3.6rem 1.8rem 2rem 1.8rem;
    -webkit-box-shadow: 0px 0px 45px rgb(145 208 255 / 56%);
    box-shadow: 0px 0px 45px rgb(145 208 255 / 56%);
}
.questions:before {
    content: "";
    position: absolute;
    width: 16.3rem;
    height: 15.3rem;
    background: url(../images/whats.svg);
    background-size: 100%;
    top: 0;
    right: 0;
}
.questions h3 {
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 4.7rem;
    margin-top: 0.5rem;
}
.questions ul {
    list-style: none;
    padding-left: 4.7rem;
    margin-top: 1rem;
}
.questions li {
    font-size: 1.8rem;
    padding-left: 2.5rem;
    margin-bottom: 0.4rem;
}
.questions li:before {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/question.svg);
    background-size: 100%;
    left: 0;
    top: calc(50% - 0.7rem);
}
.questions .bottom {
    background: #0CC67B;
    border-radius: 2rem;
    margin-top: 3.8rem;
    padding: 2.1rem 3.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.questions .txt {
    width: 25rem;
}
.questions .txt .write {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.questions .txt .call {
    font-size: 1.2rem;
    color: #F6FBFF;
}
.btn3:hover {
    background: #d8ac23;
}
#ermitag {
    padding: 8.2rem 0 7rem;
}
.erm_sl1 .slick-slide {
    max-height: 56.9rem;
}
.erm_sl1 .item {
    padding: 0.3rem 0.5rem;
}
.erm_sl1 .item img {
    border-radius: 3rem;
}
#map {
    padding: 16rem 0 15rem;
    background: url(../images/map.jpg) top center;
    background-size: cover;
}
.contacts {
    width: 100%;
    max-width: 31.2rem;
    background: #fff;
    border-radius: 3rem;
    padding: 4rem 2rem;
    -webkit-box-shadow: 0px 0px 45px rgb(145 208 255 / 56%);
    box-shadow: 0px 0px 45px rgb(145 208 255 / 56%);
}
.contacts p {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.3);
    padding-left: 1.5rem;
    margin-bottom: 2.6rem;
}
.contacts p span {
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    color: #222;
    margin-top: 0.9rem;
}
.contacts p a {
    color: #222;
}
.cont_pic {
    display: block;
    width: 100%;
    border-radius: 2rem;
}
.footer1 {
    background: #222;
    padding: 4.5rem 0 2.5rem;
    color: #fff;
    border-bottom: 1px solid #474747;
}
.footer1 .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contact_f p {
    font-size: 1.2rem;
    color: #767676;
    font-weight: bold;
    margin: 0 3rem;
}
.contact_f p span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    margin-top: 0.7rem;
}
.contact_f p a {
    color: #fff;
}
.razrab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.razrab div {
    margin-left: 2rem;
}
.raz_pic {
    width: 5.7rem;
    height: 5.7rem;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.razrab p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0.3rem;
}
.footer2 {
    background: #222;
    padding: 2rem 0;
    color: #fff;
}
.copy {
    font-size: 1.2rem;
}
.politic {
    font-size: 1.2rem;
    color: #fff;
    margin-left: auto;
}
.f_call {}
.f_call .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    color: #000;
}
.f_call .subtitle {
    text-align: center;
    margin-top: 1rem;
    color: #000;
}
.input_tel {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    border: none;
    background: rgba(34, 34, 34, 0.1);
    background-image: url(../images/truba.svg);
    background-repeat: no-repeat;
    background-position: 32% 50%;
    border-radius: 1rem;
    text-align: center;
    color: #222;
    font-size: 1.8rem;
    padding: 2rem;
}
.input_tel:focus, .input_tel:hover {
    background-image: none;
}
.btn_call {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1.8rem;
    color: #222;
    padding: 1.82rem;
    border-radius: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), #FFC100;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
}
.btn_call:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), #FFC100;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
}
.check label {
    font-size: 1.2rem;
    color: rgba(34, 34, 34, 0.5);
    width: max-content;
    display: block;
    margin: auto;
    cursor: pointer;
}
.check label:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: url(../images/kvadro.svg);
    background-size: 100%;
    top: calc(50% - 0.5rem);
    left: -1.5rem;
}
.check input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.8rem;
    background: url(../images/galka.svg);
    background-size: 100%;
    top: calc(50% - 0.5rem);
    left: -1.5rem;
}
.f_rascet .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    color: #000;
}
.f_rascet .subtitle {
    text-align: center;
    margin-top: 1rem;
    color: #000;
}
.input_name {
    display: block;
    margin-top: 4rem;
    width: 100%;
    border: none;
    background: rgba(34, 34, 34, 0.1);
    background-image: url(../images/user.svg);
    background-repeat: no-repeat;
    background-position: 35% 50%;
    border-radius: 1rem;
    text-align: center;
    color: #222;
    font-size: 1.8rem;
    padding: 2rem;
}
.input_name:focus {
    background-image: none;
}
.fon {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 999;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog_sl.animate {
    transform: translate3d(0, 0, 0)!important;
    transition: all 0.7s;
}
.top_form_osnova .area.area_mod {
    padding: 0;
    box-shadow: none;
}
.top_form_osnova.osn2 {
    margin: 0;
    height: initial;
}
.price2_img.vmd {
    width: 46.6rem;
    top: 2rem;
}
.form_price.frpr2 {
    width: initial;
}
.form_price .radio.rad2 {
    margin-top: 1.5rem;
}
.pole.pl2 {
    margin: 2.5rem 0 1rem;
}