
@charset"utf-8";
/*CSSDocument*/

a{text-decoration:none;display:block;}
h1,h2,h3,h4,h5{font-weight:normal;}

img{border:none;}
textarea{resize:none;}
input,textarea{outline:none;display:block;}
a,button{outline:none;cursor:pointer;}
li{list-style:none;}
button{background:none;border:none;}
*{
    margin:0;
    padding:0;
}
a,button,input,i,textarea{
    -webkit-appearance:none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
img{
    border:none;
    max-width:100%;
    height:auto;
}
.wraper > div > div{
    width:1170px;margin:0 auto;

}
.wraper > div{
    min-width:1170px;
}
body{
    font-family: 'Muli', sans-serif;
}

@font-face{
    src:url(../fonts/Nexa-Bold.otf);
    font-family:'Nexa-Bold';
}
@font-face{
    src:url(../fonts/Nexa-Light.otf);
    font-family:'Nexa-Light';
}




.block1{
    background: url("../img/bg1.png") no-repeat top center;
    height: 700px;
}
.block1.wrap-slider-home{
    background:none;
}
.wraper > div.wrap-slider-home > div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.swiper-home{
    height: 100%;
}
.wrap-slider-home .content-block1 {
    padding-top: 39px;
    height: calc( 100% - 39px);
    width:1170px;margin:0 auto;
}
.block1 > div{
    height: 100%;
    position: relative;
}
.content-block1{
    padding-top: 39px;
}
.logo{
    display: block;

}
h1{
    line-height: 64px;
    color: #ffffff;
    font-size: 72px;
    font-weight: 900;
    padding-top: 85px;
}
.slogan{
    display: block;
    width: 457px;
    color: #c4c4c4;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    padding-top: 18px;
}
.slogan b{
    color: #FFF;
    font-weight: 800;
}
.contact-us{
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 174px;
    height: 47px;
    line-height: 47px;
    border-radius: 3px;
    background-color: #fdb24e;
    position: relative;
    z-index:9;
    text-transform: uppercase;
    margin-top: 52px;
    overflow: hidden;
    letter-spacing: 0.1em;
    font-family:'Nexa-Bold';
}

.contact-us:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #FFF;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.contact-us:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-us:hover:after {
    height: 260%;
    opacity: 1;
}
.contact-us:hover{
    color: #000;
}
.abs{
    position: absolute;
    right: 0;
    top: 0;
}
.block2 {
    padding-bottom: 78px;
}
.top{
    border-bottom:1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.menu{
    width: 739px;
    display: flex;
    justify-content: space-between;
}
.menu > li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu > li > a{
    color: #504949;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 80px;
    font-family:'Nexa-Bold';
    position: relative;
    z-index: 9;
}
.menu > li:hover .seb-menu{
    display: block;
}
.menu > li > a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -1px;
    visibility: hidden;
    background-color: #fdb24e;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.menu > li > a:hover{
    color:#fdb24e;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
}

.menu > li > a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.seb-menu {
    display: none;
    position: absolute;
    left: -28px;
    top: -24px;
    background-color: rgba(31,31,31,0.9);
    width: 281px;
    height: 375px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 87px;
    padding-left: 32px;
    padding-right: 12px;
    z-index: 1;
}

.seb-menu li{


}
.seb-menu li a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-family: 'Nexa-Light';
    margin-bottom: 15px;
    position: relative;
    z-index:9;
}
.seb-menu li a:after{

}
.seb-menu li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    left: -50px;
    top: 9px;
}

.seb-menu li a:after {
    width: 0%;
    height: 2px;

    border-radius: 3px;
    background: #fdb24e;
}
.seb-menu li a:hover:after, .seb-menu li a:active:after {
    width:37px;
}








