@charset "UTF-8";
/*
Theme Name: varyag_template
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 4.9.6
Version: 1.4 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

.wp-pagenavi {
    display: flex !important;
    justify-content: center !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 14px;
}

.slick-arrow{
    display: none !important;
}
.agree {display:none}

.wpcf7-form-control-wrap{
    display: block;
    padding-bottom: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute !important;
    width: 230px;
    top: 107%;
    line-height: 1em;
    color:#fff !important;
}

.contacts-form .wpcf7-not-valid-tip {
    color:tomato !important;
    top: 69%;
}

.modal {
    width: 350px;
    padding: 30px 20px;
    display: none;
}
.modal .modal__header {}
.modal .modal__header .modal__title {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0.5em;
}
.modal .modal__body {}
.modal .modal__body .input-group {}
.modal .modal__body .input-group .contacts-form-textarea {
    margin-bottom: 0;
}
.modal .modal__body .input-group .contacts-form-input {
    width: 100%;
}
.modal .modal__body .contacts-form-bottom {}
.modal .modal__body .contacts-form-btn {
    width: 100%;
}
.modal .modal__body .contacts-form-bottom .contacts-form-btn:hover {}
.modal .modal__body .contacts-form-bottom .contacts-form-btn:active {}
.modal .modal__body .contacts-form-bottom .contacts-form-btn:focus {}
.modal .modal__body .contacts-form-bottom .contacts-form-text {}

.contacts-form-inputs .wpcf7-form-control-wrap{
    width: 48%;
}

.contacts-form-inputs .wpcf7-form-control-wrap input{
    width: 100%;
}

.main-about-info p{
    margin-bottom: 1em;
}
/* .header-mnu .current-menu-item a {
	position: relative;  
}

.header-mnu .current-menu-item a:before {
	width: 100%;
	height: 1px;
	background-color: #D3D3D3;
	position: absolute;
	bottom: -7px;
	left: 0;
	
}
.header-mnu .current-menu-item a{
    color:#BB3031;
}
.header-mnu .current-menu-item a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #D3D3D3;
	position: absolute;
	bottom: -5px;
	left: 0;
	
} */

