@font-face {
    font-family: 'HeliosCondRegular';
    src: url('../fonts/HeliosCondRegular/HeliosCond-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
button, a {
color: inherit;
cursor: pointer;
outline: none;
-webkit-transition: all .3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease
}
button:focus, a:hover, a:focus {
text-decoration: none;
outline: none;
color: inherit
}
li .la-sign-in-alt{
    font-size: 22px;
    vertical-align: -3px;
    color: #015185;
}
li a:hover .la-sign-in-alt{
    color: #5ac5f2;
}
p {
font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin: 0 0 10px;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
b,
strong{
    font-weight: normal;
}
.wrapper {
overflow: hidden;
position: relative;
}

.container {
max-width: 1280px;
}
@media(min-width: 1360px){
.container {
max-width: 1440px;
}   
}
.heaght{
    min-height: 450px;
}

.btn.btn-outline-brand.lowercase {

}
.btn.btn-outline-brand {
    background: #0064a7;
    color: white;
    border-right: 0;
    box-shadow: 4px 4px 0 2px #5ac5f2;
    border-radius: 0;
    padding: 0.875rem 3rem;

    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn.btn-outline-brand.btn-mini{
    padding: 0.7rem 2rem;
    background: #cdebfd;
    color: #0064a6;
    border-right: 0;
    box-shadow: 4px 4px 0 2px #eff8fd;
}
.btn.btn-outline-brand.link-mini{
     padding: 0.7rem 2rem; 
}
.btn.btn-outline-brand.btn-bg{
    background: #1e77b3;
}
.btn.btn-outline-brand:hover{
  box-shadow: 0 0 0 0 #5ac5f2;  
}


     header{
     position: relative;
    top: 0!important;
        background-color: #0164a9;
    position: relative;
    z-index: 1031;
    overflow: hidden;
        padding: 25px 0;
     }
    header .logo{
     width:188px;   
    }
     header .logo img{
    max-width:100%;
    }
     header .title{
         
     }
      header h2{
margin: 0;
    font-size: 14px;
    color: white;
    max-width: 220px;
    font-weight: 300;
    padding: 0 15px 0 20px;
    line-height: 120%;
     }
      header:before {
    background-image: url(../img/nipom/header_back.png);
    background-position: right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 header:hover:before{
   -moz-transform: scale(1.02) translate(10px, 0px);
-webkit-transform: scale(1.02) translate(10px, 0px);
-o-transform: scale(1.02) translate(10px, 0px);
-ms-transform: scale(1.02) translate(10px, 0px);
transform: scale(1.02) translate(10px, 0px); 
}
header .phone{
        font-size: 20px;
}
header .msMiniCart {
    font-size: 13px;
    color: white;
    font-weight: 400;
    letter-spacing: .2px;
}
header .msMiniCart h5 {
    margin: 0;
    font-size: 20px;
}
header .msMiniCart h5 i{
        font-size: 30px;
    vertical-align: sub;
}
header .phone i.la-phone{
box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: pulse 2s infinite;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 100px;
}
.social a{
    width: 27px;
    padding:0 2px;
    text-align: center;
}
.social a:hover{
opacity: 0.5;    
}
.social a i.la-facebook{
        font-size: 19px;
        line-height: 25px; 
}
.social{
    padding: 2px 0 0;
}
.social a i{
font-size: 25px;
    color: white;
}
header .search button{
   width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border: 0;
    background: transparent;
    top: 0;
    bottom: 0;
    margin: auto; 
        opacity: 0.5;
}
header .search button:hover{
         opacity: 1; 
}
header .search img{
  max-width: 100%;  
}
header .search input{
    width: 100%;
    padding: 15px 25px;
    border: 0;
    background: rgb(0 81 133);
    color: white;
    outline: none;
    border-right: 2px solid #5ac5f2;
    font-size: 15px;
    box-shadow: -2px 0px 0px #5ac5f2;  
    -webkit-transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .search input:focus{
  box-shadow: 0px 0px 0px #5ac5f2;   
}

.style-input input::-webkit-input-placeholder,
header .search input::-webkit-input-placeholder {
color: #619fca;
}
.style-input input:focus::-webkit-input-placeholder,
header .search input:focus::-webkit-input-placeholder {
color: transparent;
}
.style-input input:-moz-placeholder,
header .search input:-moz-placeholder {
color: #619fca;
}
.style-input input:focus:-moz-placeholder,
header .search input:focus:-moz-placeholder {
color: transparent;
}
.style-input input::-moz-placeholder,
header .search input::-moz-placeholder {
color: #619fca;
}
.style-input input:focus::-moz-placeholder,
header .search input:focus::-moz-placeholder {
color: transparent;
}
.style-input input:-ms-input-placeholder,
header .search input:-ms-input-placeholder {
color: #619fca;
}
.style-input input:focus:-ms-input-placeholder,
header .search input:focus:-ms-input-placeholder {
color: transparent;
}
@media(max-width:1080px){
.search{
    display:none;
}
}
@media(max-width:850px){
    header .phone {
    font-size: 16px;
}
header h2 {
    max-width: 120px;
    padding: 0 0 0 15px;

}
}

@media(max-width:767px){
header .logo {
    width: 188px;
    margin: 10px auto;
}
header h2 {
    max-width: 100%;
    padding: 0 0 20px;
    text-align: center;
}
}

.my-4,
.name h2,
.name h3,
.name h1,
.name h6{
    border-left: 4px solid #337ab7;
    padding-left: 0.7rem;
        font-size: 1.8rem;
    text-transform: uppercase;
}

@media(min-width:1250px){
    .name h1{
          font-size: 2.2rem;   
    }
}


.shadow{
    box-shadow: 0px 0px 20px rgb(131 172 222 / 52%);
}
.site-header-main {
    -webkit-box-align: unset;
    align-items: unset;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    
}
#mainMenu ul, #pageMenu ul {
    height: 56px;
}
.site-header-main #mainMenu > ul > li.nav-item, 
.site-header-main #subMainMenu > ul > li.nav-item, 
.site-header-main #pageMenu > ul > li.nav-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-transition: background-color ease 0.7s;
    transition: background-color ease 0.7s;
}
.site-header-main span.menu-divider {
border-left: 1px solid #cdebfd;
    height: 25px;
    width: 1px;
}
.site-header-main i.la.menu-icon {
    font-size: 20px;
}
.site-header-main.navbar-light .navbar-nav .nav-link {
    color: #333333;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
}
.site-header-main.navbar-light .navbar-nav .nav-link:hover{
    color: #0264a9;
}
.dropdown-toggle::after {
display: inline-block;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid #5ac5f2;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}
.bg-light {
    background-color: #eff8fd!important;
}


@media (max-width: 700px){
.site-header-main.navbar {
    padding: 0.5rem 1rem !important;
}
}




.dropdown-menu{
    border:0;
}
#mainMenu ul img{
  width: 120px;
    margin: 0 auto;
    display: block;  
}



.slider{
    overflow: hidden;
    position: relative;
    max-height: 520px;
    padding: 0;
}


.slider.slider-text{
  max-height: 100%  
}


.slider .slick-dotted.slick-slider {
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.slider .slick-track{
    display: flex;
}
.slider .item{
float: none;
    outline: none;
    position: relative;
}
.slider .item{
position: relative;  
    min-height: 500px;
}
.slider .bg{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: center;
}
.slider .img {
padding: 0 2em;
    position: static;
    overflow: hidden;
z-index: 2;
}
.slider .item h3{
font-size: 45px;
font-weight: 400;
}
.slider .img img {
width: auto;
    max-width: 100%;
    display: block;
    max-height: 600px;
    margin: auto;
        -webkit-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.slider .item .img>.d-flex {
    height: 500px;
    max-height: 500px;
}
.slider.slider-text .item .img>.d-flex {
    height: 500px;
    max-height: 500px;
}
.slider.slider-text .img img{
   max-height: 500px;  
}
.slider a:hover .img img{
opacity: 0.55;
}
.slider .title{

}
.slider.slider-text .img{
  padding: 30px 30px 0;    
}
.slider .item{
   padding: 0; 
}
.slider.slider-text .title{
margin:  0 0 55px;
text-align: center;
max-height: 400px;
}
.slider h3,
.slider h2{
    margin: 0 0 5px;
    font-size: 1.4em;
    font-weight: 500;
}
.slider h3{
    font-size: 1.5em; 
     font-weight: 500; 
}
.slider .title p{

    line-height: 150%;
    margin: 15px 0;
    font-size: 16px;
}

.slider .slick-nav {
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;

}
.slider .slick-nav.prev-arrow {
  left: 15px;
  transform: scaleX(-1);
  z-index: 999;
}
.slider .slick-nav.next-arrow {
  left: auto;
  right: 15px;
}
.slider .slick-nav i {
display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #eff8fd;
    border-radius: 100px;
}
.slider .slick-nav i:before, .slider .slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 10px 50%;
    background: #eff8fd;
}
.slider .slick-nav i:before {
  transform: rotate(-40deg);
}
.slider .slick-nav i:after {
  transform: rotate(40deg);
}
.slider .slick-nav:before, .slider .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
}
.slider .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slider .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}


.navbar .logo{
width: 120px;
margin: 10px 0;  
}
.navbar .logo img{
max-wight:100%;
}
.navbar button.button-open-menu{
margin: 0 0 0 auto;
display: block;
border: 0;
padding: 10px 0 0;
}




.slider .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slider .slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .slick-dots li button:hover,
.slider .slick-dots li button:focus {
  outline: none;
}
.slider .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.slider .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.slider .simple-dots .slick-dots li button:hover,
.slider .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.slider .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.slider .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.slider .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.slider .stick-dots .slick-dots li button:hover,
.slider .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.slider .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.slider .stick-dots .slick-dots li.slick-active button:hover,
.slider .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.slider .slick-dots li button:before{
  background: white;
    content: '';  
    width: 25px;
    height: 3px;
}

@media(max-width:700px){
    .slider .item h3{
       font-size: 30px;    
    }
    .slider {
    max-height: 590px;
}
}
@media(max-width:575px){
.slider .item h3 {
    font-size: 22px;
}
}







.subscribe {
    margin-bottom: 0;
    background-color: #0064a7;
    color: white;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    border-bottom: 3px solid #5ac5f2;
}
.subscribe .form-control{
    border: 1px solid #cdebfd;
    background: transparent;
    padding: 15px 20px;
    height: 100%;
    line-height: 120%;
    color:white;
    border-radius: 0;   
}
.subscribe .form-control.error{
   border: 1px solid red; 
}
.subscribe h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.subscribe .horizontal .privacy-polyci {
    text-align: center;
    display: block;
    color: white;
    width: 100%;
}.subscribe .horizontal div:last-child a {
    color: #5ac5f2 !important;
    margin-left: 3px;
    margin-right: 3px;
}
.subscribe .horizontal div:last-child a:hover{
  color: #00335f !important;  
}


.news-preview-list .news-preview-item {
    margin-bottom: 2rem;
}
.news-preview-list .news-preview-item a {
background-color: #f3f5f7;
    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
        border: 1px solid #f3f5f7;
}
.news-preview-list .news-preview-item a:hover{
     border: 1px solid #eaedf1; 
         box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.news-preview-list .news-preview-item a .image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 180px;
    width: 100%;
}
@media(min-width:1300px){
    .news-preview-list .news-preview-item a .image{
     height: 210px;   
    }
}
.news-preview-list .news-preview-item a .date {
    color: gray;
    font-size: 14px;
    margin-bottom: 0.75rem;
}
.news-preview-list .news-preview-item a .section {
    border-left: 2px solid #337ab7;
    color: #337ab7;
    padding-left: 5px;
}
.news-preview-list .news-preview-item a .title {
    font-size: 15px;
    font-weight: 400;
    margin: 0.75rem 0;
}
.news-preview-list .news-preview-item a .details {
    color: #337ab7;
}


.partners .logo{
    max-width: 250px;
   margin: 0 auto 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.partners .logo a{
    display: block;
}
.partners .logo a:hover{
-moz-transform: translate(5px, 0px);
-webkit-transform: translate(5px, 0px);
-o-transform: translate(5px, 0px);
-ms-transform: translate(5px, 0px);
transform: translate(5px, 0px); 
}
.partners img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    max-width: 100%;
    max-height: 90px;
    margin: 0 auto;
}
.history-page .liststyle ul li{
   font-size:16px; 
}
.directions {
    height: 370px;
    visibility: hidden;
}
.directions2 {
    height: 220px;
    visibility: hidden;
}
.directions.slick-initialized {
    visibility: visible;
}
.directions .slick-list .slick-slide {
    box-sizing: border-box;
    padding: 0 10px;
}

.directions .direction {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-shrink: 0;
    height: auto;
}
.directions .direction.direction-w{
  display: block;
  width:100%;
}
.directions .direction a {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-decoration: none;
    width: 100%;
}

.directions .direction:first-child a .image {
    background-position: center right;
}
.directions .direction a .image {
    background-size: cover;
    display: block;
    height: 300px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
.directions .direction2 a .image {
    background-size: cover;
    display: block;
    height: 200px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}

.directions .direction a:hover .image{
       background-position: center;
}
.directions .direction a .caption {
    color: #337ab7;
    font-size: 20px;
    margin: 1em 0;
  text-align: center;
}
.slider-controls-directions .btn.btn-outline-brand{
        padding: 0.375rem 2rem;
}
.directions .slick-dots li button:before{
   content:"";
       width: 20px;
  background: #5ac5f2;
    height: 3px;
}
.directions .slick-dots{
   bottom:-35px; 
}



.spin_sec {
text-align: center;
background: #0064a7;
    box-shadow: 0px -6px 0 2px #5ac5f2, inset -20px 6px 0 2px #0064a7;
}
.spin_sec img{
        position: absolute;
    opacity: 0.1;
}
.spin_sec .spin_blk {
  display: inline-block;
  vertical-align: top;

  color: #333;
  margin: 0 20px 20px;

}
.spin_sec .spin_hold {
    display: block;
    vertical-align: middle;
    font-size: 50px;
    line-height: 1;
    color: #5ac5f2;
    letter-spacing: 2px;
    margin: 10px 0;
font-family: 'Orbitron', sans-serif;
}
.spin_sec p{
        color: white;
    letter-spacing: 0.5px;
    margin: 0;
}




.product-categories .category .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    mix-blend-mode: darken;
}
.product-categories .category {

    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: -1px;
padding: 0.75rem 2rem 1em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    
        background-color: #f3f5f7;

}
.product-categories .category:hover{
    background-color: #eaf1f9;
}
.product-categories.dense .category .image {
    height: 130px;
    margin: 15px 0 10px;
}
.product-categories .category h5{
        font-size: 20px;
    margin: 10px 0;
}
.product-categories .category .desc p{
    opacity: 0.7;
    line-height: 120%;
    font-size: 14px;
    max-width: 290px;
}
.content-desc p{
  font-size: 1em;  
}
.content .content img{
    max-width: 100%;
    margin: 20px 0;
}
.content .content table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.content .content table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.content .content table td {
	border: 1px solid #dddddd;
	padding: 5px;
}

@media(max-width:700px){
    .product-categories .category{
      padding: 0.75rem 1rem 1em;  
    }
    .product-categories .category h5 {
    font-size: 14px;
    margin: 10px 0;
}
.product-categories.dense .category .image {
    height: 70px;
    margin: 15px 0 10px;
}
}



.services > div > a {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-decoration: none;
}
.services > div:first-child a .image {
    background-position: center right;
}

.services > div > a .image {
    background-size: cover;
    display: block;
    height: 230px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}
.services > div > a .caption {
    color: #337ab7;
    font-size: 16px;
  margin: 1em 0;
    text-align: center;
}
.services > div > a:hover .image{
       background-position: center;
}


footer {
    background-color: #02395d;
    color: #fff;
    font-size: 14px;
    padding: 2rem 0;
}
footer .site-header-main{
    margin: 0 0 1rem;  
}







.gallery {
background-color: white;
    padding: 0;
    position: relative;
    border: 1px solid #cdebfd;
    margin: 1em 0;
    overflow: hidden;
    padding-bottom: 2em;
    border-bottom: 1px solid #cdebfd;
}
.gallery-mini .img img, .gallery-full .img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 60px;
}
.gallery-mini .img img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.gallery-full .img img {
    max-height: 350px;
    margin: 0 auto 10px;
    display: block;
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gallery-mini {
    position: relative;
    margin: 0 auto;
    max-width: 450px;
}
.gallery-mini .item {
    padding: 10px 5px;
    min-height: 80px;
    background: white;
    outline: none;
    position: relative;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #cdebfd;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.gallery-mini .slick-current.item{
border-bottom: 1px solid #0064a7;
}
.gallery-full .img {
    max-width: 1500px;
    margin: 0 auto 0;
    position: relative;
    min-height: 400px;
    /* min-height: 1321px; */
}
.gallery-mini .slick-list,
.gallery-mini .slick-list div {
    outline: none!important;
}
.gallery-full .slick-prev:before, .gallery-full .slick-next:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 22px;
    opacity: .75;
    color: white;
}
.gallery-full .slick-prev, .gallery-full .slick-next {
    background: #e7e8e9;
    width: 30px;
    height: 30px;
    line-height: 48px;
    text-align: center;
    border-radius: 100px;
    z-index: 10;
    opacity: 0;
}
.gallery-full:hover .slick-prev, .gallery-full:hover .slick-next {
    opacity: 1;
}
.gallery-full .slick-prev:hover:before, .gallery-full .slick-next:hover:before {
    color: #ff6500;
}
.gallery-full .slick-prev {
    left: 8px;
}
.gallery-full .slick-next {
    right: 8px;
}
.gallery .slider-logo-nav{
        position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
}
.slider-logo-nav button.next, .slider-logo-nav button.prev {
    position: relative;
    border: 0;
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 100px;
    top: 0;
    bottom: 0;
    margin: auto 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.gallery .slider-logo-nav .prev{
     left: 15px;
       position: absolute;
    bottom: 40px;
}
.gallery .slider-logo-nav .next{

    position: absolute;
    bottom: 40px;
    right: 15px;
}
 .number input{
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0064a7;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
   }
   
        .minus, .plus{
width: 20px;
    height: 34px;
    line-height: 15px;
    background: #0064a7;
    border-radius: 0;
    padding: 8px 5px 8px 5px;
  border: 1px solid #0064a7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-weight: 800;
    cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        }
 .minus:hover, .plus:hover{
background: #5ac5f2;
 border: 1px solid #5ac5f2;
 }


.product-content .product{
background-color: transparent;
box-shadow: none;
}
.nav-tabs {
    border-bottom: 1px solid #cdebfd;
}


.product-content .desc li,
.product-content .desc p{
font-size: 16px;
line-height: 160%;
}
.product-content .desc li{
      position: relative;
    padding: 0 0 0 20px;  
}
.product-content .desc ul{
    margin: 0 0 20px;
}
.tab-content {
 min-height: 300px;  
   padding: 0 20px; 
}
.tab-content .file-video a:hover .cover img{
    -moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
    opacity: 0.8;
}
.tab-content .file-video .cover img {
    max-width: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
        -webkit-transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}
.tab-content .file-video .cover {
    overflow: hidden;
    border-radius: 0;
}
.tab-content .file-video {
    border-radius: 0;
    overflow: hidden;
    margin: 10px 0 20px;
    padding: 0;
    overflow: hidden;
    background-color: white;
    margin: 0 0 1.5em;
    display: block;
    position: relative;
    border: 1px solid #dbeae9;
}
.product-content .desc li:before{
    content: "-";
    position: absolute;
    left: 0;
    color: #0064a7;
    font-size: 35px;
    top: 0;
    line-height: 18px;
}
.product-content .pagination li,
.product-content .pagination li:first-child{
    padding: 0;
}
.product-content .desc li.page-item:before{
    display:none;
}
.product-content .desc h6{
font-size: 20px;
text-transform: none;

margin:20px 0 15px;
}
.product-content .desc .table{
border: 0;
}
.product-content .desc .table td,
.product-content .desc .table th{
border: 0;
padding: 0.35rem 0;
border-bottom: 1px solid #dbeae9;
border-style: dotted;  
}
.product-content .desc .table th{
  font-weight: 400; 
  font-size: 15px;
}
.product-content .desc .table td{
font-size: 14px;
text-transform: none;

}


.bg-laver{
      padding-left: 30px;
    border-left: 1px solid #cdebfd;  
}


.product-content .price .sum{
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: 'Orbitron', sans-serif;
}
.product-content .price .sum.active{
     font-size: 27px;
     font-weight: normal;
     font-family: inherit;
}
.product-content .file ul li {}
.product-content .file ul li a {
    max-width: 350px;
    padding: 1em 1em;
    overflow: hidden;
    background-color: white;
    margin: 0 0 1.5em;
    display: block;
    position: relative;
    border: 1px solid #dbeae9;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.product-content .file ul li a:hover{
    border: 1px solid #0064a7; 
}
.product-content .file ul li .ico {
    position: relative;
    max-width: 40px;
margin: 0 15px 0 0;
}
.product-content .file p{
    font-size: 14px;
    line-height: 130%;
    margin: 0;
        max-width: 220px;
}
.product-content .file img {
width:35px;
height: 35px;

}
.product-content .brend .logo{

}
.product-content .brend .logo img{
    max-width: 100%;
    max-height: 90px;
}
.product-content .nav-link {
    padding: 0.5rem 0;
}
.product-content .nav-tabs .nav-link{
    font-size: 16px;

    padding: 10px 15px 10px;

    color: #323232;
}
.product-content .nav-tabs .nav-link:hover,
.product-content .nav-tabs .nav-link.active, 
.product-content .nav-tabs .nav-item.show .nav-link {
color: #212529;
    background-color: #cdebfd;
    border-color: #0064a7 #cdebfd #cdebfd;
}
   .product-content .nav-tabs .nav-link:hover{
border-color: #0064a7 #cdebfd #cdebfd;
   }
   .product-content .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


@media(max-width:991px){
    .bg-laver{
      padding-left: 0;
         padding-top: 30px;
    border-left: 0;  
     border-top: 1px solid #cdebfd; 
}
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgb(255 255 255);
    border-radius: 0;
    outline: 0;
        background-clip: initial;
}
.modal-body{
    padding:2.5em;
}
.modal-form form p,
.modal-body form p{
        margin: 0 0 5px;
    font-size: 14px;
    opacity: 0.5;
}
.modal form textarea,
.modal-form form textarea,
.modal-form form input,
.modal-content form input{
        width: 100%;
    border: 1px solid;
    padding: 15px 20px;
    display: block;
    margin: 0 0 5px;
    outline: none;
        font-size: 15px;
    box-shadow: none;
        border: 1px solid #cdebfd;
}
.modal-content.modal-content-mini-form form input,
.modal-form.modal-content-mini-form form input{
        padding: .575rem .75rem;
}
.modal-content form input.error{
        border: 1px solid red;
}
.modal-dialog h6{
    font-size: 1.5em;
    margin: 30px 0 0; 
}
.modal-footer{
border-top: 0;
    text-align: center;
    margin: 0 auto 25px;
    text-align: center;
}
.modal-bg-form{
        padding: 1rem 2rem 2rem;
    background: #eff8fd;
}

.ec-rating-description {
 
    font-size: 13px;
    font-weight: 400;
}



.history-page .history-item {
    margin-top: 0;
}
    .history-page .history-item h2 {
    margin-bottom: 1.5rem;
}
.history-page .circle-container {
    border-bottom: 1px solid lightgray;
    height: 1px;
    margin-top: 50px;
    width: 100%;
}
.history-page .circle-container .circle {
    border: 1px solid lightgray;
    border-radius: 6px;
    height: 12px;
    left: 100%;
    position: relative;
    top: calc(100% - 6px);
    width: 12px;
}
.history-page .mention  .image img.full-width{
    max-height: 250px;
    width: auto;
    display: block;
    margin: auto;
}
.faq-item ul,
.faq-item ol,
.content-news ul,
.content-news ol,
.history-page ul,
.history-page ol{
    padding: 0;
    margin: 0 0 1rem;
}
.content-news ul li,
.content-news ol li,
.faq-item ul li,
.faq-item ol li,
.history-page ul li,
.history-page ol li{
    position: relative;
    padding: 0 0 5px 20px;  
        font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}
.content-news a{
     text-decoration: underline;   
}
.content-news ul li,
.content-news ol li{
       font-size: 16px;  
}
.content-news .slick-dots li.slick-active::before{
   background: #166688; 
}


.history-page p a,
.history-page ul li a{
     color: #015185;   
}
.history-page p a:hover,
.history-page ul li a:hover{
        text-decoration: underline;
}
.content-news ul li:before,
.content-news ol li:before,
.faq-item ul li:before,
.faq-item ol li:before,
.history-page ul li:before,
.history-page ol li:before{
    position: absolute;
    content: "";
    margin: 0 10px 0 0;
    height: 5px;
    width: 5px;
    background: #5ac5f2;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    left: 0px;
    top: 10px;
    bottom: 0;
 
}
.mention .text {
    border: 2px solid lightgray;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1.5rem;
}
.history-item p a,
.mention .text a{
        color: #337ab7;
}
.mention .image {
    border: 2px solid lightgray;
    height: 100%;
    padding: 1rem;
}
.mention img.full-width {
    height: auto;
    width: 100%;
}
@media (min-width: 767px){
.mention .text::before {
    border: 10px solid transparent;
    border-right: 10px solid lightgray;
    content: '';
    left: -3px;
    position: absolute;
    top: calc(100% / 2 - 20px);
}
.mention .text::after {
    border: 10px solid transparent;
    border-right: 10px solid white;
    content: '';
    left: 0;
    position: absolute;
    top: calc(100% / 2 - 20px);
}    
}
.map {
    height: 250px;
    width: 100%;
    margin: 0 0 20px;
}
.ymaps-2-1-78-map{
      width: 100%!important;  
}

.contact-item .name h3{
    border-left: 4px solid #337ab7!important;
    padding-left: 0.7rem!important;
}
.contact-item i.la {
    color: #337ab7;
    font-size: 1.4rem;
    margin-right: 0.4rem;
}
.contact-item a,
.contact-item strong,
.contact-item p{
    font-size: 16px;
    margin: 0 0 5px!important;
}

.faq-item a{
    border-bottom:1px solid;
}
.faq-item {
    border-bottom: 1px solid lightgray;
}
.faq-item:first-child {
    border-top: 1px solid lightgray;
}
.faq-item .caption {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 3rem 0;
}
 .faq-item .caption h3 {
    flex-basis: 80%;
    flex-shrink: 0;
    font-size: 1.5rem;
    margin: 0;
}
.faq-item .caption .circle {
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 13px;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    height: 25px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: 1rem;
    width: 25px;
}
.faq-item .caption .circle i {
    color: #337ab7;
    font-size: 20px;
    margin-left: 1px;
}
.faq-item .caption .circle i {
    color: #337ab7;
    font-size: 20px;
    margin-left: 1px;
}
.faq-item .caption:not(.collapsed) i.la-plus {
    display: none;
}
.faq-item .caption.collapsed i.la-minus {
    display: none;
}



.pagination .page-item .page-link{
  margin: 0.5rem;
    min-width: 67px;
    padding: 0.875rem 1.5rem;
    border-color: #337ab7;
    border-radius: 0;
    color: #337ab7;
    text-transform: lowercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;  
        border-top-left-radius: 0;
    border-bottom-left-radius: 0;
       text-align: center;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
 
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0  #5ac5f2;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #5ac5f2;
    box-shadow: 0 0 0 0 #5ac5f2;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}



@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}


@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}
  .contact-item h5{
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 20px;
    }

.menu-mob{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: white;
    padding: 2em 2em 3em;
    max-width: 95%;
    z-index: 99999;
    overflow-y: scroll;
    display: block;
    
      -webkit-transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    

-moz-transform: translate(-100%, 0px);
-webkit-transform: translate(-100%, 0px);
-o-transform: translate(-100%, 0px);
-ms-transform: translate(-100%, 0px);
transform: translate(-100%, 0px);
}
.menu-mob.active{
 -moz-transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);   
}
.menu-mob li li{
padding: 0 0 0 10px;
    position: relative;
}
.menu-mob li li:before{
    content: "-";
    width: 20px;
    left: 0;
    position: absolute;
    color: #008ec6;
    font-size: 20px;
    top: 0;
    line-height: 20px;
}
.menu-mob .close{
 position: absolute;
    right: 20px;
    top: 15px;   
}
.menu-mob li ul{
    height: auto;
    padding: 0 1em 1em;
    font-size: 15px;
}


.breadcrumb{
    background: transparent;
    padding: 0;
    color: #0064a7;
    font-size: 14px;    
}


.stepWorkItem {    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;height: 170px;background: #F5F5F5;display: inline-block;padding: 40px 45px;vertical-align: top;margin-bottom: 0;max-width: 100%;box-shadow: inset 1px 0px 0 15px #fff;}
.stepWorkItem:hover{
    background-color: #eaf1f9;
}
.stepWorkItem .numIconBl {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
}
.stepWorkItem .text {
    font-size: 16px;
}
.stepWorkItem .numSrtBl span {
    margin-left: 6px;
}
.stepWorkItem .numSrtBl span {
    font-size: 37.2548px;
    line-height: 37px;
    color: #004C81;
    font-weight: 600;
}
.stepWorkItem .numSrtBl span+span{
     animation: pulse 2s infinite;
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: initial;
    position: relative;   
}
.stepWorkItem .numSrtBl span+span svg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.iconStep{
    display:none;
}
.numSrtBl{
 font-family: 'Orbitron', sans-serif;   
}
.ui-front {
    z-index: 2200!important;
}
.mse2-ac-item{
   padding: 5px 15px;
   font-size:14px;
}

.header-cover{
background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    background: #d7d7d7;
}
.header-cover .container,
.header-cover .container>.row,
.header-cover{
    min-height: 380px;
}
.header-cover .title{
        color: white;
}
.header-cover p{
    font-size: 16px;
    max-width: 800px;
    margin: 10px auto;
}


@media(min-width: 1200px){
.site-header-main #mainMenu > ul > li.nav-item:hover .dropdown-menu{
   display:block;   
    box-shadow: 0px 20px 50px 4px rgb(2 100 169 / 28%);
}
}
@media(max-width: 700px){
  .slider-controls-directions{
   display:none;   
  } 
  .my-4,
  .name h2, .name h3, .name h1, .name h6 {
    font-size: 1.2em;
}
.slider .item .img>.d-flex {
    height: 250px;
    max-height: 250px;
}
}


@media(max-width: 575px){
    .stepWorkItem {
    height: 200px;
    background: #F5F5F5;
    display: inline-block;
    padding: 40px 25px;
    vertical-align: top;
    margin-bottom: 0;
    max-width: 100%;
    box-shadow: inset 1px 0px 0 2px #fff;
}
.breadcrumb{
    display:none;
}
.product-content .nav-tabs .nav-link{
    display: block;
    width: 100%;    
}
}









.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(207, 208, 208);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap:after {
    position: absolute;
    content: "";
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #ecedf3;
    background-image: url(../img/arrow-color.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -moz-transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
        margin: auto;
    right: 0;
    bottom: 0;
}
.progress-wrap:hover:after {
    opacity: 1;
}

.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: #5ac5f2;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.advantages {
    /* background-color: rgba(0, 0, 0, 0.045); */
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 3rem 0 1rem 0;
}
.advantages__item .image {
    flex-basis: 95px;
    flex-shrink: 0;
}
.advantages__item .image img {
    height: 55px;
}
.advantages__item .description p {
    color: #15a5d4;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 120%;
}




.certs-preview-list .preview-item .card {
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.certs-preview-list .preview-item{
    margin:0 0 20px;
}
.certs-preview-list .preview-item .card .image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 400px;
    max-width: 100%;
        width: auto;
        margin: 0 auto;
}
.certs-preview-list .preview-item .card .title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.75rem;
}


