@charset "utf-8";


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul,nav{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}a{text-decoration:none;}input{-webkit-appearance:none;}


.clearx{
    clear: both;
}

body {
    background-color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    color: #000;
    overflow-x: hidden;
    font-family: Unbounded;
    font-weight:300;
}

.container {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.container2{
  /* width: 1362px; */
  width: calc(100% - 28%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.container3 {
    display: block;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.header.flex.new .container3{    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}

.link-company {
    margin-top: 50px;
    color: #fff;
    padding: 4px 0;
    padding-right: 95px;
    border-right: 1px solid #ffffff94;
}
.wrapper-links-documents {
  display: inline-flex;
  flex-direction: column;
}
a.ssilka-doc {
  margin-bottom: 20px;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header{
  width: calc(100% - 19%);
  margin: 0 auto;
  padding: 30px 0;
}

.header.flex.new {
    background: #00A232;
background: linear-gradient(90deg,rgba(0, 162, 50, 1) 0%, rgba(5, 40, 226, 1) 100%);
}

.header.flex.new{
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.main_menu > li{
  margin-right: 90px;
}

.main_menu li:last-of-type{
  margin-right: 0;
}

.main_menu > li > a{
  color:#000;
  font-family: "Unbounded";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: .4s;
}

.header.flex.new .main_menu > li > a{
  font-family: "Unbounded";
  text-transform: uppercase;
  font-weight:300;
  font-size:14px;
  color: #fff;
  transition: .4s;
}

.header.flex.new .main_menu > li{
  margin-right: 45px;
}

.header.flex.new .main_menu > li {
    padding-bottom: 25px;
    padding-top:25px; ;
}

.header.flex.new .main_menu > li > a:hover{
  color: #9BB78F;
}

.main_phrase{
  /* width: 575px; */
  width: 42%;
  text-transform: uppercase;
  font-family: "Unbounded";
  margin-right: -295px;
  position: relative;
}
.text-about-the-company {
    text-align: left !important;;
}
li.li-about-the-company {
    padding-left: 70px;
    margin-bottom: 10px !important;
    text-align: left;
}
li.li-about-the-company:before {
    left: 0 !important;
}
.main_phrase span{
  background: #fff;
  font-size: 43px;
    line-height: 1.4;
  position: relative;
  z-index: 2;
  box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -moz-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -webkit-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -ms-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -o-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
}

.main_phrase a, .who_for a, .navigation .next{
  font-size: 16px;
  font-family: "Unbounded";
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  transition: .4s;
  margin-top: 75px;
}

.main_phrase a:hover, .who_for a:hover, .all_news:hover, .navigation .next:hover{
  color: #05828E;
}

.main_phrase a svg,
.who_for a svg,
.all_news svg,
.navigation .next svg{
  margin-left: 30px;
}

.main_phrase a svg #Ellipse_14,
.main_phrase a svg #Icon_ionic-ios-arrow-back,
.who_for a svg #Ellipse_14,
.news_content .article_single .readmore svg #Ellipse_14,
.news_content .article_single .readmore svg #Icon_ionic-ios-arrow-back,
.all_news svg #Icon_ionic-ios-arrow-back,
.all_news svg #Ellipse_14,
.navigation .next svg  #Ellipse_14,
.navigation .prev svg  #Ellipse_14,
.navigation .next svg  #Icon_ionic-ios-arrow-back,
.navigation .prev svg  #Icon_ionic-ios-arrow-back
{
  transition: .4s;
}

.who_for a:hover svg #Ellipse_14{
  fill: #05828E;
  stroke: #05828E;
}

.main_phrase a:hover svg #Ellipse_14,
.news_content .article_single .readmore:hover svg #Ellipse_14,
.all_news:hover svg #Ellipse_14,
.navigation .next:hover svg #Ellipse_14,
.navigation .prev:hover svg #Ellipse_14{
  stroke: #05828E;
}

.main_phrase a:hover svg #Icon_ionic-ios-arrow-back,
.news_content .article_single .readmore:hover svg #Icon_ionic-ios-arrow-back,
.all_news:hover svg #Icon_ionic-ios-arrow-back,
.navigation .next:hover svg #Icon_ionic-ios-arrow-back,
.navigation .prev:hover svg #Icon_ionic-ios-arrow-back{
  fill: #05828E;
  stroke: #05828E;
}

.main_image{
    width: 79%;
}

.main_image img{
  width: 100%;
}

.contact_line.flex{
  justify-content: flex-end;
  color: #000;
  font-family: "Unbounded";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 15px;
}

.contact_line.flex a{
  color: #000;
  margin-right: 55px;
  transition: .4s;
}

.contact_line.flex a:hover{
	color: #05828E;
}

.zag, h1{
  font-family: "Unbounded";
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}

h1{
	margin: 50px 0;
}

.risk_content{
  margin-top: 100px;
  position: relative;
}

.risk_content::after{
	content: '';
	background: url(../images/after.png);
	width: 400px;
	height: 394px;
	position: absolute;
    right: -245px;
    top: -120px;
    pointer-events:none;
}

.risk_content .zag + p {
  width: 590px;
  line-height: 1.7;
  margin-bottom: 100px;
}

.risk_content .flex > a{
  display: block;
  width: 25%;
  width: 247px;
  height: 247px;
  box-sizing: border-box;
  padding: 25px;
  color: #000;
  border: 3px solid #000;
  position: relative;
  margin-bottom: 58px;
  background: transparent;
  transition: .4s;
}

.risk_content .flex > a:hover{
  background: #05828E;
  border: 3px solid #05828E;
  color: #fff;
}

.risk_content .flex > a span{
  display: block;
  font-family: "Unbounded";
  font-size: 52px;
  margin-top: 15px;
}

.risk_content .flex > a b{
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: calc(100% - 50px);
  line-height: 1.4;
}

.advert {
  align-items: flex-start;
  justify-content: flex-start;
  height: 175px;
  width: 100%;
  box-sizing: border-box;
  padding: 46px 46px;
  margin: 40px 0px 140px 0;
}

.advert p{
  font-family: "Unbounded";
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
  position: relative;
  line-height: 1.3;
  margin-left: 15px;
  width: 88%;
}

.icons{
  margin-bottom: 180px;
  margin-top: -22px;
}

.icons > div img{
  background: #05828E;
  border-radius: 50%;
  padding: 5px 2px 0px 2px;
  margin-right: 25px;
  transition: .4s;
}

.icons > div:hover img{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s;
}

.icons > div p{
  line-height: 1.3;
}

.icons > div p span{
  font-family: "Unbounded";
}

.zag_gray{
  font-family: "Unbounded";
  text-transform: uppercase;
  font-size: 92px;
  opacity: .05;
  z-index: -1;
  position: relative;
  padding-left: 13px;
}

.who_advert{
    position:relative;
}

.who_for ul{
  width: 295px;
  margin-top: 60px;
}

.who_for ul li{
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px;
}

.who_for ul li::before{
  content: '';
  background: #000;
  height: 1px;
  width: 45px;
  position: absolute;
  left: -70px;
  top: 12px;
}

.advert2{
  width: 501px;
  position: relative;
  margin-right: 150px;
}

.advert2 svg{
  position: absolute;
  left: -40px;
  top:0;
  display: none;
}

.advert svg{
  display: none;
}

.advert2 span{
  background: #fff;
  font-size: 35px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -moz-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -webkit-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -ms-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  -o-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  font-family: "Unbounded";
  text-transform: uppercase;
}

.who_advert.flex{
  align-items: flex-start;
  margin-bottom: 150px;
}

.fos .zag + p{
  line-height: 1.7;
  margin-top: -10px;
}














.av-form .form-block.form__form-block {
    position: relative;
    top: 0;
    left: 0;
}

.av-form .form-block.form__form-block > label {
    position: absolute;
    top: 0;
    left: 0;
}

.av-form .form-block.form__form-block > label b{
  color:#05828E;
}

.av-form {
    text-align: left;
    font-size: 0;
    position: relative;

}

.av-form > *{
    display: inline-block;
    transition: .4s;
    vertical-align: bottom;
}

.av-form .clearx{
    display: block!important;
}

.av-form > *.form-block-hide{
    width: 0;
    overflow: hidden;
    transition: .4s;
    margin-top: 0!important;
    height: 0!important;
}

.av-form .form-block.form__form-block{
  height: 26px;
  margin-top: 0;
  position: relative;
}

.av-form .form-block.form__form-block:nth-child(4), .av-form .form-block.form__form-block:nth-child(5){
    margin-right: 0;
}

.av-form .form-block.form__form-block > label{
  font-size: 14px;
  cursor: auto;
  transition: .4s;
  text-align: left;
  white-space: nowrap;
  top: -3px;
  left: 0;
  opacity: 1;
  color: #000;
  font-family: "Unbounded";
}

.av-form .form-block.form__form-block > input[type="text"]{
    display: inline-block;
    text-align: left;
    width: 234px;
    background: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    font-size: 14px;
    border-bottom: 1.5px solid #000;
    color: #000;
    font-family: "Unbounded";
    font-weight: 300;
    height: 32px;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    margin-right: 50px;
}

.av-form .form-block.form__form-block > label.active{
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}

.av-form .form-block.form__form-block > label.error{
  top: 42px;
  left: 0;
  font-size: 11px;
  color: #ea3377;
  font-weight: 400;
}

.av-form .form-block.form__form-block > input[type="submit"]:hover{
    background: #05828E;
}

.av-form .form__form-select{
  position: absolute;
  bottom: -62px;
  left: 0;
  width: auto;
  color: #000;
}

.av-form .form__form-select::before{
    content: 'Вы должны согласиться с политикой конфеденциальности';
    display: block;
    position: absolute;
    white-space: initial;
    opacity: 0;
    transition: .4s;
    top: 59px;
    line-height: 1.4;
    left: 0;
    padding-bottom: 3px;
    font-family: "Unbounded";
    font-size: 11px;
    color: #ea3377;
    font-weight: 400;
}

.av-form .form__form-select.active::before{
    opacity: 1;
    transition: .4s;
}

.av-form .form__form-select input[type="checkbox"]{
    float: left;
    margin-top: 1px;
}

.av-form .form__form-select label{
  font-size: 13px;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  padding-left: 40px;
  display: block;
}

.av-form .form__form-select label a{
    color: inherit;
    border-bottom: 1px solid rgb(22, 34, 41);
    transition: .4s;
    text-decoration: none;
    padding-bottom: 0px;
    line-height: 1.4;
}

.av-form .form__form-select label a:hover{
    border-color: transparent;
    transition: .4s;
}

.av-form input[type="checkbox"] {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1.5px solid #000;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 0;
}


.av-form input[type="checkbox"]:checked {
  background: url(../images/checkbox.svg) no-repeat 1.5px 4.5px;
  background-size: initial;
}

.av-form .form__form-block.form-block span{
  display: block;
  color: rgba(22, 34, 41, 0.42);
  font-size: 15px;
  position: absolute;
  top: -40px;
}

.ti-cursor{
	display: none!important;
}

.fos{
  margin:75px 0;
}

.news.container{
	position: relative;
	margin-top: 90px;
}

.news .zag{
  margin: 50px 0;
}

.news_content {
	align-items: flex-start;
}

.news_content .article_single {
  width: 24%;
  position: relative;
  background: #F6F6F6;
  height: 350px;
  padding: 55px 60px;
}

.project_single{
  width: 24%;
  position: relative;
  overflow: hidden;
}

.news_content .article_single .readmore{
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #000;
  padding: 17px 27px;
  position: absolute;
  bottom: 55px;
  left: 60px;
  color: #000;
  border-radius: 50px;
  text-transform: uppercase;
  transition: .4s;
  background: transparent;
}

.project_single .readmore{
  color: #4C157A;
  border: 1px solid #4C157A;
  font-size: 14px;
  font-weight: 800;
  padding: 17px 27px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: .4s;
  background: transparent;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 85px);
}

.project_info{
  background: #F6F6F6;
  height: 240px;
  padding: 35px 55px;
  font-size: 12px;
  position: relative;
  transition: .4s;
  text-align: center;
  color: #000;
  margin-top: -2px;
}

.project_title a{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  transition: .4s;
}

.project_introtext{
  margin-top: 25px;
  line-height: 1.4;
}

.project_single:hover .project_info{
  background: #067E8F;
  background: linear-gradient(180deg,rgba(6, 126, 143, 1) 44%, rgba(3, 176, 8, 1) 100%);
  color: #fff; 
}

.project_single:hover .project_title a{
  color: #fff;
}

.news_content .article_single .readmore:hover,
.all_news:hover{
  background: #0530d7;
  color: #fff;
  border:1px solid #0530d7;
}

.project_single:hover .readmore{
  color: #fff;
  border: 1px solid #fff;
}

.project_single:hover .readmore:hover{
  color: #03B008;
  border: 1px solid #fff;
  background: #fff;
}


.news_content .article_single .date{
  font-family: "Unbounded";
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 25px;
}

.news_content .article_single .article_title a{
  font-family: "Unbounded";
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  transition: .4s;
  font-weight: 800;
  line-height: 1.3;
}

.news_content .article_single .article_title a:hover{
	color: #0530d7;
}


.news_content .article_single .article_introtext{
	margin-top: 16px;
    width: 90%;
    line-height: 1.2;
}

footer{
	width: 100%;
	background: #0530d7;
  background: linear-gradient(90deg, rgba(0, 162, 50, 1) 0%, rgba(5, 40, 226, 1) 100%) !important;
	margin-top: 120px;
	color: #fff;
	align-items: flex-start;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 15px;
  padding: 75px 0;
}

footer .container3{width: 100%;  gap: 24px;}
footer .container3 p{text-align: left; line-height: normal;}
@media (max-width:767px) {
  footer .container3 {
    justify-content: center;
  }
}

footer .link a{
  color: #fff;
}
footer .link {
  text-align: center;
}
footer .link img{
  margin-top: 101px;
}
.link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width:767px) {
  .copyright {
    justify-content: center;
  }
  footer .container3 p {
    text-align: center;
    margin: 0 auto;
  }
  .link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.copyright p:nth-child(2){
  margin-top: 24px;
  margin-bottom: 24px;
}
.copyright > p:nth-child(4) {
  margin-bottom: 56px;
}

.all_news{
  position: relative;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #000;
  padding: 17px 27px;
  color: #000;
  border-radius: 50px;
  text-transform: uppercase;
  transition: .4s;
  background: transparent;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

footer .container {
	width: 100%;
}

.copyright.flex{
	justify-content: flex-start;
	padding-top: 50px;
}

.copyright.flex > .link{
	color: #fff;
    padding: 4px 0;
    padding-right: 95px;
    margin-right: 95px;
    border-right: 1px solid #ffffff94;
}

.copyright.flex > .link a{
	color: #fff;
}

.breadcrumbs{
	text-align: center;
	color: #fff;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
	margin-top: 20px;
}

.breadcrumbs2{
	position: relative;
	box-sizing: border-box;
	margin-top: -10px;
	color:#172229;
	padding-top: 10px;
}

.into_head{
    margin-bottom:40px;
    margin-top:20px;
}

.into_head .contact_line.flex {
    margin-bottom:0!important;
    margin-top:0;
}

.breadcrumbs::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: rgba(84, 85, 104, 0.48);
	pointer-events:none;
}

.breadcrumbs::after{
    pointer-events:none;
	content: '';
	background:url(../images/lines.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background-size: cover;
}

.breadcrumbs h1, .breadcrumbs ol{
	position: relative;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
}

.breadcrumbs h1{
	margin: 20px 0;
  font-size: 35px;
}

.breadcrumbs ol a{
	color: #fff;
	font-family: "Unbounded";
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	transition: .4s;
	letter-spacing: 2px;
}

.breadcrumbs2 ol a {
    color: #172229;
    font-family: "Unbounded";
    text-transform: uppercase;
    letter-spacing: 1px;
    transition:.4s;
}

.breadcrumbs2 ol a:hover{
    color: #05828E;
}

.breadcrumbs ol a:hover{
	border-bottom: 1px solid #fff;
}

.breadcrumbs .breadcrumb,
.breadcrumbs2 .breadcrumb{
	display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs2 .breadcrumb{
    align-items: flex-start;
    justify-content: flex-start;
}

body:not(.index) .contact_line.flex{
	margin-bottom: 60px;
}

.separator{
	margin: 0 15px;
}

body:not(.index) section p{
	line-height: 1.9;
	margin-bottom: 20px;
	text-align: justify;
}

body:not(.index) section li{
    line-height: 1.9;
	margin-bottom: 20px;
}

body:not(.index) section li{
    position:relative;
}

body:not(.index) section li::before {
    content: '';
    background: #000;
    height: 1px;
    width: 45px;
    position: absolute;
    left: -70px;
    top: 12px;
}

body:not(.index) section a{
	text-decoration: none;
    color: #05828e;
    font-family: "Unbounded";
}

.main_menu{
	position: relative;
}

.main_menu li.dropdown ul.main_menu_2 {
	opacity: 0;
    pointer-events: none;
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    top: 100%;
    right: 0;
    transition: .4s;
    z-index: 9;
    text-align: right;
}

.main_menu li.dropdown:hover ul.main_menu_2 {
  pointer-events: all;
  opacity: 1;
  width: auto;
  height: auto;
  background: #e9be5a;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-duration: 0.12s;
  transition-duration: 0.12s;
  padding: 35px 40px;
  z-index: 333;
}

.main_menu > li {
    padding-bottom: 30px;
}

.main_menu_2 li{
	transform: translate(0px, -10px);
    transition: all 0.1s ease 0s;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
    webkit-transform: translate(0px, -10px);
    webkit-transition: all 0.1s ease 0s;
    webkit-transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
    margin-top: 15px;
    text-align: left;
}

.main_menu_2 li a{
	color: #000;
	-webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    font-family: 'Unbounded';
    font-size: 14px;
    font-weight: 400;
}

.main_menu_2 li a:hover{
	text-decoration: underline;
}

.main_menu .dropdown:hover .main_menu_2 li.first {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.main_menu .dropdown:hover .main_menu_2 li.last {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.fa-angle-down:before {
  content: ''!important;
  background: url("/assets/templates/images/menu_ar.svg")  no-repeat center;
  width: 14px;
  height: 9px;
  display: block;
  top: 45%;
  right: 29px;
  position: absolute;
}

.dropdown i{
	margin-left: 7px;
    
}

.zashhita-kii header{
	margin-bottom: 50px;
}

.hide_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.83);
    z-index: 10;
    display: none;
    overflow: auto;
    text-align: left;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px;
    background: #FFF;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    max-width: calc(100% - 38px);
    line-height: 1.7;
    font-size: 16px;
    max-width: 1200px;
}

.openModal::before {
    content: '';
    width: 225px;
    position: absolute;
    top: -20px;
    left: -23px;
    border-left: 0;
    border-bottom: 0;
    border-right: 137px solid transparent;
    border-top: 162px solid #05828E;
    z-index: -1;
}

.openModal .title{
	font-family: "Unbounded";
    text-transform: uppercase;
    font-size: 33px;
}

.openModal .cfence-close {
    position: absolute;
    right: -46px;
    top: -48px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.openModal::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFF;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.43);
    -o-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.43);
}

.sk-double-bounce.cfence-report-to-email-place{
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

@media only screen and (max-width: 3840px) and (min-width: 2500px)  {
  .main_phrase {
      margin-right: -677px;
  }
}

.main-report-page .up-main-report-page{
  margin-bottom: 150px;
}


.main-report-page .title-report{
  font-size: 35px;
  font-family: "Unbounded";
  text-align: center;
  width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

.main-report-page .rekvizity p{
  font-size: 13px;
  margin-bottom: 7px!important;
}

.down-main-report-page .site{
  font-family: "Unbounded";
  text-transform: uppercase;
}

.down-main-report-page.flex{
  align-items: flex-end;
  margin-top: 50px;
}

.kolontityl hr{
  margin: 110px 0;
}

.partners h3 {
    font-family: "Unbounded";
    font-size: 20px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1.3;
    margin-top: 35px;
}

.partnerstvo .partner {
    width: 24%;
    margin-bottom: 45px;
    margin-right: 83px;
    text-align: center;
}
.partnerstvo .partner:nth-child(4n+4) {
     margin-right: 0px;
}
/* .partnerstvo .partner img {
    height: 79px;
} */

.partnerstvo .partner:nth-child(4) img {
    height: 50px;
}

.partners_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    align-items: flex-end;
}
.partnerstvo .partner p {
    text-align: center;
}
.partnerstvo .partner p a {
    color: #000;
    font-size: 16px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
    margin-top: 25px;
}

.mob_menu {
    display:none;
}

.zapis_reestr{
    font-family: "Unbounded";
    text-transform: lowercase;
    margin-top: 40px;
    font-size: 14px;
}

body.avanpost section ol{
    list-style:auto!important;
}

body.avanpost section ol li::before{
    display:none!important;
}

body.avanpost section u{
    text-decoration:none;
}

.video-background{
      position: relative;
      z-index: 1;
      /* top: 0;
      left: 0;  */
      width: auto;
      display: block;
      height: 565px;
      margin: 50px 0;
} 

.video-background.video2{
  height: 292px;
}

.video-background.video3{
  height: 247px;
  width: 626px;
  filter: grayscale(100%);
}


.phrase2{
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 85px;
  left: 75px;
  z-index: 1;
  width: 85%;
  flex-wrap: nowrap;
}

.phrase2 span{
  font-size:14px;
  font-weight: 300;
}


.more_info{
  font-size: 14px;
  font-weight: 800;
  padding: 17px 52px;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  transition: .4s;
  background: #E9BE5A;
  display: inline-block
}

.more_info:hover{
  background: #0528E2;
}

.video-background::before{
  content: '';
  background: #0528E2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}
.video-background.video2::before{
  content: '';
  background: #E9BE5A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}

.video-background::after{
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity:0.35
}

.video-background.video3::after{
  opacity:0.15;
}

.video-background.video3::before{
  display: none;
}

.video-background.video2::after{
  opacity:0.1;
}

.video-background video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phrase{
  position: absolute;
  top: 125px;
  left: 105px;
  color: #fff;
  z-index: 9;
}

.phrase h1{
  font-size:55px;
  font-weight:900;
  text-transform: uppercase;
  margin-bottom:145px;
}

.phrase::after{
  content: '';
  background: url("/assets/templates/images/barcode.svg")  no-repeat center;
  height: 319px;
  width: 76px;
  position: absolute;
  right: -75%;
  top: 0;
}


.av-form .form-block.form__form-block > input[type="submit"]{
  border: none;
  text-shadow: none;
  border-bottom: 0;
  height: 76px;
  cursor: pointer;
  padding: 5px 0;
  width: 296px;
  outline: none;
  margin-top: -16px;
  transition: .4s;
  font-family: "Unbounded";
}

.phrase a.head_button,
.av-form .form-block.form__form-block > input[type="submit"]{
  background: #00A232;
  color: #fff;
  padding: 24px 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: .4s;
  margin-top: -44px;
}

.phrase a.head_button::after{
  content: '';
  background: url("/assets/templates/images/vec.svg")  no-repeat center #00A232;
    height: 68px;
    width: 68px;
    position: absolute;
    right: -110px;
    top: 0px;
  border-radius: 50px;
  transition: .4s;
}

.phrase a.head_button:hover::after,
.phrase a.head_button:hover,
.av-form .form-block.form__form-block > input[type="submit"]:hover{background-color:#E9BE5A}

.fos .container3{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1440px)  {
  .container3 {
      max-width:1200px;
  }
  .header.flex.new .main_menu > li {
    padding-bottom: 0;
  }
  .phrase::after {
    right: -35%;
}

.header.flex.new .main_menu > li {
  padding-top: 0;
}

.fa-angle-down:before {
  top: 58%;
}

.project_info {
  padding: 35px 35px;
}

.phrase2{
  width: 90%;
}

.news_content .article_single {
  width: 23%;}

  .fos .zag{
    margin-bottom: 50px;
  }
  .video-background.video3 {
    width: 520px;
}

}



/* new by oleg */
.project_info {
  position: relative;
  transition: color 0.4s ease;
  z-index: 1;
}

.project_info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(6, 126, 143, 1) 44%, rgba(3, 176, 8, 1) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: -1;
}

.project_single:hover .project_info::before {
  opacity: 1;
}

.project_single:hover .project_info {
  color: #fff;
}



.phrase {
    width: -webkit-fill-available !important;
  }
.phrase::after {
    position: absolute;
    right: 52px !important;
}
.phrase h1 {
  font-size: clamp(32px, 21.94px + 1.77vw, 56px) !important;
}

.phrase2 h2 {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
}

.news_content .article_single .article_title a {
  font-size: clamp(16px, 14.32px + 0.30vw, 20px) !important;
}
.zag {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
}
@media (max-width:1660px) {
  .container3 {
    padding: 0 12px;
  }
}
@media (max-width:1440px) {
  .phrase a.head_button::after {
    height: 68px;
    width: 68px;
    right: -92px;
  }
  .phrase a.head_button, .av-form .form-block.form__form-block > input[type="submit"] {
    padding: 24px 42px;
  }
  .phrase {
    left: 64px;
  } 
}
@media only screen and (max-width: 1367px) {
    .news_content {
      gap: 24px;
    }
    .news_content .article_single {
        width: 100% !important;
    }
    .news_content .article_single {
      height: 225px;
    }
}
@media (max-width:1240px) {
  .container3 {
    max-width: 991px;
  }
  .header.flex.new .main_menu > li {
    margin-right: 24px;
  }
  .main_menu.flex .dropdown .fa-angle-down:before {
    right: 12px;
  }
  .project_info {
    padding: 24px;
    height: 320px;
  }
}
@media (max-width: 1024px) {
    body {
      min-width: unset !important;
    }
    .container3 {
      max-width: 767px;
      padding: 0 12px;
      
    }
    .phrase {
      left: 42px;
    } 
    .glavnaya-new .projects.flex {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .project_single {
      width: 100%;
    }
    .project_single img {
      width: 100%;
    }

    .phrase::after {
      position: absolute;
      right: 14px !important;
      z-index: -1;
      top: 100px;
    }


    /*  */
    .phrase2 {
        margin: 0 auto;
        left: 0;
        flex-direction: column;
        right: 0;
        gap: 24px;
        top: 56px;
        text-align: center;
    }


}
@media (max-width: 767px) {
    
    .container3 {
      max-width: 567px;
    }

    .phrase a.head_button, .av-form .form-block.form__form-block > input[type="submit"] {
        padding: 13px 24px;
    }
    .phrase a.head_button::after {
      background-size: 18px;
    }
    .phrase a.head_button, .av-form .form-block.form__form-block > input[type="submit"] {
      font-size: 18px;
    }
    .phrase {
        left: 20px;
    }

    .phrase a.head_button::after {
      height: 44px;
      width: 54px;
      right: -62px;
    }
}
@media (max-width:600px) {
  .container3 {
    max-width: 467px;
  }
}
@media (max-width:567px) {
  .glavnaya-new .projects.flex {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .project_info {
    padding: 24px;
    height: 225px;
  }
}
@media (max-width:500px) {
  .container3 {
    max-width: 367px;
  }
  .phrase::after {
    display: none;
  }

  .phrase h1{
    padding-left: 25px;
    margin-top: -70px;
    margin-bottom: 50px;
  }

  .phrase a.head_button, .av-form .form-block.form__form-block > input[type="submit"]{
    font-size: 18px;
    padding: 21px 25px;
    margin-left: 25px;
  }

  .phrase a.head_button::after{
    display: none;
  }

  .video-background {
    height: 375px;
}

.video-background.video2 {
    height: 260px;
}


  .phrase2 span{
    display: none;
  }
}

@media screen and (max-device-width: 480px) and (orientation: portrait), screen and (max-width: 480px) {
    .news_content .article_single:first-of-type, .news_content .article_single:nth-child(3n+1) {
      /* padding: 55px 60px !important; */
    }
}
@media screen and (max-device-width: 480px) and (orientation: portrait), screen and (max-width: 480px) {
    .news_content .article_single {
        /* width: 100% !important; */
        margin-bottom: unset !important;
    }
}
@media screen and (max-device-width: 480px) and (orientation: portrait), screen and (max-width: 480px) {
    .news_content .article_single:first-of-type .date, .news_content .article_single:nth-child(3n+1) .date {
        background: transparent !important;
        margin-bottom: 10px;
    }
}



/* uslugi */
body:not(.glavnaya-new) .video-background.video2 {
   margin-top: 0;
}
body:not(.glavnaya-new) .video-background.video2::before {
  content: none;
}
body:not(.glavnaya-new) .video-background.video2::after {
  opacity: .5;
}

.breadcrumbs a {
  font-family: Unbounded;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}
.breadcrumbs__current {
  font-family: Unbounded;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 150%;
  color: #fff;
  text-align: left;
}

body:not(.glavnaya-new) .breadcrumbs::after {
  content: none;
}
body:not(.glavnaya-new) .breadcrumbs::before {
  content: none;
}

body:not(.glavnaya-new) .breadcrumbs {
  margin-top: 0;
  padding: 0;
}

body:not(.glavnaya-new) .phrase2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  top: 46px;
}




.breadcrumbs__current {
  color: #fff;
}
.breadcrumbs__separator {
  color: #fff;
}


.info-audit {

    font-family: 'Unbounded';
}

.info-audit .readmore {
    color: #000000;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: 800;
    padding: 14px 26px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: .4s;
    background: transparent;


}
@media (max-width:567px) {
  .info-audit .readmore {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.info-audit .readmore:hover {
  transition: .4s ease;
}


.info-audit__item {
    border-bottom: 2px solid #425A3A;
    padding: 24px 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.info-audit__title {
    font-weight: 700;
    font-size: 27px;
    font-size: clamp(18px, 3.00px + 1.25vw, 27px);
    line-height: 156%;
    text-transform: uppercase;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.info-audit__toggle {
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    color: #425A3A;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease;
}

.info-audit__list {
    list-style: none;
    margin: 0;
    padding: 56px 0 0 0;
    margin-top: 24px;
    display: none;
    border-top: 2px solid #425A3A;
}
@media (max-width:467px) {
  .info-audit__list {
    padding: 24px 0 0 0;
  }
}

.info-audit__list .info-audit__item:first-child {
   
}

.info-audit__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px !important;
}
@media (max-width:467px) {
  .info-audit__list-item {
    margin-bottom: 16px !important;
  }
}

.info-audit__text {
    font-family: "Unbounded";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    font-size: clamp(14px, 4.00px + 0.83vw, 20px);
    line-height: 110%;
    text-transform: uppercase;
    color: #000 !important;
}



.readmore:hover {
    background-color: #000;
    color: #fff;
}

.info-audit__item--active .info-audit__list {
    display: block;
}

.info-audit__item--active .info-audit__toggle {
    transform: rotate(180deg);
}










/* benefits */
.benefits {
  padding: 0px 0 86px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width:1660px) {
  /* .benefits {
    padding: 0;
  } */
}
@media (max-width:467px) {
  .benefits {
    padding-bottom: 42px;
  }
}


.benefits__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 96px;
  text-align: left;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  row-gap: 62px;
}

.benefits__item {
  background: #F6F6F6;
  /* border-radius: 12px; */
  padding: 40px 20px;
  /* box-shadow: 0 6px 15px rgba(0,0,0,0.05); */
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease;

  position: relative;
}

.benefits__item._visible {
  opacity: 1;
  transform: translateY(0);
}

.benefits__num {
  font-size: 70px;
  /* font-size: clamp(32px, -31.33px + 5.28vw, 70px); */
  line-height: 60%;
  text-transform: uppercase;
  text-align: center;
  color: #e9be5a;
  line-height: 1;
  margin-bottom: 15px;
  position: absolute;
  top: -35px;
  font-family: Unbounded;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 900;
}

.benefits__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #000;
  font-family: Unbounded;
  text-align: center;
}

.benefits__text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #000;
  font-family: Unbounded;
  text-align: center !important;
  margin-top: 24px;
}




/* scenario */
.scenario {
    padding: 70px 0 10px;
    text-align: center;
}

.scenario__title {
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
    line-height: 1.2;
    margin-bottom: 32px;
}

.scenario__title span {
    display: block;
}

.scenario__list {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.scenario__item {
    background: #fff;
    cursor: default;
    padding: 0px 20px 40px 20px;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scenario__item p {
  font-size: 14px;
}

/* .scenario__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
} */

.scenario__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f0c76f;
    
}

.scenario__icon img {
    width: 50%;
    height: auto;
    object-fit: contain;
}

.scenario__text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    cursor: default;
}
.scenario__item p {
    text-align: center !important;
}

.scenario__item strong {
    font-weight: 500;
}




/* advantages */
.advantages {
  display: flex;
  justify-content: center;
}


@media (max-width:1660px) {
  .advantages {
    margin-top: 64px;
  }
}

@media (max-width:767px) {
  .advantages {
    margin-top: 24px;
  }
}

.advantages__container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width:991px) {
  .advantages__container {
    flex-direction: column;
  }
}
@media (max-width:567px) {
  .advantages__container {
    gap: 24px;
  }
}
.advantages__left {
  flex: 1;
  text-align: left;
  position: relative;
  width: 100%;
}

.advantages__title {
  font-weight: 900;
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width:991px) {
  .advantages__title {
    margin-bottom: 0;
  }
}

.advantages__barcode {
  margin-bottom: 20px;
  position: absolute;
  margin-bottom: 20px;
  position: absolute;
  max-width: 400px;
  top: 150px;
}
@media (max-width:991px) {
  .advantages__barcode {
    top: 90px;
  }
}

.advantages__barcode img {
  max-width: 400px;
  display: flex;
  width: 100%;
}
@media (max-width:567px) {
  .advantages__barcode img {
    max-width: 250px;
  }
}

.advantages__image {
  display: flex;
  max-width: 700px;
  margin-top: 140px;
}
@media (max-width:991px) {
  .advantages__image {
    margin: 82px auto 0;
  }
}
@media (max-width:767px) {
  .advantages__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .advantages__image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

.advantages__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.advantages__right {
  flex: 1;
}

.advantages__item {
  border-bottom: 2px solid #4a148c;
  padding: 20px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.advantages__item:hover {
  /* background-color: #fafafa; */
}

.advantages__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantages__item-title {
  font-size: 17px;
  font-weight: 800;
  color: #4a148c;
  text-transform: uppercase;
  margin: 0;
  
}

.advantages__item-toggle {
    font-size: 22px;
    color: #4a148c;
    font-weight: 400;
    transition: 0.3s ease;
    width: 11px;
    height: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.advantages__item.active .advantages__item-toggle {
  transform: rotate(180deg);
}

.advantages__item-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.advantages__item-body p {
  font-size: 14px;
  text-align: left !important;
}

.advantages__item.active .advantages__item-body {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}




.fullsection-image {

  margin-bottom: 88px;
}


.fullsection-image__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  margin-bottom: 60px;
  text-transform: uppercase;
  max-width: 500px;
}
@media (max-width:567px) {
  .fullsection-image__title  {
    margin-bottom: 32px !important;
  }
}
.fullsection-image__img {
  width: 100%;
  display: flex;
}
.fullsection-image__img img {
  width: 100%;
  display: flex;
}
@media (max-width:767px) {
  .fullsection-image__img img {
    /* width: unset; */
  }
  .fullsection-image__img {
    overflow-y: scroll;
  }
}



/* usage-scenario__title */
.usage-scenario {
  margin-bottom: 80px;
}

.usage-scenario__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 800px;
}
@media (max-width:991px) {
  .usage-scenario__title {
    margin-bottom: 26px !important;
  }
}

.usage-scenario__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
}
@media (max-width:1240px) {
  .usage-scenario__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:567px) {
  .usage-scenario__grid {
    grid-template-columns: 1fr;
  }
}
.usage-scenario__item {
  background-color: #E9BE5A;
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width:767px) {
  .usage-scenario__item {
    padding: 24px 24px;
    gap: 18px;
  }
}


.usage-scenario__item-title {
  display: none;
}

.usage-scenario__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.usage-scenario__description {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
}






/* safe-development */
.safe-development {
  margin-bottom: 80px;
}


.safe-development__title  {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  text-transform: uppercase;
  margin-bottom: 94px;
}
@media (max-width:567px) {
  .safe-development__title  {
    margin-bottom: 72px !important;
  }
}

.safe-development__timeline-wrapper {
  position: relative;
}
.safe-development__timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #4C157A;
    z-index: 1;
    bottom: 75px;
    display: none;

}


.safe-development__timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    position: relative;
}

.safe-development__timeline::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 2px;

    background-color: #4C157A;
    z-index: 1;
}
.safe-development__timeline::after {
    content: '';
    position: absolute;
    top: 43px;
    right: -2px;
    width: 20px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='36' viewBox='0 0 20 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72571 34.2609L18.2611 17.7255L1.53564 1' stroke='%234C157A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 2;
}



.safe-development__stage {
 
    text-align: center;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column-reverse;
    position: relative;
    top: -38px;


}
@media (max-width:1660px) {
  .safe-development__stage {
    transform: translateY(-38px);
    /* background: #fff; */
    /* padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); */
    position: unset;
    top: unset;
  }
  /* .safe-development__timeline::after, .safe-development__timeline::before {
    display: none;
  } */
}
@media (max-width: 1367px) {
    .safe-development__stage {
        transform: translateY(-56px);
        /* background: #fff; */
        position: unset;
        top: unset;
    }
}
@media (max-width: 1240px) {
    .safe-development__stage {
        transform: translateY(-37px);
        /* background: #fff; */
        position: unset;
        top: unset;
    }
}

@media (max-width:1240px) {
  .safe-development__timeline::after {
    content: '';
    position: absolute;
    top: unset;
    bottom: 57.5px;
    right: 49.6%;
    width: 20px;
    height: 36px;
    
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 2;
  }

  .safe-development__timeline-wrapper::before {
    content: '';
    position: absolute;

    left: 0;
    right: 0;
    height: 2px;
    width: 50%;
    background-color: #4C157A;
    z-index: 1;
    bottom: 75px;
    display: flex;

  }
}
@media (max-width:1024px) {
  .safe-development__timeline-wrapper::before {
    width: 100%;

  }
    .safe-development__timeline::after {
    right: -2px;
  }
}

@media (max-width:767px) {
  .safe-development__timeline-wrapper::before {
    display: none;
  }
  .safe-development__timeline::before  {
    display: none;
  }
  .safe-development__timeline::after {
    display: none;
  }
}

.safe-development__stage:hover {
    
}

.safe-development__stage-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.safe-development__stage-number {
    width: 40px;
    height: 40px;
    background: #E9BE5A;
    color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width:767px) {
  .safe-development__stage-number {
    color: #fff;
  }
}

.safe-development__stage-icon {
    font-size: 32px;
    color: #007bff;
}

.safe-development__stage-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}

.safe-development__stage-description {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}







/* safe development 2 */
.safe-development-2 {
  margin-bottom: 80px;
}


.safe-development-2__title  {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  text-transform: uppercase;
  margin-bottom: 46px;
  max-width: 870px;
}
@media (max-width:567px) {
  .safe-development-2__title  {
    margin-bottom: 24px !important;
  }
}


.safe-development-2__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
@media (max-width:1240px) {
  .safe-development-2__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width:767px) {
  .safe-development-2__grid {
        grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:500px) {
  .safe-development-2__grid {
    grid-template-columns: 1fr;
  }
}

.safe-development-2__item {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    position: relative;
    border: 2px solid #4c157a;
    padding: 56px 22px;

}

.safe-development-2__item-header {
    margin-bottom: 20px;
}

.safe-development-2__number {
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    
}

.safe-development-2__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.safe-development-2__item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.safe-development-2__description {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    flex: 1;
    line-height: 200%;

}

.safe-development-2__description br {
    display: block;
    content: "";
    margin-bottom: 8px;
}




/* profit */
.profit {
  padding-bottom: 75px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}



.profit__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: left;
  max-width: 450px;
}
@media (max-width:991px) {
  .profit__title {
    margin-bottom: 24px !important;
  }
}

.profit__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  row-gap: 62px;
}
@media (max-width:1367px) {
  .profit__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:467px) {
  .profit__list {
      grid-template-columns: 1fr;
      row-gap: 62px;
  }
}
.profit__item {
    /* background: #F6F6F6; */
    background-color: rgba(246, 246, 246, 1);
    /* border-radius: 12px; */
    padding: 40px 20px;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05); */
    
    transition: all 0.7s ease;
    position: relative;
    cursor: default;
    height: 200px;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.profit__list .profit__item:nth-child(4) {
    grid-column: 2;
}
@media (max-width:1367px) {
  .profit__list .profit__item:nth-child(4) {
    grid-column: unset;
  }
}
.profit__list .profit__item:nth-child(5) {
    grid-column: 3;
}
@media (max-width:1367px) {
  .profit__list .profit__item:nth-child(5) {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1024px) {
    .profit__list .profit__item:nth-child(5) {
        grid-column: -1 / 1;
    }
}
@media (max-width:467px) {
  .profit__item {
    height: unset;
    max-height: unset;
  }
}

.profit__number {
  font-size: 70px;
  /* font-size: clamp(32px, -31.33px + 5.28vw, 70px); */
  line-height: 60%;
  text-transform: uppercase;
  text-align: center;
  color: #4C157A;
  line-height: 1;
  margin-bottom: 15px;
  position: absolute;
  top: -35px;
  font-family: Unbounded;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 900;
}

.profit__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #000;
  font-family: Unbounded;
  text-align: center;
}