.footer-form .wpcf7-form-control-wrap{
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer-form{
    align-items: center;
}
.footer-form input{
    width: 88%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header--abs{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}

.wpcf7-response-output{
    display: none !important;
}

.mnu ul.sub-menu {
	display: none;
}

.mnu ul.sub-menu li a {
	font-size: 14px;
	text-transform: none;
}

.mnu ul.sub-menu li {
	margin-bottom: 5px;
}

.mnu .menu-item-has-children>a {
	position: relative;
	padding-right: 15px;
}
.mnu .menu-item-has-children{
    position: relative;
}
.mnu .menu-item-has-children>a:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url("../img/arrow-down.svg") no-repeat center;
	position: absolute;
	top: 6px;
	right: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.menu-item-has-children{
    position: relative;
    padding-right: 15px;
}
.menu-item-has-children:after {
    content: '';
    width: 8px;
    height: 8px;
    background: url('img/arrow-down.svg') no-repeat center;
    position: absolute;
    right: 0;
    top: 8px;
}


.header-mnu ul.sub-menu {
	width: 250px;
	position: absolute;
	left: -10px;
	padding-top: 15px;
	z-index: 100;
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
    top:145%;
}

.header-mnu ul.sub-menu li {
	margin-bottom: 10px;
	margin-right: 0;
    display: block;
}
.header-mnu ul.sub-menu li:last-child{
    margin-bottom: 0;
}

.header-mnu ul.sub-menu li a {
	font-size: 14px;
    font-size: 15px;   
    text-transform: normal;
    color: #0B2753;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.services-items{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.services-items .services-item{
    width: 49%;
}
.advantages-items{
    margin-top: 50px;
}
.header-logo{
    font-weight: 700;
    font-size: 28px;
}
.main-news-tabs-content{
    margin-top: 50px;
}

header.fixed{
    background: #0083C4;
    padding: 12px 0;
}
.main-services--content{
    padding-top: 0;
}

.bpad{
   padding-top: 100px;
   padding-bottom: 100px;
}
.main-top-block{
    min-height: 900px;
    /* padding-top: 200px;  */
}
.news_items{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: flex-start;
}
.news_items .news__item{
    width: 23.5% ;
    max-width: 23.5% ;
    margin: 0 ;
    padding-bottom: 20px;
}
.header__logo{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

@media only screen and (max-width:500px) {
    .contacts-form-inputs .wpcf7-form-control-wrap{
        width: 100%;
    }    
	.main-services {
		padding: 120px 0 0px;
	}
    .news_items .news__item{
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .news_items .news__item{
        width: 100%;
        max-width: 100%;
    }
}


.header-logo, .footer-logo {
	max-width: 165px;
}
header {
    position: fixed;
    margin: 0 auto;
    width: 100%;
	z-index: 10;
}

.service-works-desc p{
    margin-bottom: 1em;
    line-height: 1.6em;
}

.hidden-text{
    display: none;
} 

.solutions__text p{
    margin-bottom: 0.8em;
}

.content{
    padding-top: 40px;
}

.content strong {
    font-weight: 600; }
  
  .content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0.5em;
}

.header.fixed{
    background-color: rgb(46 46 46 / 88%);
}
  
  .content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px; }
    .content ul li {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6;
      padding-left: 5px;
      margin-bottom: 0.4em;
      margin: 0; }
  
  .content ol {
    margin-bottom: 20px; }
    .content ol li {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6;
      padding-left: 5px;
      margin-bottom: 0.4em;
      margin: 0;
      padding-left: 30px; }
  
  .content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0; }


    .main-top-block{
        position: relative;
        content: '';
    }
    .main-top-block:after{
        content: '';
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: linear-gradient(to bottom, #0000004f, #00000061, #00000082, #000);
    }

    .technologies__slider-left img{
        max-width: 200px;
    }
    
    @media screen and (max-width: 768px) {
      .content h2 {
        font-size: 26px; } }
    .content h2 span {
      color: #000; }
  
  .content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .content h3 {
        font-size: 22px; } }
  
  .content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .content h4 {
        font-size: 18px; } }
  
  .content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .content h5 {
        font-size: 16px; }
    
    
    }
  
  .content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px; }
  
  .content--white p {
    color: #fff; }

.technologies-technologies
{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: flex-start;
}
.technologies__slider-nav-item{
    width: 24%;
    padding: 30px;
    border: 1px solid #cacaca;
    margin-bottom: 15px;
}


/* Advantages section */
.advantages {
	padding: 50px 0;
}

.advantages-desc {
	margin-bottom: 60px;
}

.advantages-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -50px;
}

.advantages-item {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
	padding-right: 10px;
}

.advantages-item-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 35px;
}

.advantages-item-info {
	width: 100%;
}

.advantages-item-title {
	font-size: 21px;
	font-weight: 600;
	color: #0B2753;
	margin-bottom: 10px;
}

.advantages-item-text {
	line-height: 1.6;
	color: #333;
}

/* Info section */
.info {
	padding: 50px 0;
}

.info-last-block {
	padding-bottom: 150px;
}

.info-wrapper {
	background-color: #0B2753;
	padding: 40px 45px;
	position: relative;
}

.info-title {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.info-text {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.info-text a {
	font-weight: bold;
	text-decoration: underline;
}

.info-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
}

@media screen and (max-width: 992px) {
    .technologies__slider-nav-item{
        width: 32%;
    } 
}

@media screen and (max-width: 768px) {
    .technologies__slider-nav-item{
        width: 48%;
    } 
    .advantages-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .advantages-items {
        display: block;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .wrapper{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .advantages {
        padding: 0px 0;
    }
}

@media screen and (max-width: 540px) {
    .wrapper {
        padding: 0 20px;
    }
}