﻿@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello-1.woff2') format('woff2'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: '\e800';
}

.icon-arrow-left:before {
    content: '\e801';
}

.icon-fb:before {
    content: '\e802';
}

.icon-ins:before {
    content: '\e803';
}

.icon-ok:before {
    content: '\e804';
}

.icon-tw:before {
    content: '\e805';
}

.icon-vk:before {
    content: '\e806';
}

.icon-ytb:before {
    content: '\e807';
}

.icon-star:before {
    content: '\e809';
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'), url('../fonts/Circe-Regular-1.eot') format('embedded-opentype'), url('../fonts/Circe-Regular.woff') format('woff'), url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'), url('../fonts/Circe-Bold-1.eot') format('embedded-opentype'), url('../fonts/Circe-Bold.woff') format('woff'), url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'), url('../fonts/Circe-ExtraBold-1.eot') format('embedded-opentype'), url('../fonts/Circe-ExtraBold.woff') format('woff'), url('../fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'), url('../fonts/Circe-Light-1.eot') format('embedded-opentype'), url('../fonts/Circe-Light.woff') format('woff'), url('../fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Rounded';
    src: url('../fonts/CirceRounded-Regular4.eot');
    src: local('Circe RoundedRegular 4'), local('CirceRounded-Regular4'), url('../fonts/CirceRounded-Regular4-1.eot') format('embedded-opentype'), url('../fonts/CirceRounded-Regular4.woff2') format('woff2'), url('../fonts/CirceRounded-Regular4.woff') format('woff'), url('../fonts/CirceRounded-Regular4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    color: #02346A;
    font: 16px/20px 'Circe', Arial, Helvetica, sans-serif;
    background: #fff;
}

img {
    border-style: none;
}

a {
    color: #02346A;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover {
    text-decoration: none;
}

* {
    outline: none;
    box-sizing: border-box;
}

input, textarea, select {
    font: 100% 'Circe', Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

input::-ms-clear {
    display: none;
}

input:not([type="checkbox"]), textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

header, nav, section, article, aside, footer, figure, menu, dialog {
    display: block;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    display: block;
    width: 100%;
    max-width: 270px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 28px 10px 26px;
    background-color: #3db78b;
    background-image: linear-gradient(to right, #FE6E4A 0%, #009af3 100%);
    border-radius: 27px;
}

.btn:hover {
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 19px 0 15px;
    z-index: 5;
}

#header .container:after {
    clear: both;
    display: block;
    content: '';
}

.logo {
    float: left;
    display: flex;
    margin: 0 0 0 0;
    display:inline-block;
}

.logo a {
    display: block;
    height: 100%;
}

.logo img {
    vertical-align: top;
    width: 200px;
    min-width: 98px;
}

.desc-logo {
    display: inline-block;
    vertical-align: top;
    /* padding: 10px 0 0 24px; */
    padding: 10px 0 0 84px;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    /* text-transform: uppercase; */
}

.desc-logo small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
    padding: 2px 0 0;
}

.contact-box {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 13px 0 0;
}

.contact-box span {
    display: block;
    color: #37373a;
    font-size: 18px;
    font-weight: 800;
    line-height: 16px;
}

.call-box {
    position: relative;
    padding: 0 0 0 62px;
    margin: 0 0 0 37px;
}

.call-box:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("../images/icon-phone.svg") no-repeat;
    background-size: 100%;
}

.call-box .call {
    color: #2435d1;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.06em;
    margin: 0 0 13px;
}

.call-box .call:hover {
    text-decoration: none;
}

.phone-box {
    text-align: right;
}

.phone-box .phone {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: 0.06em;
}

.phone-box .phone:hover {
    text-decoration: underline;
}

.mob-phone {
    display: none;
}

.promo-section {
    padding: 146px 0 61px;
    position: relative;
    overflow: hidden;
}

.promo-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 48%;
    width: 2246px;
    height: 754px;
    background: url("../images/img-bg-01_2.svg") no-repeat;
    background-size: 100%;
    margin: 0 0 0 -1129px;
    z-index: -1;
}



.promo-title {
    margin: 0 0 12px;
    max-width: 750px;
    font-family: 'Circe Rounded';
    font-size: 68px;
    line-height: 55px;
    padding: 0 0 0 6px;
    letter-spacing: 0.02em;
    color: #02346A;
    
}

.promo-title small {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #009af3;
    font-family: 'Circe';
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    z-index: 0;
    letter-spacing: 0;
    margin: 7px 35px 0 -4px;
}

.promo-title small:after {
    position: absolute;
    content: '';
    width: 92px;
    height: 4px;
    background: #2435d1;
    right: -6px;
    top: 50%;
    margin: -6px 0 0;
    transform: rotate(-14deg);
    z-index: 1;
}

.promo-title span {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0;
    background: #2435d1;
    position: relative;
    margin: 0 0 0 0;
    color: #fff;
    font-family: 'Circe';
    font-size: 48px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0;
    padding: 2px 17px 2px 9px;
}

.promo-title span:after {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    border-right: 20px solid #2435d1;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.promo-section p {
    margin: 0 0 36px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.promo-section .btn-holder {
    margin: 0 0 47px
}

.list-check {
    list-style: none;
    margin: 0 -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.promo-section .list-check {
    max-width: 600px;
}

.list-check li {
    width: 50%;
    position: relative;
    padding: 0 15px 0 64px;
    margin: 0 0 52px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.list-check li:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 31px;
    top: 0;
    left: 14px;
    background: url("../images/icon-check.svg") no-repeat;
    background-size: 100%;
}

.present-box {
    position: relative;
    color: #2435d1;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 430px;
    padding: 10px 0 10px 80px;
    margin: -18px 0 0;
}

.present-box:after {
    position: absolute;
    content: '';
    top: -3px;
    left: 0;
    width: 51px;
    height: 56px;
    background: url("../images/icon-gift.svg") no-repeat;
    background-size: 100%;
}

.guarantee-section {
    position: relative;
    padding: 41px 0 44px;
}

.approved-block {
    margin: 0 0 83px 70px;
    background-color: #3db78b;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    border-radius: 45px;
    padding: 1px;
}

.inner-approved {
    position: relative;
    border-radius: 43px;
    background: #FFFF;
    padding: 40px 20px 43px 114px;
}

.approved-block .logo-box {
    position: absolute;
    top: 50%;
    left: -92px;
    margin: 0 0 0;
    transform: translateY(-52%);
    padding: 30px 22px;
    background: #fff;
}

.logo-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.inner-approved .title-box {
    display: block;
    margin: 0 0 7px;
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
}

.inner-approved p {
    margin: 0;
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
}

.inner-approved p span {
    /* font-weight: 600; */
    /* color: #C0300C; */
}

.guarantee-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}

.guarantee-block:after {
    position: absolute;
    content: '';
    right: 50%;
    top: -150px;
    width: 1166px;
    height: 866px;
    background: url("../images/img-bg-02.jpg") no-repeat;
    background-size: 100%;
    z-index: -1;
    margin: 0 -246px 0 0;
}

.guarantee-block .visual-box {
    width: 36.5%;
    padding: 0 15px;
}

.title-section {
    margin: 0 0 44px;
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    /* text-align: center; */
}

.centr {
    text-align: center;
}



.guarantee-list {
    width: 63.5%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.guarantee-list li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 36px;
}

.guarantee-list .inner-list {
    background: #f4f8fb;
    border-radius: 20px;
    padding: 30px 40px 30px 41px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 31px 18px rgba(118, 175, 254, 0.31);
    box-shadow: 0px 0px 31px 18px rgba(118, 175, 254, 0.31);
}

.guarantee-list .icon {
    height: 38px;
    margin: 0 0 24px;
    display: block;
}

.guarantee-list .icon img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.guarantee-list .desc {
    font-size: 22px;
    line-height: 30px;
}

.official-block {
    padding: 50px 150px 35px 60px;
    margin: 0 140px 14px 0;
    background: #D8F1FF;
    border-radius: 40px;
    position: relative;
}

.official-block .logo-box {
    position: absolute;
    top: 35px;
    right: 118px;
    /* right: 134px; */
    width: 81px;
}

.official-block .logo-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.official-block .title-section {
    margin: 0 0 12px;
}

.official-block p {
    max-width: 780px;
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 30px;
}

.official-desc {
    display: block;
    max-width: 600px;
    margin: 0 0 15px;
    color: #2435d1;
    font-size: 20px;
    line-height: 24px;
    /* padding: 0 0 0 20px; */
    font-weight: 600;
}

.official-block .visual-box {
    position: absolute;
    display: block;
    top: 50%;
    right: -138px;
    transform: translateY(-50%);
    padding: 12px;
    background-color: #fff;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    border-radius: 20px;
}

.official-block .visual-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.official-block .visual-box:hover .loop {
    opacity: 1;
}

.list-official {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 850px;
}

.list-official li {
    width: 33.3%;
    padding: 0 15px 17px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px;
}

.list-official li:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #80df11;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.product-section {
    padding: 79px 0 30px;
    position: relative;
    z-index: 0;
}