.profit__text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #000;
  font-family: Unbounded;
  text-align: center !important;
  margin-top: 24px;
}


.profit__wrapper {
  display: flex;
  gap: 44px;
}
@media (max-width:1024px) {
  .profit__wrapper {
    flex-direction: column;
    gap: 76px;
  }
}


.profit__left {
  flex: 0 0 40%;
}

.profit__image {
  position: relative;
}
.profit__image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    background-color: #17A7A4;
    opacity: 1;
    mix-blend-mode: overlay;
}

.profit__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width:1024px) {
  .profit__image img {
      aspect-ratio: 16 / 9;
      object-fit: cover;
  }
}
.profit__image-dc {
      position: absolute;
    bottom: 124px;
    left: 73%;
    width: 400px !important;
    height: 135px !important;
    z-index: 10;
}
@media (max-width:1367px) {
  .profit__image-dc {
    bottom: -73px;
    left: 0;
  }
}
@media (max-width:1024px) {
    .profit__image-dc {
      bottom: 120px;
      left: -76px;
      width: 300px !important;
      height: 100px !important;
      transform: rotate(90deg);
    }
}
@media (max-width:767px) {
    .profit__image-dc {
      display: none !important;
    }
}
.profit__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .profit__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
} */

@media (max-width: 1024px) {

  .profit__left {
    flex: none;
    width: 100%;
    text-align: center;
  }


  .profit__item {
    padding: 35px 20px 20px;
  }

}

