/*Theme Name: Gdi */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Regular.woff') format('woff'),
        url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.clr {
    clear: both;
}
ul {
    list-style: none;
}
button:focus {
    outline: none !important;
}
a:focus {
    outline: none;
}
a:active, a:hover {
    outline: 0;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}
input, textarea {
    outline: none;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
body {
    font-family: Montserrat;
    min-width: 320px;
    line-height: 1.4;
    font-weight: 400;
    background: #fff;
    color: #000;
}
input[type="submit"], input[type="button"] {
    /* ios */
    -moz-appearance: none;
    -webkit-appearance: none;
}
input::-webkit-input-placeholder {
    opacity: 1;
    color: #505050;
}
textarea::-webkit-input-placeholder {
    color: #505050;
}
input::-moz-placeholder {
    opacity: 1;
    color: #505050;
}
input::-moz-placeholder {
    opacity: 1;
    color: #505050;
}
input:-moz-placeholder {
    opacity: 1;
    color: #505050;
}
textarea:-moz-placeholder {
    opacity: 1;
    color: #505050;
}
input:-ms-input-placeholder {
    opacity: 1;
    color: #505050;
}
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #505050;
}
input[placeholder] {
    opacity: 1;
    color: #505050;
}
textarea[placeholder] {
    opacity: 1;
    color: #505050;
}
textarea::placeholder {
    color: #505050;
    opacity: 1;
}
input::-webkit-input-placeholder{
    color: #505050;
    opacity: 1;
}
input::placeholder{
    color: #505050;
    opacity: 1;
}
input, textarea{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #505050;

}
.base-container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.after-clear:after {
    content: '';
    display: block;
    clear: both;
}
p {
    font-family: Montserrat;
    margin-bottom: 14px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
li{
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
}
li:last-child{
    margin-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}
.content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6{
    line-height: 130%;
    text-transform: uppercase;
    color: #003d99;
    margin-bottom: 25px;
    font-weight: 900;
}
.content-style h1{
    font-weight: 900;
    font-size: 50px;
}
.content-style h2{
    font-size: 40px;
}
.content-style h3{
    font-size: 35px;
}
.content-style h4{
    font-size: 31px;
}
.content-style h5{
    font-size: 25px;
}
.content-style h6{
    font-size: 20px;
}
.content-style b, .content-style strong{
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}
.content-style i, .content-style em{
  font-style: italic;
  font-size: 18px;
  color: #000;
}
.content-style ul{
  list-style-type: disc;
  list-style-position: inside;
}
.content-style table{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.content-style td, .content-style th{
  border: 1px solid #ccc;
  padding: 7px;
  vertical-align: top;
}
.content-style th{
    vertical-align: middle;
}
.content-style ul, .content-style ol{
  margin-bottom: 14px;
}
.content-style li{
  margin-bottom: 8px;
  font-size: 20px;
  color: #000;
}
.content-style li:last-child{
  margin-bottom: 0;
}
.content-style ol{
  list-style-position: inside;
}
.content-style blockquote{
  margin-bottom: 14px;
  font-style: italic;
}
.content-style figcaption, .content-style caption{
  margin-bottom: 8px;
  font-size: 20px;
  color: #000;
  padding-top: 10px;
}
.alignleft{
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 9px;
  margin-top: 8px;
  margin-top: 8px;
}
.aligncenter{
  display: table;
  margin: 8px auto 0;
  margin-bottom: 14px;
}
.alignnone{
  display: block;
  margin-bottom: 14px;
  margin-top: 8px;
}

.d-flex, .d-flex-wrap, .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.d-flex-wrap, .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-j {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.d-m {
    -ms-flex-align: center;
    align-items: center;
}
.d-jm {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.d-c {
    -ms-flex-pack: center;
    justify-content: center;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    box-sizing: border-box;
    padding: 0 15px;
}
.header{
    background: #ebf3ff;
}
.header > .wrap1{ 
    padding: 15px 0 60px;
}
.header-page > .wrap1{
    padding-bottom: 15px;  
}
.header-page{
    border-bottom: 1px solid #fff;
}
.logo{
    margin-right: 30px;
    display: block;
    line-height: 0;
}
.menu > li{
    margin-right: 15px;
}
.menu > li:last-child{
    margin-right: 0;
}
.menu > li > a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    transition: 0.25s;
}
.menu > li.active > a, .menu > li > a:hover, .menu > li.current-menu-item > a{
    color: #003d99;
}
.mes{
    margin-right: 20px;
}
.mes li{
    margin-right: 10px;
}
.mes li:last-child{
    margin-right: 0;
}
.mes li a{
    display: block;
    line-height: 0;
}
.mes li a img{
    transition: 0.25s;
    width: 33px;
    height: 33px;
    display: block;
    transform: scale(1);
}
.mes li a:hover img{
    transform: scale(1.07);
    transition: 0.25s;
}
.btn{
    display: table;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: 0.25s;
    background: #003d99;
    border-radius: 5px;
}
.btn:hover{
    background: #1e5ebf;
}
.h-bold{
    font-weight: 900;
    font-size: 60px;
    line-height: 117%;
    text-transform: uppercase;
    color: #003d99;
    margin-bottom: 13px;
}
.h-bold-in{
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    color: #003d99;
    margin-bottom: 30px;
    max-width: 650px;
}
.h1-bold{
    font-weight: 900;
    font-size: 70px;
    line-height: 114%;
    text-transform: uppercase;
    color: #003d99;
}
.hed-content{
    box-sizing: border-box;
    padding-right: 15px;
    max-width: 580px;
}
.st-li li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
}
.st-li li:last-child{
    margin-bottom: 0;
}
.hed-content p{
    font-size: 18px;
    line-height: 28px;
}
.st-li li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    background: url('img/li.svg') no-repeat;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
}
.hed-content ul{
    padding-left: 9px;
    padding-bottom: 21px;
}
.btn2{
    font-size: 16px;
    padding: 15px 30px;
}
.hed-content .btn{
    margin-bottom: 77px;
}
.ld{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: table;
    padding-left: 15px;
    position: relative;
}
.ld:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    background: url('img/st-bottom.svg') no-repeat;
    transform: translate(0, -50%);
    width: 8px;
    height: 10px;
}
.header .wrap2{
    padding-bottom: 28px;
    align-items: flex-end;
    align-items: end;
}
.hed-img{
    max-width: 480px;
}
.hed-img img{
    border-radius: 5px;
}
.block1 > .wrap{
    padding: 39px 0;
}
.t-wrap{
    overflow: hidden;
    margin-bottom: 12px;
}
.sub-zag{
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.zag-row h2{
    max-width: 555px;
    flex-shrink: 0;
}
.zag-row__text{
    max-width: 584px;
}
.zag-row__text, .zag-row__text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
}
.zag-row__text p{
    margin-bottom: 25px;
}
.zag-row__text p:last-child{
    margin-bottom: 0;
}
.zag-row{
    margin-bottom: 89px;
}
.row-ico{
    display: grid;
    grid-template-columns: repeat(3,1fr );
    column-gap: 20px;
    padding-bottom: 20px;
}
.row-ico__col{
    background: #ebf3ff;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    padding-top: 74px;
}
.row-ico__col h5{
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.ico-s{
    border-radius: 5px;
    width: 100px;
    height: 100px;
    background: #003d99;
    position: absolute;
    left: 20px;
    top: -50px;
}
.ico-s1{ background: #003d99 url('img/ico1.svg') center center no-repeat; }
.ico-s2{ background: #003d99 url('img/ico2.svg') center center no-repeat; }
.ico-s3{ background: #003d99 url('img/ico3.svg') center center no-repeat; }
.block2 > .wrap{
    padding: 0 0 39px;
}
.h-bold .block2{
    margin-bottom: 30px;
}
.row-grid{
    display: grid;  
    grid-template-columns: repeat(3,1fr );
    gap: 20px;
}
.col-block{
    position: relative;
    line-height: 0;
    display: block;
}
.col-block img{
    /* background: linear-gradient(180deg, rgba(0, 61, 153, 0.7) 49.5%, rgba(0, 61, 153, 0.7) 100%), url("path_to_image"); */
    border-radius: 5px;
}
.img-wrp{
    line-height: 0;
    position: relative;
}
.col-block__data{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    align-items: center;
}
.col-block__data h6{
    font-weight: 900;
    font-size: 18px;
    line-height: 144%;
    text-transform: uppercase;
    color: #fff;
    max-width: 260px;
}
.more-link {
    display: block;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: #fff ;
    transition: 0.25s;
    flex-shrink: 0;
    position: relative;
}
.more-link svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s;
}
svg path{
    transition: 0.25s;
}
a.col-block:hover .more-link{
    background: #EF4B4B;
}
a.col-block:hover .more-link svg path{
    fill: #fff;
}
.slider-item{
    background: #fff;
    border: 1px solid #e7effa;
    border-radius: 5px;
    height: 100%;
    padding: 20px;
}
.ab-txt{
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}
.ab-txt:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #ebf3ff;
    width: 60px;
}
.ab-txt p{
    font-family: 'Gilroy';
    margin-bottom: 0;
}
.name-wrp__us{
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 2px;
}
.name-wrp__dl{
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    display: block;
}
.owl-carouse-style .owl-nav{
    display: none;
}
.owl-carouse-style .owl-dots{
    display: flex;
    justify-content: center;
    padding-top: 19px;
}
.owl-carouse-style .owl-dots button{
    background: #d2e4ff!important;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    margin-right: 8px;
}
.owl-carouse-style .owl-dots button:last-child{
    margin-right: 0;
}
.owl-carouse-style .owl-dots button.active{
    background: #003d99!important;
}
.block-about > .wrap{
    padding-bottom: 40px;
}
.block-questions{
    background: #ebf3ff;
}
.questions-click{
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    padding-right: 40px;
    position: relative;
}
.questions-wrp > li{
    margin-bottom: 20px;
}
.questions-wrp > li:last-child{
    margin-bottom: 0;
}
.questions-click:before{
    content: '+';
    display: block;
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0, -50%);
    font-weight: 200;
    font-size: 40px;
    line-height: 70%;
    color: #003d99;
}
.questions-click.active:before{
    content: '-';
    margin-top: -5px;
}
.questions-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #000;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #ebf3ff;
    border-radius: 0 0 5px 5px;
    margin-top: -3px;
    position: relative;
    display: none;
}
.questions-wrp > li:first-child .questions-content{
    display: block;
}
.block-questions > .wrap, .block-contact > .wrap{
    padding: 40px 0;
}
.contact-wrap{
    width: 49%;
    margin-right: 2%;
    border: 1px solid #d8e8ff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
}
.contact-wrap-info{
    margin-right: 0;
    border: none;
    padding: 0;
}
.blok-contact{
    border: 1px solid #d8e8ff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.form-style label{
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #000;
    margin-bottom: 7px;
}
.input-wrp{
    margin-bottom: 15px;
}
.form-style input[type="text"], .form-style input[type="tel"], .form-style input[type="email"]{
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: #ebf3ff;
    border-radius: 5px;
    padding: 5px 15px;
    height: 44px;
    border: none;
}
.form-style textarea{
    padding: 10px 15px;   
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: #ebf3ff;
    border-radius: 5px;
    height: 150px;
    border: none;
    resize: none;
}
.submit-btn{
    display: block;
    cursor: pointer;
    height: 50px;
    background: #003d99;
    border-radius: 5px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
    transition: 0.25s;
    width: 100%;
    border: none;
    margin-bottom: 13px;
}
.submit-btn:hover{
    background: rgb(30, 94, 191);
}
.obrabotka-data{
    font-weight: 300;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
}
.obrabotka-data a{
    text-decoration: underline;
}
.obrabotka-data a:hover{
    text-decoration: none;
}
.blok-contact > a, .blok-contact > span{
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 31px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
}
.blok-contact > *:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
}
.blok-contact > .mes:before{
    display: none!important;
}
.contact-tel:before{ background: url('img/ico4.svg') no-repeat; }
.contact-mail:before{ background: url('img/ico5.svg') no-repeat; }
.contact-adres:before{ background: url('img/ico6.svg') no-repeat; }
.contact-wrap-info .mes{
    margin-right: 0;
}
.mapa{
    line-height: 0;
}
.footer{
    background: #ebf3ff;
    padding: 20px 0 8px;
}
.foot-t-left{
    max-width: 290px;
    margin-right: 120px;
}
.foot-t-left a{
    display: block;
    line-height: 0;
    margin-bottom: 14px;
}
.foot-t-left P{
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
}
.foot-t-center > span, .foot-t-center-m > span{
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #003d99;
}
.mes-tr > *{
    display: block;
    margin-bottom: 7px;
    position: relative;
    padding-left: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}