.after:after {
    position: absolute;
    content: '';
    bottom: -632px;
    left: 50%;
    width: 903px;
    height: 1045px;
    background: url("../images/img-bg-03.png") no-repeat;
    background-size: 100%;
    z-index: -1;
    margin: 0 0 0 233px;
}



.heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 80px 0 68px;
}

.product-section .title-section {
    padding: 0 30px 0 0;
    margin: 0 0 12px;
}

.product-section .heading p {
    margin: 0 0 0;
    padding: 0 30px 0 0;
    width: 68.2%;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.product-section .verification-box {
    width: 31.8%;
    border-radius: 30px;
    padding: 1px;
    background-color: #80df11;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    margin: 32px 0 0;
}

.verification-box .inner-box {
    border-radius: 29px;
    background: #fff;
    padding: 29px 20px 25px 104px;
    position: relative;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    height: 100%;
}

.verification-box .inner-box:after {
    position: absolute;
    content: '';
    top: 19px;
    left: 38px;
    width: 45px;
    height: 42px;
    background: url("../images/icon-important.svg") no-repeat;
    background-size: 100%;
}

.product-list {
    display: grid;
    margin: -52px 0 120px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 30px;
    padding: 0 0 82px;
}

.item-product {
    background: #D8F1FF;
    border-radius: 20px;
    padding: 47px 15% 40px;

}

.item-product:nth-child(3n+2) {
    margin-top: 42px;
    margin-bottom: -42px;
}

.item-product:nth-child(3n+3) {
    margin-top: 82px;
    margin-bottom: -82px;
}

.product-list .icon {
    margin: 0 0 26px;
    display: flex;
    height: 59px;
    align-items: flex-end;
}

.product-list .title-list {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 22px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.product-list .title-list:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 27px;
    height: 1px;
    background-color: #80df11;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.product-list .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.experience-box {
    width: 63%;
    max-width: 737px;
    margin: 0 0 45px;
    padding: 40px 60px 40px 13.5%;
    position: relative;
    background: #D8F1FF;
    border-radius: 20px;
}

.experience-box:after {
    position: absolute;
    content: '';
    top: 45px;
    left: 2.5%;
    width: 100px;
    height: 100px;
    background: url("../images/let.png") no-repeat;
    /* background: url("../images/icon-19.svg") no-repeat; */
    background-size: 100%;
}

.experience-box strong {
    display: block;
    margin: 0 0 13px;
    color: #2435d1;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
}

.experience-box p {
    display: block;
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.form-block {
    position: relative;
    padding: 40px 15px 42px;
    margin: 0 0 50px;
    background: #2435d1;
    border-radius: 40px;
}

.form-block:after {
    position: absolute;
    content: '';
    top: -46px;
    /* top: -115px; */
    right: -73px;
    width: 240px;
    height: 329px;
    background: url("../images/icon-headset.svg") no-repeat;
    background-size: 100%;
    margin: 0;
}

.form {
    max-width: 872px;
    margin: 0 auto;
}

.title-form {
    display: block;
    margin: 0 0 17px;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 46px;
    max-width: 550px;
}

.subtitle-form {
    display: block;
    margin: 0 0 17px;
    color: #009af3;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}

.row-form {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.input-holder, .submit-holder {
    margin: 0 0 15px;
    width: 33.3%;
    padding: 0 15px;
}

.input-holder {
    padding-top: 15px;
    position: relative;
}

.input-holder input[type="text"], .input-holder input[type="email"], .input-holder textarea {
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #009af3;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 17px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.input-holder textarea {
    resize: none;
    padding: 23px 17px;
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    color: #009af3;
    opacity: 1;
}

.form input:-moz-placeholder, .form textarea:-moz-placeholder {
    color: #009af3;
    opacity: 1;
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #009af3;
    opacity: 1;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #009af3;
    opacity: 1;
}

.form input:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.form input:focus:-moz-placeholder, .form textarea:focus:-moz-placeholder {
    color: transparent;
}

.form input:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.form input:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder {
    color: transparent;
}

.form input[type="submit"] {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 5px 0;
    height: 70px;
    cursor: pointer;
    border-radius: 20px;
    border: none;
}

.error-text {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    color: #ff3c00;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.input-holder input[type="text"]:focus, .input-holder input[type="text"]:hover, .input-holder textarea:focus, .input-holder textarea:hover {
    border: 2px solid #80df11;
}

.input-holder.error input[type="text"], .input-holder.error textarea {
    border: 2px solid #ff3c00;
}

.input-holder.error .error-text {
    opacity: 1;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.checkbox+label {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
}

.checkbox+label a {
    text-decoration: underline;
    color: #80df11;
}

.checkbox+label a:hover {
    text-decoration: none;
}

.checkbox+label:before {
    position: absolute;
    content: '';
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
}

.checkbox+label:after {
    position: absolute;
    content: '';
    top: 1px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #80df11;
    border-radius: 50%;
    opacity: 0;
}

.checkbox:checked+label:after {
    opacity: 1;
}

.file-holder {
    position: relative;
}

.file-holder .button {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.file-holder input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.form .col-50 {
    width: 50%;
}

.col-50 input[type="submit"] {
    max-width: 100%;
}

.reviews-section {
    padding: 79px 0 30px;
}

.reviews-section .title-section {
    margin: 0 0 12px;
}

.subtitle-section {
    display: block;
    margin: 0 0 28px;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.title-block {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.reviews-slider {
    margin: 0 -15px 50px;
}

.reviews-slider .slick-list {
    margin: 0 0 56px;
}

.item-slide {
    padding: 0 15px;
}

.inner-slide {
    padding: 40px 26px 60px 41px;
    background: #D8F1FF;
    border-radius: 40px;
}

.user-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 0 36px;
}

.avatar {
    overflow: hidden;
    border-radius: 20px;
    width: 100px;
    min-width: 100px;
}

.name-block {
    padding: 0 0 0 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: calc(100% - 100px);
}

.name-box {
    width: 58.5%;
    padding: 0 15px 0 0;
}

.user-name {
    display: block;
    margin: 0 0 34px;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
}

.user-name span {
    display: block;
}

.date {
    display: block;
    color: #5e5e63;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.rating-box {
    display: flex;
    flex-direction: column;
    width: 41.5%;
}

.rating {
    display: flex;
    align-items: flex-end;
    list-style: none;
    margin: 0 0 21px;
    padding: 0 0 0 2px;
}

.rating li {
    margin: 0 8px 0 0;
}

.rating span {
    display: block;
    font-size: 1em;
}

.icon-star {
    display: block;
    line-height: 1em;
    font-size: 14px;
    color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.rating li:nth-child(2) .icon-star {
    font-size: 17px;
}

.rating li:nth-child(3) .icon-star {
    font-size: 20px;
}

.rating li:nth-child(4) .icon-star {
    font-size: 24px;
}

.rating li:nth-child(5) .icon-star {
    font-size: 28px;
}

.icon-star:before {
    margin: 0;
    vertical-align: top;
}

.rating li.active .icon-star {
    color: #80df11;
}

.rating-info {
    display: block;
    color: #5e5e63;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.reviews-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding: 0 0 16px;
    min-height: 184px;
}

.reviews-text:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    right: 17px;
    background-color: #edeff2;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0;
}

.slick-dots button {
    padding: 0;
    border: none;
    width: 8px;
    height: 8px;
    background: #d8f1ff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-indent: -9999px;
}

.slick-dots .slick-active button, .slick-dots button:hover {
    background: #80df11;
}

.slick-dots .slick-active button {
    width: 47px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin: -54px 0 0 0;
    border: none;
    font-size: 0;
    line-height: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #80df11;
    z-index: 5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    padding: 0;
}

.slick-arrow:hover {
    background: #2435d1;
}

.slick-arrow:after {
    position: absolute;
    content: '\e801';
    color: #2435d1;
    font-family: "fontello";
    font-size: 12px;
    line-height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-arrow:hover:after {
    color: #80df11;
}

.slick-prev {
    left: -59px;
}

.slick-next {
    right: -59px;
}

.slick-next:after {
    content: '\e800';
}

.docs-section {
    padding: 75px 0 30px;
    position: relative;
    z-index: 0;
}

.docs-section:after {
    position: absolute;
    content: '';
    bottom: -842px;
    left: 100%;
    margin: 0 0 0 -662px;
    width: 886px;
    height: 2047px;
    background: url("../images/img-bg-06.png") no-repeat;
    background-size: 100%;
    z-index: -100;
}

.docs-section .title-section {
    margin: 0 0 52px;
}

.docs-slider {
    margin: 0 -15px 159px;
}

.docs-slider .slick-list {
    padding: 0 0 58px;
}

.name-org {
    display: block;
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
    min-height: 54px;
}

.docs-slider .rating-box {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 23px;
}

.docs-slider .rating {
    margin: 0 -6px 3px 0;
}

.docs-box {
    display: block;
    padding: 20px;
    background: #f4f8fb;
    position: relative;
    border-radius: 20px;
}

.docs-box img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.docs-box:hover {
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
    background-color: #edeff2;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.loop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: url("../images/icon-loop.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.docs-box:hover .loop {
    opacity: 1;
}

.docs-slider .slick-arrow {
    margin: 8px 0 0;
}

.reviews-form {
    position: relative;
    padding: 54px 11.25% 45px 25.5%;
    margin: 0 0 50px;
    background: #2435d1;
    border-radius: 40px;
}

.reviews-form:after {
    position: absolute;
    content: '';
    bottom: 67px;
    left: -33px;
    width: 229px;
    height: 229px;
    background: url("../images/icon-pen.svg") no-repeat;
    background-size: 100%;
}

.reviews-form .text-block {
    display: flex;
    flex-wrap: wrap;
}

.reviews-form .text {
    width: calc(100% - 270px);
    padding: 0 55px 0 0;
}

.reviews-form .title-form {
    margin: 0 0 26px;
}

.reviews-form .subtitle-form em {
    font-style: normal;
    font-weight: 800;
}

.reviews-holder {
    width: 270px;
}

.reviews-holder .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 38px;
    border-radius: 20px;
}

.reviews-holder .phone-box {
    display: block;
    margin: 0 0 11px;
    text-align: left;
}

.reviews-holder .phone-box a {
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}

.reviews-holder .phone-box a:hover {
    text-decoration: underline;
}

.reviews-holder span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.price-section {
    padding: 79px 0 40px;
    position: relative;
    z-index: 1;
}

.price-section:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -675px;
    width: 609px;
    height: 1710px;
    background: url("../images/img-bg-07.png") no-repeat;
    background-size: 100%;
    margin: 0 0 0 347px;
    z-index: -1;
}

.price-section .title-section {
    margin: 0 0 13px;
}

.price-section .subtitle-section {
    margin: 0 0 63px;
}

.price-block {
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    border-radius: 20px;
    padding: 1px;
    margin: 0 0 50px;
}

.inner-block {
    background: #fff;
    border-radius: 21px;
}

.item-price {
    padding: 42px 44px 41px;
    position: relative;
    cursor: pointer;
}

.item-price:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 44px;
    right: 44px;
    height: 1px;
    background-color: #f4f8fb;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.item-price:last-child:after {
    display: none;
}

.row-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.price-text {
    width: calc(100% - 225px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.price-title {
    padding: 0 15px 0 66px;
    width: 30%;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    position: relative;
}

.price-title .num {
    position: absolute;
    top: 50%;
    left: 3px;
    font-size: 70px;
    font-weight: 800;
    line-height: 70px;
    color: #80df11;
    font-style: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, #80df11 0%, #009af3 100%);
    transform: translateY(-45%);
}

.price-title .num.new {
    width: 49px;
    height: 49px;
    background: url("../images/icon-new.svg") no-repeat;
    background-size: 100%;
    transform: translateY(-54%);
    left: 0;
}

.price-desc, .price {
    width: 35%;
    padding: 0 15px 0 0;
}

.price-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.price {
    font-weight: 800;
    line-height: 55px;
    font-size: 44px;
    letter-spacing: -0.035em;
}

.price small {
    font-size: 22px;
}

.price sup {
    font-size: 22px;
}

.price-btn {
    width: 225px;
}

.price-btn .btn {
    font-size: 15px;
    border-radius: 20px;
    padding: 18px 10px 15px;
    box-shadow: none;
}

.price-btn .btn:hover {
    background-color: #3db78b;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}

.item-price:hover {
    background: #f4f8fb;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
    margin: 0 -30px 0;
    padding: 42px 74px 41px;
}

.item-price:hover:after {
    opacity: 0;
}

.item-price.lawyers:after {
    display: none;
}

.item-price.lawyers:hover, .item-price.lawyers {
    background: #D8F1FF;
    border-radius: 0 0 20px 20px;
    padding: 43px 44px 53px;
    margin: 0;
    box-shadow: none;
}

.item-price.lawyers .row-price {
    margin: 0 0 30px;
}

.lawyers-box {
    padding: 0 0 0 65px;
    position: relative;
}

.inner-lawyers {
    display: flex;
    padding: 0 0 0;
    flex-wrap: wrap;
    align-items: flex-end;
}

.inner-lawyers strong {
    display: block;
    width: calc(100% - 225px);
    padding: 0 80px 0 0;
    color: #2435d1;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}

.link-holder {
    width: 225px;
}

.link-holder .link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 800;
    line-height: 26px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #2435d1;
}

.link-holder .link:hover {
    color: #80df11;
}

.hide-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
    padding: 46px 46px 48px 66px;
    z-index: 2;
    margin: 15px 0 0;
}

.list-lawyers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lawyers-box .list-lawyers {
    columns: 2;
}

.list-lawyers li {
    margin: 0 0 10px;
    padding: 0 10px 0 50px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.list-lawyers li:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #edeff2;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.item-price.lawyers .title {
    display: block;
    margin: 0 0 36px;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    padding: 0 0 0 67px;
}

.not-border.item-price:after {
    display: none;
}

.warranty-section {
    padding: 69px 0 30px;
}

.warranty-section .title-section {
    margin: 0 0 33px;
}

.warranty-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.warranty-text {
    width: calc(100% - 300px);
    background-color: #edeff2;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    border-radius: 20px;
    padding: 1px;
}

.inner-warranty {
    border-radius: 19px;
    background: #ffFF;
    padding: 48px 51px 52px;
    width: 100%;
    height: 100%;
}

.inner-warranty img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.warranty-list {
    width: 300px;
    padding: 0 0 0 30px;
}

.warranty-list .title-list {
    display: block;
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

.warranty-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.warranty-list ul li {
    margin: 0 0 33px;
    padding: 0 0 13px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.warranty-list ul li:last-child {
    margin: 0;
}

.warranty-list ul li:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 40px;
    height: 1px;
    background-color: #edeff2;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.certificates-section {
    padding: 74px 0 30px;
    position: relative;
    z-index: 0;
}

.certificates-section:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 214px;
    width: 614px;
    height: 1448px;
    background: url("../images/img-bg-04.png") no-repeat;
    background-size: 100%;
    margin: 0 0 0 -961px;
    z-index: -1;
}

.certificates-section .title-section {
    margin: 0 0 49px;
}

.certificates-slider {
    margin: 0 0 50px;
}

.certificates-slider .slick-list {
    margin: 0 -10px;
    padding: 0 0 55px;
}

.certificates-slider .inner-slide {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    background: #f4f8fb;
    display: block;
}

.certificates-slider .inner-slide img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.certificates-slider .inner-slide:hover {
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}

.certificates-slider .inner-slide:hover .loop {
    opacity: 1;
}

.technique-section {
    padding: 81px 0 30px;
    position: relative;
    z-index: 0;
}

.technique-section:after {
    position: absolute;
    top: 226px;
    left: 50%;
    content: '';
    width: 785px;
    height: 1508px;
    background: url("../images/img-bg-08.png") no-repeat;
    background-size: 100%;
    margin: 0 0 0 -963px;
    z-index: -1;
}

.technique-section .title-section {
    margin: 0 0 40px;
}

.technique-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 133px;
}

.item-technique {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.inner-technique {
    position: relative;
    z-index: 1;
    background: #D8F1FF;
    border-radius: 40px;
    overflow: hidden;
    padding: 46px 43px 27px 52px;
    height: 100%;
}

.inner-technique:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
}

.inner-technique.item-1:after {
    width: 458px;
    height: 298px;
    background: url("../images/img-bg-11.png") no-repeat;
    background-size: 100%;
}

.inner-technique.item-2:after {
    width: 444px;
    height: 272px;
    background: url("../images/img-bg-12.png") no-repeat;
    background-size: 100%;
}

.heading-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 54px;
    min-height: 187px;
}

.visual, .desc-technique {
    width: 50%;
}

.visual {
    display: flex;
    align-items: flex-end;
    height: 178px;
}

.desc-technique {
    padding: 0 0 0 30px;
}

.desc-technique strong {
    display: block;
    margin: 0 0 19px;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
}

.desc-technique .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.technique-section .form-block {
    padding: 43px 15px 42px;
}

.technique-section .form-block:after {
    width: 255px;
    height: 200px;
    background: url("../images/img-16.svg") no-repeat;
    background-size: 100%;
    bottom: 47px;
    margin: 0;
    right: -53px;
    transform: rotate(-15deg);
    top: 60px;
}

.list-num {
    list-style: none;
    margin: 0 0 6px;
    padding: 0 0 0 44px;
    font-size: 0;
    line-height: 0;
}

.list-num li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3.5% 30px 0;
}

.list-num li:after {
    clear: both;
    display: block;
    content: '';
}

.list-num .num {
    color: #80df11;
    font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #FE6E4A 0%, #fe6e4a 100%);
}

.list-num span {
    display: block;
    overflow: hidden;
    padding: 0 0 0 11px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
}

.technique-section .form {
    margin: 0 0 0 46px;
}

.verification-section {
    padding: 73px 0 0px;
    position: relative;
    z-index: 0;
}

.verification-section .title-section {
    /* margin: 0 0 60px; */
    margin: 0 0 20px;
}

.verification-block {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 0 55px; */
}

.contact-company {
    width: 270px;
    padding: 41px 0 0;
}

.name-company {
    display: block;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    overflow: auto;
}

.list-contact {
    list-style: none;
    margin: 0 0 49px;
    padding: 0;
}

.list-contact li {
    margin: 0 0 0;
    text-align: left;
}

.list-contact li:after {
    clear: both;
    display: block;
    content: '';
}

.list-contact strong {
    width: 65px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    float: left;
}

.list-contact span {
    display: block;
    padding: 0 0 0 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.contact-company .phone-box {
    padding: 0 35px 0 0;
    position: relative;
    margin: 0 0 47px;
    text-align: left;
}

.contact-company .phone-box:after {
    position: absolute;
    content: '';
    top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../images/icon-phone.svg") no-repeat;
    background-size: 100%;
    transform: none;
}

.contact-company .phone-box a {
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 17px;
    letter-spacing: 0;
    color: #02346A;
}

.contact-company .phone-box span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.contact-company .btn {
    border-radius: 20px;
    padding: 28px 5px 26px;
}

.top-company-box {
    padding: 0 0 0 5.8%;
    /* padding: 0 0 0 9.8%; */
    width: calc(100% - 270px);
}

.top-company {
    border-radius: 30px;
    padding: 1px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.top-company .inner-box {
    border-radius: 29px;
    background: #fff;
    padding: 37px 50px 43px;
}

.top-company .title-box {
    display: block;
    margin: 0 0 28px;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
}

.top-company p {
    margin: 0 0 17px;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.top-company .subtitle-box {
    margin: 0 0 51px;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
}

.list-company {
    margin: 0 0 43px;
    list-style: none;
    padding: 0;
}

.list-company li {
    margin: 0 0 30px;
    padding: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.list-company li:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.list-company strong {
    display: block;
    width: calc(100% - 230px);
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

.list-company span {
    display: block;
    width: 230px;
    text-align: right;
}

.logo-block {
    display: flex;
    padding: 0 0 0 35px;
}

.logo-block .logo {
    width: 98px;
    height: 65px;
    background: url("../images/logo-2.png") no-repeat;
    background-size: 100%;
    min-width: 98px;
    margin: 3px 0 0;
}

.text-logo {
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.text-logo span {
    display: block;
}

.video-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px 164px;
}

.video-box {
    width: 54.55%;
    padding: 0 40px;
}

.video-box a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    padding: 1px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.video-box a img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #80df11;
}

.play:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 29px;
    height: 37px;
    background: url("../images/icon-play.png") no-repeat;
    background-size: 100%;
}

.video-text {
    width: 45.45%;
    padding: 0 40px;
}

.video-logo {
    display: block;
    margin: 0 0 34px;
    width: 141px;
    height: 33px;
    background: url(" ") no-repeat;
    background-size: 100%;
}

.title-video {
    display: block;
    margin: 0 0 19px;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    max-width: 350px;
}

.video-text .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 16px;
}

.video-text .btn {
    border-radius: 20px;
    line-height: 34px;
}

.our_team-section {
    /* padding: 79px 0 30px; */
    padding: 79px 0 89px;
}

.our_team-section .title-section {
    margin: 0 0 58px;
}

.our_team-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 51px;
}

.our_team-item {
    width: 33.3%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.our_team-inner {
    background: #D8F1FF;
    border-radius: 20px;
    padding: 33px 42px 33px;
    /* height: 100%; */
    background-image: url(/images/sal_2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.team-info {
    display: flex;
    margin: 0 0 22px;
}

.user-photo {
    width: 100px;
    min-width: 100px;
    border-radius: 20px;
    overflow: hidden;
    height: 106px;
}

.user-photo img {
    height: auto;
    display: block;
    width: 100%;
}

.info-box {
    padding: 3px 0 0 29px;
}

.info-box strong {
    display: block;
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;

}

.info-box span {
    display: block;
    font-size: 26px;
    font-weight: 800;
    line-height: 20px;
    display: inline;
    border-bottom: 6px solid #CA3A16;
}

.our_team-text {
    position: relative;
    padding: 0 0 14px;
    min-height: 194px;
}

.our_team-text:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.info-text ul, .info-text {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-text li {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.info-text li b {
    font-weight: 800;
    color: #CA3A16;
}

.info-text ul {
    padding: 10px 0 0 14px;
}

.our_team-section .btn-holder {
    margin: 0 0 50px;

}

.our_team-section .btn {
    margin: 0 auto;
    max-width: 369px;
    border-radius: 20px;
    line-height: 34px;
}

.process-section {
    padding: 81px 0 0;
    position: relative;
    z-index: 0;
}

.process-section:after {
    position: absolute;
    content: '';
    top: -736px;
    left: 50%;
    width: 683px;
    height: 2501px;
    background: url("../images/img-bg-09.png") no-repeat;
    background-size: 100%;
    margin: 0 0 0 274px;
    z-index: -1;
}

.process-section .heading {
    position: relative;
    padding: 0 28% 0 0;
    margin: 0 0 39px;
}

.heading .img-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-71%);
}

.process-section .title-section {
    margin: 0 0 20px;
}

.list-process {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 115px;
    list-style: none;
    padding: 0;
}

.list-process li {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative;
}

.list-process li:nth-child(2n) {
    margin-top: 25px;
}

.list-process li:after {
    position: absolute;
    content: '';
    right: 14px;
    bottom: 21px;
    width: 74px;
    height: 18px;
    background: url("../images/icon-arrow.svg") no-repeat;
    background-size: 100%;
}

.list-process li:nth-child(even):after {
    bottom: auto;
    top: 31px;
    transform: scale(1, -1);
}

.list-process li:nth-child(3):after {
    bottom: -4px;
}

.list-process li:last-child:after {
    display: none;
}

.list-process .inner-list {
    position: relative;
    padding: 0 0 0 0;
}

.list-process .icon {
    margin: 0 0 16px 50px;
    display: block;
    height: 35px;
}

.list-process .icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.list-process .desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding: 0 20px 0 0;
}

.list-process .desc:after {
    clear: both;
    display: block;
    content: '';
}

.list-process .num {
    font-size: 70px;
    font-weight: 800;
    line-height: 70px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, #FE6E4A 0%, #2435D1 100%);
    font-style: normal;
    float: left;
}

.list-process .desc span {
    display: block;
    overflow: hidden;
    padding: 0 0 0 19px;
}

.photo-block {
    margin: 0 -21px 0 -14px;
    column-count: 3;
    column-gap: 0;
    column-width: 33.3%;
    max-height: 650px;
}

.item-photo {
    padding: 0 15px;
    margin: 0 0 36px;
    display: block;
}

.item-photo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.item-photo a:before {
    display: block;
    content: '';
    padding: 64% 0 0;
}

.item-photo a img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-photo a:hover {
    box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}

.item-photo a:hover .loop {
    opacity: 1;
}

.video-section {
    padding: 15px 0 30px;
}

.video-section .title-section {
    margin: 0 0 37px;
}

.video-holder {
    border-radius: 20px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    padding: 1px;
    width: 100%;
    margin: 0 0 50px;
}

.video-holder .inner-video {
    overflow: hidden;
    border-radius: 19px;
    background: #fff;
    position: relative;
    padding-bottom: 47.8%;
    height: 0;
    background-image: url(/images/video-bg-dez.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-holder .inner-video img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.video-holder .play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    background: #80df11;
    border-radius: 50%;
}

.video-holder .play-btn:after {
    position: absolute;
    content: '';
    border-left: 25px solid #2435d1;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
}

.faq-section {
    padding: 79px 0 30px;
    position: relative;
    z-index: 0;
}

.faq-section:after {
    position: absolute;
    content: '';
    top: -213px;
    left: 50%;
    margin: 0 0 0 -1105px;
    width: 942px;
    height: 1351px;
    background: url("../images/img-bg-10.png") no-repeat;
    background-size: 100%;
    z-index: -1;
}

.faq-section .title-section {
    margin: 0 0 35px;
}

.faq-block {
    border-radius: 20px;
    padding: 1px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    margin: 0 0 50px;
}

.faq-block .inner-block {
    background: #fff;
    border-radius: 19px;
    width: 100%;
    height: 100%;
    padding: 0 52px 0;
}

.item-faq {
    padding: 40px 0 48px;
    position: relative;
    display: flex;
}

.item-faq:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.item-faq:last-child:after {
    display: none;
}

.item-faq .question {
    display: block;
    width: 225px;
    min-width: 225px;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
    padding: 2px 0 0;
}

.item-faq .answer {
    padding: 0 0 0 14.6%;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.services-section {
    padding: 78px 0 30px;
    position: relative;
    z-index: 0;
}

.services-section .title-section {
    margin: 0 0 52px;
}

.list-services {
    list-style: none;
    margin: 0 -15px 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-services li {
    width: 20%;
    /* padding: 0 15px; */
    padding: 0px;
    margin: 0 0 30px;
    text-align: center;
}

.list-services .inner-list {
    background: #D8F1FF;
    border-radius: 20px;
    padding: 42px 15% 44px;
    background-image: url(/images/fon_11.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.list-services .icon {
    display: block;
    margin: 0 auto 10px;
    /* width: 103px; */
}

.list-services .title-list {
    display: block;
    margin: 0 0 13px;
    font-size: 26px;
    font-weight: 800;
    line-height: 24px;
    min-height: 48px;
}

.list-services .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
}

.services-section .form-block {
    padding: 20px 15px 20px;
}

.services-section .form-block:after {
    width: 169px;
    height: 260px;
    background: url("../images/icon-faq.svg") no-repeat;
    background-size: 100%;
    margin: 0;
    bottom: auto;
    top: -61px;
    right: 65px;
}

.services-section .form {
    max-width: 755px;
    margin: 0 0 0 10.2%;
}

.inner-form {
    display: flex;
    flex-wrap: wrap;
}

.head-form {
    width: calc(100% - 300px);
    padding: 40px 9% 0 0;
}

.head-form .title-form {
    margin: 0 0 25px;
}

.col-form {
    width: 300px;
    margin: -7px 0 0;
}

.inner-form .submit-holder, .inner-form .input-holder {
    width: 100%;
}

.inner-form .input-holder {
    margin: 0 0 20px;
}

.services-section .form .checkbox-holder {
    padding: 0 15px;
}

.partners-section {
    padding: 83px 0 91px;
}

.partners-section .title-section {
    margin: 0 0 21px;
}

.partners-section .subtitle-section {
    max-width: 650px;
    margin: 0 0 90px;
}

.list-partners {
    list-style: none;
    padding: 0;
    margin: 0 -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.list-partners li {
    padding: 0 15px;
    width: 16.6%;
    margin: 0 0 74px;
}

.list-partners a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-partners img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.top-footer {
    padding: 32px 0 32px;
    background: #f4f8fb;
}

.top-footer .phone-box .phone {
    font-size: 24px;
}

.list-social {
    list-style: none;
    margin: -6px 98px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.list-social li {
    margin: 0 0 0 10px;
}

.list-social a {
    display: block;
}

.list-social i {
    color: #2435d1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
}

.list-social i:before {
    margin: 0;
    font-size: 23px;
    line-height: 23px;
    width: auto;
}

.list-social .icon-vk:before {
    font-size: 16px;
    line-height: 16px;
}

.list-social .icon-ok:before {
    font-size: 26px;
    line-height: 26px;
}

.list-social a:hover i {
    color: #80df11;
}

.copy {
    clear: both;
    /* padding: 38px 0 0; */
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.dev-box {
    padding: 10px 0;
    /* background: #3D4FA2; */
    /* background: #02346A; */
    background: #FF318B;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff318b+1,228cef+100 */
    background: #ff318b;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff318b 1%, #228cef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff318b 1%, #228cef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff318b 1%, #228cef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff318b', endColorstr='#228cef', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 7px;

}

.dev-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dev-list a {
    display: inline-block;
    vertical-align: top;
    margin: 0 19px;
    position: relative;
}

.dev-list a img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.dev-list a:first-child:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("../images/icon-21.svg") no-repeat;
    background-size: 100%;
}

.consultation-section {
    padding: 79px 0 30px;
    position: relative;
    z-index: 0;
}

.consultation-section:after {
    position: absolute;
    content: '';
    bottom: -681px;
    left: 50%;
    width: 784px;
    height: 1511px;
    background: url("../images/img-bg-05.png") no-repeat;
    background-size: 100%;
    margin: 0 0 0 170px;
    z-index: -1;
}

.fancybox-is-open .fancybox-bg {
    background: rgba(0, 154, 243, .8);
}

.popup-block {
    padding: 0;
    background: transparent;
    width: 100%;
    max-width: 968px;
    display: none;
}

.popup-block .form-block {
    margin: 0;
    text-align: center;
    padding: 40px 15px 49px;
}

.popup-block .form-block:after {
    display: none;
}

.popup-block .title-form {
    max-width: 100%;
}

.popup-block .checkbox-holder {
    display: inline-block;
    vertical-align: top;
}

.popup-block .fancybox-close-small {
    padding: 0;
    width: 25px;
    height: 25px;
    top: 26px;
    right: 24px;
    background: url("../images/icon-close.svg") no-repeat;
    background-size: 100%;
}

.popup-block .fancybox-close-small svg {
    display: none;
}

@media screen and (max-width: 1300px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .official-block .logo-box {
        top: 15px;
        right: 84px;
    }

    .item-price:hover {
        margin: 0 -1px;
        padding: 42px 45px 41px;
    }

    .visual img {
        max-width: 100%;
    }

    .technique-section .form-block:after {
        right: -123px;
    }

    .list-social {
        margin: -6px 58px 0 0;
    }
}

@media screen and (max-width: 1100px) {
    .user-block {
        display: block;
    }

    .avatar {
        margin: 0 0 20px;
    }

    .name-block {
        padding: 0;
        width: 100%;
    }

    .docs-box img {
        max-width: none;
        width: 100%;
    }

    .reviews-form:after {
        left: -113px;
    }

    .reviews-form {
        padding: 54px 4.25% 45px 15.5%;
    }

    .reviews-form .text {
        padding: 0 30px 0 0;
    }

    .price-title {
        padding: 0 15px 0 56px;
        font-size: 18px;
        line-height: 26px;
    }

    .item-price.lawyers .title {
        padding: 0 0 0 56px;
    }

    .technique-section .form-block:after {
        right: -33px;
        bottom: 157px;
    }

    .list-num {
        padding: 0;
    }

    .technique-section .form {
        margin: 0;
    }

    .services-section .form {
        margin: 0 0 0 3.2%;
    }

    .list-social {
        margin: -6px 28px 0 0;
    }

    .top-footer .call-box {
        margin: 0 0 0 27px;
    }

    .top-footer .phone-box .phone {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .product-section .title-section, .product-section .verification-box {
        width: 100%;
    }

    .product-section .verification-box {
        max-width: 371px;
    }

    .product-section .title-section {
        padding: 0;
        font-size: 26px;
    }

    .product-section .heading {
        margin: 0 0 50px;
    }

    .product-section .heading p {
        padding: 0;
        width: 100%;
    }

    .product-list {
        margin: 0 0 120px;
    }

    .experience-box {
        width: 80%;
        max-width: 800px;
    }

    .row-price {
        display: block;
    }

    .price-text {
        width: 100%;
        margin: 0 0 30px;
    }

    .item-price.lawyers:hover, .item-price.lawyers {
        height: auto;
    }

    .lawyers-box {
        padding: 0;
    }

    .inner-lawyers strong {
        padding: 0 30px 0 0;
    }

    .inner-technique {
        padding: 20px;
    }

    .top-company-box {
        padding: 0 0 0 30px;
    }

    .video-block {
        margin: 0 -15px 50px;
    }

    .video-box, .video-text {
        padding: 0 15px;
    }

    .our_team-inner {
        padding: 20px;
    }

    .item-faq .answer {
        padding: 0 0 0 30px;
    }

    .list-services li {
        width: 33.3%;
    }

    .services-section .form {
        margin: 0;
    }

    .head-form {
        padding: 0 15px 0 0;
    }

    .services-section .form-block:after {
        right: -15px;
    }

    .top-footer .logo .desc-logo {
        display: none;
    }



    .phone-box .phone {
        font-size: 30px;
    }
}

@media screen and (max-width: 890px) {
    .call-box {
        padding: 0 0 0 35px;
        margin: 0 0 0 10px;
    }

    .guarantee-block .visual-box, .guarantee-list {
        width: 100%;
    }

    .guarantee-block .img-box {
        display: none;
    }

    .official-block {
        margin: 0 0 70px;
        padding: 20px;
    }

    .official-block .logo-box {
        position: static;
        top: auto;
        right: auto;
        margin: 0 0 15px;
    }

    .official-block .visual-box {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        margin: 0 0 40px;
        display: inline-block;
        vertical-align: top;
    }

    .official-desc {
        margin: 0 0 35px;
    }

    .item-product {
        padding: 20px;
    }

    .experience-box {
        width: 100%;
        max-width: 100%;
        margin: 0 0 70px;
    }

    .form-block:after {
        display: none;
    }

    .experience-box:after {
        left: 5.5%;
        display: none;
    }

    .dep_phone_2 {
        text-align: center;
    }

    .soc-1 {
        text-align: center;
    }

    .title-form {
        max-width: 100%;
    }

    .services-section .form-block, .form-block {
        padding: 40px 20px 42px;
    }

    .input-holder, .submit-holder {
        width: 50%;
    }

    .submit-holder .btn {
        max-width: 100%;
    }

    .user-block {
        display: flex;
    }

    .name-block {
        padding: 0 0 0 24px;
        width: calc(100% - 100px);
    }

    .avatar {
        margin: 0;
    }

    .reviews-form:after {
        display: none;
    }

    .reviews-form {
        padding: 54px 20px 45px;
    }

    .item-price {
        padding: 20px;
    }

    .item-price:after {
        left: 20px;
        right: 20px;
    }

    .item-price:hover {
        padding: 20px 21px;
    }

    .item-price.lawyers:hover, .item-price.lawyers {
        padding: 20px;
    }

    .hide-text {
        padding: 20px 16px 20px 20px;
    }

    .inner-warranty {
        padding: 20px;
    }

    .item-technique {
        width: 100%;
    }

    .top-company .inner-box {
        padding: 20px;
    }

    .logo-block {
        padding: 0;
    }

    .our_team-item {
        width: 50%;
    }

    .process-section .heading {
        padding: 0;
    }

    .heading .img-box {
        display: none;
    }

    .list-process li {
        width: 50%;
    }

    .faq-block .inner-block {
        padding: 0 20px;
    }

    .item-faq {
        padding: 20px 0;
    }

    .list-partners li {
        width: 25%;
    }

    .inner-product, .warning-item .inner-box {
        padding: 20px;
    }

    .phone-box .phone {
        font-size: 22px;
    }


}

@media screen and (max-width: 767px) {
    .logo {
        display: block;
    }

    .logo .desc-logo {
        display: none;
    }



    .promo-title {
        font-size: 48px;
        padding: 0;
    }

    .promo-title span {
        font-size: 38px;
    }

    .inner-approved .title-box {
        font-size: 28px;
        line-height: 28px;
    }

    .approved-block {
        margin: 0 0 70px;
    }

    .inner-approved {
        padding: 20px;
        text-align: center;
    }

    .approved-block .logo-box {
        position: static;
        top: auto;
        left: auto;
        padding: 0;
        margin: 0 0 20px;
        text-align: center;
        transform: none;
    }

    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .item-product:nth-child(3n+3) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .item-product:nth-child(3n+2) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .item-product:nth-child(2n) {
        margin-top: 42px;
        margin-bottom: -42px;
    }

    .experience-box {
        padding: 20px 20px 20px 65px;
    }

    .experience-box:after {
        left: 20px;
    }

    .reviews-form {
        display: block;
    }

    .reviews-form .text {
        padding: 0;
        width: 100%;
        margin: 0 0 30px;
    }

    .price-title, .price-desc {
        width: 50%;
    }

    .price-text {
        margin: 0 0 10px;
    }

    .price {
        width: 100%;
        padding: 20px 0 0;
    }

    .inner-lawyers {
        display: block;
    }

    .inner-lawyers strong {
        padding: 0;
        width: 100%;
        margin: 0 0 20px;
    }

    .link-holder {
        width: 100%;
        text-align: right;
    }

    .lawyers-box .list-lawyers {
        columns: 1;
    }

    .list-lawyers li {
        padding-right: 0;
    }

    .warranty-text {
        width: 100%;
        order: 2;
    }

    .warranty-list {
        width: 100%;
        padding: 0;
        order: 1;
        margin: 0 0 30px;
    }

    .verification-block {
        display: block;
    }

    .contact-company, .top-company-box {
        width: 100%;
        padding: 0;
    }

    .contact-company {
        margin: 0 0 40px;
    }

    .contact-company .phone-box {
        display: inline-block;
        vertical-align: top;
    }

    .video-box, .video-text {
        width: 100%;
    }

    .video-box {
        margin: 0 0 30px;
    }

    .video-box a img {
        max-width: none;
        width: 100%;
    }

    .title-video {
        max-width: 100%;
    }

    .photo-block {
        margin: 0 -15px;
        column-count: 2;
        max-height: none;
    }

    .item-photo a img {
        max-width: none;
        width: 100%;
    }

    .list-services .inner-list {
        padding: 42px 20px 44px;
    }

    .inner-form {
        display: block;
    }

    .head-form {
        width: 100%;
        margin: 0 0 20px;
    }

    .col-form {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: 0 -15px;
        align-items: flex-end;
    }

    .inner-form .submit-holder, .inner-form .input-holder {
        width: 50%;
        margin: 0 0 20px;
    }

    .top-footer .logo {
        float: none;
        margin: 0 0 10px;
        display: block;
    }

    .top-footer .contact-box {
        float: none;
        justify-content: space-between;
    }

    .list-social {
        margin: -6px 0 0;
    }

    .list-social li {
        margin: 0 10px 0 0;
    }

    .top-footer .call-box {
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    #header .phone-box {
        display: none;
    }

    .promo-section:after {
        /* margin: 0 0 0 87px; */
        position: absolute;
        content: '';
        top: 12%;
        left: 50%;
        width: 2246px;
        height: 954px;
        background: url("../images/img-bg-01_2_mini.svg") no-repeat;
        background-size: 50%;
        margin: 0 0 0 -750px;
        z-index: -1;
    }

    .promo-text {
        margin-top: 110%;

    }

    .list-check li {
        width: 100%;
        margin: 0 0 40px;
    }

    .guarantee-list li, .list-official li, .input-holder, .submit-holder {
        width: 100%;
    }

    .user-block {
        display: block;
    }

    .avatar {
        margin: 0 0 20px;
    }

    .name-block {
        padding: 0;
        width: 100%;
    }

    .name-org {
        font-size: 18px;
        line-height: 23px;
    }

    .docs-slider .rating-box {
        display: block;
    }

    .rating-info {
        margin: 0 0 10px;
    }

    .reviews-holder {
        width: 100%;
    }

    .reviews-holder .btn {
        max-width: 100%;
    }

    .certificates-slider .inner-slide img {
        max-width: none;
        width: 100%;
    }

    .our_team-list {
        max-width: 420px;
        margin: 0 auto 19px;
    }

    .our_team-item {
        width: 100%;
        padding: 0
    }

    .item-faq {
        display: block;
    }

    .item-faq .question {
        width: 100%;
        margin: 0 0 20px;
    }

    .item-faq .answer {
        padding: 0;
    }

    .list-services li {
        width: 50%;
    }

    .inner-form .submit-holder, .inner-form .input-holder {
        width: 100%;
    }

    .list-partners li {
        width: 33.3%;
        margin: 0 0 44px;
    }

    .top-footer .call-box {
        display: none;
    }

    .form .col-50 {
        width: 100%;
    }
}



@media screen and (max-width: 480px) {
    #header .logo {
        width: 150px;
    }

    .logo img {
        min-width: auto;
        width: 100%;
    }

    .call-box {
        margin: 0;
    }

    .call-box .call {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .promo-title {
        font-size: 48px;
        display: inline;
        /* font-size: 48px; */
        line-height: 40px;
        font-weight: 800;
        /* line-height: 45px; */
        background-color: #DCDFE5;
        box-shadow: 5px 0 0 #DCDFE5, -5px 0 0 #DCDFE5;
    }
    

        .promo-section .btn-holder {
            margin: 50px 0 47px;
        }

    .promo-title small {
        margin: 0 20px 0 0;
    }

    .promo-title span {
        margin: 0 0 0 10px;
    }

    .promo-section p {
        font-size: 22px;
        line-height: 28px;
    }

    .btn {
        max-width: 100%;
        padding: 28px 5px 26px;
    }

    .inner-approved .title-box {
        font-size: 20px;
        line-height: 20px;
    }

    .inner-approved p {
        font-size: 18px;
        line-height: 21px;
    }

    .title-section, .title-form {
        font-size: 28px;
        line-height: 28px;
        /* text-align: center; */
    }

    .guarantee-block {
        margin: 0 -15px 10px;
    }

    .guarantee-list .inner-list {
        padding: 20px;
    }

    .guarantee-list .desc, .official-block p {
        font-size: 18px;
        line-height: 26px;
    }

    .official-block .title-section {
        font-size: 29px;
    }

    .product-list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
        margin: 0 0 70px;
    }

    .item-product:nth-child(2n) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .verification-box .inner-box, .subtitle-form {
        font-size: 20px;
        line-height: 23px;
    }

    .verification-box .inner-box {
        padding: 20px 20px 20px 65px;
    }

    .verification-box .inner-box:after {
        top: 10px;
        left: 15px;
    }

    .guarantee-section {
        padding: 41px 0 40px;
    }

    .product-section {
        padding: 40px 0 10px;
    }

    .experience-box {
        padding: 20px 20px 20px 50px;
    }

    .experience-box:after {
        left: 10px;
    }

    .form input[type="submit"] {
        font-size: 14px;
    }

    .name-block {
        display: block;
    }

    .name-box, .rating-box {
        width: 100%
    }

    .name-box {
        padding: 0;
        margin: 0 0 15px;
    }

    .user-name {
        margin: 0 0 15px;
    }

    .user-name span {
        display: inline;
    }

    .subtitle-section, .title-block {
        font-size: 20px;
        line-height: 26px;
    }

    .reviews-section {
        padding: 30px 0 10px;
    }

    .docs-slider {
        max-width: 325px;
        margin: 0 auto 70px;
    }

    .docs-section {
        padding: 35px 0 10px;
    }

    .slick-dots li {
        margin: 0 8px;
    }

    .reviews-holder .phone a {
        font-size: 28px;
    }

    .price-section {
        padding: 39px 0 10px;
    }

    .price-title, .price-desc {
        width: 100%;
        padding-right: 0;
    }

    .price-title {
        padding: 20px 0 20px 56px;
    }

    .inner-lawyers strong {
        font-size: 18px;
        line-height: 24px;
    }

    .price-btn {
        width: 100%;
    }

    .list-lawyers li {
        padding: 0 0 0 20px;
    }

    .list-lawyers li:after {
        width: 10px;
    }

    .warranty-section {
        padding: 31px 0 10px;
    }

    .certificates-section {
        padding: 34px 0 10px;
    }

    .technique-section {
        padding: 35px 0 10px;
    }

    .heading-box {
        display: block;
    }

    .visual {
        height: auto;
        margin: 0 0 20px;
    }

    .desc-technique {
        width: 100%;
        padding: 0;
    }

    .technique-box {
        margin: 0 -15px 70px;
    }

    .list-num .num {
        float: none;
        display: block;
        margin: 0 0 5px;
        font-size: 60px;
    }

    .list-num span {
        display: block;
        padding: 0;
    }

    .list-num span br {
        display: none;
    }

    .verification-section {
        padding: 33px 0 10px;
    }

    .top-company p, .top-company .subtitle-box {
        font-size: 20px;
        line-height: 20px;
    }

    .list-company li, .logo-block {
        display: block;
    }

    .list-company strong {
        width: 100%;
        margin: 0 0 10px;
    }

    .list-company span {
        width: 100%;
        text-align: left;
    }

    .logo-block .logo {
        margin: 0 0 10px;
        display: block;
        float: none;
    }

    .text-logo {
        padding: 0;
    }

    .text-logo span {
        display: inline;
    }

    .our_team-section {
        padding: 39px 0 10px;
    }

    .verification-block {
        /* margin: 0 0 70px; */
    }

    .process-section {
        padding: 31px 0 0;
    }

    .list-process li {
        width: 100%;
    }

    .list-process li:after {
        display: none;
    }

    .list-process .desc {
        padding: 0;
    }

    .list-process li:nth-child(2n) {
        margin-top: 0;
    }

    .list-process {
        margin: 0 -15px 70px;
    }

    .photo-block {
        column-count: 1;
    }

    .item-photo {
        display: block;
    }

    .video-section {
        padding: 55px 0 10px;
    }

    .video-holder .inner-video {
        padding-bottom: 53.8%;
    }

    .faq-section {
        padding: 39px 0 10px;
    }

    .item-faq .answer {
        font-size: 18px;
        line-height: 26px;
    }

    .services-section {
        padding: 38px 0 10px;
    }

    .list-services {
        margin: 0 -15px 70px;
    }

    .list-services li {
        width: 100%;
    }

    .partners-section {
        padding: 33px 0 31px;
    }

    .top-footer .logo {
        margin: 0 110px -4px;
        width: 98px;
    }

    .top-footer .contact-box {
        display: block;
    }

    .list-social {
        justify-content: center;
        margin: 0 0 20px;
    }

    .list-social li {
        margin: 0 5px;
    }

    .top-footer .phone-box {
        text-align: center;
    }

    .popup-block .fancybox-close-small {
        top: 15px;
        right: 17px;
    }

    .promo-section {
        padding-top: 156px;
    }

    #header .mob-phone {
        display: block;
        clear: both;
        padding: 20px 0 0;
        text-align: center;
    }

    .mob-phone .phone {
        margin: 0;
    }

    .mob-phone span {
        display: block;
    }

    .product-section .heading p {
        font-size: 20px;
        line-height: 26px;
    }

    .item-price.lawyers .title {
        padding: 0;
        font-size: 20px;
    }
    .submit {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 5px 0;
    height: 70px;
    cursor: pointer;
    border-radius: 20px;
    border: none;

}
}

.input-holder.msg-holder {
    width: 66%;
}

.departures-block {
    margin: 0 -15px 133px;
    display: flex;
    flex-wrap: wrap;
}

.numbers_tips {
    width: 36.5%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.departures-block .inner-box {
    background: #2435d1;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 21px 20px 22px;
    display: flex;
    align-items: center;
}

.numbers_tips .num {
    display: block;
    width: 102px;
    height: 102px;
    background-image: linear-gradient(to right, #FE6E4A 0%, #009af3 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 70px;
    font-weight: 800;
}

.numbers_tips strong {
    display: block;
    padding: 0 4px 0 26px;
    width: calc(100% - 102px);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}

.no_brigades {
    padding: 0 15px;
    width: 63.5%;
    margin: 0 0 30px;
}

.no_brigades .dot {
    display: block;
    width: 102px;
    min-width: 102px;
    height: 102px;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    border-radius: 20px;
    position: relative;
}

.no_brigades .inner-dot {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 18px;
    background: #2435d1;
}

.no_brigades .inner-dot.point i {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background: #ffa508;
    border-radius: 14px;
}

.no_brigades .desc {
    display: block;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 26px;
    min-width: 210px;
}

.no_brigades .notice {
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

.no_brigades .notice span {
    margin: 0 0 0;
    display: block;
    text-transform: uppercase;
}

.no_brigades .notice strong {
    display: block;
    color: #7ede14;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.departures_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    width: 100%;
}

.dep_inner {
    padding: 0 15px;
    margin: -8px 0 0;
    width: 63.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dep_text {
    position: relative;
    padding: 0 0 0 55px;
    color: #2435d1;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 310px;
    margin: 0 0 10px;
}

.dep_text:after {
    position: absolute;
    content: '';
    top: 21px;
    left: 1px;
    width: 30px;
    height: 1px;
    background-color: #edeff2;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}

.dep_phone {
    position: relative;
    padding: 2px 0 0 44px;
    margin: 0 -4px 10px 0;
    width: 409px;
}

.dep_phone:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("../images/icon-phone.svg") no-repeat;
    background-size: 100%;
}

.dep_phone a {
    color: #02346A;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: all .2s linear;
    letter-spacing: 0.035em;
}

.dep_phone a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .numbers_tips strong, .no_brigades .notice {
        padding: 0 0 0 15px;
    }

    .no_brigades .desc {
        padding: 0 0 0 15px;
        min-width: 160px;
    }
}

@media screen and (max-width: 890px) {
    .numbers_tips, .no_brigades {
        width: 100%;
    }

    .departures-block {
        margin: 0 -15px 73px;
    }

    .dep_inner {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .no_brigades .notice {
        padding: 0;
        width: 100%;
    }

    .no_brigades .desc {
        width: calc(100% - 102px);
    }

    .departures-block .inner-box {
        flex-wrap: wrap;
    }

    .no_brigades .dot, .no_brigades .desc {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .departures-block .inner-box {
        padding: 15px;
    }

    .numbers_tips .num {
        width: 72px;
        height: 72px;
        line-height: 80px;
        font-size: 60px;
    }

    .no_brigades .dot {
        width: 72px;
        height: 72px;
        min-width: 72px;
    }

    .numbers_tips strong, .no_brigades .desc {
        width: calc(100% - 72px);
    }

    .no_brigades .inner-dot.point i {
        width: 28px;
        height: 28px;
    }

    .numbers_tips strong, .no_brigades .desc {
        font-size: 18px;
        line-height: 18px;
    }

    .departures-block {
        margin: 0 -15px 33px;
    }

    .dep_text {
        padding: 0 0 0 30px;
        font-size: 18px;
    }

    .dep_text:after {
        width: 20px;
    }

    .dep_phone a {
        letter-spacing: 0;
        font-size: 28px;
    }

    .dep_phone:after {
        top: 0;
    }
}

.blink {
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.contact-box .ad-phone {
    color: #d1f7fb;
    font-size: 11px;
}

.sound_box {
    padding: 28px 0 0;
}

.sound_box .title {
    display: block;
    margin: 0 0 4px;
    color: #5e5e63;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
}

.sound {
    max-width: 486px;
    width: 100%;
    height: 100px;
    background: #d8f1ff;
    border: 1px solid #d8f1ff;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 17px;
}

.inner_sound {
    width: 100%;
    height: 100%;
    background: url("../images/sound_img.svg") repeat-x;
    background-size: 50% auto;
    background-position: 0 50%;
}

.sound .play_sound {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: #2435d1;
    border-radius: 50%;
}

.sound .play_sound:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    border-left: 17px solid #80df11;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 170px !important;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 100%;
        max-width: 100%;
    }

    .fancybox-slide.fancybox-slide--iframe {
        padding: 44px 5px;
    }
}

@media screen and (max-width: 480px) {
    .promo-section {
        padding-top: 197px;
    }

    .contact-box {
        margin: 0 0 21px;
    }

    #header .mob-phone {
        padding: 13px 5px 12px;
        background-image: linear-gradient(to right, #82d60b 0%, #0197f7 100%);
        border-radius: 10px;
    }

    .phone-box .phone {
        color: #fff;
        font-size: 32px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0;
    }

    .mob-phone span {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.num img {

    margin: 10px;
    width: 80%;
    height: 80%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    /* object-position: center; */
}

.submit {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 76px;
    text-transform: uppercase;
    padding: 0 5px 0;
    height: 70px;
    cursor: pointer;
    border-radius: 20px;
    border: none;

}

.soc-1 {
    height: 90px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: row;
}

.wat {
    margin: 10px;
}

.wat img {
    width: 80px;
}

.telega img {
    width: 80px;
}

.telega {
    margin: 10px;
}

.img-box {
    position: relative;
    left: 65%;
}

.img-box_2 {
    position: relative;
    left: -25%;
}

.dep_phone_2 {
    position: relative;
    top: -20px;
    /* padding: 2px 0 0 44px; */
    /* margin: 0 -4px 10px 0; */
    width: 409px;
}

.dep_phone_2 a {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: all .2s linear;
    letter-spacing: 0.035em;
}

.title-section_2 {
    margin: 0 0 44px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0 0 70px;
}

.left {
    text-align: left;

}

.red {
    color: #C0300C;
}

@media screen and (max-width: 890px) {
    .title-section_2 {
        font-size: 20px;
    }

    .docs-section:after {
        display: none;
    }
}

.container_2 {
    /* margin: 10px 10px 10px 10px; */
    width: 100%;
    max-width: 1229px;
    margin: 0 auto;
    padding: 0;
}

#blink2 {
    -webkit-animation: blink2 1s linear infinite;
    animation: blink2 1s linear infinite;
    color: #FE6E4A;
}

@-webkit-keyframes blink2 {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}

@keyframes blink2 {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}

.fon {
    display: inline-block;
    background: #D8F1FF;
    border-radius: 5px;
    padding: 5px 15px;
}

.bold {
    font-weight: 800;
}

.price_3 {
    font-weight: 800;
    line-height: 55px;
    font-size: 34px;
    letter-spacing: -0.035em;
}

@media screen and (max-width: 320px) {
        .logo img {
            min-width: auto;
            width: 110%;
            margin-top: 10px;
        }
        #header .logo {
            width: 91px;
        }
        .promo-text {
            margin-top: 140%;
        }

        .consultation-section {
            padding: 0px;
            
        }
        .guarantee-section {
            padding: 0px 0 0px;
        }
        .product-section .title-section {
            padding:20px;
            font-size: 26px;
        }
        .submit {
            display: block;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            line-height: 26px;
            text-transform: uppercase;
            padding: 10px 5px 0;
            height: 70px;
            cursor: pointer;
            border-radius: 20px;
            border: none;

        }

        .dep_phone_2 a {
            color: #ffffff;
            font-size: 28px;
            
        }
        .experience-box {
            padding: 20px 20px 20px 20px;
        }

        .price-section .subtitle-section {
            margin: 40px 10px 63px;
        }

        .info-box span {
            display: block;
            font-size: 20px;
            font-weight: 800;
            line-height: 20px;
            display: inline;
            border-bottom: 6px solid #CA3A16;
        }



        .subtitle-section, .title-block {
        padding: 40px 20px 20px 20px;
        }

        .contact-company .logo img {
            width: 80%;
        }

}

.list-contact .dos {
    font-weight: 800;
    font-size: 22px;
}


/* стили соглашения на обработку */

#cookies-alert {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 auto;

    font-family: "Roboto Condensed", sans-serif;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    z-index: 1000;

}

#cookies-alert:not(.show) {
    visibility: hidden;
}

.cookies-content {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e2e4e6;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    max-width: 960px;
}

.show .cookies-content {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.cookies-content__i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 25px 9px 14px;

    border: 1px solid rgba(135, 206, 235, 0.5);
    /* Полупрозрачный голубой */
    box-shadow: 0 0 10px rgba(135, 206, 235, 0.8);

}

.cookies-content__i .message {
    margin-left: 10px;
}

.cookies-content__i .message a {
    cursor: pointer;
    font-weight: 700;
}

#accept-cookies {
    font-size: 24px;
    font-weight: normal;
}

.agree {
    font-size: 14px;
    text-align: center;
}

.agree label {
    font-weight: normal;
}

@media (max-width: 767px) {
    #cookies-alert {
        flex-direction: column;
        padding: 0;
    }

    #cookies-alert img {
        display: none;
    }

    #accept-cookies {
        display: block;
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        height: 46px;
        align-items: center;
        justify-content: center;
        display: flex;

    }

    .cookies-content {
        width: 90%;

    }

    .cookies-content__i .message {
        margin: 0 auto;
    }




}

.btn-primary {
    color: #fff;
    background-color: #FF6347;
    border-color: #204d74;
    padding: 0 10px 2px 10px;
    border-radius: 5px;
}

.message-content {
    /* font-weight: 600; */
    /* color: #000; */
}


/* чёрный блок и бегающая лента */
.box {
    color: white;
    text-shadow: 0 1px 0 #20B2AA;
    --border-angle: 0turn;

    --main-bg: conic-gradient(from var(--border-angle),
            rgba(25, 165, 158, 0.8),
            /* Более светлый морской */
            rgba(0, 128, 128, 0.8) 5%,
            /* Темный морской */
            rgba(0, 128, 128, 0.8) 60%,
            /* Темный морской */
            rgba(25, 165, 158, 0.8) 95%);
    /* Более светлый морской */

    border: solid 5px transparent;
    border-radius: 2em;

    --gradient-border: conic-gradient(from var(--border-angle),
            transparent 25%,
            #20B2AA,
            /* Морская волна */
            #008080 99%,
            /* Темнее */
            transparent);

    /* ОСНОВНОЙ ЦВЕТ */
    background-color: #20B2AA;
    /* Классический морской волны */

    /* ГРАДИЕНТЫ */
    background-image:
        var(--main-bg),
        var(--gradient-border);

    background:
        var(--main-bg) padding-box,
        var(--gradient-border) border-box;

    background-position: center center;
    animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.box:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}