body.ekspertnaya-sistema-audita div.fos {
  display: none;
}
body.ekspertnaya-sistema-audita .benefits__container p {
  text-align: left;
  max-width: 781px;
}

body.ekspertnaya-sistema-audita .benefits__title {
  margin-bottom: 32px;
}

body.ekspertnaya-sistema-audita .benefits__container p {
  margin-bottom: 62px;
}
@media (max-width:767px) {
  body.ekspertnaya-sistema-audita .benefits__container {
    margin-bottom: 24px;
  }
  .benefits__text p {
    margin-bottom: 0 !important;
  }
  .benefits__grid {
    margin-top: 80px;
  }
}

body.ekspertnaya-sistema-audita .benefits {
  margin-bottom: 54px;
}
@media (max-width:767px) {
  body.ekspertnaya-sistema-audita .benefits {
  margin-bottom: 60px;
  }
  body.ekspertnaya-sistema-audita .benefits__container p {
    font-size: 16px;
  }
}
body.ekspertnaya-sistema-audita .benefits__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width:1240px) {
  body.ekspertnaya-sistema-audita .benefits__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width:991px) {
  body.ekspertnaya-sistema-audita .benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:500px) {
  body.ekspertnaya-sistema-audita .benefits__grid {
    grid-template-columns: 1fr;
  }
}







