/* --------------- Fonts --------------- */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
   font-family: 'bebas_neuebold';
   src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
      url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
      url('../fonts/bebasneue_bold-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'azkiaregular';
   src: url('../fonts/azkia-webfont.woff2') format('woff2'),
      url('../fonts/azkia-webfont.woff') format('woff'),
      url('../fonts/azkia-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

/* --------------- reset.css --------------- */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: baseline;
   background: transparent;
   font-size: 100%;
}

a {
   margin: 0;
   padding: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   outline: none;
}

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

td,
td img {
   vertical-align: top;
}

input,
select,
button,
textarea {
   margin: 0;
   font-size: 100%;
   outline: none;
}

input[type="checkbox"] {
   vertical-align: bottom;
}

input[type="radio"] {
   vertical-align: text-bottom;
}

sub {
   vertical-align: sub;
   font-size: smaller;
}

sup {
   vertical-align: super;
   font-size: smaller;
}

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

ul li {
   list-style: none;
}

nav li {
   list-style: none;
}

/* --------------- Basic settings --------------- */

body {
   background-color: #fff;
   color: #282828;
   text-align: left;
   font-weight: 400;
   font-family: 'Manrope', sans-serif;
}

a,
a:visited {
   text-decoration: none;
}


a:hover {
   text-decoration: none;
}

a:focus,
a:active {
   text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: normal;
}

img {
   max-width: 100%;
}

.clr {
   clear: both;
}

.clearfix:after {
   clear: both;
   content: "";
   display: table;
}

/* --------------- First header --------------- */

.sidenav {
   position: fixed;
   right: 0;
   top: 50%;
   z-index: 9999;
   margin-top: -139px;
}

.sidenav_img {
   height: 24px;
   margin-right: 10px;
   position: relative;
   top: 2px;
}

/* Style the links inside the sidenav */
#mySidenav a {
   position: absolute;
   /* Position them relative to the browser window */
   right: -20px;
   /* Position them outside of the screen */
   transition: 0.3s;
   /* Add transition on hover */
   padding: 10px 25px 10px 10px;
   /* 15px padding */
   width: 80px;
   /* Set a specific width */
   text-decoration: none;
   /* Remove underline */
   color: white;
   /* White text color */
   border-radius: 12px 0 0 12px;
   /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
   right: 0;
   /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#about {
   top: 0;
   background-image: linear-gradient(to right, #bdbdff, #9ea1e8, #7f86d2, #5e6dbc, #3a54a6);
   display: flex;
   flex-direction: column;
   text-align: center;
   font-size: 0.65em;
   text-transform: uppercase;
}

#blog {
   top: 79px;
   background-image: linear-gradient(to right, #bdbdff, #9ea1e8, #7f86d2, #5e6dbc, #3a54a6);
   display: flex;
   flex-direction: column;
   text-align: center;
   font-size: 0.65em;
   text-transform: uppercase;
}

#projects {
   top: 158px;
   background-image: linear-gradient(to right, #bdbdff, #9ea1e8, #7f86d2, #5e6dbc, #3a54a6);
   display: flex;
   flex-direction: column;
   text-align: center;
   font-size: 0.65em;
   text-transform: uppercase;
}



/* --------------- First header --------------- */

.wrapper {
   position: relative;
   max-width: 1180px;
   margin: 0 auto;
   padding: 0 20px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.first {
   background: url(../img/first_bg.jpg) bottom center no-repeat;
   background-size: cover;
   position: relative;
   z-index: 10;
   max-width: 1400px;
   margin: 0 auto;
   overflow: hidden;
   padding: 80px 0;
}



.header {
   padding: 24px 0;
}

.header_nav {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.header_logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.logo_img {
   height: 48px;
   margin-right: 20px;
   border-right: 1px solid #ccc;
   padding-right: 20px;
   margin-bottom: 0;
}

.small_text {
   display: flex;
   flex-direction: column;
   font-size: 0.75em;
   line-height: 1.5;
   color: #0f0f0f;
}

.color_fff {
   color: #fff;
}

.header_pdf {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.header_pdf_ico {
   height: 52px;
   display: inline-block;
   margin-right: 20px;
}

.header_pdf_p-link {
   color: #0f0f0f;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   display: flex;
   flex-direction: column;
   text-decoration: underline;
}

.header_pdf_p-link:hover {
   color: #549c6c;
   text-decoration: underline;
}

.header_messenger {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.header_messenger_img {
   margin-left: 15px;
}

.header_messenger_link {
   display: inline-block;
   margin: 0 1px;
}

.header_messenger_ico {
   height: 42px;
}

.header_contact {
   display: flex;
   flex-direction: column;
   text-align: center;
}

.header_nav_contact_phone {
   color: #0f0f0f;
   font-weight: 700;
   font-size: 1.2em;
   margin: 3px 0;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.header_nav_contact_phone:hover {
   color: #ffb864;
}

.header_nav_contact_c-back {
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   padding: 18px 24px 16px;
   background: #ffd691;
   border-radius: 8px;
   font-weight: 600;
   position: relative;
   display: inline-block;
   overflow: hidden;
}

.header_nav_contact_c-back:hover {
   background: #ffb864;
}

.anim_block {
   position: relative;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   cursor: pointer;
   transform: translate(0, 0);
}

.anim_block:hover {
   -webkit-transform: translate(0, -5px);
   -ms-transform: translate(0, -5px);
   transform: translate(0, -5px);
}

.anim_block-2 {
   position: relative;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   cursor: pointer;
}

.anim_block-2:hover {
   -webkit-transform: translate(0, -5px);
   -ms-transform: translate(0, -5px);
   transform: translate(0, -5px);
}

.anim_block-2:active {
   -webkit-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
}

/* --------------- First main --------------- */


.first_main {
   padding: 80px 0;
   position: relative;
   z-index: 3;
}

.overhead {
   font-size: 0.875em;
   font-weight: 500;
   margin: 0 0 15px;
   color: #303030;
   font-weight: 700;
   color: #fff;
}

.head_1 {
   color: #fff;
   font-size: 2.6em;
   line-height: 1.4;
   display: flex;
   flex-direction: column;
   font-weight: 700;
   text-align: left;
   margin-bottom: 20px;
}

.head_descr {
   font-size: 1.2em;
   margin-bottom: 40px;
   color: #fff;
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   text-align: left;
   line-height: 1.6;
}

.descr__decor {
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-right: 24px;
   position: relative;
   top: 12px;
}

.decor__one {
   display: inline-block;
   height: 6px;
   width: 6px;
   background: #ffd691;
   border-radius: 15px;
   margin-right: 6px;
}

.decor__two {
   display: inline-block;
   height: 8px;
   width: 8px;
   background: #ffd691;
   border-radius: 15px;
   margin-right: 6px;
}

.decor__three {
   display: inline-block;
   height: 10px;
   width: 10px;
   background: #ffd691;
   border-radius: 15px;
}

.descr__column {
   display: flex;
   flex-direction: column;
   line-height: 1.7;
}

.first_box {
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 7;
}

.first_main_button {
   display: flex;
   justify-content: center;
}

.first_main_btn-1 {
   padding: 30px 48px 29px;
   background-image: linear-gradient(to right, #bdbdff, #9ea1e8, #7f86d2, #5e6dbc, #3a54a6);
   font-size: 0.8em;
   border-radius: 100px;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 1px;
   display: inline-block;
   box-sizing: border-box;
}

.first_main_btn-1:active {
   -webkit-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
}

.button {
   color: #fff;
   font-weight: 700;
   display: inline-block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.button-catalog {
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 280px;
}

.button::after {
   content: "";
   margin-left: 60px;
   width: 30px;
   height: 300px;
   background: #fff;
   -webkit-animation-delay: 0.04s;
   animation-delay: 0.04s;
   position: absolute;
   left: -40px;
   top: -150px;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-transition: all 0.1s;
   -o-transition: all 0.1s;
   transition: all 0.1s;
   -webkit-animation-name: slideme;
   animation-name: slideme;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.btn::after {
   content: "";
   margin-left: 60px;
   width: 30px;
   height: 300px;
   background: #fff;
   -webkit-animation-delay: 0.04s;
   animation-delay: 0.04s;
   position: absolute;
   left: -40px;
   top: -150px;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-transition: all 0.1s;
   -o-transition: all 0.1s;
   transition: all 0.1s;
   -webkit-animation-name: slideme;
   animation-name: slideme;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

@-webkit-keyframes slideme {
   0% {
      left: -30px;
      margin-left: 0px;
   }

   30% {
      left: 110%;
      margin-left: 80px;
   }

   100% {
      left: 110%;
      margin-left: 80px;
   }
}

@keyframes slideme {
   0% {
      left: -30px;
      margin-left: 0px;
   }

   30% {
      left: 110%;
      margin-left: 80px;
   }

   100% {
      left: 110%;
      margin-left: 80px;
   }
}


.first_img_01 {
   content: '';
   position: absolute;
   z-index: 4;
   right: 0;
   top: 0;
   display: block;
   height: 180%;
}

.first__img-bg {
   position: absolute;
   height: 1080px;
   width: 380px;
   background: #2787f5;
   display: block;
   top: -200px;
   right: 0;
}

.first_form_title {
   margin-bottom: 20px;
   color: #fff;
}

.first_form_input {
   height: 72px;
   background: #f1f0f5;
   border: none;
   border-radius: 12px;
   padding-left: 30px;
   width: 27%;
   box-sizing: border-box;
   font-size: 0.875em;
}

.first_form_button {
   padding: 28px 42px 28px;
   background: #ffd691;
   color: #0f0f0f;
   border: none;
   border-radius: 12px;
   cursor: pointer;
   font-size: 0.875em;
   box-sizing: border-box;
   text-align: center;
}

.first_form_button:hover {
   background: #009d6a;
}

.title-color {
   color: #ffd691;
}

/* --------------- Whats --------------- */

.bullites {
   margin-top: 80px;
}

.bullites__list {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: stretch;
   column-gap: 8px;
}

.bullites__item {
   width: 100%;
   background: #f0f0f0;
   border-radius: 12px;
   padding: 30px;
   box-sizing: border-box;
   text-align: center;
}

.bullites__icon {
   height: 120px;
   margin-bottom: 20px;
}

.bullites__title {
   font-weight: 700;
   font-size: 1em;
   margin-bottom: 12px;
}

.bullites__text {
   font-size: 0.875em;
   line-height: 1.6;
   display: flex;
   flex-direction: column;
}

.home__form__block {
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-bottom: 30px;
}

.home__form__icon {
   height: 80px;
   margin-right: 18px;
}

.home__form__text {
   font-size: 1em;
   color: #fff;
   display: flex;
   flex-direction: column;
   line-height: 1.6;
}

/* --------------- Whats --------------- */

.whats__list {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   grid-gap: 20px;
   flex-wrap: wrap;
   margin-bottom: 20px;
}

.whats__list2 {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   grid-gap: 20px;
   flex-wrap: wrap;
}


.whats__item {
   background: #f0f0f0;
   border-radius: 48px;
   padding: 30px;
   box-sizing: border-box;
   text-align: center;
   flex: 4;
}

.whats__title {
   display: flex;
   flex-direction: column;
   text-align: center;
   margin-bottom: 8px;
   font-size: 1.2em;
}

.whats__text {
   display: flex;
   flex-direction: column;
   text-align: center;
}

.whats__img {
   height: 100px;
   margin-bottom: 10px;
}


/* --------------- Services --------------- */

.section {
   padding: 80px 0;
   overflow: hidden;
}

.section2 {
   padding: 0 0 70px;
   overflow: hidden;
}

.section3 {
   overflow: hidden;
}

.section-border {
   border-radius: 24px;
}

.services {
   position: relative;
   z-index: 5;
   background: url(../img/services_bg.jpg) bottom center no-repeat;
   background-size: cover;
   position: relative;
   z-index: 10;
   padding-bottom: 380px;
}

.section_head {
   font-size: 2.2em;
   text-align: center;
   position: relative;
   z-index: 2;
   line-height: 1.3;
   text-align: center;
   font-weight: 700;
   margin-bottom: 20px;
   display: flex;
   flex-direction: column;
}

.underhead {
   font-size: 1.4em;
   font-weight: 300;
   line-height: 1.3;
   position: relative;
   color: #303030;
   text-align: center;
   display: flex;
   flex-direction: column;
}

.head_marg_big {
   margin-bottom: 45px;
}

.head_marg_small {
   margin-bottom: 35px;
}

.underhead_text {
   text-align: center;
   margin-bottom: 70px;
   display: flex;
   flex-direction: column;
}

.services_list {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}

.services_item {
   width: 49%;
   box-sizing: border-box;
   padding: 45px;
   border-radius: 24px;
   margin-bottom: 20px;
}

.services_item:nth-child(1),
.services_item:nth-child(4) {
   background: #333235;
}

.services_item:nth-child(2),
.services_item:nth-child(3) {
   background: #f0f0f0;
}

.services_item_box {
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-bottom: 20px;
}

.services_item_ico {
   height: 60px;
   margin-right: 16px;
}

.head_3 {
   font-size: 1.5em;
   font-family: 'bebas_neuebold';
   display: flex;
   flex-direction: column;
}

.head_3_fff {
   color: #fff;
}

.services_item_p {
   font-size: 0.875em;
   display: flex;
   flex-direction: column;
   line-height: 1.6;
   color: #666666;
}

.services_item_p_2b {
   color: #b2b2b2;
}

/* --------------- Do-posle --------------- */

.cd-image-container {
   position: relative;
   overflow: hidden;
   border-radius: 24px;
}

.cd-image-container img {
   display: block;
}

.cd-image-label {
   position: absolute;
   bottom: 0;
   right: 0;
   color: #ffffff;
   padding: 1em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   opacity: 0;
   -webkit-transform: translateY(20px);
   -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
   -o-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
   -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
   transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
   visibility: hidden;
}

.is-visible .cd-image-label {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
}

.cd-resize-img {
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   overflow: hidden;
   /* Force Hardware Acceleration in WebKit */
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.cd-resize-img img {
   position: absolute;
   left: 0;
   top: 0;
   display: block;
   height: 100%;
   width: auto;
   max-width: none;
}

.cd-resize-img .cd-image-label {
   right: auto;
   left: 0;
}

.is-visible .cd-resize-img {
   width: 50%;
   /* bounce in animation of the modified image */
   -webkit-animation: cd-bounce-in 0.7s;
   -moz-animation: cd-bounce-in 0.7s;
   animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
   0% {
      width: 0;
   }

   60% {
      width: 55%;
   }

   100% {
      width: 50%;
   }
}

@-moz-keyframes cd-bounce-in {
   0% {
      width: 0;
   }

   60% {
      width: 55%;
   }

   100% {
      width: 50%;
   }
}

@keyframes cd-bounce-in {
   0% {
      width: 0;
   }

   60% {
      width: 55%;
   }

   100% {
      width: 50%;
   }
}

.cd-handle {
   position: absolute;
   height: 44px;
   width: 44px;
   /* center the element */
   left: 50%;
   top: 50%;
   margin-left: -22px;
   margin-top: -22px;
   border-radius: 50%;
   background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
   cursor: move;
   box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
   opacity: 0;
   -webkit-transform: translate3d(0, 0, 0) scale(0);
   -moz-transform: translate3d(0, 0, 0) scale(0);
   -ms-transform: translate3d(0, 0, 0) scale(0);
   -o-transform: translate3d(0, 0, 0) scale(0);
   transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
   /* change background color when element is active */
   background-color: #445b7c;
}

.is-visible .cd-handle {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0) scale(1);
   -moz-transform: translate3d(0, 0, 0) scale(1);
   -ms-transform: translate3d(0, 0, 0) scale(1);
   -o-transform: translate3d(0, 0, 0) scale(1);
   transform: translate3d(0, 0, 0) scale(1);
   -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
   -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
   transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.politic {
   font-size: 0.75em;
   color: #ccc;
   margin-top: 20px;
   line-height: 1.5;
   display: flex;
   flex-direction: column;
}

.politic__link {
   color: #ccc;
}

/* --------------- raboty --------------- */

.raboty_slider {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}

.raboty_slider-box {
   width: 49%;
   display: flex;
   flex-direction: column;
   background: #333235;
   border-radius: 24px;
   overflow: hidden;
   margin-bottom: 20px;
}

.rabota_slide_img {
   display: block;
   margin: 0;
}

.itc-slider-items {
   counter-reset: slide;
}

.itc-slider-item {
   flex: 0 0 100%;
   max-width: 100%;
   counter-increment: slide;
   position: relative;
}

.itc-slider-item_wrapp {
   margin: 0 2%;
}

.raboty_list {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 30px 30px;
}

.raboty_item_title {
   color: #b2b2b2;
   font-size: 0.75em;
}

.raboty_item_text {
   color: #fff;
   font-size: 1em;
   font-weight: 700;
   display: block;
}

/* --------------- Reviews --------------- */

.slide-one {
   margin-top: 60px;
}

.slider-raboty {
   max-width: 1400px;
   margin: 0 auto;
}

.review_video {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}

.review_video_box {
   width: 49%;
   overflow: hidden;
   border-radius: 24px;
   position: relative;
   margin-bottom: 20px;
}

.review_video_box_link {
   display: flex;
   flex-direction: column;
   align-items: center;
   position: absolute;
   z-index: 3;
   left: 50%;
   transform: translate(-50%, -50%);
   top: 50%;
}

.review_img {
   height: 100%;
}

.itc-slider-item-2 {
   flex: 0 0 100%;
   max-width: 100%;
   counter-increment: slide;
   position: relative;
}

.slide-two {
   margin-top: 60px;
}

.forma_title {
   text-align: center;
   display: flex;
   flex-direction: column;
   margin: 8px 0;
}

.forma_title span {
   font-size: 0.875em;
}

.forma_title strong {
   font-family: 'bebas_neuebold';
   font-size: 2.7em;
}

.forma_text {
   font-size: 0.875em;
   text-align: center;
   margin-bottom: 22px;
}

.forma_button {
   padding: 24px 0;
   text-align: center;
   background: #6cd38e;
   border: none;
   border-radius: 8px;
   cursor: pointer;
   display: block;
   width: 80%;
   margin: 0 auto;
   opacity: 0.4;
   pointer-events: none;
}

.top_images {
   overflow: hidden;
   border-radius: 24px;
   display: block;
}


/* --------------- Catalog --------------- */

.catalog {
   background: url(../img/catalog_bg.jpg) top center no-repeat;
   background-size: cover;
   position: relative;
   z-index: 10;
   max-width: 1400px;
   margin: 0 auto;
   overflow: hidden;
   padding: 80px 0;
}

.catalog_img {
   content: '';
   position: absolute;
   z-index: 4;
   right: -300px;
   bottom: -140px;
   display: block;
   height: 105%;
   width: inherit;
}


/* --------------- FAQ --------------- */

.faq {
   position: relative;
}

.faq-box {
   width: 90%;
   margin: 0 auto;
}

.accordion {
   background-color: #f0f0f0;
   border-radius: 100px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #303030;
   cursor: pointer;
   padding: 18px 90px 18px 30px;
   width: 100%;
   border: none;
   text-align: left;
   font-size: 0.875em;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
   font-weight: 500;
   margin-bottom: 6px;
   position: relative;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   line-height: 1.5;
   z-index: 16;
   font-weight: 600;
}

.active1,
.accordion:hover {
   background-color: rgba(48, 86, 211);
   color: #fff;
   /* Пунктирная рамка */
}

.accordion:after {
   content: '';
   position: absolute;
   right: 30px;
   background: url(../img/faq_down.png) no-repeat;
   height: 30px;
   width: 30px;
}

.active1:after {
   background: url(../img/faq_up.png) no-repeat;
   height: 30px;
   width: 30px;
}

.panel {
   padding: 0 10px;
   background-color: #f0f0f0;
   max-height: 0;
   overflow: hidden;
   -webkit-transition: max-height 0.2s ease-out;
   -o-transition: max-height 0.2s ease-out;
   transition: max-height 0.2s ease-out;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   top: -24px;
   border-radius: 0 0 24px 24px;
}

.panel p {
   color: #303030;
   font-size: 13px;
   padding: 26px 40px 20px 20px;
   line-height: 1.7;
   width: 90%;
}

.faq_main_img {
   position: relative;
   right: 0;
   top: -40px;
   width: 30%;
   height: auto;
}

/* --------------- Contact --------------- */

.contact__list {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: stretch;
   flex-wrap: wrap;
   grid-gap: 20px;
}

.contact__item {
   flex: 1;
   overflow: hidden;
   border-radius: 48px;
}

.contact__img {
   transform: scale(110%);
}

/* --------------- Footer --------------- */

.footer {
   padding: 60px 0;
   position: relative;
   z-index: 5;
}

.footer_panel {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 20px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo_descr {
   color: #808080;
   display: flex;
   flex-direction: column;
   font-size: 0.75em;
   margin-left: 30px;
   line-height: 1.5;
}

.header_menu_link-2 {
   margin: 0 0 7px;
   text-transform: none;
   font-weight: 400;
   font-size: 0.75em;
   padding: 0;
}

.footer_text-2 {
   display: flex;
   flex-direction: column;
   font-size: 0.75em;
   color: #808080;
   line-height: 1.5;
   margin-bottom: 10px;
}

.header_messenger_icon_img {
   height: 36px;
}

.footer_logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
}

.footer_box-box {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.subscribe {
   padding: 20px 30px;
   background: #1f1f1f;
   border-radius: 8px;
   display: inline-block;
   color: #fff;
   text-align: center;
   font-size: 0.75em;
   box-sizing: border-box;
   -webkit-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.subscribe:hover {
   background: #3a54a6;
}

.footer_box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.footer_messenger_icon {
   text-align: center;
}

.footer_box_text {
   font-size: 0.8em;
   font-weight: 700;
   margin-bottom: 15px;
}

.footer_box-link {
   color: rgba(255, 255, 255, 0.2);
   font-size: 0.8em;
   font-weight: 400;
   display: inline-block;
   -webkit-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: relative;
   margin-bottom: 8px;
}

.footer_box-link:active {
   -webkit-transform: scale(90%);
   -ms-transform: scale(90%);
   transform: scale(90%);
}

.footer_box-link:hover {
   color: #fff;
}

.footer_box-link::after {
   content: '';
   display: block;
   width: 0;
   height: 2px;
   background: #e5192e;
   -webkit-transition: width .3s;
   -o-transition: width .3s;
   transition: width .3s;
}

.footer_box-link:hover::after {
   width: 100%;
   -webkit-transition: width .3s;
   -o-transition: width .3s;
   transition: width .3s;
}

.footer_bottom {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.footer_bottom_copy {
   color: rgba(255, 255, 255, 0.2);
   font-size: 0.8em;
   font-weight: 400;
   display: inline-block;
   padding: 30px 0 5px;
   position: relative;
}

.footer_link {
   color: rgba(255, 255, 255, 0.2);
   font-size: 0.8em;
   font-weight: 400;
   display: inline-block;
   padding: 30px 0 5px;
   -webkit-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: relative;
}

.footer_link:active {
   -webkit-transform: scale(90%);
   -ms-transform: scale(90%);
   transform: scale(90%);
}

.footer_link:hover {
   color: #fff;
}

.footer_link::after {
   content: '';
   display: block;
   width: 0;
   height: 2px;
   background-image: linear-gradient(to right, #bdbdff, #9ea1e8, #7f86d2, #5e6dbc, #3a54a6);
   -webkit-transition: width .3s;
   -o-transition: width .3s;
   transition: width .3s;
}

.footer_link:hover::after {
   width: 100%;
   -webkit-transition: width .3s;
   -o-transition: width .3s;
   transition: width .3s;
}

.footer_bottom_list {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding-top: 30px;
   border-top: 1px solid #f0f0f0;
   margin-top: 30px;
}

.politic_footer_link {
   color: #0f0f0f;
   text-decoration: underline;
}



/* --------------- sideBar --------------- */

.mob-sidenav {
   display: none;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: nowrap;
   position: fixed;
   bottom: 0;
   z-index: 9999;
   left: 0;
   right: 0;
   overflow: hidden;
}

.mob-sidenav1 {
   display: none;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: nowrap;
   position: fixed;
   bottom: 0;
   z-index: 9999;
   left: 0;
   right: 0;
   overflow: hidden;
}

.mob-sidenav-link {
   width: 50%;
   padding: 15px 0;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 0.75em;
   text-transform: uppercase;
   background: #00d38b;
   color: #0f0f0f;
   font-weight: 700;
   border-right: 1px solid #fff;
}


/*---------------- Popup ----------------*/

/* The Modal (background) */
.modal {
   display: none;
   /* Hidden by default */
   position: fixed;
   /* Stay in place */
   z-index: 1;
   /* Sit on top */
   left: 0;
   top: 0;
   width: 100%;
   /* Full width */
   height: 100%;
   /* Full height */
   overflow: auto;
   /* Enable scroll if needed */
   background-color: rgb(0, 0, 0);
   /* Fallback color */
   background-color: rgba(0, 0, 0, 0.8);
   /* Black w/ opacity */
   z-index: 9999;
}

/* The Modal (background) */
.modal2 {
   display: none;
   /* Hidden by default */
   position: fixed;
   /* Stay in place */
   z-index: 1;
   /* Sit on top */
   left: 0;
   top: 0;
   width: 100%;
   /* Full width */
   height: 100%;
   /* Full height */
   overflow: auto;
   /* Enable scroll if needed */
   background-color: rgb(0, 0, 0);
   /* Fallback color */
   background-color: rgba(0, 0, 0, 0.8);
   /* Black w/ opacity */
   z-index: 9999;
}

/* The Modal (background) */
.modal3 {
   display: none;
   /* Hidden by default */
   position: fixed;
   /* Stay in place */
   z-index: 1;
   /* Sit on top */
   left: 0;
   top: 0;
   width: 100%;
   /* Full width */
   height: 100%;
   /* Full height */
   overflow: auto;
   /* Enable scroll if needed */
   background-color: rgb(0, 0, 0);
   /* Fallback color */
   background-color: rgba(0, 0, 0, 0.8);
   /* Black w/ opacity */
   z-index: 9999;
}

/* The Modal (background) */
.modal4 {
   display: none;
   /* Hidden by default */
   position: fixed;
   /* Stay in place */
   z-index: 1;
   /* Sit on top */
   left: 0;
   top: 0;
   width: 100%;
   /* Full width */
   height: 100%;
   /* Full height */
   overflow: auto;
   /* Enable scroll if needed */
   background-color: rgb(0, 0, 0);
   /* Fallback color */
   background-color: rgba(0, 0, 0, 0.8);
   /* Black w/ opacity */
   z-index: 9999;
}

/* Modal Content/Box */
.modal-content {
   max-width: 480px;
   width: 98%;
   border-radius: 24px;
   padding: 30px;
   box-sizing: border-box;
   background: #fff;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

/* Modal Content/Box */
.modal-content2 {
   max-width: 480px;
   border-radius: 24px;
   padding: 30px;
   box-sizing: border-box;
   background: #fff;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

/* Modal Content/Box */
.modal-content3 {
   max-width: 480px;
   border-radius: 24px;
   padding: 30px;
   box-sizing: border-box;
   background: #fff;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

/* Modal Content/Box */
.modal-content4 {
   max-width: 480px;
   border-radius: 24px;
   padding: 30px;
   box-sizing: border-box;
   background: #fff;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
   color: #aaa;
   position: absolute;
   top: 5px;
   right: 16px;
   font-size: 28px;
   font-weight: bold;
}

/* The Close Button */
.close2 {
   color: #aaa;
   position: absolute;
   top: -25px;
   right: -17px;
   font-size: 28px;
   font-weight: bold;
}

/* The Close Button */
.close3 {
   color: #aaa;
   position: absolute;
   top: -25px;
   right: -17px;
   font-size: 28px;
   font-weight: bold;
}

/* The Close Button */
.close4 {
   color: #aaa;
   position: absolute;
   top: -25px;
   right: -17px;
   font-size: 28px;
   font-weight: bold;
}

.close:hover,
.close:focus {
   color: #1d50a1;
   text-decoration: none;
   cursor: pointer;
}

.close2:hover,
.close2:focus {
   color: #1d50a1;
   text-decoration: none;
   cursor: pointer;
}

.close3:hover,
.close3:focus {
   color: #1d50a1;
   text-decoration: none;
   cursor: pointer;
}

.close4:hover,
.close4:focus {
   color: #1d50a1;
   text-decoration: none;
   cursor: pointer;
}

.tac {
   text-align: center;
}

/* --------------- Politica --------------- */

.privacy {
   padding: 80px 0;
}

.politica3 {
   margin-bottom: 30px;
   font-size: 0.875em;
}

.politica3_link {
   color: #0f0f0f;
   text-decoration: underline;
}

.privacy_title {
   font-size: 1.8em;
   font-weight: 700;
   margin-bottom: 20px;
}

.privacy_text {
   display: flex;
   flex-direction: column;
   margin-bottom: 30px;
}

.privacy_text b {
   margin-bottom: 15px;
}

.polit_btn {
   background: #f0f0f0;
   padding: 30px;
   display: inline-block;
   color: #303030;
   border-radius: 8px;
}

.sps__button {
   padding: 30px 42px;
   background: #6cd38e;
   border: none;
   border-radius: 50px;
   cursor: pointer;
   font-size: 0.875em;
   display:
}

.slide-one__list {
   background: #f0f0f0;
   border-radius: 48px;
   padding: 30px;
   box-sizing: border-box;
}

.slide-one__form {
   background: #f0f0f0;
   border-radius: 48px;
   padding: 30px;
   box-sizing: border-box;
}

.slide-one__title {
   font-family: 'bebas_neuebold';
   font-size: 2.2em;
   font-weight: 700;
   margin-bottom: 20px;
   display: flex;
   flex-direction: column;
   margin-top: 16px;
}

.slide-one__text {
   text-align: center;
   display: flex;
   flex-direction: column;
   line-height: 1.5;
   margin-bottom: 20px;
}

.slide-one__input {
   width: 100%;
   max-width: 460px;
   padding: 30px;
   margin: 0 4px 12px;
   border: 1px solid transparent;
   border-radius: 50px;
   font-size: 0.875em;
   background: #fff;
   box-sizing: border-box;
   height: 72px;
}

.slide-one__politica {
   font-size: 12px;
   opacity: 0.4;
   text-align: center;
   max-width: 480px;
   color: #737373;
   margin-top: 20px;
   margin-bottom: 16px;
}

.sps__wrapper {
   padding: 30px;
   background: #fff;
   width: 320px;
   border-radius: 48px;
}

.map {
   transform: scale(100%);
   border: none;
}


/* --------------- Adaptive 420, 480, 520, 580 --------------- */

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

   .wrapper {
      max-width: 380px;
      padding: 0 20px;
   }

   .first {
      background: url(../img/first_mob2.jpg) top center no-repeat;
      padding-top: 240px;
      margin-top: 30px;
      padding-bottom: 40px;
   }


   .bullites__list {
      display: block;
   }

   .bullites__item {
      margin-bottom: 8px;
   }


   .footer_bottom_list {
      flex-direction: column;
   }

   .footer_bottom_item {
      margin-bottom: 10px;
   }

   .overhead {
      text-align: center;
      margin: 30px auto 0;
      display: inline-block;
   }

   .first_img_01 {
      right: 0;
      top: 105%;
      height: inherit;
      width: 140%;
   }

   .sidenav {
      display: none;
   }

   .mob-sidenav {
      display: flex;
   }

   .header {
      padding: 24px 0 0;
      border-bottom: none;
   }

   .header_nav {
      justify-content: space-around;
   }

   .header_logo {
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
      justify-content: center
   }

   .logo_img {
      margin-right: 0;
      border-right: none;
      padding-right: 0;
      margin-bottom: 15px;
   }

   .header_pdf {
      display: none;
   }

   .header_messenger {
      flex-direction: column;
      text-align: center;
   }

   .header_messenger_img {
      margin-left: 0;
      margin-top: 10px;
   }

   .first_main {
      padding: 60px 0 60px;
   }

   .head_1 {
      font-size: 1.9em;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 10px;
   }

   .head_descr {
      font-size: 1em;
      margin-bottom: 40px;
      color: #fff;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      line-height: 1.5;
   }

   .first_form_input {
      height: 72px;
      padding-left: 30px;
      width: 100%;
      margin-bottom: 8px
   }

   .first_form_button {
      padding: 30px 42px;
      width: 100%;
   }

   .descr__decor {
      top: 8px;
   }

   .descr__column {
      display: inline-block;
   }

   .first_form_title {
      text-align: center;
   }

   .politic {
      font-size: 0.65em;
      text-align: center;
      display: inline-block;
   }

   .first_bullit {
      flex-direction: column;
   }

   .first_bullit_list {

      margin: 0 30px 10px;
   }

   .first_main_btn-1 {
      width: 100%;
   }

   .section_head {
      font-size: 2em;
      line-height: 1.4;
      margin-bottom: 10px;

   }

   .underhead {
      font-size: 1.2em;
   }

   .head_marg_big {
      margin-bottom: 55px;
   }

   .services_list {
      flex-direction: column;
   }

   .services_item {
      width: 100%;
      padding: 35px;
   }

   .services_item_p {
      display: inline-block;
   }

   .services {
      padding-bottom: 120px;
   }

   .underhead_text {
      margin-bottom: 45px;
      display: inline-block;
   }

   .raboty_slider-box {
      width: 100%;
   }

   .raboty_list {
      padding: 20px 40px;
      justify-content: space-around;
   }

   .raboty_item {
      margin: 0;
   }

   .raboty {
      padding-bottom: 20px;
   }

   .owl-prev {
      left: 0;
      bottom: 2px;
   }

   .owl-next {
      right: 0;
      bottom: 2px;
   }

   .what_list {
      flex-direction: column;
      margin-bottom: 35px;
   }

   .what_item {
      width: 100%;
      margin-bottom: 14px;
   }

   .what_item_text {
      display: inline-block;
   }

   .video_box {
      height: 240px;
      margin-top: 0;
   }

   .video_link_wrapper {
      display: none;
   }

   .video_link_wrapper_mob {
      display: block;
   }

   .video_hand {
      left: 52%;
      height: 93%;
   }

   .video_box_link {
      z-index: 3;
      left: 52%;
      top: 17%;
   }

   .boss_wrapper {
      flex-direction: column-reverse;
   }

   .boss_box:nth-child(1) {
      width: 100%;
   }

   .boss_box:nth-child(2) {
      width: 100%;
      height: 360px;
      margin-bottom: 35px;
   }

   .team {
      padding-bottom: 190px;
   }

   .cost_item {
      padding: 36px;
      width: 100%;
      margin-bottom: 14px;
   }

   .review_video {
      flex-direction: column;
   }

   .review_video_box {
      width: 100%;
   }

   .review_img {
      transform: scale(1.3);
   }

   .video_box_ico {
      height: 60px;
      width: 60px;
   }

   .video_link_text {
      font-size: 0.75em;
   }

   .slide-two {
      margin-top: 40px;
   }

   .catalog_img {
      content: '';
      position: absolute;
      z-index: 4;
      right: 0;
      top: 80px;
      display: block;
      height: inherit;
      width: 100%;
   }

   .catalog {
      padding: 360px 0 80px;
   }

   /* Modal Content/Box */


   .footer {
      padding: 60px 0;
   }

   .btn-next {
      margin-top: 10px;
   }

   .step-slide__title-2 {
      margin-bottom: 20px;
   }

   .slide-one__title {
      font-size: 1.8em;
   }

   .slide-one__text {
      font-size: 0.875em;
   }

   .faq-box {
      width: 100%;
   }

   .contact__list {
      flex-direction: column;
   }
   
      .home__form__text {
   font-size: 0.875em;
   display: inline-block;
}

}

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

   .wrapper {
      max-width: 380px;
      padding: 0 20px;
   }

   .first {
      background: url(../img/first_mob2.jpg) top center no-repeat;
      padding-top: 220px;
      margin-top: 30px;
      padding-bottom: 80px;
   }


   .bullites__list {
      display: block;
      margin-bottom: 8px;
   }

   .bullites__item {
      margin-bottom: 8px;
   }


   .footer_bottom_list {
      flex-direction: column;
   }

   .footer_bottom_item {
      margin-bottom: 10px;
   }

   .overhead {
      text-align: center;
      margin: 30px auto 0;
      display: inline-block;
   }

   .first_img_01 {
      right: 0;
      top: 105%;
      height: inherit;
      width: 140%;
   }

   .sidenav {
      display: none;
   }

   .mob-sidenav {
      display: flex;
   }

   .header {
      padding: 24px 0 0;
      border-bottom: none;
   }

   .header_nav {
      justify-content: space-around;
   }

   .header_logo {
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
      justify-content: center
   }

   .logo_img {
      margin-right: 0;
      border-right: none;
      padding-right: 0;
      margin-bottom: 15px;
   }

   .header_pdf {
      display: none;
   }

   .header_messenger {
      flex-direction: column;
      text-align: center;
   }

   .header_messenger_img {
      margin-left: 0;
      margin-top: 10px;
   }

   .first_main {
      padding: 60px 0 60px;
   }

   .head_1 {
      font-size: 1.9em;
      text-align: center;
      margin-bottom: 20px;
            margin-top: 10px;
   }

   .head_descr {
      font-size: 1em;
      margin-bottom: 40px;
      color: #fff;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      line-height: 1.5;
   }

   .first_form_input {
      height: 72px;
      padding-left: 30px;
      width: 100%;
      margin-bottom: 8px
   }

   .first_form_button {
      padding: 30px 42px;
      width: 100%;
   }

   .descr__decor {
      top: 8px;
   }

   .descr__column {
      display: inline-block;
   }

   .first_form_title {
      text-align: center;
   }

   .politic {
      font-size: 0.65em;
      text-align: center;
      display: inline-block;
   }

   .first_bullit {
      flex-direction: column;
   }

   .first_bullit_list {

      margin: 0 30px 10px;
   }

   .first_main_btn-1 {
      width: 100%;
   }

   .section_head {
      font-size: 2em;
      line-height: 1.4;
      margin-bottom: 10px;

   }

   .underhead {
      font-size: 1.2em;
   }

   .head_marg_big {
      margin-bottom: 55px;
   }

   .services_list {
      flex-direction: column;
   }

   .services_item {
      width: 100%;
      padding: 35px;
   }

   .services_item_p {
      display: inline-block;
   }

   .services {
      padding-bottom: 120px;
   }

   .underhead_text {
      margin-bottom: 45px;
      display: inline-block;
   }

   .raboty_slider-box {
      width: 100%;
   }

   .raboty_list {
      padding: 20px 40px;
      justify-content: space-around;
   }

   .raboty_item {
      margin: 0;
   }

   .raboty {
      padding-bottom: 20px;
   }

   .owl-prev {
      left: 0;
      bottom: 2px;
   }

   .owl-next {
      right: 0;
      bottom: 2px;
   }

   .what_list {
      flex-direction: column;
      margin-bottom: 35px;
   }

   .what_item {
      width: 100%;
      margin-bottom: 14px;
   }

   .what_item_text {
      display: inline-block;
   }

   .video_box {
      height: 240px;
      margin-top: 0;
   }

   .video_link_wrapper {
      display: none;
   }

   .video_link_wrapper_mob {
      display: block;
   }

   .video_hand {
      left: 52%;
      height: 93%;
   }

   .video_box_link {
      z-index: 3;
      left: 52%;
      top: 17%;
   }

   .boss_wrapper {
      flex-direction: column-reverse;
   }

   .boss_box:nth-child(1) {
      width: 100%;
   }

   .boss_box:nth-child(2) {
      width: 100%;
      height: 360px;
      margin-bottom: 35px;
   }

   .team {
      padding-bottom: 190px;
   }

   .cost_item {
      padding: 36px;
      width: 100%;
      margin-bottom: 14px;
   }

   .review_video {
      flex-direction: column;
   }

   .review_video_box {
      width: 100%;
   }

   .review_img {
      transform: scale(1.3);
   }

   .video_box_ico {
      height: 60px;
      width: 60px;
   }

   .video_link_text {
      font-size: 0.75em;
   }

   .slide-two {
      margin-top: 40px;
   }

   .catalog_img {
      content: '';
      position: absolute;
      z-index: 4;
      right: 0;
      top: 80px;
      display: block;
      height: inherit;
      width: 100%;
   }

   .catalog {
      padding: 360px 0 80px;
   }

   /* Modal Content/Box */


   .footer {
      padding: 60px 0;
   }

   .btn-next {
      margin-top: 10px;
   }

   .step-slide__title-2 {
      margin-bottom: 20px;
   }

   .slide-one__title {
      font-size: 1.8em;
   }

   .slide-one__text {
      font-size: 0.875em;
   }

   .faq-box {
      width: 100%;
   }

   .contact__list {
      flex-direction: column;
   }
   
      .home__form__text {
   font-size: 0.875em;
   display: inline-block;
}

}

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

   .wrapper {
      max-width: 380px;
      padding: 0 20px;
   }

   .first {
      background: url(../img/first_mob2.jpg) top center no-repeat;
      padding-top: 220px;
      margin-top: 30px;
      padding-bottom: 80px;
   }

   .footer_bottom_list {
      flex-direction: column;
   }


   .bullites__list {
      display: block;
      margin-bottom: 8px;
   }

   .bullites__item {
      margin-bottom: 8px;
   }



   .footer_bottom_item {
      margin-bottom: 10px;
   }

   .overhead {
      text-align: center;
      margin: 30px auto 0;
      display: inline-block;
   }

   .first_img_01 {
      right: 0;
      top: 105%;
      height: inherit;
      width: 140%;
   }

   .sidenav {
      display: none;
   }

   .mob-sidenav {
      display: flex;
   }

   .header {
      padding: 24px 0 0;
      border-bottom: none;
   }

   .header_nav {
      justify-content: space-around;
   }

   .header_logo {
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
      justify-content: center
   }

   .logo_img {
      margin-right: 0;
      border-right: none;
      padding-right: 0;
      margin-bottom: 15px;
   }

   .header_pdf {
      display: none;
   }

   .header_messenger {
      flex-direction: column;
      text-align: center;
   }

   .header_messenger_img {
      margin-left: 0;
      margin-top: 10px;
   }

   .first_main {
      padding: 60px 0 60px;
   }

   .head_1 {
      font-size: 1.9em;
      text-align: center;
      margin-bottom: 20px;
            margin-top: 10px;
   }

   .head_descr {
      font-size: 1em;
      margin-bottom: 40px;
      color: #fff;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      line-height: 1.5;
   }

   .first_form_input {
      height: 72px;
      padding-left: 30px;
      width: 100%;
      margin-bottom: 8px
   }

   .first_form_button {
      padding: 30px 42px;
      width: 100%;
   }

   .descr__decor {
      top: 8px;
   }

   .descr__column {
      display: inline-block;
   }

   .first_form_title {
      text-align: center;
   }

   .politic {
      font-size: 0.65em;
      text-align: center;
      display: inline-block;
   }

   .first_bullit {
      flex-direction: column;
   }

   .first_bullit_list {

      margin: 0 30px 10px;
   }

   .first_main_btn-1 {
      width: 100%;
   }

   .section_head {
      font-size: 2em;
      line-height: 1.4;
      margin-bottom: 10px;

   }

   .underhead {
      font-size: 1.2em;
   }

   .head_marg_big {
      margin-bottom: 55px;
   }

   .services_list {
      flex-direction: column;
   }

   .services_item {
      width: 100%;
      padding: 35px;
   }

   .services_item_p {
      display: inline-block;
   }

   .services {
      padding-bottom: 120px;
   }

   .underhead_text {
      margin-bottom: 45px;
      display: inline-block;
   }

   .raboty_slider-box {
      width: 100%;
   }

   .raboty_list {
      padding: 20px 40px;
      justify-content: space-around;
   }

   .raboty_item {
      margin: 0;
   }

   .raboty {
      padding-bottom: 20px;
   }

   .owl-prev {
      left: 0;
      bottom: 2px;
   }

   .owl-next {
      right: 0;
      bottom: 2px;
   }

   .what_list {
      flex-direction: column;
      margin-bottom: 35px;
   }

   .what_item {
      width: 100%;
      margin-bottom: 14px;
   }

   .what_item_text {
      display: inline-block;
   }

   .video_box {
      height: 240px;
      margin-top: 0;
   }

   .video_link_wrapper {
      display: none;
   }

   .video_link_wrapper_mob {
      display: block;
   }

   .video_hand {
      left: 52%;
      height: 93%;
   }

   .video_box_link {
      z-index: 3;
      left: 52%;
      top: 17%;
   }

   .boss_wrapper {
      flex-direction: column-reverse;
   }

   .boss_box:nth-child(1) {
      width: 100%;
   }

   .boss_box:nth-child(2) {
      width: 100%;
      height: 360px;
      margin-bottom: 35px;
   }

   .team {
      padding-bottom: 190px;
   }

   .cost_item {
      padding: 36px;
      width: 100%;
      margin-bottom: 14px;
   }

   .review_video {
      flex-direction: column;
   }

   .review_video_box {
      width: 100%;
   }

   .review_img {
      transform: scale(1.3);
   }

   .video_box_ico {
      height: 60px;
      width: 60px;
   }

   .video_link_text {
      font-size: 0.75em;
   }

   .slide-two {
      margin-top: 40px;
   }

   .catalog_img {
      content: '';
      position: absolute;
      z-index: 4;
      right: 0;
      top: 80px;
      display: block;
      height: inherit;
      width: 100%;
   }

   .catalog {
      padding: 360px 0 80px;
   }

   /* Modal Content/Box */


   .footer {
      padding: 60px 0;
   }

   .btn-next {
      margin-top: 10px;
   }

   .step-slide__title-2 {
      margin-bottom: 20px;
   }

   .slide-one__title {
      font-size: 1.8em;
   }

   .slide-one__text {
      font-size: 0.875em;
   }

   .faq-box {
      width: 100%;
   }

   .contact__list {
      flex-direction: column;
   }
   
      .home__form__text {
   font-size: 0.875em;
   display: inline-block;
}

}

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

   .wrapper {
      max-width: 380px;
      padding: 0 20px;
      box-sizing: border-box;
   }

   .first {
      background: url(../img/first_mob2.jpg) top center no-repeat;
      padding-top: 220px;
      margin-top: 30px;
      padding-bottom: 80px;
      box-sizing: border-box;
   }

   .footer_bottom_list {
      flex-direction: column;
   }

   .bullites__item {
      margin-bottom: 8px;
   }

   .footer_bottom_item {
      margin-bottom: 10px;
   }

   .overhead {
      text-align: center;
      margin: 30px auto 0;
      display: inline-block;
   }

   .bullites__list {
      display: block;
      margin-bottom: 8px;
   }

   .first_img_01 {
      right: 0;
      top: 105%;
      height: inherit;
      width: 140%;
   }

   .sidenav {
      display: none;
   }

   .mob-sidenav {
      display: flex;
   }

   .header {
      padding: 24px 0 0;
      border-bottom: none;
   }

   .header_nav {
      justify-content: space-around;
   }

   .header_logo {
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
      justify-content: center
   }

   .logo_img {
      margin-right: 0;
      border-right: none;
      padding-right: 0;
      margin-bottom: 15px;
   }

   .header_pdf {
      display: none;
   }

   .header_messenger {
      flex-direction: column;
      text-align: center;
   }

   .header_messenger_img {
      margin-left: 0;
      margin-top: 10px;
   }

   .first_main {
      padding: 60px 0 60px;
   }

   .head_1 {
      font-size: 1.9em;
      text-align: center;
      margin-bottom: 20px;
            margin-top: 10px;
   }

   .head_descr {
      font-size: 1em;
      margin-bottom: 40px;
      color: #fff;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      line-height: 1.5;
   }

   .first_form_input {
      height: 72px;
      padding-left: 30px;
      width: 100%;
      margin-bottom: 8px
   }

   .first_form_button {
      padding: 30px 42px;
      width: 100%;
   }

   .descr__decor {
      top: 8px;
   }

   .descr__column {
      display: inline-block;
   }

   .first_form_title {
      text-align: center;
   }

   .politic {
      font-size: 0.65em;
      text-align: center;
      display: inline-block;
   }

   .first_bullit {
      flex-direction: column;
   }

   .first_bullit_list {

      margin: 0 30px 10px;
   }

   .first_main_btn-1 {
      width: 100%;
   }

   .section_head {
      font-size: 2em;
      line-height: 1.4;
      margin-bottom: 10px;

   }

   .underhead {
      font-size: 1.2em;
   }

   .head_marg_big {
      margin-bottom: 55px;
   }

   .services_list {
      flex-direction: column;
   }

   .services_item {
      width: 100%;
      padding: 35px;
   }

   .services_item_p {
      display: inline-block;
   }

   .services {
      padding-bottom: 120px;
   }

   .underhead_text {
      margin-bottom: 45px;
      display: inline-block;
   }

   .raboty_slider-box {
      width: 100%;
   }

   .raboty_list {
      padding: 20px 40px;
      justify-content: space-around;
   }

   .raboty_item {
      margin: 0;
   }

   .raboty {
      padding-bottom: 20px;
   }

   .owl-prev {
      left: 0;
      bottom: 2px;
   }

   .owl-next {
      right: 0;
      bottom: 2px;
   }

   .what_list {
      flex-direction: column;
      margin-bottom: 35px;
   }

   .what_item {
      width: 100%;
      margin-bottom: 14px;
   }

   .what_item_text {
      display: inline-block;
   }

   .video_box {
      height: 240px;
      margin-top: 0;
   }

   .video_link_wrapper {
      display: none;
   }

   .video_link_wrapper_mob {
      display: block;
   }

   .video_hand {
      left: 52%;
      height: 93%;
   }

   .video_box_link {
      z-index: 3;
      left: 52%;
      top: 17%;
   }

   .boss_wrapper {
      flex-direction: column-reverse;
   }

   .boss_box:nth-child(1) {
      width: 100%;
   }

   .boss_box:nth-child(2) {
      width: 100%;
      height: 360px;
      margin-bottom: 35px;
   }

   .team {
      padding-bottom: 190px;
   }

   .cost_item {
      padding: 36px;
      width: 100%;
      margin-bottom: 14px;
   }

   .review_video {
      flex-direction: column;
   }

   .review_video_box {
      width: 100%;
   }

   .review_img {
      transform: scale(1.3);
   }

   .video_box_ico {
      height: 60px;
      width: 60px;
   }

   .video_link_text {
      font-size: 0.75em;
   }

   .slide-two {
      margin-top: 40px;
   }

   .catalog_img {
      content: '';
      position: absolute;
      z-index: 4;
      right: 0;
      top: 80px;
      display: block;
      height: inherit;
      width: 100%;
   }

   .catalog {
      padding: 360px 0 80px;
   }

   /* Modal Content/Box */

   .footer {
      padding: 60px 0;
   }

   .btn-next {
      margin-top: 10px;
   }

   .step-slide__title-2 {
      margin-bottom: 20px;
   }

   .slide-one__title {
      font-size: 1.8em;
   }

   .slide-one__text {
      font-size: 0.875em;
   }

   .faq-box {
      width: 100%;
   }

   .contact__list {
      flex-direction: column;
   }
   
   .home__form__text {
   font-size: 0.875em;
   display: inline-block;
}

}
cwсуcenterсуcwtop