.certs-button-list button {
    border-color: #337ab7;
    border-radius: 0;
    color: #337ab7;
    padding: 0.275rem 1rem;
    border: 1px solid;
    background: transparent;
    text-transform: lowercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.certs-button-list button.active{
   background:#337ab7; 
   color:white;
}


.news_none .title {
    margin: 0 0 0.75rem!important;
}
.news-preview-list.news_none .news-preview-item {
    margin-bottom: 1rem;
}
.news_none .section,
.news_none .date,
.news_none a .image{
    display:none!important;
}

form .link_file{
        color: #1e77b3;
    text-decoration: underline;
}
 .label_checkbox input+span{
                                width: 20px;
                                background: white;
                                height: 20px;
                                border: 1px solid #cdebfd;
                                margin: 0 5px 0 0;
                                cursor: pointer;
            				    }
            				    
            				    .label_checkbox input:checked + span{
            				        border: 1px solid #1e77b3;
    background: #5ac5f2;
    box-shadow: inset 0px 0px 0 3px #eff8fd;
            				    }
            				    .label_checkbox input+span+span{
            				    font-size: 15px;
            				    cursor: pointer;
            				    }
/*---wthawk fixes---*/
.slider-full {
    height: 500px;
}
.slider-full.slick-initialized {
    height: auto;
}
.navbar .nav-item.dropdown:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
}
.form select {
    width: 100%;
    border: 1px solid;
    padding: 0.575rem 36px 0.575rem 0.75rem;
    display: block;
    margin: 0 0 5px;
    outline: none;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #cdebfd;
    height: 44px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-345 240-585l43-43 197 198 197-197 43 43-240 239Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}