/* info-banner */
.info-banner {
  position: relative;
  margin-bottom: 84px;
}
.info-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #00a232 0%, #0528e2 100%);
  mix-blend-mode: color;
  opacity: .47;
  z-index: 2;
}

.info-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .47;
  z-index: 1;
}

.info-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.info-banner__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  z-index: 15;  
  max-width: 1215px;
}
@media (max-width:767px) {
  .info-banner__title {
    line-height: normal;
  }
}

.info-banner__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 0;
}

.info-banner-dc {
  z-index: 15;
}
@media (max-width:467px) {
  .info-banner-dc {
    display: none;
  }
}




/* how it works */
.how-it-works {
  margin-bottom: 86px;
}
.how-it-works__title {
  font-size: 20px !important;
  margin-bottom: 44px;
  text-transform: uppercase;
  max-width: 750px;
}

.how-it-works__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 42px;
}
@media (max-width:1024px) {
  .how-it-works__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:567px) {
  .how-it-works__grid {
    gap: 24px;
  }
}
@media (max-width:500px) {
  .how-it-works__grid {
    grid-template-columns: 1fr;
  }
}

.how-it-works__item {
  background: #001686;
  padding: 56px 34px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-direction: column;
}

.how-it-works__description {
  color: #fff;
  max-width: 350px;
  text-align: center;
  line-height: 164%;
  font-size: 14px;
}