.mes-tr > *:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
}
.contact-tel-in:before{ background: url('img/ico7.svg') no-repeat; }
.contact-mail-in:before{ background: url('img/ico8.svg') no-repeat; }
.contact-adres-in:before{ background: url('img/ico9.svg') no-repeat; }
.foot-t-center .mes{
    margin-right: 0;
    padding-top: 6px;
}
.foot-t-right{
    margin-left: auto;
    width: 100vw;
    max-width: 380px;
    padding-top: 34px;
}
.foot-t-right p{
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    display: table;
    margin: 0 auto;
}
.foot-t-right .btn{
    width: 100%;
    max-width: 380px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.foot-menu{
    padding: 14px 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.foot-menu a{
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    display: block;
}
.foot-menu li{
     margin-right: 22px;
}
.foot-menu li:last-child{
    margin-right: 0;
}
.foot-top{
    padding-bottom: 22px;
}
.foot-bottom{
    padding-top: 15px;
}
.foot-bottom span, .foot-bottom p{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 183%;
}
.header-page-top{
    background: #ebf3ff;
}
.header-page-top > .wrap{
    padding: 19px 0;
}
.crumbs{
    margin-top: 5px;
}
.crumbs li{
    margin-right: 22px;
    position: relative;
}
.crumbs li:last-child{
    margin-right: 0;
}
.crumbs li, .crumbs li a{
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.crumbs li a:hover{
    text-decoration: underline;
}
.crumbs li:before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 8px;
    right: -14px;
    top: 8px;
    background: url('img/crumbs-li.svg') no-repeat;
}
.crumbs li:last-child:before{
    display: none;
}
.block-row{
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-row__txt{
    width: 58%;
    box-sizing: border-box;
}
.block-row__img{
    width: 42%;
    box-sizing: border-box;
    padding-left: 79px;
}
.block-row__txt,.block-row__txt p{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
}
.block-row__txt p{
    margin-bottom: 30px;
}
.block-row__txt p:last-child{
    margin-bottom: 0;
}
.block-row__img img{
    float: right;
}
.block-row-wrp{
    padding-bottom: 42px;
}
.comanda h2{
    margin-bottom: 30px;
}
.comanda-wrp{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    padding-bottom: 35px;
}
.comanda-wrp__col img{
    border-radius: 5px;
    margin-bottom: 11px;
}
.comanda-wrp__col h5{
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
}
.comanda-wrp__col span{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.keis h2{
    margin-bottom: 27px;
}
.keis-wrp{
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
    row-gap: 20px;
}
.keis-slider .item img{
    max-height: 360px;
    object-fit: cover;
}
.keis-slider{
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
}
.keis-slider__top{
    background: #ebf3ff;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
}
.keis-slider__img{
    padding: 20px;
    background: #ebf3ff;
}
.owl-carousel2 .item img{
    border-radius: 5px;
}
.owl-carousel2{
    background: #ebf3ff;
    padding-bottom: 22px;
}
.owl-carousel2 .item{  
    padding: 20px;
    padding-bottom: 0;
}
.owl-carouse-style2 .owl-dots button {
  background: #003d99!important;
}
.owl-carouse-style2 .owl-dots button.active {
  background: #ef4b4b!important;
}
.keis-link{
    border-radius: 0 0 5px 5px;
    padding: 13px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    background: #ef4b4b;
    display: block;
    transition: 0.25s;
}
.keis-link:hover{
    background: #c42b2b;
}
.btn3{
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 162%;
    background: #ebf3ff;
    width: 280px;
    padding: 11px 0;
    margin: 0 auto;
    transition: 0.25s;
    border-radius: 5px;
}
.btn3:hover{
    background: #003d99;
    color: #fff;
}
.keis{
    margin-bottom: 40px;
}
.keis-slider:nth-child(2) ~ .keis-slider{
    display: none;
}
.clients-about h2{
    margin-bottom: 30px;
}
.services-block{
    padding-top: 40px;
}
.services-content, .services-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
}
.services-content{
    padding-top: 40px;
}
.services-content p{
    margin-bottom: 30px;
}
.services-content p:last-child{
    margin-bottom: 0;
}
.sr-ico{
    width: 39%;
}
.sr-list{
    width: 61%;
    box-sizing: border-box;
    padding: 20px 55px;
    padding-right: 15px;
}
.sr-ico{
    justify-content: center;
    align-items: center;
}
.sr-list__col{
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
    box-sizing: border-box;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.sr-block .wrap{
    max-width: 100%;
}
.sr-list__col:last-child{
    margin-bottom: 0;
}
.sr-list__cont h5{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.sr-list__col svg{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translate(0, -50%);
}
.sr-block{
    position: relative;
}
.sr-block:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% - 130px);
    background: #003d99;
    z-index: -1;
}
.sr-block:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(50% + 130px);
    background: #ef4b4b;
    z-index: -1;
}
.hed-alt h1{
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 17px;
}
.hed-alt.hed-content ul.crumbs{
    padding: 0;
    padding-bottom: 11px;
}
.hed-alt .btn{
    background: #ef4b4b;
    color: #fff;
    margin-bottom: 45px;
}
.hed-alt .btn:hover{
    background: #b32b2b;
}
.content-style p{
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
}
.content-style p:last-child{
    margin-bottom: 0;
}
.content-style{
    padding-top: 40px;
    padding-bottom: 40px;
}
.steps{
    padding-top: 40px;
    padding-bottom: 40px;
}
.steps__left{
    width: 34%;
    box-sizing: border-box;
    padding-right: 12px;
    position: sticky;
    top: 30px;
}
.steps .wrap{
    align-items: flex-start;
}
.steps__right{
    width: 66%;
    padding-top: 40px;
}
.btn4{
    color: #fff;
    font-size: 16px;
    background: #ef4b4b;
      padding: 13px 30px;
}
.btn4:hover{
    background: #b32b2b;
}
.steps h2{
    margin-bottom: 10px;
}
.steps-number{
    font-weight: 900;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(239, 75, 75, 0.1);
    display: block;
    margin-bottom: 2px;
}
.steps-list{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid  #ebf3ff;
}
.steps-list:last-child{
    margin-bottom: 0;
}
.steps-list h5{
    margin-bottom: 2px;
    font-weight: 900;
    font-size: 25px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ef4b4b;
}
.steps-list p{
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}
.steps-list p:last-child{
    margin-bottom: 0;
}
.h2-red h2{
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ef4b4b;
}


.service-grid__wrap {
    column-count: 2;
    column-gap: 20px; 
    -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
    -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px;
}
/* Блоки Masonry */
.service-grid__col{
    display: inline-block; 
    width: 100%;           
    margin-bottom: 20px;
    background-color: #eee;
}
.service-grid__wrap{
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    justify-self: start;
    gap: 20px; */
    /* fluid 5 columns */
}
.service-grid__col{
    background: #ebf3ff;
    border-radius: 5px;
    box-sizing: border-box;
}
.service-grid__col-wrap{
    box-sizing: border-box;
    height: 100%;
    padding: 30px 20px;
}
.service-grid__col h5{
    margin-bottom: 7px;
    font-weight: 900;
    font-size: 22px;
    line-height: 145%;
    text-transform: uppercase;
    color: #003d99;
}
.service-grid__col img{
    margin-bottom: 6px;
}
.service-grid{
    padding-top: 40px;
    padding-bottom: 40px;
}
.service-grid__col-wrap .btn{
    max-width: 223px;
    font-size: 14px;
}
.m-menu, .btn-m{
    display: none;
}
.mapa iframe{
    width: 100%;
    height: 393px;
    border-radius: 10px;
}
.form-style form{
    position: relative;
}
.form-style .wpcf7-spinner{
    position: absolute;
    left: 0;
    right: 0;
    margin: -9px auto 0;
}
.form-style .wpcf7 form .wpcf7-response-output{
    margin: 0;
    margin-top: 9px;
    border-radius: 5px;
    color: #333;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    line-height: 16px;
    border: solid 1px #D0D7F9 !important;
    background: #E7EBFF;

}
.form-style .wpcf7-not-valid-tip{
    font-size: 13px;
}
.hed-block{
    background: #ebf3ff;
}

/* *** */
.modal-tn{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 10px;
    transition: visibility .8s ease 0s;
    transition: 0.3s ease 0s;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
}
.modal-tn__wrap{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.modal-tn__wrp{
    max-width: 580px;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.3s ease 0s;
    background-color: #eee;
    border-radius: 1.25rem;
    width: 100%;
    opacity: 0;
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #d8e8ff;
}
.modal-keis .modal-tn__wrp{
    background: #ebf3ff;
}
.modal-keis h5{
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.modal-keis h5:before{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
    background: #fff;
}
.modal-keis, .modal-keis p{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
}
.popup-show-body{
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.popup_show.modal-tn{
    visibility: visible;
    z-index: 150;
    overflow: auto;
    pointer-events: auto;
    background: rgba(0, 0, 0, .5);
}
.popup_show .modal-tn__wrp{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.modal-tn__close{
    color: #333;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
.wra{
    padding-bottom: 30px;
    margin-top: -44px;
}
/* .ld-int{
    position: relative;
    bottom: 44px;

} */


/* responsive */
@media screen and (max-width: 1199px){
    .h-bold-in, .content-style h1{
        font-size: 45px;
    }
    .zag-row__text{
        padding-left: 12px;
    }
    .foot-t-left{
        margin-right: 55px;
    }
    .header__right .btn{
        display: none;
    }
    .header .menu{
        display: none;
    }
    .m-menu{
        display: block;
    }
    .click-menu{
        display: block;
        line-height: 0;
        width: 28px;
        padding: 10px;
        height: 23px;
    }
    .click-menu.active span{
        display: none;
    }
    .click-menu.active{
        background: url('img/close.svg') center center no-repeat;
    }
    .click-menu span{
        display: block;
        height: 2px;
        margin-bottom: 7px;
        background: #000;
        clear: both;
    }
    .click-menu span:nth-child(2){
        width: 50%;
        float: right;
    }
    .click-menu span:nth-child(3){
        width: 90%;
        float: right;
    }
    .click-menu span:last-child{
        margin-bottom: 0;
    }
    .header__right{
        margin-left: auto;
    }
    .foot-menu ul{
        flex-wrap: wrap;
    }
    .foot-bottom{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mob-menu{
        position: absolute;
        background: #ebf3ff;
        padding: 20px;
        right: 0;
        z-index: 9;
        left: 0;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-top: 15px;
        display: none;
    }
    .mob-menu a{
        font-weight: 500;
        font-size: 16px;
        display: block;
    }
    .mob-menu li{
        margin-bottom: 8px;
    }
    .mob-menu li:last-child{
        margin-bottom: 0;
    }
    .page-id-3 .h1-bold{
        word-wrap: break-word;
    }
    
}
@media screen and (max-width: 1023px){
    .row-ico {
      grid-template-columns: repeat(2,1fr );
      row-gap: 55px;
    }
    .zag-row{
        display: block;
    }
    .zag-row > *{
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .zag-row h2{
        max-width: 100%;
    }
    .row-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        justify-content: center;
         justify-self: center;
         place-content: center;
    }
    .img-wrp img{
        width: 100%;
        max-width: none;
    }
    .h-bold-in, .content-style h1 {
        font-size: 35px;
    }
    .h-bold, .h1-bold{
        font-size: 45px;
    }
    .hed-img {
      max-width: 400px;
      flex-shrink: 0;
    }
    .header .wrap2 {
      align-items: flex-start;
      position: relative;
    }
    .foot-t-right{
        margin: 0;
        order: 2;
    }
    .foot-t-left{
        order: 1;
        margin: 0;
    }
    .foot-t-center{
        order: 3;
        margin: 0;
        width: 100%;
        padding-top: 30px;
    }
    .foot-top .wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .foot-top .wrap > *{
        padding-left: 15px;
        padding-right: 15px;
    }
    .foot-t-center-m{
        display: table;
        margin: 0 auto;
    }
    .foot-menu li{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .foot-menu {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .foot-t-left, .foot-t-right{
        max-width: 50%;
        box-sizing: border-box;
    }
    .foot-t-left br, .foot-t-right br{
        display: none;
    }
    .foot-t-right .btn{
        margin-left: auto;
        margin-right: auto;
    }
    .block-row__img{
        padding-left: 15px;
    }
    .sr-block:before, .sr-block:after {
        display: none;
    }
    .sr-ico{
        background: #003d99;
        padding: 15px;
        box-sizing: border-box;
    }
    .sr-list{
        background: #ef4b4b;
        padding: 15px;
        box-sizing: border-box;
    }
    .h-bold-in br{
        display: none;
    }
    .h2-red h2{
        font-size: 40px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 840px){
    .hed-img {
      max-width: 300px;
    }
    .steps__left, .steps__right{
        position: static;
        width: 100%;
        padding: 0;
    }
    .steps__left{
        padding-bottom: 15px;
    }
    .alignleft, .alignright{
        max-width: 70vw;
    }
}
@media screen and (max-width: 767px){
   .wrap2{
        display: block;
    }
    .hed-content{
        padding-right: 0;
        max-width: 100%;
    }
    .hed-img{
        max-width: 100%;
    }
    .hed-img img{
        max-width: none;
        width: 100%;
        object-fit: cover;
        max-height: 400px;
    }
    .ld{
        /* position: absolute;
        bottom: 20px;
        z-index: 5; */
        display: table;
    }
    .header .wrap2{
        padding-bottom: 55px;
    }
    .hed-content .btn{
        margin-bottom: 25px;
    }
    .col-block__data h6{
        font-size: 15px;
    }
    .zag-row__text, .zag-row__text p{
        font-size: 16px;
    }
    .h-bold-in, .content-style h1{
        font-size: 32px;
    }
    .contact-wrap{
        margin-right: 0;
        width: 100%;
    }
    .contact-form{
        margin-bottom: 20px;
    }
    .h-bold-in br{
        display: none;
    }
    .block-row__txt, .block-row__txt p{
        font-size: 16px;
    }
    .block-row__txt p{
        margin-bottom: 20px;
    }
    .block-row__txt, .block-row__img{
        width: 100%;
        padding: 0;
    }
    .block-row__img{
        order: -1;
        text-align: center;
        margin-bottom: 15px;
    }
    .block-row__img img{
        display: inline-block;
        float: none;
    }
    .comanda-wrp {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .comanda h2, .keis h2, .clients-about h2{
        margin-bottom: 20px;
    }
    .services-content, .services-content p{
        font-size: 16px;
    }
    .services-content{
        padding-top: 20px;
    }
    .services-block.block2 > .wrap{
        padding-bottom: 20px;
    }
    .sr-ico, .sr-list{
        width: 100%;
    }
    .steps-list h5{
        font-size: 23px;
    }
    .content-style p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hed-alt h1{
        font-size: 34px;
    }
    .content-style {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service-grid__col h5{
        font-size: 18px;
    }
    .service-grid__col-wrap .btn{
        padding-left: 10px;
        padding-right: 10px;
    }
    .sr-ico{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .crumbs2{
        margin-top: 0;
    }
}

@media screen and (max-width: 599px){
    .hed-img img{
        max-height: none;
    }
    .h-bold, .h1-bold{
        font-size: 35px;
    }
    .hed-content p{
        font-size: 16px;
    }
    .block1 > .wrap {
      padding: 25px 0;
    }
    .h-bold-in, .content-style h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .zag-row__text p{
        margin-bottom: 15px;
    }
    .row-ico {
        row-gap: 75px;
    }
    .row-grid{
        grid-template-columns: repeat(1,1fr);
        max-width: 445px;
        margin: 0 auto;
    }
    .col-block__data h6{
        font-size: 18px;
    }
    .st-li li{
        line-height: 22px;
        margin-bottom: 14px;
    }
    .foot-top .wrap > *{
        padding: 0;
        max-width: 100%;
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .foot-t-right p{
        text-align: left;
    }
    .foot-t-center-m{
        display: block;
    }
    .foot-t-right{
        padding-bottom: 5px!important;
    }
    .foot-t-center{
        padding-bottom: 0!important;
    }
    .keis-slider{
        width: 100%;
        margin-bottom: 20px;
    }
    .keis-wrp{
        padding-bottom: 10px;
    }
    .owl-carousel2 .item{
        padding-left: 5px;
        padding-right: 5px;
    }
    .services-block{
        padding-top: 20px;
    }
    .hed-alt h1{
        font-size: 29px;
    }
    .header > .wrap1{
        padding-bottom: 27px;
    }
    .crumbs li a{
        line-height: 22px;
    }
    .crumbs{
        align-items: center;
        flex-wrap: wrap;
    }
    .h2-red h2{
        font-size: 30px;
    }
    .service-grid__wrap {
      column-count: 1;
      column-gap: 0px;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0px;
      -moz-column-gap: 0px;
      column-gap: 0px;
    }
    .service-grid__col{
        margin-bottom: 10px;
    }
    .block-row2{
        padding-top: 28px;
    }
    .block-row2 .block-row-wrp{
        padding-bottom: 15px;
    }
    .comanda-wrp{
        padding-bottom: 15px;
    }
    .position .btn{
        display: none;
    }
    .steps-list:last-child{
        border-bottom: none;
    }
    .btn-m{
        display: block;
        width: 100%;
        max-width: none;
    }
    .service-grid2{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .hed-alt h1{
        margin-bottom: 7px;
    }
    .modal-keis, .modal-keis p{
        font-size: 16px;
    }
    .modal-tn__wrp{
        padding: 15px;
        padding-top: 20px;
    }
    .modal-keis h5{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .content-style h2{
        font-weight: 900;
        font-size: 31px;
    }
    .content-style h3{
        font-weight: 900;
        font-size: 27px;
    }
    .content-style h4{
        font-weight: 900;
        font-size: 24px;
    }
    .content-style h5{
        font-weight: 900;
        font-size: 20px;
    }
    .content-style h6{
        font-weight: 900;
        font-size: 18px;
    }
    .alignleft, .alignright{
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: table;
    }
}
@media screen and (max-width: 500px){
    .row-ico {
        grid-template-columns: repeat(1,1fr );
    }
    .block-contact > .wrap{
        padding-bottom: 20px;
    }
    .comanda-wrp {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .comanda-wrp img{
        width: 100%;
        max-width: none;
    }
    .sr-list__col{
        padding-left: 75px;
    }
    .mapa iframe{
        height: 320px;
    }
    .mob-menu{
        width: auto;
        max-width: none;
        left: 0;
        right: 0;
    }
    h1, h2, h3, h4, h5, h6{
        word-wrap: break-word;
    }
}
@media screen and (max-width: 375px){
    .hed-content ul{
        padding-left: 0;
    }
    .blok-contact > a, .blok-contact > span{
        font-size: 14px;
    }
    h1, h2{
        word-wrap:break-word;
    }
    .h-bold-in, .content-style h1{
        font-size: 28px;
    }
}