.content-block2{
    padding-top: 85px;
}
.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}
.stuff-login{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family:'Nexa-Bold';
    letter-spacing: 0.1em;
    background-color: #fdb24e;
    width: 154px;
    height: 37px;
    line-height: 37px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin: 0px 5px;
    position: relative;
    z-index:9;
}
.client-login{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family:'Nexa-Bold';
    letter-spacing: 0.1em;
    background-color: #4c83a7;
    width: 154px;
    height: 37px;
    line-height: 37px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin: 0px 5px;
    position: relative;
    z-index:9;
}
.client-login:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: #000;
}

.client-login:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.client-login:hover:after, .client-login:active:after {
    width: 100%;
}
.stuff-login:after {
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 3px;
    background: #000;
}

.stuff-login:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.stuff-login:hover:after, .stuff-login:active:after {
    width: 100%;
}
.tittle-block2{
    display: block;
    color: #747474;
    font-size: 72px;
    font-weight: 200;
}
.tittle-block2 .colored{
    color: #4c83a7;
}
.wrap-text-block{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.text-block {
    -moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
}
.text-block span {
    color: #151515;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    display: block;
    padding-bottom: 7px;
}
.text-block .alignnone{
    margin: 0 0 28px 0;
}
.text-block p{
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 21px;
}
.wrap-benefits{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding-top: 69px;
}
.benefit {
    width: 290px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 27px;
    position: relative;
    margin-bottom: 50px;
}

.ben-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    min-height: 99px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tittle-ben{
    display: block;
    color: #181717;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    text-align: center;
}
.benefit p {
    color: #757575;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    padding-top: 19px;
}
.benefit:after{
    content: '';
    position: absolute;
    right: 0;
    top: 61px;
    height: 146px;
    width: 1px;
    background-color: #e5e5e5;
}
.wrap-benefits .benefit:nth-child(4):after{
    content: none;
}
.wrap-benefits .benefit:nth-child(8):after{
    content: none;
}
.buttons-second{
    margin: 0 auto;
    text-align: center;
}
.buttons-second {

    display: flex;
    justify-content: center;
}
.block3{
    background: url("../img/bg3.jpg") no-repeat top center;
    height: 360px;
}
.tittle-block3{
    display: block;
    text-align: center;
    color: #181717;
    font-size: 32px;
    font-weight: 800;
    padding-top: 73px;
    padding-bottom: 33px;
}
.wrap-licences{
    display: flex;
    justify-content: space-between;
}
.licences {
    width: 256px;
    font-size: 0;
}
.photo-licences{
    width: 100%;
    display: block;
}
.photo-licences img{
    width: 100%;
}
.licences p{
    color: #989898;
    font-size: 11px;
    letter-spacing: 0.01em;
    background-color: #fff;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.licences span{
    color: #000;
}
.block4{
    padding-bottom: 75px;
}
.tittle-block4{
    display: block;
    text-align: center;
    color: #989898;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 87px;
    padding-bottom: 13px;
    font-size: 11px;
}
.tittle-slider{
    display: block;
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 32px;
    padding-bottom: 39px;
}
.wrap-slider{
    position: relative;
    padding: 0px 120px;
}
.face{
    display: block;
    margin: 0 auto;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    overflow: hidden;
}
.face img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.text-slider{
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 35px;
    color: #181717;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
}
.name-comment{
    color: #4c83a7;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 800;

}
.position{
    display: block;
    text-align: center;
    color: #989898;
    font-size: 15px;
    padding-top: 7px;
}
.footer{
    background-color: #222222;
    padding-top: 80px;
    padding-bottom: 75px;
}
.wrap-foot{
    display: flex;
    justify-content: space-between;

}
.logo2{
    display: block;
    margin-bottom: 23px;
}
.left-foot p{
    color: #a2a2a2;
    font-size: 13px;
    font-weight: 300;
}
.tittle-nav{
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 33px;
}
.nav{

}
.nav li{
    display: block;
}
.nav li a {
    display: inline-block;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    position: relative;
}

.nav li a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0px;
    visibility: hidden;
    background-color: #FFF;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.nav li a:hover{
    color:#FFF;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
}

