/*********General*********/
#panel {
    z-index: 9999;
    position: relative;
}
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body{
    font: 16px 'Roboto', sans-serif;
    color: #000;
    min-width: 320px;
    background: #fff;
    position: relative;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: .2s;
}
textarea{
    resize: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp {
    width: 100%;
    overflow: hidden;
}
.page_wp img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.wrapper{
    width: 1430px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.screen_1{
    width: 100%;
    height: 100vh;
    background: url("../images/screen_1.jpg") no-repeat center/cover #000015;
}
.screen_wp{
    height: 100%;
}
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0;
    z-index: 8900;
}
.topmenu{
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 57px;
    padding-left: 26px;
}
.topmenu li{
    list-style: none;
    margin: 0 30px;
}
.topmenu li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.phone_link{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 67px;
}
.logo p{
    width: 110px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    padding-left: 2px;
}
.logo p span{
    padding: 0 3px;
}
.logo p i{
    font-style: normal;
    letter-spacing: 0.11em;
}
header.black .mail_link{
    color: #159992;
    border-bottom: 1px solid #159992;
}
.mail_link{
    font-size: 14px;
    color: #31E3D9;
    border-bottom: 1px solid #31E3D9;
    padding-bottom: 5px ;
}
.phone_link span{
    margin: 0 7px;
}
.header_right{
    padding-top: 55px;
}
.header_right .btn {
    background: #31E3D9;
    border: 2px solid #31E3D9;
    border-radius: 24px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 17px 77px;
}
header.black .header_right .btn {
    border: 2px solid #159992;
    background: #159992;
    color: #ffffff;
}

footer{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 45px;
    z-index: 8900;
}
.presentation_link{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding-left: 50px;
    /* background: url("../images/ico1.png") no-repeat 0 center; */
    background: url("../images/icon_pdf.svg") no-repeat 0 center;
    display: block;
}
footer .wrapper{
    padding: 0 60px;
}
.footer_block > .screen_wp > .wrapper {
    max-width: 1190px;
    margin-top: 45px;
}
.pagination_wp{
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.08em;
    width: 130px;
}
.pagination_wp span:first-child{
    font-size: 24px;
}
.prev1{
    width: 6px;
    height: 12px;
    background: url("../images/prev1.png") no-repeat;
}
.next1{
    width: 6px;
    height: 12px;
    background: url("../images/next1.png") no-repeat;
}
.soc_link{
    color: #fff;
    font-size: 14px;
    margin-left: 55px;
}
.soc_link.grey_color {
    color: rgb(130,130,130);
}
.fr_btn{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #31E3D9 url("../images/ico2.png") no-repeat center center;
}
.sl_m1{
    margin-left: 47px;
}
.main_title{
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    padding-left: 90px;
    padding-top: 207px;
    margin-bottom: 160px;
}
.screen_1 .screen_wp.align-items-start .wrapper .main_title {
    padding-top: 0;
    margin-bottom: 0;
}
.main_text{
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #F2994A;
}
.brand_block{
    width: 25%;
    height: 146px;
    border: 1px solid #E0E0E0;
}
.screen_2{
    width: 100%;
    height: 100vh;
    background: #fff;
}
.screen_2 .wrapper{
    padding: 0 100px;
}
.title{
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 50px;
}
.brand_wp .brand_block:nth-child(1), .brand_block:nth-child(2), .brand_block:nth-child(3){
    border-right: none;
    border-bottom: none;
}
.brand_wp .brand_block:nth-child(4){
    border-bottom: none;
}
.brand_wp .brand_block:nth-child(5), .brand_block:nth-child(6), .brand_block:nth-child(7){
    border-right: none;
    border-bottom: none;
}
.brand_wp .brand_block:nth-child(8){
    border-bottom: none;
}
.brand_wp .brand_block:nth-child(9), .brand_block:nth-child(10), .brand_block:nth-child(11){
    border-right: none;
}
.more_btn{
    width: 30px;
    height: 30px;
    background: url("../images/ico3.png") no-repeat;
}
.screen_3{
    width: 100%;
    height: 100vh;
    background: #fff;
}
.screen_3 .wrapper{
    padding: 0 100px;
}
.serv_menu{
    width: 320px;
    border-left: 1px solid #E0E0E0;
    margin-right: 40px;
    position: relative;
    margin-top: 27px;
}
.serv_img_wp {
    width: calc(100% - 320px - 40px)
}
.serv_img_wp img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.serv_img_wp .serv_img {
    margin-left: auto;
    margin-right: auto;
}
.serv_menu a{
    display: block;
    position: relative;
    left: 120px;
    font-size: 18px;
    margin-bottom: 24px;
}
.serv_menu a:last-child{
    margin-bottom: 0;
}
.serv_menu a:hover{
    left: 30px;
    color: #159992;
}
.serv_menu a.active{
    left: 30px;
    color: #159992;
}
.serv_menu span{
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 50px;
    left: -70px;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #828282;
}

.serv_img{
    margin-left: auto;
    margin-right: auto;
}
.service_open{
    width: calc(100% - 320px - 82px);
    height: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 100px;
    display: none;
}
.so_title{
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 50px;
}
.so_text p{
    line-height: 26px;
    margin-bottom: 30px;
}
.service_price {
    padding-top: 40px;
    font-weight: 700;
    font-size: 21px;
    line-height: 160%;
    color: #000015;
}
.service_price span {
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    color: #9B51E0;
    padding: 0 0 0 10px;
}
.so_block{
    width: 50%;
}
.screen_4{
    width: 100%;
    height: 100vh;
}
.sm_text{
    font-size: 60px;
    padding-left: 30px;
    line-height: 60px;
}
.sm_text p{
    color: #9B51E0;
    font-size: 180px;
    line-height: 180px;
    font-weight: 700;
    white-space: nowrap;
}
.sm_text p i {
    font-size: 60px;
    font-style: normal;
    margin-right: -40px;
}
.screen_4 .wrapper{
    padding: 0 100px;
}
.screen_4 header .wrapper {
    padding: 0 10px;
}
.screen_4 .so_text {
    font-size: 16px;
    line-height: 160%;
}
.screen_4 .so_text p{
    font-size: 18px;
    line-height: 29px;
}
.screen_4 .so_title{
    margin-bottom: 60px;
}
.screen_4 .serv_menu{
    margin-right: 138px;
    margin-top: 0;
    margin-bottom: 50px;
}
.screen_4 .serv_menu span{
    left: -80px;
    bottom: 60px;
}
.footer_block{
    background: #000015;
    color: #fff;
}
.fb_top .wrapper{
    padding: 0 130px;
}
.fb_left2{
    width: 28.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fb_top{
    padding-top: 160px;
    padding-bottom: 180px;
}
.fl_title{
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 135px;
}
.brif_link{
    color: #31E3D9;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    /* display: block; */
    margin-bottom: 38px;
    background: url("../images/icon_anketa.svg") no-repeat right center;
    width: fit-content;
    padding-right: 40px;
}
.fb_left2 .presentation_link{
    margin-top: 90px;
}
.f_menu li{
    list-style: none;
    margin: 0 24px;
}
.f_menu li a{
    color: #fff;
    font-size: 14px;
}
.f_menu li:last-child a,
.f_menu li:nth-last-child(2) a,
.f_menu li a.grey_color {
    color: rgb(130,130,130);
}
.fb_right2{
    width: 59.1%;
}
.cf_block p{
    width: 120px;
}
.cf_input{
    width: calc(100% - 120px);
    height: 25px;
    border: none;
    border-bottom: 1px solid #828282;
    background: none;
    color: #fff;
    font: 16px 'Roboto', sans-serif;
}
.cf_block{
    margin-bottom: 65px;
}
.cf_bot{
    padding-left: 120px;
}
.add_file_btn{
    color: #828282;
    padding-left: 40px;
    background: url("../images/ico5.png") no-repeat 0 center;
    display: block;
    margin-bottom: 30px;
}
input[type="file"]{
    cursor: pointer;
    z-index: 99;
}
::-webkit-file-upload-button { cursor:pointer; width: 100%; }
.cf_bot{
    padding-top: 7px;
}
.cf_check{
    position: relative;
    padding-left: 37px;
}
.cf_check input[type='checkbox']{
    display: none;
}
.cf_check input[type='checkbox'] + label:before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/check3.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0;
}
.cf_check input[type='checkbox']:checked + label:before{
    background-position: 0 -20px;
}
.cf_check label{
    font-size: 14px;
    color: #828282;
}
.cf_check a{
    color: #31E3D9;
    display: block;
    font-size: 14px;
}
.cf_btn{
    width: 210px;
    height: 50px;
    font-size: 12px;
    line-height: 46px;
    border-radius: 25px;
    border: 2px solid #33333D;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cf_btn:hover {
    background: #31E3D9;
    border-color: #31E3D9;
}
.fb_bot .wrapper:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #33333D;
    position: absolute;
    top: 0;
    left: 0;
}
.fb_bot .wrapper{
    padding-top: 50px;
}
.copyright{
    color: #828282;
    font-size: 14px;
}
.copyright span{
    color: #fff;
}
.fb_bot{
    padding-bottom: 60px;
}
.scroll_ico{
    width: 100%;
    height: 54px;
    background: url("../images/ico6.png") no-repeat center 0;
    position: relative;bottom: -90px;
}
.portfolio_wpp .wrapper{
    padding: 0 100px;
}
.portfolio_wpp{
    padding-top: 208px;
    padding-bottom: 20px;
}
.portfolio_tabs a{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 48px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0);
    padding-bottom: 3px;
}
.portfolio_tabs a.active{
    color: #159992;
    border-bottom: 1px solid #159992;
}
.portfolio_tabs{
    margin-bottom: 57px;
    border-bottom: 1px solid #E0E0E0;
}
.portfolio_wp{
    padding: 0 28px;
    margin-left: -8px;
    margin-right: -8px;
}
.portfolio_block_wp{
    width: 33.3333%;
    padding: 0 8px;
    margin-bottom: 16px;
    height: calc(((100vw - 40px) / 3) * 0.729381)
}
.portfolio_block_wp a{
    display: block;
    position: relative;
}
.pb_info{
    background-color: rgba(255, 255, 255, 0.24);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 19px 33px;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 101px;
    width: 100%;
}
.pb_info.pbi_col1 {
    background-color: rgba(0, 0, 0, 0.24);
}
.pbi_title{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* width: 70%; */
    margin-bottom: 0px;
}
.pbi_col1 .pbi_title{
    color: #fff;
}
.pbi_text{
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #159992;
    margin-bottom: 7px;
    display: inline;
}
.pbi_col1 .pbi_text {
    color: #31E3D9;
}
.pbi_col2 .pbi_text{
    color: #fff;
}
.pbi_year{
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #159992;
    display: inline;
}
.pbi_col1 .pbi_year {
    color: #31E3D9;
}
.pbi_col3 .pbi_year{
    color: #fff;
}
.portfolio_top{
    position: relative;
}
.po_img{
    position: relative;
    top: 7px;
    padding-bottom: 60px;
}
.breadcrumbs li{
    list-style: none;
    margin-right: 10px;
    position: relative;
}
.breadcrumbs li:before{
    content: '-';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    color: #159992;
    position: absolute;
    top: 2px;
    right: -7px;
}
.breadcrumbs li a{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    color: #159992;
}
.breadcrumbs{
    margin-bottom: 57px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 5px;
}
.breadcrumbs li:last-child:before{
    display: none;
}
.portfolio_top h1.title {
    text-transform: uppercase;
}
.portfolio_text{
    position: relative;
}
.portfolio_text p {
    width: 55%;
    line-height: 26px;
    margin-bottom: 65px;
}
.po_block_w1{
    width: 50%;
    padding: 0 15px;
}
.portfolio_open_wp{
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio_open_wpp .wrapper{
    padding-right: 12px;
}
.po_block{
    margin-bottom: 30px;
}
.po_block_w2{
    width: 100%;
    padding: 0 15px;
}
.po_block_w3{
    width: 33.333%;
    padding: 0 15px;
}
.logo{
    height: 88px;
    padding-left: 88px;
}
.logo div{
    height: 100%;
}
header.white .logo{
    /* background: url("../images/logo1.png") no-repeat; */
    background: url("../images/logo1.svg") no-repeat;
}
header.black .logo{
    background: url("../images/logo2.svg") no-repeat;
    /* background: url("../images/logo2.png") no-repeat; */
}
header.black .topmenu li a{
    color: #33333D;
}
header.black .phone_link{
    color: #33333D;
}
header.black .logo p{
    color: #33333D;
}
header.black .topmenu li a:hover {
    color: #159992;
}
header.white .topmenu li a:hover {
    color: #31E3D9;
}
header.black .topmenu li.active a {
    color: #159992;
}
header.white .topmenu li.active a {
    color: #31E3D9;
}
.cb_phone>span,
.cb_max>span{
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 47px;
    left: -74px;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #828282;
}
.cb_max>span {
    left: -50px;
    bottom: 10px;
}
.cb_phone p,
.cb_max p{
    font-size: 72px;
    font-weight: 700;
}
.cb_phone p span,
.cb_max p span{
    margin: 0 15px;
}
.cb_phone{
    position: relative;
    padding-left: 20px;
    margin-top: 185px;
    margin-left: 170px;
}
.cb_phone:before,
.cb_max:before{
    content: '';
    width: 1px;
    height: 110px;
    background: #E0E0E0;
    position: absolute;
    left: -20px;
    bottom: 15px;
}
.cb_max:before {
    bottom: 0px;
}
.cb_max {
    position: absolute;
    right: 478px;
    top: 200px;
}
.cb_mail{
    position: relative;
    padding-left: 10px;
    margin-top: 165px;
    margin-left: 318px;
}
.cb_mail:before{
    content: '';
    width: 1px;
    height: 108px;
    background: #E0E0E0;
    position: absolute;
    left: -20px;
    bottom: 14px;
}
.cb_mail>span{
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 32px;
    left: -60px;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #828282;
    text-transform: uppercase;
}
.cb_mail a{
    font-size: 48px;
    font-weight: 700;
    color: #159992;
    border-bottom: 1px solid #159992;
}
.cb_address{
    transform: rotate(-90deg);
    position: absolute;
    top: 290px;
    right: 240px;
}
.cb_address:before{
    content: '';
    width: 108px;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    left: 4px;
    bottom: 43px;
}
.cb_address>span{
    display: block;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #828282;
    margin-bottom: 25px;
    margin-left: 6px;
    text-transform: uppercase;
}
.cb_address p{
    font-size: 24px;
    font-weight: 700;
    /* color: #E0E0E0; */
}
.cb_phone a:hover,
.cb_address a:hover {
    color: #159992;
}
.cb_address2 {
    right: 140px;
}
.mm_link{
    /* width: 16px;
    height: 16px; */
    /* background: url("../images/burger.png") no-repeat center center; */
    width: 32px;
    height: 17px;
    background: url("../images/icon_burger.png") no-repeat center center;
    display: none;
    margin-right: 10px;
}
footer.white.pos2 {
    display: none;
}
footer.black .presentation_link{
    color: #33333D;
}
footer.black .pagination_wp{
    color: #33333D;
}
footer.black  .soc_link{
    color: #33333D;
}
/* Скролл */
.scroll_container {
    position: fixed;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    -moz-perspective: 1000px;
}
.screen {
    width: 100vw!important;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.sblock_inner > *:not('.programm_head') {
    width: 100vw!important;
}
.sblock[data-animation="none"] {
    display: none;
}
.sblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
    overflow: auto;
}
.sblock[data-animation="prev"] {
    transform: translate3d(0px, -100%, 0px);
    transition: 0.7s all ease;
}
.sblock[data-animation="active"] {
    transform: translate3d(0px, 0, 0px);
    transition: 0.7s all ease;
}
.sblock[data-animation="next"] {
    transform: translate3d(0px, 100%, 0px);
    transition: 0.7s all ease;
}
.sblock[data-animation="none"] {
    display: none;
}
.sblock.hold[data-animation="prev"] {
    transition: none!important;
}
.sblock.hold[data-animation="active"] {
    transition: none!important;
}
.sblock.hold[data-animation="next"] {
    transition: none!important;
}
/* Скролл */
.screen_11{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fb_top{
    width: 100%;
}
.s11_screen{
    height: 100%;
}
.fb_no_footer{

}
.footer_no_footer{
    height: 100vh;
}
.so_close{
    width: 50px;
    height: 50px;
    background: url("../images/close.png") no-repeat;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 1000;
}

.success_title.fl_title {display: none;}
.screen_4 .service_open + .serv_menu {
    margin-right: 40px;
    margin-top: 27px;
    margin-bottom: inherit;
}


.screen_1 .screen_wp.align-items-start .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer_phones a {color:#ffffff;}

@media only screen and (max-width: 767px) {
	.footer_phones {
		width: 100%;
		margin-bottom: 10px;
	}
}

.fb_messangers {}
    .fb_messangers .fb_mess1 {
        display: flex;
        line-height: 32px;
        margin-right: 40px;
    }
    .fb_messangers .fb_mess2 {
        display: flex;
        line-height: 32px;
    }
        .fb_messangers a {
            display: block;
            height: 32px;
            margin: 0 15px 0 0;
            width: 32px;
        }
        .fb_messangers .icon_whatsapp {
            background: url("../images/icon_light_whatsapp.svg") no-repeat;
        }
        .fb_messangers .icon_viber {
            background: url("../images/icon_viber.svg") no-repeat;
        }

        .fb_messangers .icon_telega {
            background: url("../images/icon_light_telega.svg") no-repeat;
        }
        .fb_messangers .icon_skype {
            background: url("../images/icon_skype.svg") no-repeat;
        }

@media only screen and (max-width: 767px) {
    .fb_messangers {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .fb_bot .wrapper {
        align-items: flex-start;
    }
    .fb_right {
        display: none !important;
    }
    .fb_messangers .fb_mess1,
    .fb_messangers .fb_mess2 {
        margin-bottom: 10px;
    }
}

.show_c {
    background: url('../images/noun_click.svg') no-repeat 10px center #000015;
    border-radius: 8px;
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 14px;
    line-height: 38px;
    height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 10px 0 35px;

}
@media only screen and (min-width: 1365px) {
    .show_c {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        padding: 0 15px 0 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .main_page footer.white {display: none;}
}

.serv_text {
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    max-width: 600px;
    width: 100%;
}
    .serv_text p {
        margin-bottom: 30px;
    }
    .screen_4 .serv_menu {
        margin-bottom: 20px;
    }
        .screen_4 .serv_menu span {
            bottom: 90px;
        }
    .services_wp .sm_text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding-left: 30px;
        line-height: 70px;
        padding-bottom: 20px;
    }
@media only screen and (min-width: 480px) {
    .services_wp .sm_text p {
        font-size: 180px;
        line-height: 70px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .serv_text {
        font-size: 16px;
        line-height: 150%;
        max-width: 450px;
    }
}

@media only screen and (max-width: 1000px) {
    .serv_text {
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.w9_tabs_wrap {}
    .w9_tabs_wrap .w9_tabs {}
        .w9_tabs_wrap .w9_tabs li {}

.w9_tabs_wrap.services_wp .w9_tabs_wrap,
.active_tab {
    display: none;
}

@media only screen and (max-width: 480px) {
    .active_tab {
        display: block;
    }
    .active_tab {
        margin: 0;
        background: #159992;
        padding: 11px 16px;
        border-radius: 4px;
        color: #ffffff;
        position: relative;
    }
    .active_tab:before {
        content: "";
        position: absolute;
        background: url('../images/icon_tab_arr.svg') no-repeat 0 0 #159992;
        transition: 0.3s ease;
        width: 12px;
        height: 8px;
        right: 16px;
        top: 17px;
        transform: rotate(180deg);
    }
    .active_tab.open:before {
        content: "";
        position: absolute;
        transform: rotate(0);
    }
    .w9_tabs_wrap {
        margin-bottom: 40px;
        position: relative;
    }
        .w9_tabs_wrap .w9_tabs {
            border: 1px solid #159992;
            border-radius: 4px;
            box-shadow: none;
            display: flex;
            flex-direction: column;
            margin: 0;
            overflow: hidden;
        }
        .w9_tabs_wrap .w9_tabs.hide {
            display: none;
        }
            .w9_tabs_wrap .w9_tabs li:nth-child(2) {
                /* border-radius: 4px 4px 0 0; */
            }
            .w9_tabs_wrap .w9_tabs li {
                border-bottom: 1px solid #159992;
                margin: 0 0 -1px;
                padding: 11px 16px;
                order: 100;
            }
            .w9_tabs_wrap .w9_tabs li.active {
                display: none;
            }
            .w9_tabs_wrap .w9_tabs li:last-child {}
            .w9_tabs_wrap .w9_tabs li:not(:last-child):hover,
            .w9_tabs_wrap .w9_tabs li:not(:last-child):active {
                border-bottom: none;
            }

    .w9_tabs_wrap.services_wp {}
        .w9_tabs_wrap.services_wp .w9_tabs_wrap {
            display: block;
            width: 100%;
        }
        .w9_tabs_wrap.services_wp .service_open {
            order: 100;
        }
        .w9_tabs_wrap.services_wp .serv_menu {
            display: none;
        }

}