@media (max-width:600px) {
  .how-it-works__description {
    font-size: 14px !important;
  }
}

/* for who */
.for-who__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
}
.for-who__content {
  display: flex;
}
@media (max-width:1240px) {
  .for-who__content {
      flex-direction: column;
      gap: 56px;
  }
}
.for-who__banner {
  max-width: 600px;
}
.for-who__banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.for-who__banner-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width:767px) {
 .for-who__banner-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  } 
}
.for-who__banner {
  position: relative;
}
@media (max-width:1240px) {
  .for-who__banner {
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width:567px) {
  .for-who__banner {
    aspect-ratio: 4 / 3;
  }
}
.for-who__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 22px;
  row-gap: 80px;

}
@media (max-width:767px) {
  .for-who__list {
    row-gap: 42px;
    grid-template-columns: 1fr;
  }
}
.for-who__item {
  display: flex;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100px;
}
.for-who__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: fit-content;
    border: 2px solid #001686;
}
.for-who__left {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (max-width:1240px) {
  .for-who__left {
    gap: 42px;
  }
}
.for-who__text {
  text-align: left !important;
  line-height: normal !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.for-who__banner-text {
  font-family: Unbounded;
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #fff !important;
  max-width: 370px;
  margin-bottom: 74px;
}
@media (max-width:567px) {
  .for-who__banner-text {
    margin-bottom: 42px;
  }
}

.for-who__banner-btn {
  background: #E9BE5A;
  color: #fff !important;
  padding: 30px 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: .4s;
  margin-top: -44px;
}
.for-who__banner-btn:hover {
    background-color: #001686;
    transition: .2s ease;
    color: #fff;
}
@media (max-width:1440px) {
  .for-who__banner-btn::after {
    height: 68px;
    width: 68px;
    right: -92px;
  }
  .for-who__banner-btn {
    padding: 24px 42px;
  }
}
@media (max-width: 767px) {
    .for-who__banner-btn {
        padding: 13px 24px;
    }
    .for-who__banner-btn::after {
      background-size: 18px;
    }
    .for-who__banner-btn {
      font-size: 18px;
    }


    .for-who__banner-btn::after {
      height: 44px;
      width: 54px;
      right: -62px;
    }

    
  }


/* photo-text */
.photo-text {
  margin-bottom: 72px;
}
.photo-text__wrapper {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
@media (max-width:1024px) {
  .photo-text__wrapper {
    gap: 64px;
  }
}
@media (max-width:767px) {
  .photo-text__wrapper {
    flex-direction: column-reverse;    
    gap: 32px;
  }
}

.photo-text__img {
  display: flex;
  width: 100%;
  height: 100%;
    max-width: 440px;
        height: -webkit-fill-available;
}
@media (max-width:767px) {
  .photo-text__img {
    max-width: 100%;
            aspect-ratio: 4 / 4;
  }
}
.photo-text__img img {
  display: flex;

    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-text__title {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  margin-bottom: 56px;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .photo-text__title {
    margin-bottom: 24px;
  }
}
.photo-text__description {

  font-weight: 300;
  font-size: 14px;
  line-height: 164%;
  color: #000;
  max-width: 500px;
}


/* scenario2 */

.scenario2__wrapper .scenario__title {
  font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    max-width: 500px;
}

@media (min-width:1440px) {
  .scenario2__wrapper .scenario__title {
        grid-column: 3 / 1;
  }
}

@media (max-width:1240px) {
  .scenario2__wrapper .scenario__list {
    grid-template-columns: 1fr 1fr;
  }  
}
@media (max-width:567px) {
  .scenario2__wrapper .scenario__list {
    grid-template-columns: 1fr;
  }
  .scenario2__wrapper .scenario__title {
    margin-bottom: 0;
  }
}


body.odin-c-coperator-personalnyix-dannyix .benefits__title {
  font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 0 0 72px;
    line-height: normal;
    max-width: 700px;
}





.video2-breadcrumbs-button__wrapper {
    position: absolute;
    right: 7.33%;
    z-index: 10;
    top: 74px;
}
@media (max-width:1240px) {
  .video2-breadcrumbs-button__wrapper {
    position: absolute;
    right: 3.33%;
    z-index: 10;
    top: 142px;
  }
}

.video2-breadcrumbs-button__wrapper a:first-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  color: #fff;
  z-index: 10;
}
.video2-breadcrumbs-button {
  background: url("/assets/templates/images/vec.svg")  no-repeat center #00A232;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 44px;
    left: -4px;
    border-radius: 50px;
    transition: .4s;
}

 .how-it-works__item {
    background: #001686;
    padding: 28px 34px 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-direction: column;
}

body.odin-c-coperator-personalnyix-dannyix .how-it-works__grid {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width:1024px) {
  body.odin-c-coperator-personalnyix-dannyix .how-it-works__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.odin-c-coperator-personalnyix-dannyix .how-it-works__grid div:nth-child(3) {
    grid-column: 1 / -1;
  }
}
@media (max-width:600px) {
  body.odin-c-coperator-personalnyix-dannyix .how-it-works__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1024px) {
  .video2-breadcrumbs-button__wrapper {
    position: absolute;
    right: 3.33%;
    z-index: 10;
    top: unset;
    bottom: 45%;
  }
  .video2-breadcrumbs-button__phrase {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    top: 18px !important;
  }
}
@media (max-width:1240px) {
.video2-breadcrumbs-button__wrapper a:first-of-type {
    font-size: 12px;
  }
  .video2-breadcrumbs-button {
        top: -16px;
        left: 140px;
        height: 44px;
        width: 44px;
        background-size: 18px;
  }
      .video2-breadcrumbs-button__wrapper {
        position: absolute;
        right: unset;
        z-index: 10;
        top: unset;
        left: 7.5%;
        bottom: 25%;
    }
}

@media (max-width: 600px) {
    .video2-breadcrumbs-button__wrapper {
        bottom: 22%;
    }
}



@media (max-width:600px) {
  .video2-breadcrumbs-button__phrase > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

/* photo-text2 */
.photo-text2 {
  margin-bottom: 86px;
}

.photo-text2__title {
  font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.photo-text2__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 164%;
  margin-bottom: 54px;
  max-width: 600px;
}
@media (max-width:991px) {
  .photo-text2__description {
    margin-bottom: 32px;
  }
}

.photo-text2__wrapper {
  display: flex;
  gap: 94px;
}
@media (max-width:1240px) {
  .photo-text2__wrapper {
    flex-direction: column;
    gap: 42px;
  }
}

.photo-text2__wrapper img {
  width: 100%;
}

.photo-text2__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.photo-text2__text img {
  max-width: 450px;
}
@media (max-width:1240px) {
  .photo-text2__text img {
    max-width: 500px;
    margin: 0 auto;
  }

}

.photo-text2__img {
  max-width: 50%;
}
@media (max-width:1240px) {
  .photo-text2__img {
    margin: 0 auto;
  }
}
@media (max-width:991px) {
  .photo-text2__img {
    max-width: 100%;
  }
}

.photo-text2__img img {
  height: 100%;
  cursor: zoom-in;
}

@media (max-width:1440px) {
  .photo-text2__img img {
    object-fit: contain;
  }
}



/* photo-text3 */
.photo-text3 {
  margin-bottom: 92px;
}

.photo-text3__title {
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.photo-text3__img-dc {
  position: absolute;
      max-width: 260px;
    max-height: 100px;
    right: 58px;
        top: 0;
}
@media (max-width:1240px) {
  .photo-text3__img-dc {
    max-width: 200px;
    right: 15px;
    top: -40px;
  }
}

.photo-text3__img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 650px;
      display: flex;
    align-items: flex-end;
}
@media (max-width:1440px) {
  .photo-text3__img {
        align-items: center;
  }
}
@media (max-width:1240px) {
  .photo-text3__img {
    margin: 0 auto;
  }
}
.photo-text3__img img {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.photo-text3__left {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 50%;
}
@media (max-width:1240px) {
  .photo-text3__left {
    width: 100%;
    gap: 24px;
  }
}
.photo-text3__text {
  width: 50%;
}
@media (max-width:1240px) {
  .photo-text3__text {
    width: 100%;
  }
}
.photo-text3__wrapper {
  display: flex;
  gap: 86px;
}
@media (max-width:1240px) {
  .photo-text3__wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.photo-text3__info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  text-align: left !important;
}
.photo-text3__info li::before {
  content: none !important;
}
.photo-text3__info li {
  margin-bottom: 8px !important;
}
.photo-text3__info p {
  margin-bottom: 8px !important;
}
.photo-text3__info ul {
  list-style: disc;
}




/* accounting */
.accounting {
  margin-bottom: 86px;
}

.accounting__title {
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 32px;
    text-transform: uppercase;
}
@media (max-width:1024px) {
  .accounting__title {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }
}

.accounting__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width:1024px) {
  .accounting__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:600px) {
  .accounting__grid {
    grid-template-columns: 1fr;
  }
}

.accounting__item {
    background-color: #f6f6f6;
    padding: 62px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accounting__item p {
  margin-bottom: 0 !important;
}




/* docs-info */
.docs-info {
    overflow: hidden;
    margin-bottom: 150px;
}

.docs-info__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width:1240px) {
  .docs-info__wrapper {
    gap: 32px;
    flex-direction: column;
  }
}
.docs-info__title {
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 52px;
    text-transform: uppercase;
}
@media (max-width:567px) {
  .docs-info__title {
    margin-bottom: 32px;
  }
}
.docs-info__img {
  display: flex;
  width: 100%;
  max-width: 410px;
  position: relative;
}
@media (max-width:1240px) {
  .docs-info__img {
    margin: 0 auto;
  }
  
}
.docs-info__img svg {
    z-index: 10;
    position: absolute;
    bottom: 33%;
    right: -124px;
}
.docs-info__img::before {
    content: '';
    position: absolute;
    height: 500px;
    width: 900px;
    background: linear-gradient(90deg, #00a232 0%, #0528e2 100%), #425a3a;
    z-index: -1;
    left: -150px;
    top: 9%;
}

.docs-info__img a {
  transition: .2s ease;
}

@media (max-width:1240px) {
  .docs-info__img::before {
    width: 100vw;
    left: calc(-50vw + 50%);
    top: 10%;
  }
}
.docs-info__img img {
  width: 100%;
  object-fit: contain;
  cursor: zoom-in;
}
.docs-info__info {
    width: 50%;
    display: flex;
    flex-direction: column;
}
@media (max-width:1240px) {
  .docs-info__info {
    width: 100%;
  }
}
.docs-info__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    margin-bottom: 28px;
}
@media (max-width:567px) {
  .docs-info__item {
    flex-direction: column;
    margin-bottom: 36px;
  }
}
.docs-info__num {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 105%;
  text-transform: uppercase;
  color: #e9be5a;
}
.docs-info__text p {
  margin-bottom: 0 !important;
  text-align: left !important;
  font-size: 14px !important;
}
@media (max-width:1024px) {
  .docs-info__text p {
    font-size: 14px;
  }
}



/* security-data */
.security-data {

}
.security-data__wrapper {
  display: flex;
  gap: 60px;
}
@media (max-width:1240px) {
  .security-data__wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.security-data__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 66.66%;
  row-gap: 52px;
  column-gap: 24px;
}
@media (max-width:1240px) {
  .security-data__grid {
    width: 100%;
  }
}
@media (max-width:600px) {
  .security-data__grid {
    grid-template-columns: 1fr;
  }
}

.security-data__item-image {
  display: flex;
  width: 100%;
 
}

 
.security-data__item-image img {
  width: 100%;
  cursor: zoom-in;
}

.security-data__title {
   font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 52px;
    text-transform: uppercase;
    max-width: 480px;
}

.security-data__num {
  color: #001686;
}


/* stages */
.stages {
  margin-bottom: 86px;
}
@media (max-width:767px) {
  .stages {
      margin-bottom: 52px;
  }
}
.stages__title {
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 52px;
    text-transform: uppercase;  
    max-width: 690px;
}
@media (max-width:767px) {
  .stages__title {
    margin-bottom: 32px;
  }
}

.stages__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width:767px) {
  .stages__wrapper {
    gap: 12px;
  }
}

.stages__top {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; */
  display: flex;
  gap: 24px;
}
@media (max-width:767px) {
  .stages__top {
    gap: 12px;
  }
}
@media (max-width:600px) {
  .stages__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.stages__block {
    background-color: #E9BE5A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    max-height: 150px;
    height: 150px;
    min-width: 23%;
}
@media (max-width:600px) {
  .stages__block {
    background-color: #E9BE5A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 150px;
    height: 150px;
    min-width: 100%;
  }
}
.stages__block p {
  font-weight: 300;
  font-size: 14px;
  line-height: 164%;
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.stages__bottom {
  display: flex;
  
  gap: 32px;
}
@media (max-width:767px) {
  .stages__bottom {
    gap: 14px;
    max-height: 150px;
    
  }
}
@media (max-width:600px) {
  .stages__bottom {
    max-height: unset;
    flex-direction: column;
  }
}
.stages__img {
  display: flex;
  position: relative;
}
.stages__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 162, 50, 0.63) 0%, rgba(5, 40, 226, 0.63) 100%);
  mix-blend-mode: multiply;
}
.stages__img svg {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 10;
}
@media (max-width:1024px) {
  .stages__img svg {
    display: none;
  }
}
.stages__img img {
  display: flex;
  width: 100%;
  max-width: 535px;
  object-fit: cover;
}
@media (max-width:600px) {
  .stages__img img {
    max-width: 100%;
  }
}
.stages__img2 {
  display: flex;
  max-width: 550px;
  
}
.stages__img2 img {
  display: flex;
  width: 100%;
  cursor: zoom-in;
}






/* button color on pages */

body.safe-flow .phrase a.head_button,
body.safe-flow .av-form .form-block.form__form-block > input[type="submit"] {
  background-color: #001686;
}
body.safe-flow .benefits {
  padding-bottom: 86px;
}


@media (max-width:1240px) {
  .fos .zag {
        width: 100%;
    text-align: center;
  }
    .fos .container3 {
        gap: 0px;
        justify-content: center;
        align-items: center;
    }
  .fos .av-form {
        display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .av-form .form-block.form__form-block > input[type="text"] {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .fos > div > div:nth-child(2) {
        width: 100%;
    display: flex;
  }
  .av-form .form-block.form__form-block {
    width: 100%;
  }
  .av-form .form-block.form__form-block:nth-child(4) {
    justify-content: center;
    display: flex;
  }
  .av-form .form__form-select {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: auto;
    color: #000;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .av-form .form__form-select label {
    padding-left: 10px;
  }
}
@media (max-width:500px) {
    .fos .container3 {
    gap: 50px;
    justify-content: space-evenly;
  }
  .fos {
    padding-bottom: 80px !important;
  }
}





.project_single img {
    width: 100%;
    display: flex
;
    height: 100%;
}
svg.header__logo-mobile {
    display: none;
}
@media (max-width:1024px) {
  svg.header__logo-mobile {
    display: flex;
  }
  svg.header__logo-desktop {
    display: none;
  }
}

li.dropdown {
  position: relative;
}
@media (max-width: 1240px) {
    .main_menu.flex .dropdown .fa-angle-down:before {
        top: 4px !important;
        
    }
}
.fa-angle-down:before {
    content: '' !important;
    background: url(/assets/templates/images/menu_ar.svg) no-repeat center;
    width: 14px;
    height: 9px;
    display: block;
    top: 45%;
    right: -12px !important;
    position: absolute;
}

@media (max-width:1240px) {
  footer div.video-background.video3 {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
    footer div.video-background.video3 {
        max-width: 100%;
    }
}
@media (max-width:767px) {
  footer .link img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}



/* quiz re-style, quiz-new */

.quiz-new .cfence-question_block .cfence-question div > span {
  color: rgba(233, 190, 90, 1) !important;
}

.quiz-new .cfence-all_quiz circle {
  fill: rgba(233, 190, 90, 1);
  stroke: rgba(233, 190, 90, 1);
}



.quiz-new {
  margin-bottom: 140px;
  margin-top: 64px;
  scroll-margin-top: 24px;
}
.quiz-new .risk_content {
  margin-top: 0;
}
.quiz-new .risk_content::after {
  display: none;
}

.quiz-new .zag {
  font-size: clamp(24px, 17.29px + 1.18vw, 40px) !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 96px;
  text-align: left;
  margin-bottom: 32px;
}

.quiz-new .risk_content .zag + p {
  text-align: left;
  max-width: 781px;
  margin-bottom: 62px;
  width: 100%;
}

.quiz-new .cfence-risk_content {
  margin-top: 0 !important;
}

.quiz-new .cfence-risk_content .cfence-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 62px;
}
@media (max-width:1024px) {
  .quiz-new .cfence-risk_content .cfence-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width:767px) {
  .quiz-new .cfence-risk_content .cfence-flex {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:500px) {
  .quiz-new .cfence-risk_content .cfence-flex {
    grid-template-columns: 1fr;
  }
}

.quiz-new .cfence-risk_content .cfence-flex > a {
    background: #F6F6F6;
    padding: 40px 0px;
    margin: 0;
    transform: translateY(30px);
    transition: all 0.7s ease;
    position: relative;
    width: 100%;
    /* height: 100%; */
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #000;
    border: none;
}

.quiz-new .cfence-risk_content .cfence-flex > a:hover {
    background: #ebebeb;
    border: #ebebeb;
    color: #fff;
}


.quiz-new .cfence-num {
  font-size: 70px !important;
  /* font-size: clamp(32px, -31.33px + 5.28vw, 70px); */
  line-height: 60%;
  text-transform: uppercase;
  text-align: center;
  color: #e9be5a;
  line-height: 1;
  margin-bottom: 15px;
  position: absolute;
      top: -56px; 
  font-family: Unbounded;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 900;
}

.quiz-new .cfence-title {
  font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #000;
    font-family: Unbounded;
    text-align: center !important;
    margin-top: 24px;
    position: unset !important;
}



body.reports-security-suite .scenario .scenario__title {
  margin-bottom: 72px;
}

body.reports-security-suite .fos{
  margin-top: 34px;
}


/* Только для скролла внутри элементов, не для якорей */
html, body {
    scroll-behavior: auto;
}

.scroll-container {
    scroll-behavior: smooth;
}


.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width:467px) {
  body:not(.glavnaya-new) .video-background {
    display: none;
  }

  body:not(.glavnaya-new) .video-background video {
    display: none;
  }
  body:not(.glavnaya-new) .video-background::after {
    display: none;
  }
  body:not(.glavnaya-new) .breadcrumbs a span {
    color: #000;
  }
    body:not(.glavnaya-new) .breadcrumbs a  {
    color: #000;
  }
  body:not(.glavnaya-new) .breadcrumbs span {
    color: #000;
  }
  body:not(.glavnaya-new) .video2-breadcrumbs__title {
    color: #000;
  }
  body:not(.glavnaya-new) .video2-breadcrumbs__subtitle {
    color: #000;
  }
  
  body:not(.glavnaya-new) .video2-breadcrumbs__wrapper {
    position: unset;
    margin: 0 0 56px;
    width: 100% !important;
  }

  body:not(.glavnaya-new) .video2-breadcrumbs-button__phrase {
    position: unset;
    margin: 0px 0 112px;
    width: 100% !important;
  }
  body:not(.glavnaya-new) .video2-breadcrumbs-button__wrapper {
    bottom: -56px;
    left: 14px;
  }
  body:not(.glavnaya-new) .video2-breadcrumbs-button__wrapper a {
    color: #000; 
  }


  .breadcrumbs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px !important;
        flex-wrap: wrap;
    
  }
  .breadcrumbs__separator {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .breadcrumbs__current {
    margin-top: 0;
  }
}


.info-audit__list-inner {
    overflow: visible !important;
    transition: max-height 0.5s, opacity 0.4s;
    max-height: 100% !important;
    opacity: 1 !important;
    display: block;
}

.news_content-new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;

}

.news_content-new .article_single {
  width: fit-content !important;
}

@media only screen and (max-width: 1367px) {
    .news_content-new .article_single {
        height: 425px;
    }
}
@media (max-width:1440px) {
  .news_content-new {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:767px) {
  .news_content-new {
    grid-template-columns: 1fr;
  }
  .news_content-new .article_single {
    height: 280px !important;
    padding: 24px !important; 
  }
  .news_content .article_single .readmore {
    left: 24px !important;
    bottom: 24px !important;
  }
}


/* mobile adaptive */
@media (max-width:467px) {
  .breadcrumbs__current {
    display: flex;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .video2-breadcrumbs__title {
    text-transform: uppercase;
  }
  .scenario__list  {
    gap: 0;
  }
  .quiz-new {
    margin-bottom: 70px;
  }
  .info-banner {
    margin-bottom: 42px;
  }
  .how-it-works__title {
    margin-bottom: 22px;
  }
  .how-it-works {
    margin-bottom: 62px;
  }  
  .docs-info {
    margin-bottom: 72px;
  }
  .docs-info__img::before {
    top: 3.5%;
  }
  .scenario2__wrapper .scenario__title {
    margin-bottom: 42px;
  }
  .scenario2__wrapper .scenario__item {
    padding: 0px 20px 20px 20px;
  }
  .how-it-works {
    margin-bottom: 0px;
  }

  
}

@media screen and (max-device-width: 480px) and (orientation: portrait), screen and (max-width: 480px) {
    .fos {
        padding: 0px 0 0px 0 !important;
    }
}

@media (max-width: 1024px) {
    .projects.flex {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }


}
@media (max-width:1440px) {
  body.glavnaya-new div.phrase {
    width: -webkit-fill-available;
    max-width: 90%;
  }
  .mob_menu {
    display: block;
  }
  .main_menu {
    display: none;
  }
  .main_menu li.dropdown:hover ul.main_menu_2 {
    background-color: transparent;
    padding: 32px 0 0 0;
    text-align: center;
    display: flex;
    gap: 24px;
        background-color: transparent;
    padding: 32px 0 0 0;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 365px;
    
    position: relative;
    right: 0;
  }
  .main_menu li.dropdown ul.main_menu_2 {
    background-color: transparent;
    padding: 32px 0 0 0;
    text-align: center;
  
    gap: 24px;
        background-color: transparent;
    padding: 32px 0 0 0;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 365px;
    right: -115%;
    
  }
    .main_menu {
    gap: 24px;
  }
}

@media (max-width:567px) {
  .projects.flex {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width:467px) {
  body.ekspertnaya-sistema-audita .how-it-works {
    margin-bottom: 56px;
  }
  .quiz-new .risk_content .zag + p {
    font-size: 16px;
  }
}



@media (max-width:767px) {
  .safe-development__stage {
    display: flex;
    flex-direction: column;
  }
  .safe-development__stage-title {
    display: none;
  }
}

.mob_hide {
width: 100vw !important;
    height: 200vh;
    right: unset !important;
    background: linear-gradient(90deg, rgba(0, 162, 50, 1) 0%, rgba(5, 40, 226, 1) 100%) !important;
       top: 93px !important;
    padding: 0 !important;
    left: 0px !important;
   
        
}
.mob_hide ul li a {
  margin-bottom: 20px;
  
  color: #fff !important;
  font-family: Unbounded !important;
}
.mob_hide ul li.dropdown a {
 
  
  color: #fff !important;
  font-family: Unbounded !important;
}
.mob_hide ul {
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-top: 86px;
    
}
@media (max-width:1440px) {
  .mob_hide ul {
    margin-top: 0;
    padding-top: 86px;
  }
}

.mobile-menu {
     display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
}

.mobile-menu li {
  margin: 0 !important;
  padding: 0 !important;
}


.main_menu li.dropdown span {
  
   color: #fff !important;
}



.mob_hide ul li {
    font-family: Unbounded !important;
    text-align: center !important;
}


@media (max-width:480px) {
  body:not(.index) section p {
        text-align: left;
        font-size: 16px;
  }
}

@media (max-width: 480px) {
    footer .link img {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    footer div.video-background.video3 {
      display: none !important;
    }

    .copyright p:nth-child(2) {
      margin-top: 16px;
      margin-bottom: 24px;
    }
  footer .tel_f {
    margin-top: 0;
  }

  .copyright > p:nth-child(4) {
    margin-bottom: 76px;
  }
}





.mob_btn {
  width: 62px;
  height: 62px;
  background: url(../images/mob-menu-2.svg) no-repeat center;
  background-size: 32px 32px; /* по желанию */
  border: none;
  cursor: pointer;
}


.mobile-menu.active {
  display: block;
}

/* Меняем иконку кнопки при активном меню */
.mob_btn {
  background: url(../images/mob-menu-2.svg) no-repeat center;
  width: 62px;
  height: 62px;
}
.mob_btn.active {
  background: url(../images/mob-menu-close.svg) no-repeat center;
  width: 62px;
  height: 62px;
}
/* Запрещаем скролл при открытом меню */
html.no-scroll {
  overflow: hidden;
}
.mobile-menu.active {
      display: block !important;
      transform: translateY(-0px);
      transition: .5s ease;

}

.mobile-menu {
      /* display: none; */
       transform: translateY(-100px);
       transition: .5s ease;
}

@media (max-width:767px) {
  .blog-syber-fence .article_single {
    padding: 24px !important;
    height: 300px;
  }
  .news .article_single {
    padding: 37px !important;
    height: 300px;
  }

}


.blog .news_content {
  gap: 6px;
}

.photo-text {
  
    max-height: none;
    height: auto;
}
