@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')
html {
    scroll-behavior: smooth;     
    }
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;   
    line-height: 1.2;
    color: #444444; 
    background: #F9F9F9;        
    quotes: &laquo; &raquo;
}

p {
    line-height: 1.2rem;
}
.h2, h2 {
    font-size: 1.7rem;
    color: #0C4D8D;
    font-weight: 700;
    text-transform: uppercase;
}
.text-primary {
    color: #123f71!important;
}
.bg-primary  {
    background-color: #0C4D8D!important;
    color: white;
}
.navbar-brand img {max-width: 200px;}
.round10 {
    border-radius: 18px;
}
.slider-controll .slick-slide {
    border: 1px solid #123f71;   
    padding: 10px;
    border-right: 0;   
    font-size: .9rem;
}    
.slider-controll .slick-slide:first-child {
    border-radius: 18px 0 0 18px;
}
.slider-controll .slick-slide:last-child {
    border-radius: 0 18px 18px 0; 
    border-right: 1px solid;
}
.slider-win .slick-list {
    min-height: 430px;
}
.slider-win .slick-active img {
    border-radius: 10px;
    margin: 3px;
    width: calc(100% - 6px);
}
.slider-win .lead {
    border-radius: 10px;
    background: white;
    position: absolute;
    bottom: -6px;
    right: 15px;
    left: 15px;
    padding: 20px;
    box-shadow: 0 0px 4px #a7a7a7;
    margin: 3px;
    font-size: 1.1rem;
    color: #0C4D8D;
    font-weight: 600;
    text-align: center; 
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slider-win .lead span {
    display: inline-block;
    color: black;
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.1rem;
}
.slick-prev, .slick-next,.slick-prev:hover, .slick-next:hover,.slick-prev:focus, .slick-next:focus {
    top: 250px;
    width: 40px;
    height: 40px;
    background: #0C4D8D url(/assets/images/ArrowWh.svg) center no-repeat;
    z-index: 10;    
    border-radius: 50%;
    box-shadow: 0 0 4px #bdbdbd;  
}
.bg-primary .slick-prev, .bg-primary .slick-next, .bg-primary .slick-prev:hover, .bg-primary .slick-next:hover, .bg-primary .slick-prev:focus, .bg-primary .slick-next:focus {
    box-shadow: none;
    border: 1px solid white;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    background: white url(/assets/images/ArrowBl.svg) center no-repeat;
}

.slick-prev {
    left: -20px;
}
.otz .slick-prev {
    left: -15px;
}
.slick-next,.slick-next:hover,.slick-next:focus {
    right: -17px; 
    transform: translateY(-20px) rotate(178deg);
    top: 250px;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-track {
  display:flex;
}
.slick-slide {
  height:auto;
  flex:0 0 auto;          
  color: #123f71;
}
.slick-slide:hover {
    cursor: pointer;
}
.minvh-100 {
    min-height: 100vh; 
}
.descript {
    color: #0C4D8D;
    font-weight: 600;
    font-size: 1.1rem;
}
.bq p:first-child::before {
    content: open-quote;
    color: red; 
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 5px;
    margin-left: -20px;
}
.bq p:last-child::after {
    content: close-quote;
    color: red;     
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 5px;
}
.intro {
    color: #212A52;
    max-width: 600px;
}
.nav-tabs .nav-link {
    color: #0C4D8D;     
    border: none;
    border-radius: 0;
}
.slider-controll .slick-slide.slick-active {
    color: #ffffff;
    background-color: #123f71;
}
.slider-controll .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    line-height: 2rem;
}
#bg-top {
    background: linear-gradient(90deg, rgb(0 0 0 / 62%), transparent), url(/assets/images/top-bg.webp) top right no-repeat;
    background-size: cover;
    border-radius: 0 0 18px 18px;
}
.topform {
    display: none; 
    padding: 50px 50px 10px;
    background: #0C4D8D url(https://order.csmeta.ru/assets/images/build.png) no-repeat right bottom;
    color: #fff;           
}
.politics {
    font-size: .9rem;
    color: #EAEAEA;
    opacity: .6;
}
.topform h2 {
    color: white;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 2.4rem;
}
.topform input.pole, .topform button {
    margin-right: 10px;   
    display: block;
    min-width: 300px;
    width: 100%;
    height: calc(3.8rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.topform input.pole:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 8040;
    background: url(https://order.csmeta.ru/assets/images/close.svg) no-repeat;
}
.fancybox-inner {
    height: auto !important;
}
.navbar-nav .nav-link {
    color: white;
}
.polu {
    background: transparent;       
    position: absolute;
    width: 100%;
}  
#bg-top h1 {
    font-size: 3rem;
    margin: 120px 0 30px;
    font-weight: 600;
    line-height: 3rem;      
    color: white;
}
#bg-top h2 {
    font-weight: 300;
    text-transform: lowercase;
    font-size: 1.2rem;
    line-height: 1.6rem;       
    color: white;
}
ul.dots {
    padding-left: 1.6rem;
}
.dots li {
    line-height: 1.4rem;
    list-style-image: url(/assets/images/dot.svg);
    font-size: 1.2rem;
}
.py-100 {padding: 200px 0;}
.mb-100  {
    margin-bottom: 100px;
}
.button {
    background: white;
    padding: 18px 45px;
    color: #002751;
    display: inline-block;
    transition: .2s;
    border: solid 2px white;
    border-radius: 37px;
    font-weight: 600;    
    min-width: 250px;
    text-align: center;
}
.button:hover {
    background: #ccc;
    text-decoration: none;
    color: black;
}
#stat p {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500; 
    line-height: unset;
}
#stat p span {
    font-size: 3rem;
    font-weight: 700;    
    display: block;
}
.slick-initialized .slick-slide {
    display: flex;
}
.nav-pills .nav-link {
    border-radius: 0.15rem;
    color: #787878;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #123f71;
}
.lead {
    font-size: 1.15rem;
    line-height: 1.4rem;
}
.bluehead {
    border-bottom: 2px solid red;
    display: inline-block;
    font-weight: 600;
    color: #123f71;
    margin-bottom: 2rem;
}
.descript {
    background: white;
    padding: 35px;
    box-shadow: 0 0px 4px #a7a7a7;
    border-radius: 10px;    
    height: 100%;
    margin: 3px;
}
#steps ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.step-center-block li,
ul.step-left-block li,
ul.step-path-block li {
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

ul.step-left-block li {
    padding-left: 150px;
}

ul.step-center-block li .step-text,
ul.step-left-block li .step-text,
ul.step-path-block li .step-text {
    float: left;
    width: 40%;
}

ul.step-left-block li .step-text {
    width: 50%;
}

ul.step-path-block li .step-text {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 50px 60px;
}

.dark-bg ul.step-path-block li .step-text {
    border-color: rgba(255, 255, 255, 0.3);
}

ul.step-path-block li.reverse .step-text,
ul.step-center-block li.reverse .step-text {
    float: right;
}

ul.step-center-block li .step-img,
ul.step-path-block li .step-img {
    float: right;
    width: 40%;
    position: relative;
    z-index: 2;
}

ul.step-left-block li .step-img {
    float: left;
    width: 40%;
    margin-right: 8%;
}

ul.step-center-block li.reverse .step-img,
ul.step-path-block li.reverse .step-img {
    float: left;
}

ul.step-center-block li .step-num, ul.step-left-block li .step-num {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 0;
    border: 8px solid #a8bbd0;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    overflow: hidden;
    font-size: 41px;
    font-weight: bold;
    background: linear-gradient(337deg, #123f71, #123f71b0);
    color: white;
}

ul.step-left-block li .step-num {
    left: 0;
    margin-left: 0;
}

ul.step-center-block li:before, ul.step-left-block li:before {
    content: "";
    position: absolute;
    display: block;
    top: 93px;
    left: 50%;
    bottom: 15px;
    width: 1px;
    background: #123f71;
}

ul.step-left-block li:before {
    left: 50px;
}

ul.step-path-block li:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 40%;
    left: 40%;
    right: 20%;
    bottom: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 0 0;
}

ul.step-path-block li.reverse:before {
    left: 20%;
    right: 40%;
    border-left: 1px dashed rgba(0, 0, 0, 0.2);
    border-right: none;
    border-radius: 8px 0 0 0;
}

.dark-bg ul.step-path-block li:before {
    border-color: rgba(255, 255, 255, 0.3);
}

ul.step-center-block li:last-child,
ul.step-left-block li:last-child,
ul.step-path-block li:last-child {
    padding-bottom: 0;
}

ul.step-center-block li:last-child:before,
ul.step-left-block li:last-child:before,
ul.step-path-block li:last-child:before {
    display: none;
}

ul.step-center-block li:after,
ul.step-left-block li:after {
    content: "";
    display: block;
    clear: both;
}
.blur {
    -webkit-filter: blur(5px)
}

.fancybox-skin {
    border-radius: 10px;  
    background: #0c4d8d;
}
.card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    border: none;
}
.card img {
    width: 100px;
}
.card-title {
    margin: 1.5rem 0 0.75rem;
    color: #0C4D8D;
    font-size: 1.2rem;
    font-weight: 600;
}
.card-text {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #0C4D8D;
}
.otz .slick-slide {
    flex-direction: column;         
    padding-bottom: 70px;  
    background: white;  
    height: 500px;
    overflow: hidden;     
    transition: .5s;
}
.otz .slick-slide.active {
    height: auto;
}
.otz .slick-slide.active .gradient {
    background: none;
}
.otz .slick-slide  .round.border  {
   min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.otz h3 {
    color: #0C4D8D;
    font-size: 1.2rem;
    padding-top: 10px;
}
.otz h4 {
    color: #0C4D8D;
    font-size: 1.1rem;
}
.otz p {
    color: #0C4D8D;
}
.otz .lead {
    font-size: 1rem;   
    line-height: 1.2rem;                              .
    color: #000;
}
.otzbut {
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 0 10% 1rem;
}
.gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, white 70px, transparent);
    padding: 50px 0 1rem;
    margin-bottom: 0 !important;           
    height: 175px;
}
.border {
    border: 1px solid #0c4d8d!important;
}
.round {
    border-radius: 10px;
}
.shadow {
    box-shadow: 0 0 4px rgba(0,0,0,.25)!important;
}
#projects h3 {
    font-size: 1.3rem;
    font-weight: 600;
    padding-right: 170px!important;
}
#projects tr {
    border-bottom: 1px solid red;
}
#projects td {
    font-size: 1rem;
    padding: 5px 0;
}
#projects td:last-child {
    font-size: 1.3rem;
    font-weight: 600;
}
#projects td:last-child {
    font-size: 1.3rem;
    font-weight: 600;
}
.bg-blue {
    background: #006AD2;
}
#steps .step {
    font-weight: 700;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.1rem;
}
#steps img {
    position: absolute;
    right: 20px;
    top: 25px; 
    width: unset;
}
#steps p {
    font-size: 1.2rem;
    padding-right: 100px;
    line-height: 1.6rem;
}
.p-6 {
    padding: 25px 20px;
}
.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.work {
    font-weight: 600;
    background: white url(/assets/images/pdf.svg) right 10px center no-repeat;
}
footer {
    background: #212A52;
    color: white;
    border-radius: 20px 20px 0 0;
}
footer .cont img {
    width: 16px;
    margin-left: 15px;
    max-height: 16px;
}
footer .small, footer .small a {
    color: #aaaaaa;
}
.usl h3 {
    display: inline-block;
    border-bottom: 1px solid #E31E24;
    padding-bottom: 5px;
    margin: 40px 0;
}
.mb-75 {
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    ul.step-left-block li {
        padding-left: 0;
    }
    ul.step-center-block li .step-num,
    ul.step-left-block li .step-num {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        left: auto;
        margin-left: 0;
    }
    ul.step-center-block li .step-text,
    ul.step-center-block li .step-img,
    ul.step-left-block li .step-text,
    ul.step-left-block li .step-img,
    ul.step-path-block li .step-text,
    ul.step-path-block li .step-img {
        float: none;
        width: 100%;
    }
    ul.step-center-block li .step-img,
    ul.step-left-block li .step-img,
    ul.step-path-block li .step-img {
        margin-bottom: 40px;
    }
    ul.step-center-block li:before,
    ul.step-left-block li:before,
    ul.step-path-block li:before {
        display: none;
    }
}
@media (max-width: 500px) {
    .grid-3 {
    grid-template-columns: 1fr; 
    grid-gap: 10px;  
    margin-bottom: 10px;
    }    
    .h2, h2 {
    text-align: center;
    }
    .h3, h3 {
    font-size: 1.2rem;
    text-align: center;
    }                               
    .usl h3 {
    margin: 0px 0 20px;
    }    
    .navbar-nav {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: right;
    }      
    .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    }
    #bg-top h1 {
    font-size: 2.2rem;
    line-height: 2.3rem;
    text-align: center;
    } 
    #bg-top {
    background: linear-gradient(119deg, rgb(0 20 79) 31%, #0068d3);
    }       
    .slider-controll .slick-slide, .slider-controll .slick-slide:first-child, .slider-controll .slick-slide:last-child {
    border-radius: 20px; 
    float: none;
    display: inline-block;
    margin: 5px;
    border: 1px solid #123f71;
    } 
    .button {
    display: block;
    }    
    .slider-controll .slick-track {
    display: block;
    text-align: center;             
    width: 100%!important;
    }      
    .slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    top: unset;
    bottom:0px;
    }    
    .slick-prev, .otz .slick-prev {
    left: 35%;
    }         
    .slick-next, .slick-next:hover, .slick-next:focus {
    right: 35%;
    }   
    .slider-win .slick-track, .otz .slick-track, .mb-75 .slick-track {
    margin-bottom: 75px;
    }    
    .topform {
    padding: 50px 30px 10px;
    }     
    .topform input.pole, .topform button {
    min-width: unset;
    }       
    .topform h2 {
    font-size: 1.8rem;
    text-align: center;
    }   
    #projects h3 {
    padding-right: 1.5rem !important;
    }               
    #projects td:last-child {
    font-size: 1rem;
    }          
    #steps p {
    padding-right: 75px;
    }   
    .mb-75 {
    margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
    }
}