html, body {
    margin: 0;
    padding: 0;
    overflow-x:hidden
}
body {
    font-family: 'Montserrat', serif;
    color: #303333;
    background: #f4f5f9;
}

.Wrapper{
    position: relative;
}

.Header{
    width: 100%;
    background: url(../img/back.png) top center no-repeat;
    background-size: 1900px auto;
    height: 100vh;/*calc(100vh - 100px);*/
    display: flex;
    flex-direction: column;
}
.btn-down{
    padding: 25px 0;
}
.Logotype{
    height:260px;
    margin-top: 10%;
}
.Nav .row{
    margin: 0 auto
}
.Nav{
    display: flex;
    align-items: flex-end;
    flex: 1;
}
.Nav-line{
    width: 100%;
    height: 1px;
    background: #f7f8fb;
    background: -moz-linear-gradient(left, #f7f8fb 0%, #d7d7d7 50%, #f7f8fb 100%);
    background: -webkit-linear-gradient(left, #f7f8fb 0%,#d7d7d7 50%, #f7f8fb 100%);
    background: linear-gradient(to right, #fafafa 0%,#d7d7d7 50%, #f7f8fb 100%)
}
.Nav ul {
    margin: 0;
    padding: 0;
    margin-left: 122px;
    margin-bottom: 65px;
}
.Nav ul li:before{
    position: absolute;
    left: 0;
    top:0;
    width: 10px;
    height:10px;
    border:1px solid #fff;
    border-radius: 10px;
    content: "";
    margin-top: 6px;
}
.Nav ul li:hover:before{
    background: #fff;
}
.Nav ul li{
    display: inline-block;
    padding: 0;
    width: 161px;
    text-align: left;
    padding-left: 25px;
    position: relative;
}
.Nav ul li a{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.Nav ul li:hover a,.Nav ul li a:hover{
    text-decoration: none;
    font-weight: 700;
    list-style: circle;
}
p.text-bold{
    font-weight: bold;
}
.full-company h1{
    font-family: 'Montserrat';/*'Playfair Display', serif;*/
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
    color: #94a9bc;
}
.full-company h1:after{
    content: "";
    width: 92px;
    height: 2px;
    display: block;
    background: #760a22;
    margin: 0 auto;
    margin-top: 12px;
}
.full-company img{

}
.Company .container{
    background: #fff;
    padding-top: 35px;
}
.about img{
    margin-top: -200px;
}
.Company-title-1{
    /*font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/*/
    font-family: 'Montserrat';/*'Playfair Display', serif;*/
    font-size: 45px;
    line-height: 48px;
    color: #94a9bc;
    font-weight: bold;
    margin-bottom: 20px;
}
.about{
    padding-top: 86px;
    background: #f4f5f9; 
}
.ccaas{
    padding-top: 120px;    
    padding-bottom: 100px;    
    z-index: 9;
    position: relative;   
}
.dreamer-block{
    background-color: #fbfbfb;
    background-image: url("../img/dreamer.png");
    background-size: 100%;
    background-position: 50% bottom;
    background-repeat: no-repeat;
}
.dreamer-block img{
    padding-top: 120px;
    padding-bottom: 120px;
}
.ccaas-block{
    background: #fcf9f8;
}
.ccaasimg{
    padding-top: 135px;   
}
.ccaasimg:before{
    content: "";
    background: #f4f5f9;
    width: calc(100% + 60%);
    height: 85%;
    margin-top: -100px;
    margin-left: -135px;
    position: absolute;
    z-index: 1;
}
.dreamer{
    padding-top: 167px;    
}
.img-full{
    max-width: auto;
    height: 80%;
    z-index: 9;
    position: relative;
}
.Company-title-2{
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.line{
    width: 100%;
    height:5px;
    background: #760a22;
    border-radius: 3px;
    margin-top: 5px;
}
.Company-desc{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    color: #28304b;
}
.Company-desc p{
    padding-bottom: 35px;
    margin: 0;
}
.Company-Img-left{
    margin-left: -68.666667%;
    max-width: none;
}
.Company-Img-right{
    max-width: none;
}
.Company-btn{
    display: flex;
    max-width: 280px;
    height: 50px;
    margin: 50px auto 0 auto;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #5dc2dc;
    border-radius: 25px;
}
.Company-btn:hover {
    color: #cce9f7;
    text-decoration: none;
}
.Career .container{
    background-image: url("../img/city.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 80% auto;
}
.Career{
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #192035;
    background-size: 80% auto;
    background-image: repeating-linear-gradient(90deg, #3b4258 0, #192035 2px, #192035 167px);
    color: #fcf9f8;
}
.Footer{
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #192035;
    background-size: 80% auto;
    /*background-size: 75.24% auto;*/
    background-image: repeating-linear-gradient(90deg, #3b4258 0, #192035 2px, #192035 167px);
    color: #fcf9f8;    
}

.Footer .Nav ul{
    margin-left: 145px;
}
.Footer .Nav ul li{
    width: 163px;
}
.Career-title-1{
    font-family: 'Montserrat';/*'Playfair Display', serif;*/
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 50px;
    position: relative;
}
.Career-title-1:before{
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    display: block;
}
.Career-title-full{
    text-transform: uppercase;
    font-family: 'Montserrat';/*'Playfair Display', serif;*/
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.Career-title-2{
    font-family: 'Montserrat';/*'Playfair Display', serif;*/
    font-size: 22px;
    line-height: 24px;
    color: #28304b;
    font-weight: bold;
    padding: 30px;
    text-align: left;
}
ul.slick-dots{
    padding: 40px 0;
    display: block;
    position: relative;
}
ul.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: #fff;
}
ul.slick-dots li button:before {
    opacity: 1;
    color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #fff;

}
.Career-desc{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    text-align: justify;
    color: #28304b;
    padding: 0 30px;
    padding-bottom: 30px;
}
.item img{
    width: 100%;
    height: auto;
}
.Career-desc p{
    margin: 0;
    padding: 0;
}
.item{
    background: #fff;
    border-bottom: 5px solid #760a22;
    margin: 0 15px;
}

.Vacancy{}
.Vacancy-img{
    height: 350px;
    text-align: center;
    margin-bottom: 30px;
}
.Vacancy-title-1{
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px
}
.Vacancy-title-2{
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}
.Vacancy-title-3{
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px
}
.Vacancy-desc{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.Vacancy-btn{
    margin:  auto;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #760a22;
    border-radius: 3px;
    padding: 20px 50px;
}
.Vacancy-btn:hover {
    color: #cce9f7;
    text-decoration: none;
}
button.slick-prev{
    left: -100px;
}
button.slick-next {
    right: -85px;
}
button.slick-prev:before{
    width: 40px;
    content: "";
    background: url(../img/splt.png) 0px -42px no-repeat;
    height: 41px;
    opacity: 1;
    display: block;

}
.Contacts-address:before{
    content: "";
    background: url(../img/splt.png) -131px 0px no-repeat;
    width: 15px;
    height: 23px;
    display: block;
    position: absolute;
    margin-left: -50px;
}
.Contacts-phone:before{
    content: "";
    background: url(../img/splt.png) -131px -55px no-repeat;
    width: 19px;
    height: 26px;
    display: block;
    position: absolute;
    margin-left: -50px;
}
.Contacts-email:before{
    content: "";
    background: url(../img/splt.png) -131px 0px no-repeat;
    width: 13px;
    height: 23px;
    display: block;
    position: absolute;
    margin-left: -50px;
}
button.slick-next:before{
    width: 40px;
    content: "";
    background: url(../img/splt.png) 0px -83px no-repeat;
    height: 41px;
    opacity: 1;
    display: block;
}
.logofooter{
    background: url("../img/back-logo-full.png") 50% bottom no-repeat;
    color: #fcf9f8;
    background-size: cover;
}
.bottom-text{
    align-items: flex-end;
    display: flex;
    padding-bottom: 20px;
}
.logofooter .Nav{
    padding-top: 100px;
    padding-bottom: 50px;
}
.logofooter img{
    padding-bottom: 70px;
    max-width: 100%;
}
.Contacts{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 40px; 
    background-image: url("../img/house.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.Contacts-title:before{
    content: "";
    width: 100px;
    height: 2px;
    background: #2c4058;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    display: block;
}
.Contacts-title{
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    font-size: 35px;
    line-height: 40px;
    color: #94a9bc;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.Contacts-phone,
.Contacts-email,
.Contacts-address,
.Contacts-unp{
    font-family: 'Montserrat';/*'IBM Plex Serif', serif;*/
    color: #28304b;
    font-size: 20px;
    padding-bottom: 40px;
    padding-left: 130px;
    padding-right: 40px;
}
.Contacts-unp{
    margin-bottom: 105px;
}
.Contacts-SocService {
    padding-top: 60px;
    position: absolute;
    right: 0;
    z-index: 9;
}
.Contacts-SocService ul{
    margin: 0;
    padding: 0;
}
.Contacts-SocService ul li{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
.Contacts-SocService ul li a{
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.Contacts-SocService-f,
.Contacts-SocService-i,
.Contacts-SocService-t{
    width: 41px;
    height: 41px;
}
.Contacts-SocService-f{
    background: url(../img/splt.png) 0 0 no-repeat;
}
.Contacts-SocService-i{
    background: url(../img/splt.png) -83px 0 no-repeat;
    width: 42px;
}
.Contacts-SocService-t{
    background: url(../img/splt.png) -42px 0 no-repeat;
}
.visible-xs{
    display: none;
}
.copyright{
    color: #fff;
    font-size: 13px;
}
.copyright a{
    color: #fff;
    font-size: 13px;
}
.logofooter .copyright img{
    padding: 0;
}
@media (max-width: 1300px) {
/*    img.img-full{
        height: 45%;
    }*/
    .Logotype {
        height: 160px;
        margin-top: 10%;
        width: auto;
    }
}
@media (max-width: 1200px) {
    .Company-Img-left{margin-left: -102%;}

    button.slick-prev{
        left: -60px;
    }
    button.slick-next {
        right: -40px;
    }
}
@media (max-width: 1000px) {
/*    img.img-full{
        height: 35%;
    }*/
    .Company-desc p{
    padding-bottom: 10px;
    }
    .Nav ul{
        text-align: center;
    }
    .Nav ul li{
        /*padding: 0px 25px 0 35px;*/
    }
    .Nav ul li:before{
       left: 0px;
    }
    .logofooter {
        background: url(../img/back-logo-full.png) 50% bottom no-repeat;
        color: #fcf9f8;
        background-size: contain;
    }
}

@media (max-width: 768px){
    #ccaas .Company-desc{
        text-align: justify;
    }
    .logofooter {
        background: url(../img/back-logo-mobile-new.png) center bottom no-repeat;
        color: #fcf9f8;
        background-size: auto;
    }
    .Career .container {
        background-size: auto;
    }
    .logofooter  .bottom-text,.logofooter .text-right{
        text-align: center !important;
        display: block;
    }
    .Footer .Nav ul {
        margin: 20px auto;
    }
    .Footer .Nav ul li {
        width: auto;
        padding-right: 20px;
    }
    .Nav ul {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .Nav ul li{
        width: auto;
    }
    .Logotype {
        height: auto;
        margin-top: 20%;
        width: auto;
        max-height: 80px;
    }
    .Contacts-SocService {
        padding-top: 10px;
        right: 10px;
    }
    .Contacts-SocService ul li{
        margin: 0;
    }
    .Contacts-phone, .Contacts-email, .Contacts-address, .Contacts-unp {
        padding-left: 70px;
        padding-right: 20px;
        padding-bottom: 20px;
        word-wrap: break-word;
    }
    .logofooter .Nav {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .ccaas{
        text-align: left !Important;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
        padding-bottom: 10px;
    }
    .about img{
        margin: 0;
    }
    .Company-desc{
        padding-bottom: 30px;
    }
    .about {
        padding-top: 30px;
    }
    .ccaas {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .dreamer {
        padding-top: 30px;
    }
    .dreamer-block img {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ccaasimg{
        padding: 0
    }
    .ccaasimg img.img-full{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 500px) {
    .Logotype {
        height: auto;
        margin-top: 20%;
        width: 100%;
        max-height: 100%;
    }
    .Nav ul {
        margin: 0 0 65px 0;
    }
}
@media (max-height: 400px) {
    img.Logotype {
        margin-top: 10%;
    }
}