.form textarea {
    padding: 0.575rem 0.75rem !important;
    min-height: 78px;
    resize: none;
}
.form input.file-with-comment-row {
    padding: 1.6em .75rem !important;
}
.custom-file--h-auto {
    height: auto;
}
@media (max-width: 767px) {
    .form input.file-with-comment-row {
        padding: .575em .75rem !important;
    }
}
@media (min-width: 768px) {
    .form-check-item {
        margin-right: 7.7vw;
    }
}
.contact-link {
    color: #337ab7;
    display: inline-flex;
}
.contact-link svg {
    margin-right: .85em;
    fill: #337ab7;
    transition: all 0.3s ease;
}
.contact-link:hover svg {
    fill: #000;
}
.menu-mob {
    background-color: #08395D;
    padding: 25px 16px 40px 16px;
    max-width: 100%;
    width: 100%;
}
.menu-mob .close {
    opacity: 1;
    top: 25px;
    right: 16px;
}
.menu-mob-logo {
    margin-bottom: 35px;
}
.menu-mob > ul > li.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.menu-mob > ul > li .nav-item-link-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.menu-mob > ul > li.nav-item > a, .menu-mob > ul > li.nav-item > .nav-item-link-holder > a {
    font-size: 27px;
    line-height: 105%;
    padding: 0 !important;
    color: #fff;
    display: inline;
}
.mob-sub-trigger {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    /*
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.07107 0.928932V15.0711M1 8H15.1421' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    */
}
.mob-sub-trigger:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display:block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition: .4s transform, .4s background-color;
}
.mob-sub-trigger:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    display:block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: .4s transform, .4s background-color;
}
.menu-mob > ul > li.nav-item.state-active .mob-sub-trigger {
    /*
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H15.1421' stroke='%235BC5F2' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    */
}
.menu-mob > ul > li.nav-item.state-active .mob-sub-trigger:before {
    transform: rotate(180deg);
    background-color: #5BC5F2;
}
.menu-mob > ul > li.nav-item.state-active .mob-sub-trigger:after {
    transform: rotate(90deg);
    background-color: #5BC5F2;
}
.menu-mob ul.menu-mob-sub {
    display: none;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.menu-mob ul.menu-mob-sub li {
    padding: 0;
}
.menu-mob ul.menu-mob-sub li:before {
    display: none;
}
.menu-mob ul.menu-mob-sub li:not(:first-child) {
    margin-top: 20px;
}
.menu-mob ul.menu-mob-sub li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 105%;
    color: #fff;
}
.menu-mob ul.menu-mob-sub li a.active {
    color: #5BC5F2;
}
.mob-menu-bottom {
    margin-top: 75px;
}
.mob-menu-bottom-phone {
    margin-bottom: 25px;
}
.mob-menu-bottom-phone a {
    color: #fff;
    font-size: 22px;
    line-height: 90%;
}
.mob-menu-bottom-phone a svg {
    margin-right: 10px;
}
.mob-menu-contact-item {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 90%;
    margin: 10px 0;
}
.mob-menu-contact-item a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
}
.mob-menu-socials {
    display: flex;
    margin-top: 30px;
}
.mob-menu-socials a:not(:first-child) {
    margin-left: 20px;
}
body.mob-menu-active {
    overflow: hidden;
}
/** new mob header**/
.navbar-toggler--mob {
    display: none;
}
@media (min-width: 768px) and (max-width: 1100px) {
    .stepsWork {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .stepWorkItem {
        height: auto;
    }
}
@media (max-width: 767px) {
    header {
        padding: 16px 0;
    }
    header .title, header .social {
        display: none !important;
    }
    header .logo {
        margin: 0;
        width: 132px;
    }
    header .phone {
        position: absolute;
        right: 66px;
        top: 55%;
        transform: translateY(-50%);
    }
    header .phone i.la-phone {
        font-size: 22px;
    }
    header .phone span {
        display: none;
    }
    header .container .row .col-auto {
        position: static;
    }
    section.slider .slider-full:not(.slick-initialized) {
        display: none;
    }
    section.slider .slider-full .item .col-lg + .col-lg-7 {
        display: none;
    }
    section.slider .slider-full .item {
        min-height: 372px;
        position: relative;
    }
    section.slider .slider-full .item:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    section.slider .slider-full .item .container {
         position: relative;
         z-index: 2;
         color: #fff;
    }
    section.slider .slider-full .slick-arrow {
        display: none !important;
    }
    .advantages__item {
        display: block !important;
    }
    .advantages__item .description {
         margin-top: 16px;   
    }
    .image img {
        max-width: 100%;
    }
    .stepsWork.row {
        margin: 0;
    }
    .stepWorkItem {
        height: auto;
    }
    .stepWorkItem p {
        margin-bottom: 0;
    }
    .site-header-main {
        display: none;
    }
    .navbar-toggler--mob {
        display: flex;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .history-item {
        margin-bottom: 32px;
    }
    .history-page .history-item h2 {
        margin-bottom: 1rem;
    }
    .history-item ul:last-child,
    .history-item li:last-child,
    .history-item p:last-child,
    .history-item div:last-child,
    .history-item ol:last-child
    {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}
.vacancy-cta-section {
    background-color: #F3F8FB;
    padding-top: 2.25rem;
    margin-bottom: 3.75rem;
}
.vacancy-cta-section .container {
    display: flex;
    gap: 1.5rem;
}
.vacancy-cta-section__image {
    width: 26.438rem;
    height: auto;
}
.vacancy-cta-section__title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    line-height: 115%;
}
.vacancy-cta-section__left {
    padding-top: 2rem;
    flex-grow: 1;
}
.vacancy-cta-section__right {
    padding-right: 7.688rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.vacancy-cta-section__text-1 {
    font-size: 1.25rem;
    color: #2c3135;
    opacity: .8;
    max-width: 27.938rem;
}
.vacancy-cta-section__text-2 {
    font-size: 1.25rem;
    color: #2c3135;
    max-width: 32.25rem;
    margin-top: 5rem;
}
.vacancy-cta-section .btn {
    margin-top: 2rem;
}
.vacancy-cta-section__image {
    width: 100%;
    height: auto;
}
.name--vacancy {
    margin-bottom: 3rem;
}
.name--vacancy h1, .name--vacancy h2 {
    margin: 0;
}
.name--vacancy h2 {
    font-size: 2rem;
}
.main-grid {
    display: grid;
    grid-template-columns: 20.313rem 1fr;
    gap: 2.5rem;
}
.filters__mob-trigger {
    display: none;
}
.filters {
    line-height: 1;
}
.filters input[type="checkbox"], .terms-accept input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	width: 1.25rem;
	min-width: 1.25rem;
    height: 1.25rem;
	border-radius: 0.25rem;
	padding: 0;
	border: 2px solid #0064a7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}
.filters input[type="checkbox"]:checked, .terms-accept input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5 10L12 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-color: #0064a7;
}
.filters__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.search-item {
    position: relative;
}
.search-item input[type="text"] {
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    height: 2.56rem;
    font-size: 0.88rem;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 1rem;
    border:none;
    background: #f2f7fb;
    width: 100%;
}
.search-item svg {
    width: 1.125rem;
    height: auto;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
}
.filter-item__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}
.filter-item {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.filter-item__title {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    color: #101010;
    margin-bottom: 1.25rem;
}
.filter-item__option label {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 0;
    color: rgba(16, 16, 16, 0.8);
}
.filters__reset {
    color: #0064a7;
    font-size: 1rem;
    display: inline;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px dashed;
    margin-top: 1.5rem;
}
.vacancy-list, .vacancy-list > div#mse2_results {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.vacancy-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.vacancy-item__trigger-top {
    display: flex;
    gap: 5rem;
    margin-bottom: 2.375rem;
}
.vacancy-item__title {
    font-size: 1.5rem;
    line-height: 120%;
    flex-grow: 1;
}
.vacancy-item__city {
    white-space: nowrap;
    font-size: 1.25rem;
}
.vacancy-item__trigger-actions {
    display: flex;
    gap: 1.875rem;
}
.btn-outline-brand.btn-outline-brand--2 {
    background: #7FA6C0;
}
.vacancy-item__desc {
    font-size: 1rem;
}
.vacancy-item__desc-inner {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}
.vacancy-item__desc p {
    margin: .75rem 0;
}
.vacancy-item__desc ul li {
    position: relative;
    padding-left: 1.5rem;
}
.vacancy-item__desc ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #5AC5F2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .6rem;
}
.vacancy-item__trigger-action-text1 {
    display: none;
}
.btn.collapsed .vacancy-item__trigger-action-text1 {
    display: inline;
}
.vacancy-item__trigger-action-text2 {
    display: inline;
}
.btn.collapsed .vacancy-item__trigger-action-text2 {
    display: none;
}
.vacancy-item .btn svg {
    transform: rotate(-180deg);
    transition: .3s transform;
}
.vacancy-item .btn.collapsed svg {
    transform: rotate(0);
}
.vacancy-item__trigger-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
}
.vacancy-form-section {
    background: #f2f7fb;
    padding: 3.75rem 0;
    margin-top: 9.375rem;
}
.vacancy-form-holder {
    display: flex;
    gap: 5.875rem;
}
.vacancy-form-holder form {
    flex-grow: 1;
}
.vacancy-form-holder form input[type="text"], .vacancy-form-holder form textarea {
    font-size: 1.25rem;
    margin: 0;
}
.vacancy-form-holder form input[type="text"] {
    height: 4rem;
}
.vacancy-form-holder__title {
    width: 24.563rem;
    min-width: 24.563rem;
    font-size: 2rem;
    color: #212529;
    line-height: 110%;
}
.vform > .row > .col-12{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.vform .custom-file {
    height: auto;
}
.vform .custom-file input {
    margin: 0;
    background-color: #fff;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
}
.form-file-field__label {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.25rem;
}
.vform__actions {
    display: flex;
    align-items: center;
    gap: 1.625rem;
    margin-top: 1.25rem;
}
.vform__terms {
    max-width: 20rem;
    color: rgba(0, 0, 0, 0.6);
}
.vform__terms a{
    text-decoration: underline;
}
.vacancy-form-section + section.subscribe {
    margin-top: 0 !important;
}
#vacancyModal .modal-body > form > .row {
    display: block;
    margin: 0;
}
#vacancyModal .modal-body > form > .row .col-12 {
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    gap: .25rem
}
#vacancyModal h5 {
    font-size: 1.25rem;
    color: #212F3D;
}
#vacancyModal .form-file-field__label {
    font-size: 1rem;
}
#vacancyModal .modal-body h5 + p {
    line-height: 130%;
    margin-bottom: 1rem;
}
#vacancyModal .vform__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
#vacancyModal .vform__terms {
    color: #6c757d;
    opacity: .5;
    font-size: 14px;
    max-width: 24rem;
}
#vacancyModal .vform__terms a {
    text-decoration: none;
}
@media (max-width: 1100px) {
    .vacancy-cta-section {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .vacancy-cta-section__left {
        padding-top: 0;
    }
    .vacancy-cta-section__right {
        display: none;
    }
    .vacancy-cta-section__text-2, .vacancy-cta-section__text-1 {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .vacancy-cta-section__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .name--vacancy {
        margin: 0 0 1rem 0;
    }
    .name--vacancy h1, .name--vacancy h2 {
        font-size: 1.5rem;
    }
    .main-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .filters__mob-trigger {
        display: inline-flex;
        align-items: center;
        gap: .75rem;
    }
    .filters__mob-trigger svg {
        transition: .3s transform;
    }
    .state-active .filters__mob-trigger svg {
        transform: rotate(-180deg);
    }
    .filters__list {
        display: none;
        padding-top: 1.5rem;
    }
    .filter-item {
        margin-top: 1.5rem;
    }
    .vacancy-item__trigger-top {
        display: block;
        margin-bottom: 1.5rem;
    }
    .vacancy-item__city {
        margin-top: .25rem
    }
    .vacancy-item .btn.btn-outline-brand {
        padding: .5rem 1.5rem
    }
    .vacancy-form-holder {
        display: block;
    }
    .vform {
        margin-top: 1.5rem;
    }
    .vacancy-form-holder form input[type="text"], .vacancy-form-holder form textarea {
        font-size: 1rem;
        margin: 0;
    }
    .vacancy-form-holder form input[type="text"] {
        height: 3rem;
    }
    .vform > .row > .col-12 {
        gap: 1rem;
    }
    .vform__actions {
        display: block;
    }
    .vform__terms {
        margin-top: 1rem;
    }
    .vacancy-form-section {
        margin-top: 3rem;
        padding-top: 3rem;
    }
    .modal-body {
        padding: 1.5em;
    }
}
.about-block {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.about-block__images {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.about-block__images img {
    width: 48.48%;
    height: auto;
}
.features-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.feature {
    text-align: center;
}
.feature__top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}
.feature__value {
    font-weight: 700;
    font-size: 3.38rem;
    line-height: 133%;
    text-transform: uppercase;
}
.feature__value span {
    color: #004381;
}
.company-structure-section {
    margin-top: 6.25rem;
}
.structure-tree__row {
    display: flex;
    justify-content: center;
    margin: 0 -14px;
}
.structure-tree__col {
    width: 244px;
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
}
.structure-tree__col {
    position: relative;
}
.structure-tree__col:before {
    content: '';
    height: 2rem;
    width: 2px;
    background-color: #E5EFF9;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.structure-tree__row:first-child .structure-tree__col {
    padding-bottom: 2rem;
}
.structure-tree__row:first-child .structure-tree__col:before {
    bottom: 0;
}
.structure-tree__row + .structure-tree__row .structure-tree__col {
    padding-top: 2rem;
    border-top: 2px solid #E5EFF9;
}
.structure-tree__row + .structure-tree__row .structure-tree__col:before {
    top: 0;
}
.structure-tree__row + .structure-tree__row .structure-tree__col:first-child,
.structure-tree__row + .structure-tree__row .structure-tree__col:last-child {
    border-top: 0;
}
.structure-tree__row + .structure-tree__row .structure-tree__col:first-child:after,
.structure-tree__row + .structure-tree__row .structure-tree__col:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 2px;
    background-color: #E5EFF9;
}
.structure-tree__row + .structure-tree__row .structure-tree__col:first-child:after {
    right: 0;
}
.structure-tree__row + .structure-tree__row .structure-tree__col:last-child:after {
    left: 0;
}
.structure-tree__row + .structure-tree__row {
    padding-bottom: 2rem;
    position: relative;
}
.structure-tree__row + .structure-tree__row:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #E5EFF9;
    transform: translateX(-50%);
}
.structure-tree__row:last-child {
    padding-bottom: 0;
}
.structure-tree__row:last-child:before {
    display: none;
}
.team-item {
    width: 100%;
}
.team-item__info {
    padding: .625rem;
    background: #f3f5f7;
}
.team-item__image {
    width: 100%;
    height: 11.875rem;
    object-fit: cover;
}
.team-item__name {
    font-size: 1.25rem;
    line-height: 130%;
    color: #0064A7;
}
.team-item__pos {
    margin-top: .25rem;
    line-height: 125%;
}
.mission-section {
    margin-top: 7.813rem;
}
.sub-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 130%;
    color: #0064A7;
    margin-bottom: 1.5rem;
}
.tiles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.tiles-list--2 {
    display: flex;
    flex-wrap: wrap;
}
.tiles-list--2 .tile-item {
    width: calc(50% - 1rem);
}
.tiles-list--2 .tile-item:nth-child(3n) {
    width: 100%;
}
.tile-item {
    padding: 1.5rem 6rem 1.5rem 1.5rem;
    background-color: #EFF8FD;
    position: relative;
}
.tile-item__icon-holder {
    width: 4rem;
    height: 4rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tile-item__name {
    font-weight: 700;
    /*font-size: 1.25rem;*/
    font-size: 1.45rem;
    line-height: 130%;
}
.tile-item__desc {
    line-height: 175%;
    margin-top: .75rem;
}
.tile-item__logos {
    position: absolute;
    right: 1.5rem;
    top: .875rem;
}
.tile-item--2 {
    padding: 1.5rem;
}
.tile-item--2 .tile-item__icon-holder {
    position: static;
    background: none;
    width: auto;
    height: auto;
    margin-bottom: .75rem;
    display: inline-block;
}
.tile-item--2 .tile-item__icon-holder img {
    width: 4rem;
    height: auto;
}
.tiles-list__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.vision-section {
    margin-top: 6.25rem;
}
.video-section {
    margin-top: 6.25rem;
}
.video-item {
    position: relative;
}
.video-item:before {
    content: '';
    background-image: url('../img/icon_paly.svg');
    background-repeat: no-repeat;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s transform;
    cursor: pointer;
}
.video-item:hover:before {
    transform: translate(-50%, -50%) scale(1.2);
}
.video-item img {
    width: 100%;
    height: auto;
}
.why-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.why-us__image-holder {
    position: relative;
    min-height: 49.5rem;
}
.why-us__image-holder:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2;
}
.why-us__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}
.why-us__text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 116%;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 2.5rem;
}
.stories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.stories-item__image-holder {
    overflow: hidden;
    display: block;
}
.stories-item__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .3s transform;
}
.stories-item__image:hover {
    transform: scale(1.1);
}
.stories-item__info {
    padding: 1.5rem;
    background-color: #F3F5F7;
    transition: .3s background-color;
}
.stories-item__title {
    font-size: 1.25rem;
    line-height: 130%;
    color: #0064A7;
    border-left: 2px solid #0064A7;
    padding-left: .375rem;
}
.stories-item__pos {
    line-height: 175%;
    margin-top: .5rem;
}
.stories-item__more {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    line-height: 162%;
    color: #0064A7;
    gap: .5rem;
}
.stories-item__more:before {
    content: '';
    width: 12px;
    height: 14px;
    background-image: url('../img/icon_bullet.svg');
    background-repeat: no-repeat;
}
.stories-item:hover .stories-item__info {
    background-color: #EFF8FD;
}
.story-detail {
    display: grid;
    grid-template-columns: 20.875rem 1fr;
    gap: 2rem;
}
.story-detail__name {
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 130%;
}
.story-detail__pos {
    line-height: 175%;
    margin-top: .5rem;
}
.story-detail__pos span {
    color: #0064A7;
}
.story-detail__pos + .story-detail__pos {
    margin-top: .25rem;
}
.story-detail__text h2 {
    border-left: 2px solid #0064A7;
    padding-left: .875rem;
    font-size: 1.75rem;
    line-height: 121%;
    margin: 1.5rem 0 1rem 0;
}
.story-detail__text h2:first-child {
    margin-top: 0;
}
.story-detail__text p {
    line-height: 175%;
}
.stories-panel, .news-panel {
    margin-top: 6.25rem;
}
.news-preview-item--2 .section {
    font-size: 1.25rem;
    line-height: 130%;
}
.news-preview-item--2 .details {
    margin-top: 1rem !important;
}
.more-line {
    text-align: center;
    margin-top: 2.5rem;
}
.more-line--smt {
    margin-top: .5rem;
}
.story-detail__stick {
    position: sticky;
    top: 1rem;
}
@media (max-width: 1500px) {
    .about-block {
        grid-template-columns: 1fr;
    }
    .feature__value {
        font-size: 2.8rem;
    }
}
@media (max-width: 1100px) {
    .structure-tree__col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .structure-tree__col:first-child:before {
        margin-left: 1px;
    }
    .structure-tree__col:before {
        transform: translateX(calc(-50% - 1px));
    }
    .tiles-list {
        grid-template-columns: 1fr;
    }
    .why-us {
        grid-template-columns: 1fr;
    }
    .why-us__image-holder {
        min-height: 38rem;
    }
    .stories {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .company-structure-section, .mission-section, .vision-section, .video-section {
        margin-top: 3rem;
    }
    .features-list {
        gap: .5rem;
    }
    .feature__value {
        font-size: 1.7rem;
    }
    .feature__top img {
        width: 2rem;
        height: 2rem;
    }
    .video-item:before {
        width: 3rem;
        height: 3rem;
    }
    .why-us__text {
        padding: 1rem;
        font-size: 1.5rem;
    }
    .tiles-list--2 {
        gap: 1rem
    }
    .tiles-list--2 .tile-item {
        width: 100%;
    }
    .stories {
        grid-template-columns: 1fr;
    }
    .story-detail {
        grid-template-columns: 1fr;
    }
    .story-detail__text h2 {
        font-size: 1.3rem;
    }
    .stories-panel, .news-panel {
        margin-top: 3rem;
    }
}
.terms-accept {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}
.terms-accept + .terms-accept {
    margin: .5rem 0 0 0; 
}
.terms-accept a {
    text-decoration: underline;
}
.terms-accept input[type="checkbox"] {
    padding: 0 !important;
}
.terms-invalid .terms-accept input[type="checkbox"], .terms-invalid.terms-accept input[type="checkbox"] {
    border-color: red;
}
.col-terms {
    gap: 0 !important;
    margin: 1.25rem 0 0 0;
}
.footer-terms {
    margin: 12px 0 0 0;
    line-height: 110%;
}
.footer-terms a {
    text-decoration: underline;
}
.footer-terms a:hover {
    text-decoration: none;
}