@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);article,aside,audio,b,body,canvas,dd,details,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,img,label,li,mark,menu,nav,ol,p,section,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;font-size:100%}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;outline:0}table{border-collapse:collapse;border-spacing:0}td,td img{vertical-align:top}button,input,select,textarea{margin:0;font-size:100%;outline:0}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}body{background-color:#e0eff6;color:#192729;text-align:left;font-weight:400;font-family:Manrope,sans-serif}a,a:visited{text-decoration:none}a:hover{text-decoration:none}a:active,a:focus{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400}img{max-width:100%}.clr{clear:both}.clearfix:after{clear:both;content:"";display:table}.header{padding:20px 0}.container{max-width:1170px;margin:0 auto;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.header__list{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:20px}.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;margin-bottom:0}.logo__img{height:52px;margin-right:24px}.logo__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.6;font-size:.75em}.header__messenger{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;margin-bottom:0}.messenger__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.6;font-size:.75em;margin-right:24px}.messenger__icon-box{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;grid-gap:4px}.messenger__ico{height:38px}.header__phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.phone__link{font-size:1.1em;font-weight:800;color:#282828;margin-bottom:2px}.phone__link:hover{color:#00a9c6}.phone__time{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;font-size:.75em}.phone__blink{animation:blink-animation 1s steps(5,start) infinite;-webkit-animation:blink-animation 1s steps(5,start) infinite;height:5px;width:5px;background:#ffc500;display:inline-block;border-radius:100%;margin-right:8px}@keyframes blink-animation{to{visibility:hidden}}@-webkit-keyframes blink-animation{to{visibility:hidden}}.call-back__link{display:inline-block;background:#007cff;padding:16px 26px;border-radius:8px;overflow:hidden;position:relative;color:#fff;font-size:.75em;font-weight:600}.call-back__link:hover{background:#0069d9}.btn__animation:before{content:"";position:absolute;width:100px;height:100%;background-image:-o-linear-gradient(330deg,rgba(255,255,255,0) 30%,rgba(255,255,255,1),rgba(255,255,255,0) 70%);background-image:linear-gradient(120deg,rgba(255,255,255,0) 30%,rgba(255,255,255,1),rgba(255,255,255,0) 70%);top:0;left:-100px;-webkit-animation:shine 3s infinite linear;animation:shine 3s infinite linear}@-webkit-keyframes shine{0%{left:-100px}20%{left:100%}100%{left:100%}}@keyframes shine{0%{left:-100px}20%{left:100%}100%{left:100%}}.animation{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.animation__one{position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.animation__one:hover{-webkit-transform:translate(0,-5px);-ms-transform:translate(0,-5px);transform:translate(0,-5px)}.animation__two{position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.animation__two:hover{-webkit-transform:translate(0,-5px);-ms-transform:translate(0,-5px);transform:translate(0,-5px)}.animation__two:active{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.sidenav{position:fixed;right:0;top:50%;z-index:9999;margin-top:-139px}.sidenav_img{height:24px;margin-right:10px;position:relative;top:2px}#mySidenav a{position:absolute;right:-20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding:10px 25px 10px 10px;width:80px;text-decoration:none;color:#fff;border-radius:12px 0 0 12px}#mySidenav a:hover{right:0}#about{top:0;background-image:-webkit-gradient(linear,left top,right top,from(#bdbdff),color-stop(#9ea1e8),color-stop(#7f86d2),color-stop(#5e6dbc),to(#3a54a6));background-image:-o-linear-gradient(left,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);background-image:linear-gradient(to right,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:.65em;text-transform:uppercase}#blog{top:79px;background-image:-webkit-gradient(linear,left top,right top,from(#bdbdff),color-stop(#9ea1e8),color-stop(#7f86d2),color-stop(#5e6dbc),to(#3a54a6));background-image:-o-linear-gradient(left,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);background-image:linear-gradient(to right,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:.65em;text-transform:uppercase}#projects{top:158px;background-image:-webkit-gradient(linear,left top,right top,from(#bdbdff),color-stop(#9ea1e8),color-stop(#7f86d2),color-stop(#5e6dbc),to(#3a54a6));background-image:-o-linear-gradient(left,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);background-image:linear-gradient(to right,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:.65em;text-transform:uppercase}.anim_block-3{position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.anim_block-3:active{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.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) right bottom no-repeat;background-size:cover;position:relative;z-index:10;max-width:1400px;margin:0 auto;overflow:hidden;padding:80px 0}.first2{background:url(../img/first_bg2.jpg) top center no-repeat;background-size:cover;position:relative;z-index:10;max-width:1400px;margin:0 auto;overflow:hidden;padding:80px 0}.first2{background:url(../img/first_bg2.jpg) top 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:-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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.75em;line-height:1.5}.small_text span b{font-size:16px}.text_color{color:#00a9c6;font-weight:900}.text_upper{text-transform:uppercase}.color_fff{color:#fff}.header_pdf{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}.header_pdf_ico{height:52px;display:inline-block;margin-right:20px}.header_pdf_p-link{color:#0f0f0f;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:underline}.header_pdf_p-link:hover{color:#549c6c;text-decoration:underline}.header_messenger{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}.header_messenger_img{margin-left:15px}.header_messenger_link{display:inline-block;margin:0 1px}.header_messenger_ico{height:38px}.header_contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.header_nav_contact_phone{color:#192729;font-size:1.1em;font-weight:700;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.header_nav_contact_phone:hover{color:#30a7c3}.header_nav_contact_c-back{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;padding:18px 24px 16px;border-radius:50px;font-weight:600;position:relative;display:inline-block;overflow:hidden;color:#fff;text-transform:uppercase;font-weight:700;background:#00a9c6;background:-webkit-gradient(linear,right top,left top,from(rgba(0,169,198,1)),to(rgba(0,220,244,1)));background:-o-linear-gradient(right,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%);background:linear-gradient(270deg,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%)}.anim_block{position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);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 .5s ease;-o-transition:all .5s ease;transition:all .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(.9);-ms-transform:scale(.9);transform:scale(.9)}.first_main{padding:80px 0;position:relative;z-index:3}.overhead{font-size:.875em;font-weight:500;margin:0 0 15px;color:#fff;font-weight:700}.overhead2{font-size:.875em;font-weight:500;color:#303030;font-weight:700}.head_1{font-size:2.6em;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:700;text-align:left;margin-bottom:20px;color:#fff}.sale-wrap{display:inline-block;padding:0 20px;border-radius:50px;background:#464a4f;color:#fff;font-size:34px}.head_descr{font-size:1.2em;margin-bottom:40px;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;text-align:left;line-height:1.6;font-weight:500}.descr__decor{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;margin-right:24px;position:relative;top:12px}.decor__one{display:inline-block;height:6px;width:6px;background:#00dcf4;border-radius:15px;margin-right:6px}.decor__two{display:inline-block;height:8px;width:8px;background:#00dcf4;border-radius:15px;margin-right:6px}.decor__three{display:inline-block;height:10px;width:10px;background:#00dcf4;border-radius:15px}.descr__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}.first_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:7}.first_main_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.first_main_btn-1{padding:30px 48px 29px;background-image:-webkit-gradient(linear,left top,right top,from(#bdbdff),color-stop(#9ea1e8),color-stop(#7f86d2),color-stop(#5e6dbc),to(#3a54a6));background-image:-o-linear-gradient(left,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);background-image:linear-gradient(to right,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);font-size:.8em;border-radius:100px;text-align:center;text-transform:uppercase;letter-spacing:1px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.first_main_btn-1:active{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.button{color:#fff;font-weight:700;display:inline-block;position:relative;overflow:hidden;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.button-catalog{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:280px}.button::after{content:"";margin-left:60px;width:30px;height:300px;background:#fff;-webkit-animation-delay:40ms;animation-delay:40ms;position:absolute;left:-40px;top:-150px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .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:40ms;animation-delay:40ms;position:absolute;left:-40px;top:-150px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .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:0}30%{left:110%;margin-left:80px}100%{left:110%;margin-left:80px}}@keyframes slideme{0%{left:-30px;margin-left:0}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;font-size:.875em}.first_form_input{height:72px;background:#fff;border:none;border-radius:50px;padding-left:30px;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.875em;min-width:360px}.first_form_button{padding:28px 42px 28px;color:#fff;border:none;border-radius:50px;cursor:pointer;font-size:.875em;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;text-transform:uppercase;font-weight:700;background:#00a9c6;background:-webkit-gradient(linear,right top,left top,from(rgba(0,169,198,1)),to(rgba(0,220,244,1)));background:-o-linear-gradient(right,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%);background:linear-gradient(270deg,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%)}.title-color{color:#00dcf4}.home__row-wrapp{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.pulse{position:relative;text-align:center;padding:20px;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:#00a9c6;background:-webkit-gradient(linear,right top,left top,from(rgba(0,169,198,1)),to(rgba(0,220,244,1)));background:-o-linear-gradient(right,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%);background:linear-gradient(270deg,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%)}.pulse::after,.pulse::before{content:'';position:absolute;border:2px solid #00a9c6;left:-20px;opacity:0;right:-20px;top:-20px;bottom:-20px;border-radius:50%;-webkit-animation:pulse 2.5s linear infinite;animation:pulse 2.5s linear infinite}.pulse::after{-webkit-animation-delay:1.25s;animation-delay:1.25s}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}.pulse-wrapp{background:#fff;padding:22px 110px 22px 24px;border-radius:60px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.home-gift{height:40px;margin-right:18px}.pulse__row{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}.pulse__text{font-size:.875em}.quiz__aside-row{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;position:relative}.quiz_aside__title{font-weight:700;margin-bottom:16px}.benefits{padding:80px 0 0}.benefits__list{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;gap:8px}.benefits__item{background:#062225;padding:40px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:12px;text-align:center;color:#fff;position:relative}.benefits__item2{background:#464a4f;padding:24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:12px;color:#fff}.benefits__img{height:90px;margin-bottom:10px;position:relative;z-index:2}.benefits__text{font-size:1em;line-height:1.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.benefits__text b{color:#00dcf4}.benefits__item_bg{position:absolute;top:-25%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1;opacity:.7}.whats__list{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;grid-gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.whats__list2{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;grid-gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.whats__item{background:#f0f0f0;border-radius:48px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;-webkit-box-flex:4;-ms-flex:4;flex:4}.whats__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-bottom:8px;font-size:1.2em}.whats__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.whats__img{height:100px;margin-bottom:10px}.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.5;text-align:center;font-weight:700;margin-bottom:1px}.underhead{font-size:1.4em;font-weight:500;line-height:1.3;position:relative;color:#303030;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:400}.head_marg_big{margin-bottom:45px}.head_marg_small{margin-bottom:35px}.underhead_text{text-align:center;margin-bottom:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services_list{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}.services_item{width:49%;-webkit-box-sizing:border-box;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:-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;margin-bottom:20px}.services_item_ico{height:60px;margin-right:16px}.head_3{font-size:1.5em;font-family:bebas_neuebold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.head_3_fff{color:#fff}.services_item_p{font-size:.875em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.6;color:#666}.services_item_p_2b{color:#b2b2b2}.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:#fff;padding:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:-webkit-transform .3s .7s,opacity .3s .7s;-webkit-transition:opacity .3s .7s,-webkit-transform .3s .7s;transition:opacity .3s .7s,-webkit-transform .3s .7s;-o-transition:transform .3s .7s,opacity .3s .7s;transition:transform .3s .7s,opacity .3s .7s;transition:transform .3s .7s,opacity .3s .7s,-webkit-transform .3s .7s}.cd-image-label.is-hidden{visibility:hidden}.is-visible .cd-image-label{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.cd-resize-img{position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden;-webkit-transform:translateZ(0);-ms-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%;-webkit-animation:cd-bounce-in .7s;animation:cd-bounce-in .7s}@-webkit-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;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;-webkit-box-shadow:0 0 0 6px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.3);box-shadow:0 0 0 6px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.3);opacity:0;-webkit-transform:translate3d(0,0,0) scale(0);-ms-transform:translate3d(0,0,0) scale(0);transform:translate3d(0,0,0) scale(0)}.cd-handle.draggable{background-color:#445b7c}.is-visible .cd-handle{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);-ms-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-transition:-webkit-transform .3s .7s,opacity 0s .7s;-webkit-transition:opacity 0s .7s,-webkit-transform .3s .7s;transition:opacity 0s .7s,-webkit-transform .3s .7s;-o-transition:transform .3s .7s,opacity 0s .7s;transition:transform .3s .7s,opacity 0s .7s;transition:transform .3s .7s,opacity 0s .7s,-webkit-transform .3s .7s}.politic{font-size:.75em;color:#999;margin-top:22px;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.politic__link{color:#999;text-decoration:underline}.raboty_slider{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}.raboty_slider-box{width:49%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;counter-increment:slide;position:relative}.itc-slider-item_wrapp{margin:0 2%}.raboty_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 30px}.raboty_item_title{color:#b2b2b2;font-size:.75em}.raboty_item_text{color:#fff;font-size:1em;font-weight:700;display:block}.slide-one{margin-top:60px}.slider-raboty{max-width:1400px;margin:0 auto}.review_video{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}.review_video_box{width:49%;overflow:hidden;border-radius:24px;position:relative;margin-bottom:20px}.review_video_box_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:3;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%}.review_img{height:100%}.itc-slider-item-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;counter-increment:slide;position:relative}.slide-two{margin-top:60px}.forma_title{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:8px 0}.forma_title span{font-size:.875em}.forma_title strong{font-family:bebas_neuebold;font-size:2.7em}.forma_text{font-size:.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:.4;pointer-events:none}.top_images{overflow:hidden;border-radius:24px;display:block;margin-bottom:24px}.benefits2{padding:0 0 80px}.benefits__item2{background:#062225;padding:30px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:12px;text-align:center;color:#fff;position:relative;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;position:relative;overflow:hidden}.benefits__img2{height:80px;position:absolute;z-index:2;right:0;bottom:0}.benefits__item_bg2{position:absolute;top:-50%;right:-45%;z-index:1;opacity:.7}.benefits__text2{font-size:.9em;line-height:1;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}.gft{width:24px;margin-right:12px}.slide-three{margin-top:45px}.faq{position:relative;padding:0 0 80px}.faq-box{width:90%;margin:0 auto}.accordion{background:#062225;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;padding:18px 90px 18px 30px;width:100%;border:none;text-align:left;font-size:1em;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-weight:500;margin-bottom:6px;position:relative;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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5;z-index:16;font-weight:600}.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:#fff;max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;-o-transition:max-height .2s ease-out;transition:max-height .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:.875em;padding:26px 40px 20px 20px;line-height:1.7;width:90%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.faq_main_img{position:relative;right:0;top:-40px;width:30%;height:auto}.contact__list{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;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:20px}.contact__item{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;border-radius:48px}.contact__img{-webkit-transform:scale(110%);-ms-transform:scale(110%);transform:scale(110%)}.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,.1)}.logo_descr{color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.75em;margin-left:30px;line-height:1.5}.header_menu_link-2{margin:0 0 7px;text-transform:none;font-weight:400;font-size:.75em;padding:0}.footer_text-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.75em;color:grey;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:-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}.subscribe{padding:20px 30px;background:#1f1f1f;border-radius:8px;display:inline-block;color:#fff;text-align:center;font-size:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .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:.8em;font-weight:700;margin-bottom:15px}.footer_box-link{color:rgba(255,255,255,.2);font-size:.8em;font-weight:400;display:inline-block;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .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,.2);font-size:.8em;font-weight:400;display:inline-block;padding:30px 0 5px;position:relative}.footer_link{color:rgba(255,255,255,.2);font-size:.8em;font-weight:400;display:inline-block;padding:30px 0 5px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .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:-webkit-gradient(linear,left top,right top,from(#bdbdff),color-stop(#9ea1e8),color-stop(#7f86d2),color-stop(#5e6dbc),to(#3a54a6));background-image:-o-linear-gradient(left,#bdbdff,#9ea1e8,#7f86d2,#5e6dbc,#3a54a6);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:-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;padding-top:30px;border-top:1px solid #f0f0f0;margin-top:30px}.politic_footer_link{color:#0f0f0f;text-decoration:underline}.mob-sidenav{display:none;-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:nowrap;flex-wrap:nowrap;position:fixed;bottom:0;z-index:9999;left:0;right:0;overflow:hidden}.mob-sidenav1{display:none;-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:nowrap;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:-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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-size:.75em;text-transform:uppercase;background:#00a9c6;color:#fff;font-weight:700;border-right:1px solid #fff}.mob-sidenav-link2{width:50%;padding:15px 0;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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-size:.75em;text-transform:uppercase;background:#00dcf4;color:#fff;font-weight:700;border-right:1px solid #fff}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8);z-index:9999}.modal2{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8);z-index:9999}.modal3{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8);z-index:9999}.modal4{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8);z-index:9999}.modal-content{max-width:480px;width:98%;border-radius:24px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-content2{max-width:480px;width:98%;border-radius:24px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-content3{max-width:480px;width:98%;border-radius:24px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-content4{max-width:480px;border-radius:24px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.close{color:#aaa;position:absolute;top:5px;right:16px;font-size:28px;font-weight:700}.close2{color:#aaa;position:absolute;top:5px;right:16px;font-size:28px;font-weight:700}.close3{color:#aaa;position:absolute;top:5px;right:16px;font-size:28px;font-weight:700}.close4{color:#aaa;position:absolute;top:-25px;right:-17px;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#1d50a1;text-decoration:none;cursor:pointer}.close2:focus,.close2:hover{color:#1d50a1;text-decoration:none;cursor:pointer}.close3:focus,.close3:hover{color:#1d50a1;text-decoration:none;cursor:pointer}.close4:focus,.close4:hover{color:#1d50a1;text-decoration:none;cursor:pointer}.tac{text-align:center}.form__bg{background:#fff}.form__mrg{margin-top:30px}.form__color{color:#fafafa}.privacy{padding:80px 0}.politica3{margin-bottom:30px;font-size:.875em}.politica3_link{color:#0f0f0f;text-decoration:underline}.privacy_title{font-size:1.8em;font-weight:700;margin-bottom:20px}.privacy_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:.875em}.slide-one__list{background:#f0f0f0;border-radius:48px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.slide-one__form{background:#f0f0f0;border-radius:48px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.slide-one__title{font-family:bebas_neuebold;font-size:2.2em;font-weight:700;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:16px}.slide-one__text{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:.875em;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;height:72px}.slide-one__politica{font-size:12px;opacity:.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{margin-top:80px}.map__row{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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:60px;-webkit-box-sizing:border-box;box-sizing:border-box}.map__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box}.map__contact{width:20%;min-width:360px}.map__title{font-size:2.2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.2;margin-bottom:30px;font-weight:700}.map__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:30px}.map__item{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;background:#062225;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;font-size:.875em;color:#fff}.map__item__icon{height:24px;margin-right:12px;display:inline-block;position:relative;top:1px}.map__link{font-weight:700;font-size:1.2em;color:#fff;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.map__link:hover{color:#00dcf4}.map__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map__social__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.875em;margin-bottom:18px;line-height:1.6}.map__social__icon{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:center;-ms-flex-pack:center;justify-content:center;gap:8px;background:#fff;border-radius:8px;padding:12px 0 7px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.map__social__ico{height:42px;display:inline-block}.map__card{width:80%;min-width:380px}.map__title-2{font-size:1.6em;font-weight:700;margin-bottom:30px}.popup__btn{display:block;width:100%;max-width:480px;border-radius:50px;border:0;font-size:.875em;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative;overflow:hidden;cursor:pointer;height:72px;background:#00a9c6;background:-webkit-gradient(linear,right top,left top,from(rgba(0,169,198,1)),to(rgba(0,220,244,1)));background:-o-linear-gradient(right,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%);background:linear-gradient(270deg,rgba(0,169,198,1) 0,rgba(0,220,244,1) 100%)}.map__social__wrapp{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:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px}.carousel__top-title{font-size:.75em;margin-bottom:6px;text-align:center}.carousel__title{font-size:1.2em;font-weight:700;margin-bottom:14px;text-align:center}.carousel__list{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:center;-ms-flex-pack:center;justify-content:center;text-align:center;gap:6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.carousel__item{background:#fff;padding:6px 18px;border-radius:6px;font-size:.75em}@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}.first2{background:url(../img/first_mob22.jpg) top center no-repeat;padding-top:340px;margin-top:30px;padding-bottom:40px}.benefits__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.home__row-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer_bottom_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pulse-wrapp{margin-top:20px;padding:16px 110px 16px 24px}.footer_bottom_item{margin-bottom:10px}.overhead{text-align:center;margin:0 auto 10px;display:inline-block}.map__row{display:block}.first_img_01{right:0;top:105%;height:inherit;width:140%}.sidenav{display:none}.mob-sidenav{display:-webkit-box;display:-ms-flexbox;display:flex}.header{padding:24px 0 0;border-bottom:none}.header_nav{-ms-flex-pack:distribute;justify-content:space-around}.header_logo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo_img{margin-right:0;border-right:none;padding-right:0;margin-bottom:15px}.header_pdf{display:none}.header_messenger{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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.8em;text-align:center;margin-bottom:20px;line-height:1.2}.head_descr{font-size:1em;margin-bottom:20px;color:#fff;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;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:.65em;text-align:center;display:inline-block}.first_bullit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:30px}.services_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-ms-flex-pack:distribute;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.review_video_box{width:100%}.review_img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.video_box_ico{height:60px;width:60px}.video_link_text{font-size:.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}.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:.875em}.faq-box{width:100%}.contact__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map__contact{width:100%;min-width:340px;margin-bottom:60px}.map__card{width:100%;min-width:340px}}@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}.first2{background:url(../img/first_mob22.jpg) top center no-repeat;padding-top:320px;margin-top:30px;padding-bottom:80px}.footer_bottom_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.benefits__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer_bottom_item{margin-bottom:10px}.map__row{display:block}.pulse-wrapp{margin-top:20px;padding:16px 110px 16px 24px}.home__row-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overhead{text-align:center;margin:0 auto 10px;display:inline-block}.first_img_01{right:0;top:105%;height:inherit;width:140%}.sidenav{display:none}.mob-sidenav{display:-webkit-box;display:-ms-flexbox;display:flex}.header{padding:24px 0 0;border-bottom:none}.header_nav{-ms-flex-pack:distribute;justify-content:space-around}.header_logo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo_img{margin-right:0;border-right:none;padding-right:0;margin-bottom:15px}.header_pdf{display:none}.header_messenger{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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.8em;text-align:center;margin-bottom:20px;line-height:1.2}.head_descr{font-size:1em;margin-bottom:20px;color:#fff;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;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:.65em;text-align:center;display:inline-block}.first_bullit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:30px}.services_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-ms-flex-pack:distribute;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.review_video_box{width:100%}.review_img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.video_box_ico{height:60px;width:60px}.video_link_text{font-size:.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}.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:.875em}.faq-box{width:100%}.contact__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map__contact{width:100%;min-width:340px}.map__card{width:100%;min-width:340px}}@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}.first2{background:url(../img/first_mob22.jpg) top center no-repeat;padding-top:320px;margin-top:30px;padding-bottom:80px}.footer_bottom_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer_bottom_item{margin-bottom:10px}.pulse-wrapp{margin-top:20px;padding:16px 110px 16px 24px}.overhead{text-align:center;margin:0 auto 10px;display:inline-block}.map__row{display:block}.home__row-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.first_img_01{right:0;top:105%;height:inherit;width:140%}.sidenav{display:none}.benefits__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mob-sidenav{display:-webkit-box;display:-ms-flexbox;display:flex}.header{padding:24px 0 0;border-bottom:none}.header_nav{-ms-flex-pack:distribute;justify-content:space-around}.header_logo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo_img{margin-right:0;border-right:none;padding-right:0;margin-bottom:15px}.header_pdf{display:none}.header_messenger{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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.8em;text-align:center;margin-bottom:20px;line-height:1.2}.head_descr{font-size:1em;margin-bottom:20px;color:#fff;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;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:.65em;text-align:center;display:inline-block}.first_bullit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:30px}.services_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-ms-flex-pack:distribute;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.review_video_box{width:100%}.review_img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.video_box_ico{height:60px;width:60px}.video_link_text{font-size:.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}.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:.875em}.faq-box{width:100%}.contact__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map__contact{width:100%;min-width:340px}.map__card{width:100%;min-width:340px}}@media screen and (max-width:420px){.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;-webkit-box-sizing:border-box;box-sizing:border-box}.first2{background:url(../img/first_mob22.jpg) top center no-repeat;padding-top:320px;margin-top:30px;padding-bottom:80px;-webkit-box-sizing:border-box;box-sizing:border-box}.footer_bottom_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.home__row-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer_bottom_item{margin-bottom:10px}.pulse-wrapp{margin-top:20px;padding:16px 110px 16px 24px}.overhead{text-align:center;margin:0 auto 10px;display:inline-block}.benefits__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.first_img_01{right:0;top:105%;height:inherit;width:140%}.sidenav{display:none}.mob-sidenav{display:-webkit-box;display:-ms-flexbox;display:flex}.header{padding:24px 0 0;border-bottom:none}.header_nav{-ms-flex-pack:distribute;justify-content:space-around}.header_logo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo_img{margin-right:0;border-right:none;padding-right:0;margin-bottom:15px}.header_pdf{display:none}.header_messenger{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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.8em;text-align:center;margin-bottom:20px;line-height:1.2}.head_descr{font-size:1em;margin-bottom:20px;color:#fff;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;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:.65em;text-align:center;display:inline-block}.first_bullit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:30px}.services_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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;-ms-flex-pack:distribute;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.review_video_box{width:100%}.review_img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.video_box_ico{height:60px;width:60px}.video_link_text{font-size:.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}.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:.875em}.faq-box{width:100%}.contact__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map__contact{width:100%;min-width:340px}.map__card{width:100%;min-width:340px}}