.nav li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.logo-third{
    display: block;
    margin-bottom: 17px;
    text-align: right;
}
.right-foot p{
    text-align: right;
    color: #a2a2a2;
    font-size: 13px;
    line-height: 21px;
    width: 215px;
}
.abs-menu{
    position: absolute;
    right: 0;
    top: 0;
}
.abs-menu .top{
    display: block;
    border-bottom:none;
}
.abs-menu .buttons {
    justify-content: flex-end;

}

.abs-menu .menu > li > a {
    color: #FFF;
    line-height: 31px;
}
.abs-menu .menu li a:hover {
    color: #fdb24e;

}
.abs-menu .menu {

    padding-top: 13px;
}
.abs-menu .stuff-login{
    margin-right: 0;
}
.abs-menu .stuff-login:after {

    background: #FFF;
}
.abs-menu .client-login:after {

    background: #FFF;
}
.abs-menu .stuff-login:hover{
    color: #000;
}
.abs-menu .client-login:hover{
    color: #000;
}
.about-us-page {
    height: 521px;
    background: url("../img/about.png") no-repeat top center;
}
.about-us-page .slogan {


    font-size: 19px;
    line-height: 32px;

}
.about-us-page .contact-us {
    margin-top: 26px;
}
.tittle-block5{
    display: block;
    color: #747474;
    font-size: 48px;
    font-weight: 200;

}
.block5{
    padding-top: 90px;

}
.tittle-client-page{
    position: absolute;
    left: 0;
    bottom: 60px;

    font-weight: 800;
    color: #ffffff;
    font-size: 48px;
}
.wrap-partners{
    padding-top: 74px;
    padding-bottom: 54px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;

}
.line-parnter {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner {
    width: 290px;
    height: 206px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner:after{
    content: '';
    position: absolute;
    right: 0;
    top:30px;
    width: 1px;
    background-color: #e2e2e2;
    height: 146px;

}
.line-parnter .partner:last-child:after{
    content: none;
}
.wrap-partners .line-parnter:last-child{
    border-bottom:none;
}
.block6 {
    padding-bottom: 90px;
}
.contacts-page{
    background: #FFF;
    height: 123px;
}
.block8{
    height: 403px;
}
.contacts-page .abs-menu .menu li a {
    color: #000;

}
.contacts-page .logo {
    display: block;
    margin-top: -30px;
}
.contact-block{
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}
.text-contacts{
    width: 480px;
}
.tittle-contacts{
    display: block;
    color: #747474;
    font-size: 48px;
    font-weight: 200;
}
.text-contacts h3{
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    padding: 30px 0px;
}
.tc p {
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.tc span{
    color: #58585a;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
.tc p a{
    color: #4c83a7;
    font-weight: 300;
    display: inline-block;
}
.wrap-form{
    width: 555px;
}
.inp-tp{
    width: 100%;
    margin-bottom: 27px;
}
.wrap-form p{
    color: #151515;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family:'Nexa-Bold';
    padding-bottom: 9px;
    text-transform: uppercase;
}
.inp-tp input{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    border: 1px solid #e6e6e6;
    padding-right: 15px;
    color: #868686;
    font-size: 16px;
    font-weight: 300;
}
.wrap-area textarea{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    width: 100%;
    color: #868686;
    font-size: 16px;
    font-weight: 300;
    padding-left: 30px;
    border: 1px solid #e6e6e6;
    padding-right: 15px;
    padding-top: 15px;
    height: 150px;
    font-family: 'Muli', sans-serif;
}
.inp-sbm{
    float: right;
    padding-top: 30px;
}
.inp-sbm input{
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 174px;
    height: 47px;
    line-height: 47px;
    border-radius: 3px;
    background-color: #fdb24e;
}
.inp-sbm input:hover{
    opacity: 0.7;
}
.block9{
    padding-bottom: 93px;
}
.block12{

}
.wrap-news{
    padding-top: 75px;
    padding-bottom: 25px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.news{
    width: 383px;
    height: 609px;
    background-color: #f5f5f5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
}
.date{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 12px;

    background-color: #fdb24e;
    height: 30px;
    line-height: 30px;
    width: 150px;
    letter-spacing: 0.2em;
    font-family:'Nexa-Bold';
}
.tittle-news{
    display: block;
    text-align: center;
    color: #181717;
    font-size: 28px;
    font-weight: 800;
    padding-top: 45px;
    padding-bottom: 36px;
}
.news p {
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    height: 223px;
    overflow: hidden;
}
.read-more{
    display: block;
    text-align: center;
    color: #151515;
    font-size: 18px;
    font-weight: 800;
    padding-top: 36px;
}
.read-more:hover{
    color: #fdb24e;
}
.wrap-news .news:nth-child(2n){
    background: none;
}
.content-block13 {
    padding-top: 93px;
    padding-bottom: 74px;
}
.left-resources {
    width: calc(100% - 370px);
}
.left-resources ul{
    padding-left: 5px;

    color: #fdb24e;
}
.left-resources ul li{
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    list-style: disc inside;
}
.left-resources a {
    display: inline;
    color: #757575;
    font-weight: bold;
}
.left-resources a:hover{
    color: #fdb24e;
}
.left-resources ol li{
    color: #757575;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    list-style:decimal inside;
}
.left-resources .date{
    margin-left: 0;
}
.tittle-res{
    display: block;
    color: #747474;
    font-size: 48px;
    line-height: 54px;
    font-weight: 200;
    padding: 25px 0px;
}
.left-resources p{
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    padding-bottom: 18px;
}
.content-block13{
    display: flex;
    justify-content: space-between;
}
.right-news{
    width: 332px;

}
.date-sec{
    letter-spacing: 0.2em;
    font-family:'Nexa-Bold';
    display: block;
    color: #fdb24e;
    font-size: 12px;
    padding-bottom: 3px;
}
.tittle-item-news{
    display: block;
    color: #151515;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 9px;
}
.item-news p{
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.item-news p a{
    color: #151515;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
}
.item-news{
    padding-bottom: 27px;
}
.item-news p a:hover{
    color: #fdb24e;
}
.services-page{
    background: url("../img/services.png") no-repeat top center;
}
.wrap-tabs{
    border-top:1px solid #e2e2e2;
    padding-top: 63px;
    margin-top: 63px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 39px;
}
.left-tabs{
    width: 329px;

}
.tittle-ltabs{
    display: block;
    color: #151515;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    padding-bottom: 30px;
}
.tittle-ltabs b{
    color: #000;
    font-weight: 800;
}
.left-tabs ul li{
    color: #757575;
    font-size: 18px;
    padding-bottom: 23px;
}
.tabs_content {
    opacity:0;position:absolute;top:0;left:0;
    z-index:-1;
    -webkit-transition:  all 0s ease;
    -moz-transition:  all 0s ease;
    -o-transition:  all 0s ease;
    -ms-transition:  all 0s ease;
    transition:  all 0s ease;
}
.tabs_content.active {
    opacity:1;position:static;
    z-index:9; 
}
.wr_tabs {
    position: relative;
    padding-top: 39px;
}

.tittle-tabs{
    display: block;
    font-weight: 800;
    color: #000;
    font-size: 24px;
    padding-bottom: 33px;
}
.right_tabs h4{
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
.right_tabs {

    width: 69%;
}
.wrap_tabs {
    padding-top: 28px;
}
.tabs_caption{

}
.tabs_caption li{
    display: inline-block;
    vertical-align: top;
    color: #151515;
    font-size: 18px;
    font-weight: 800;
    margin-right: 45px;
    position: relative;
    cursor: pointer;
}
.tabs_caption .active{
    color: #4c83a7;
}
.tabs_caption li:after{
    content: '/';
    color: #757575;
    font-size: 18px;
    position: absolute;
    right: -29px;
    top: 0;
}
.tabs_caption li:last-child:after{
    content: none;
}
.photo-tab{
    display: block;
}
.tabs_content p{
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    padding: 21px 0px;
}
.comm{
    background: url("../img/comm.png") no-repeat top center;
}
.text-block h5{
    color: #181717;
    font-size: 24px;
    line-height: 28px;
    display: block;
    font-weight: 800;
    padding-bottom: 27px;
}
.wrap-for-list p{
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 21px;
}
.wrap-for-list ul{
    padding-bottom: 21px;
}
.wrap-for-list ul li {
    list-style: disc;
    color: #007fb2;
    font-weight: 800;
    font-size: 24px;
    margin-left: 29px;
}
.wrap-for-list ul li span {
    display: block;
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 14px;
    padding-bottom: 0;
}
.pull{
    display: none;
}
.pagination {
    display: block;
    text-align: center;    margin-bottom: 80px;
}
.pagination a {
    display: inline-block;
    color: #757575;
    font-size: 16px;
    margin: 0px 10px;
}
.pagination span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0px 10px;
    background-color: #fdb24e;
    padding: 4px 0;
    text-align: center;
    width: 28px;
    font-weight: bold;
}
@media (min-width:1024px) and (max-width:1169px){

    .wraper > div > div{
        width:1000px; margin:0 auto;
        min-width: 1000px;
    }
    .wraper > div{
        min-width:1000px;
    }
    .wrap-slider-home .content-block1{
        width:1000px;
    }
    .menu {
        width: 600px;

    }
    .licences {
        width: 231px;

    }
    .block8 {
        height: 216px;
    }
}
@media (min-width:667px) and (max-width:1023px){

    .wraper > div > div{
        width:650px; margin:0 auto;
        min-width: 650px;
    }
    .wrap-slider-home .content-block1{
        width:650px;
    }
    .wraper > div{
        min-width:650px;
    }
    .menu {
        width: auto;
        display: none;
        position: absolute;
        left: 0;
        top: 63px;
        background: #FFF;
        z-index: 99;
        box-shadow: 1px 1px 1px 0px #cecece;
        padding: 12px 18px;
    }
    .licences {
        /* width: 231px; */
        margin: 0px 10px;
        margin-bottom: 20px;
    }
    .block3 {
        background: url(../img/bg3.jpg) no-repeat top center;
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
    }
    .block8 {
        height: 142px;
    }
    h1 {
        line-height: 52px;

        font-size: 48px;

    }
    .pull {
        color: #504949;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        font-family: 'Nexa-Bold';
        position: relative;
        z-index: 9;
        margin-top: 34px;
    }
    .menu > li > a {
        margin-bottom: 5px;
        font-size: 14px;

        line-height: 18px;

        display: block;
    }
    .menu > li {

        display: block;
    }
    .top {
        border-bottom:none;
    }
    .wrap-licences {
        display: flex;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-us-page .pull{
        color: #FFF;
        margin-left: 8px;
    }
    .about-us-page .menu {

        left: 6px;
        top: 104px;

    }
    .abs-menu .menu > li > a {
        display: inline-block;
        line-height: 18px;
        color: #504949;
    }
    .tabs_caption li {

        margin-right: 39px;

    }
    .contact-block {

        padding-top: 30px;
        display: block;
    }
    .text-contacts {
        width: 100%;
        margin-right: 0;
    }
    .wrap-form {
        width: 100%;
    }
}



@media (min-width:320px) and (max-width:666px){

    .wraper > div > div{
        width:310px; margin:0 auto;
        min-width: 310px;
    }
    .wraper > div{
        min-width:310px;
    }
    .wrap-slider-home .content-block1{
        width:310px;
    }
    .menu {
        width: auto;
        display: none;
        position: absolute;
        left: 0;
        top: 63px;
        background: #FFF;
        z-index: 99;
        box-shadow: 1px 1px 1px 0px #cecece;
        padding: 12px 18px;
    }
    .licences {
        /* width: 231px; */
        margin: 0px 10px;
        margin-bottom: 20px;
    }
    .block3 {
        background: url(../img/bg3.jpg) no-repeat top center;
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
    }
    .block8 {
        height: 142px;
        display: none;
    }
    h1 {
        line-height: 47px;
        font-size: 41px;
        padding-top: 15px;
        clear: both;
    }
    .pull {
        color: #504949;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        font-family: 'Nexa-Bold';
        position: relative;
        z-index: 9;
        margin-top: 15px;
        margin-left: 5px;
        float: right;
        width: 30px;
        margin-right: 20px;
        padding: 0 7px;
    }
    .pull.is_open2{
        background: #fff;
        border-radius: 5px 5px 0 0;
    }
    .pull.is_open2 span{
        background: #000;
    }
    .pull span {
        width: 100%;
        height: 4px;
        background: #fff;
        display: block;
        margin: 7px 0;
        border-radius: 5px;
    }
    .block2 .pull{
        margin-right: 0;
        margin-top: 0;
        margin-left: 0;
    }
    .block2 .menu{
        left: auto;
        right: 0;
        box-shadow:none;
    }
    .block2 .pull span{
        background: #000;
    }
    .tittle-block2 {

        font-size: 33px;

    }
    .content-block2 {
        padding-top: 30px;
    }
    .wrap-text-block {
        display: block;

    }
    .text-block {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .menu > li > a {
        margin-bottom: 5px;
        font-size: 14px;

        line-height: 18px;

        display: block;
    }
    .menu > li {

        display: block;
    }
    .top {
        border-bottom:none;
        display: block;
    }
    .wrap-licences {
        display: flex;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-us-page .pull{
        color: #FFF;
        margin-left: 8px;
        margin-top: 74px;
    }
    .about-us-page .menu {
        left: auto;
        top: 132px;
        right: 20px;
        box-shadow: none;
    }

    .abs-menu .menu > li > a {
        display: inline-block;
        line-height: 18px;
        color: #504949;
    }
    .tabs_caption li {
        margin-right: 18px;
    }
    .tabs_caption li:after {

        right: -15px;

    }
    .partner:after {
        content: none;
    }
    .contact-block {

        padding-top: 30px;
        display: block;
    }
    .text-contacts {
        width: 100%;
        margin-right: 0;
    }
    .wrap-form {
        width: 100%;
    }
    .slogan {

        width: 100%;

    }
    .wrap-foot {
        display: flex;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo {
        display: block;
        text-align: center;
        width: 135px;
        margin: 0 auto;
    }
    .about-us-page .logo {
        float: left;
        margin: 0;
    }
    .benefit:after {
        content: none;
    }

    .wrap-slider {

        padding: 0px;
    }
    .text-slider {
        display: block;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 35px;
        color: #181717;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        line-height: 28px;
        padding: 0px 37px;
        text-align: justify;
        padding-top: 14px;
        padding-bottom: 10px;
    }
    .block-nav {
        display: none;
    }
    .logo-third {

        text-align: center;
    }
    .right-foot p {

        text-align: center;
    }
    .logo2 {

        text-align: center;
    }
    .footer {
        background-color: #222222;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .left-foot {
        margin-bottom: 30px;
    }
    .client-login {

        width: 146px;

    }
    .about-us-page .logo {

        margin-top: 58px;
    }
    .tittle-block5 {

        font-size: 30px;

    }
    .block5 {
        padding-top: 30px;
    }
    .tittle-client-page {

        font-size: 29px;
    }
    .wrap-tabs {

        display: block;

    }
    .left-tabs {
        width: 100%;
    }
    .right_tabs {
        width: 100%;
    }
	
	.content-block1 {
    padding-top: 39px;
    background: rgba(0,0,0,0.8) !important;
    text-align: center;padding-bottom: 10px;
        overflow: hidden;
}.contacts-page {
     height: auto;
 }
.contact-us {
    margin-top: auto;
    margin: 10px auto;
}
}