@font-face {
  font-family: 'Garamond';
  src: url(../fonts/gara.ttf);
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
form {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
}

button,
input,
textarea {
  outline: none !important;
  transition: all .3s;
}
button::placeholder,
input::placeholder,
textarea::placeholder {
  color: #a8a8a8;
}
.slider__slider .swiper-wrapper{
		display:block;
	}	
input[type=text]:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input:active {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #222;
}

::-moz-placeholder {
  color: #222;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #222;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #222;
}

.transit {
  /* Safari */
  transition: all 0.4s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

svg {
  flex-shrink: 0;
}

svg,
path {
  transition: all .3s;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  height: 100%;
  color: #000;
  overflow-x: hidden;
}
body.fixed-body {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  text-decoration: none !important;
  color: inherit;
}
a:focus {
  text-decoration: none !important;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

i {
  line-height: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #9FA4BC;
}

input[type="date"] {
  position: relative;
  padding-right: 28px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: #5e6162;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.tok {
	font-size:35px!important;
}
.btn-blue {
  background: #233E99;
  color: #FFFFFF;
}
.btn-blue:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.main-top {
  padding-top: 40px;
  background: #FAFAFA;
}
.main-top__inner {
  display: flex;
  padding-left: 178px;
}
.main-bottom {
  z-index: 2;
  position: relative;
  margin-top: -35px;
  padding-bottom: 35px;
}
.main__left {
  width: 460px;
  flex-shrink: 0;
  padding-top: 80px;
}
.main__img {
  flex-grow: 1;
}
.main__img img {
  width: 100%;
  max-height: 602px;
}
.main__title {
  font-weight: bold;
  font-size: 65px;
  line-height: 117%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
}
.main__desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #131F49;
  margin-top: 18px;
  max-width: 415px;
}
.main__desc-mob {
  display: none;
}
.main__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 25px;
  padding-left: 178px;
}
.window .protect__form-btn {
    margin: auto;
  }
  
.main__item {
  background: #FAFAFA;
  border-radius: 5px;
  padding-bottom: 27px;
  transition: all .3s;
  overflow: hidden;
}
.main__item:hover {
  background: #233E99;
  box-shadow: 0px 16.3048px 25.4762px rgba(196, 213, 228, 0.6);
  transform: translateY(-20px);
  cursor: pointer;
}
.main__item:hover path {
  fill: #6486F5;
}
  .hyper__info{  
    margin:auto;
   } 
   
.main__item:hover .main__item-title {
  color: #fff;
}
.main__item-icon {
  display: flex;
  justify-content: flex-end;
  height: 145px;
}
.main__item .main__item-icon svg path{
  fill: #78AEFF;
  opacity: 0.3;  	
}
.main__item:hover .main__item-icon svg path{
  opacity: 1;  	
}
.main__item-title {
  margin-top: 22px;
  font-weight: 500;
  font-size: 15.2857px;
  line-height: 155%;
  color: #131F49;
  padding: 0 24px;
}

.menu {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 10;
  background: #233E99;
  left: calc(((100% - 1366px) / 2));
}
/*
@media screen and (max-height: 768px) {
  .menu {
    height: 100vh;
  }
}
*/
.menu__inner {
  padding: 30px 0px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu__logo {
  text-align: center;
}
.menu__items {
  margin-top: 36px;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.menu__items::-webkit-scrollbar {
  display: none;
}
.menu__btn2 {
  flex-shrink: 0;
  border-radius: 10.1333px;
  margin: auto auto 0;
  width: 152px;
  height: 33.78px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
}
.menu__btn2:hover {
  color: #FFFFFF;
}
.menu__btn {
  flex-shrink: 0;
  border: 2px solid #F47A20;
  border-radius: 10.1333px;
  margin: auto auto 0;
  width: 152px;
  height: 33.78px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
}
.menu__btn:hover {
  background-color: #F47A20;
  color: #FFFFFF;
}
.menu__item {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 141%;
  color: #F2F5FF;
  font-family: "Rubik", sans-serif;
  padding: 0 24px;
  position: relative;
}
.menu__item:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F47A20;
  width: 6px;
  height: 33px;
  opacity: 0;
}
.menu__item:hover span {
  opacity: 1;
  color: #FFFFFF;
}
.menu__item:hover path {
  fill: #fff;
}
.menu__item:hover:before {
  opacity: 1;
}
.menu__item:not(:last-child) {
  margin-bottom: 25px;
}
.menu__item span {
  opacity: 0.5;
  transition: all .3s;
}
.menu__item-icon {
  margin-top: 3px;
  width: 17px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.menu__item--active {
  pointer-events: none;
}
.menu__item--active span {
  opacity: 1;
  color: #FFFFFF;
}
.menu__item--active path {
  fill: #fff;
}
.menu__item--active:before {
  opacity: 1;
}

.header {
  display: none;
}

@media screen and (max-width: 1366px) {
  .menu {
    left: 0;
  }

  .main-top__inner {
    padding-left: 250px;
  }
  .main__items {
    padding-left: 250px;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .main__title {
    font-size: 40px;
  }
  .main__left {
    max-width: 380px;
  }
  .main__desc {
    font-size: 18px;
  }
  .main__items {
    grid-template-columns: 2fr 2fr;
    gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    top: -100%;
    left: 0;
    /*height: 100vh;*/
    background: #1D293F;
    width: 100%;
    padding-top: 120px;
    transition: all .3s;
  }
  .menu--active {
    top: 0;
  }
  .menu br {
    display: none;
  }
  .menu__inner {
    padding: 0 0 45px;
  }
  .menu__items {
    margin: 0 0 30px;
  }
  .menu__item {
    align-items: center;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu__item i {
    margin-top: 0;
  }
  .menu__logo {
    display: none;
  }
  .menu__btn {
    width: calc(100% - 48px);
    height: 50px;
    border-radius: 5px;
  }
  .menu__btn2 {
    width: calc(100% - 48px);
    height: 50px;
    border-radius: 5px;
  }
  .main-top__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-bottom {
    margin-top: -40px;
    padding-bottom: 15px;
  }
  .main__items {
  	/*margin-left: 21px;*/
    gap: unset;
    padding-left: 0px;
  }
  .main__item {
    width: 93%;
    margin-left: 10px;
    flex-shrink: 0;
    flex-grow: 1;
    cursor: pointer;
    float: left;
  }
    .main__item:last-child {
	width:193%;    
	}
  .main__item path {
    fill: #6486F5;
  }
  .main__item .main__item-title {
	color: #131F49;  
  }
  .main__item:not(:last-child) {
    margin-right: 17px;
    margin-bottom: 17px;
  }
  .main__item-icon {
    height: 100px;
    width: auto;
  }
  .main__item-icon svg {
    height: 100%;
    width: auto;
  }
  .main__item-title {
    margin-top: 15px;
    font-size: 10.831px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
  }
  .main__left {
    padding-top: 40px;
  }

  .header {
    display: block;
    background: #233E99;
    position: sticky;
    z-index: 15;
    width: 100%;
    top: 0;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 65px;
    padding: 0 15px;
    position: relative;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 114px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__burger {
    width: 22px;
    height: 18px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header__burger span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    transition: all .3s;
  }
  .header__burger span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__burger span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header__burger--active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
  }
  .header__burger--active span:nth-child(2) {
    transform: scale(0.00001);
  }
  .header__burger--active span:nth-child(3) {
    transform: rotate(45deg);
    bottom: 8px;
  }
  .header__right {
    display: flex;
    align-items: center;
  }
  .header__btn {
    width: 132px;
    height: 30px;
    border: 1px solid #F47A20;
    border-radius: 4px;
    margin-left: 15px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 28px;
    color: #fff;
    transition: 0.3s;
  }
  .header__btn:hover {
    background-color: #F47A20;
  }
  .header__phone {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
	.mobile{display:none!important}
}
@media screen and (max-width: 768px) {
	.mobile .swiper-wrapper{
		display:block;
	}	
  .desktop {display:none!important}
  .main__left {
    padding-top: 30px;
    max-width: 280px;
  }
  .mobile .slider__slide{
	  padding-bottom:50px;
  }
    .mobile .slider__slide:last-child{
	  padding-bottom:0px;
  }
  .main__title {
    font-size: 30px;
  }
  .main__desc {
    font-size: 21px;
  }
  .main__desc-dekstop {
    display: none;
  }
  .main__desc-mob {
    display: unset;
  }

  .header__inner {
    min-height: 50px;
  }
  .header__btn {
    display: none;
  }
  .header__phone {
    width: 23px;
    height: 22px;
    font-size: 0;
    background-image: url(../img/h_tel.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
  }
  .header__phone:hover {
    opacity: 0.7;
  }
  .header__logo {
    width: 70px;
  }

  .menu {
    padding-top: 105px;
  }
}
@media screen and (max-width: 640px) {
  .main-top {
    padding: 0;
background-image: url(/bitrix/templates/viral_threat/css/../img/girl.png);
background-repeat: no-repeat;
background-size: contain;
background-position: right;
background-position-x: 160px;
    
  }
  .main-top__inner {
    padding: 65px 88px 70px 15px;
    padding-right: 88px;
    min-height: 310px;
    position: relative;
  }
  .main__left {
    max-width: 300px;
    padding: 0;
  }
  .main__desc {
    max-width: 100%;
  }
  .main__img {
    max-width: unset;
    position: absolute;
    top: 0;


    
  }
  .main__img img {
    height: 320px;
    opacity:0;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .main__item-title br {
    display: none;
  }
}
.slider {
  padding-top: 35px;
}

.slider__slide {
background: #FAFAFA;
}

.slider__top {
  display: flex;
}
.slider__title {
  max-width: 360px;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
  margin-left: 178px;
  margin-right: 105px;
}
.slider__desc {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  color: #131F49;
  padding-top:45px;
  font-family: "Rubik", sans-serif;
}
.slider__slider {
  margin-top: 40px;
}
.slider__slider-scroll {
  bottom: unset;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  background: #F1F4FF;
}
.slider__slider .swiper-scrollbar-drag {
  background: #0F33AD;
}
.slider__slide {
  display: flex;
  padding: 0px 90px 0;
  position: relative;
  padding-bottom: 50px;
}
.slider__slide:last-child {
  padding-bottom: 0px;
}
.slider__slide:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  opacity: 0.2;
  width: 500px;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
}
.slider__slide-left {
  width: 500px;
  margin-right: 61px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.slider__slide-left img {
  width: 100%;
  max-width:470px;
  padding-left:20px;
}
.slider__slide-right {
  padding: 61px 0 49px;
  max-width: 485px;
  position: relative;
  z-index: 2;
}
.slider__slide-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 130%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
}
.slider__slide1 .slider__slide-left {
  align-items: flex-end;
}
.slider__slide-left {
  background: #EFF1F6;
}
	
.slider__items {
  margin-top: 40px;
}
.slider__item {
  display: flex;
  align-items: center;
  font-weight: 5	00;
  font-size: 16px;
  line-height: 175%;
  color: #131F49;
}
.slider__item:not(:last-child) {
  margin-bottom: 45px;
}
.slider__item i {
  width: 53px;
  height: 53px;
  background: #FFFFFF;
  box-shadow: 0px 10.6147px 17.4385px rgba(225, 225, 225, 0.36);
  border-radius: 15.1639px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 35px;
}
.slider__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 175%;
  text-decoration-line: underline;
  color: #233E99;
  display: block;
  margin-top: 45px;
}

@media screen and (max-width: 1366px) {
  .slider__title {
    margin-left: 250px;
  }
  .slider__slide {
    padding-left: 200px;
  }
  .slider__slide-left {
    width: 420px;
  }
}
@media screen and (max-width: 1200px) {
  .slider__top {
    display: block;
    padding-left: 250px;
  }
  .slider__title {
    margin-left: 250px;
    font-size: 37px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .slider__desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .slider__slide {
    padding-right: 20px;
  }
  .slider__slide-left {
    width: 350px;
  }
  .slider__slide-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 992px) {
  .slider {
    padding-top: 15px;
  }
  .slider__top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider__slider {
    margin-top: 20px;
  }
  .slider__slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .slider__title {
    font-size: 30px;
  }
  .slider__desc {
    font-size: 14px;
    margin-top: 11px;
    padding-top:0px;
  }
  .slider__slide-left {
    width: 260px;
  }
  .slider__slide-right {
    padding: 45px 0;
  }
  .slider__slide-title {
    font-size: 20px;
  }
  .slider__items {
    margin-top: 25px;
  }
  .slider__item {
    font-size: 14px;
  }
  .slider__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .slider__item i {
    margin-right: 15px;
  }
  .slider__link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .slider__slide1 .slider__slide-left {
    background: #EFF1F6;
  }
  .slider__slide1 .slider__link {
    color: #233E99;
  }
  .slider__slide2 .slider__slide-left {
    background: #EFF1F6;
  }
  .slider__slide2 .slider__link {
    color: #233E99;
  }
  .slider__slide3 .slider__slide-left {
    background: #EFF1F6;
  }
  .slider__slide3 .slider__link {
    color: #233E99;
  }
  .slider__slide {
    flex-wrap: wrap;
    background: transparent !important;
    position: relative;
  }
  .slider__slide:before {
    display: none;
  }
  .slider__slide-left {
    margin: 0 0 0 -15px;
    height: 220px;
    width: calc(100% + 30px);
    justify-content: center;
    align-items: flex-end;
  }
  .slider__slide-left img {
    max-height: 160px;
    width: auto;
    max-width: 300px;
  }
  .slider__slide-right {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px 0px;
    position: static;
    width: 100%;
    max-width: unset;
  }
  .info-top:before{
	  background: none!important;
  }
  .slider__slide-title {
    font-size: 24px;
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
  .slider__slide-title br {
    display: none;
  }
  .slider__item {
    align-items: flex-start;
  }
  .slider__item i {
    margin-top: 3px;
    width: 35px;
    height: 35px;
    border-radius: 10.0247px;
    margin-right: 20px;
    box-shadow: 0px 7.01726px 11.5284px rgba(177, 177, 177, 0.36) !important;
  }
  .slider__item i svg {
    max-width: 17px;
    height: auto;
  }
  .slider__link {
    margin-top: 35px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    text-decoration: underline;
  }
}
.protect {
  padding: 60px 0;
  width: 100%;
}
.protect--bg {
  padding: 0;
  background: linear-gradient(0deg, #F3F5F8, #F3F5F8);
}
.protect--bg .protect__form-group input {
  background: #FFFFFF;
}
.protect .container {
  width: 100%;
}
.protect__inner {
  padding-left: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.protect__left {
  max-width: 535px;
  margin-right: 82px;
}
.protect__img {
  margin-left: auto;
}
.protect__img-mob {
  display: none;
}
.protect__img img {
  width: 300px;
  height: auto;
}
.protect__title {
  font-weight: bold;
  font-size: 45px;
  line-height: 120%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
}
.protect__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #18214D;
  margin-top: 18px;
}
.protect__form {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
}
.protect__form-group input {
  background: #F3F5F8;
  border-radius: 10.3833px;
  width: 100%;
  height: 55px;
  font-weight: 500;
  font-size: 14.4085px;
  line-height: 180%;
  padding: 0 20px;
  border: none;
}
.protect__form-btn {
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 15px;
  line-height: 180%;
  border-radius: 12.0736px;
}

@media screen and (max-width: 1366px) {
  .modal_content{
	  margin: 20px;
  }	
  .protect__inner {
    padding-left: 70px;
  }
  .protect__left {
    max-width: 400px;
    margin-right: 30px;
    padding: 10px 0;
  }
  .protect__form {
    grid-template-columns: 1fr;
  }
  .protect__title {
    font-size: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .protect {
    padding: 25px 0;
  }
  .protect__left {
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .protect__img {
    margin-left: 20px;
  }
  .protect__img img {
    height: 450px;
  }
}
@media screen and (max-width: 992px) {
  .protect {
    padding: 25px 0 40px;
    background: #FAFAFA;
  }
  .protect__inner {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: relative;
    padding-bottom: 190px;
  }
  .protect__img {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .protect__img img {
    height: unset;
    width: 100%;
    border-radius: 10px;
  }
  .protect__img-dekstop {
    display: none;
  }
  .protect__img-mob {
    display: block;
  }
  .protect__form {
    gap: 10px;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .protect__form input {
    border-radius: 8px;
  }
  .protect__form-btn {
    max-width: 210px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .protect__title {
    font-size: 20px;
  }
  .protect__desc {
    font-size: 14px;
    margin-top: 11px;
  }
  .protect__desc br {
    display: none;
  }
  .info-top {
	    	background: #FAFAFA;
  }

}
.info {
  color: #131F49;
  width: calc(100% - 116px);
  margin-left: auto;
}
.info .container {
  width: 100%;
  padding: 0 45px 0 0;
}

.info-top {
  padding: 30px 0;
  position: relative;
  margin-top: 76px;

}
.info-top:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #EFF1F6;
  height: 100%;
  width: 72%;
  right: 0;
  top: 0;
}
.info-top__inner {
  position: relative;
  z-index: 2;
  padding-left: 148px;
}
.info-top__title {
  font-weight: bold;
  font-size: 52px;
  line-height: 120%;
  font-family: "Rubik", sans-serif;
  max-width: 506px;
  float: left;
}
.info-top__desc {
  font-size: 20px;
  line-height: 160%;
  margin-top: 30px;
  padding-top:12px;
  font-weight:600;
}

.info-chart {
  padding: 48px 0;
}
.info-chart__inner {
  padding-left: 148px;
}
.info-chart__top {
  align-items: flex-end;
}
.info-chart__title {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 35px;
  line-height: 120%;
  font-family: "Rubik", sans-serif;	
}
.info-chart__desc {
  font-size: 16px;
  line-height: 175%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
}
.info-chart__legend {
  margin-top: 30px;
}
.info-chart__legend-top {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  float: left;
}
.info-chart__legend-top span {
  display: block;
}
.info-chart__legend-bottom {
  display: flex;
}
.info-chart__legend-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.info-chart__legend-item strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
}
.info-chart__legend-item span {
  display: block;
  position: relative;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  margin-left: 10px;
}
.info-chart__legend-item i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.info-chart__wrap {
  margin-top: 20px;
}
.info-chart__wrap img {
  width: 100%;
  padding-top:20px;
}
.hepablock{
  padding-left: 148px;
  background-color: #EFF1F6;
  padding-right: 72px;
  padding-bottom: 40px;
  padding-top:9px;  
}
.hyper {
  padding: 35px 0;
  font-family: "Rubik", sans-serif;
  background: #FAFAFA;
}
.hyper__inner {
  padding-left: 148px;
}
.hyper__top {
  display: flex;
}
.hyper__title {
  margin-right: 140px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
}
.hyper__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  font-family: "Rubik", sans-serif;
}
.hyper__bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.hyper__items {
  display: flex;
  margin-right: 75px;
  flex-shrink: 0;
}
.hyper__item {
  width: 182px;
  padding-top: 50px;
}
.hyper__item:not(:last-child) {
  margin-right: 55px;
}
.hyper__item-title {
  text-align: center;
  font-size: 14.1329px;
  line-height: 145%;
}
.hyper__item img {
  margin-top: 15px;
  border-radius: 50%;
  width: 100%;
}
.hyper__info-title {
  font-size: 16px;
  line-height: 175%;
  max-width: 387px;
  padding-right: 20px;
}
.hyper__info-item {
  margin-top: 44px;
  font-size: 16px;
  line-height: 165%;
  display: flex;
  max-width: 490px;
}
.hyper__info-item span{

}
.hyper__info-item svg {
  margin-top: -14px;
  margin-left: -20px;
}

.null {
  padding: 35px 0 0;
}
.null__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 148px;
}
.null__left {
  margin-right: 45px;
  font-family: "Rubik", sans-serif;
}
.null__right {
  background: #0D464D;
  width: 576px;
  height: 385px;
  position: relative;
  padding: 20px 30px;
  overflow: hidden;
}
.null__right:before {
  pointer-events: none;
  content: '0';
  position: absolute;
  z-index: 1;
  font-weight: 800;
  font-size: 877.539px;
  line-height: 120%;
  color: #033C43;
  top: -225px;
  left: -240px;
}
.null__right img {
  position: absolute;
  width: auto;
  height: 100%;
  right: -14px;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.null__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
}
.null__desc {
  margin-top: 40px;
  max-width: 480px;
}
.null__desc p {
  font-size: 16px;
  line-height: 175%;
}
.null__desc p:not(:last-child) {
  margin-bottom: 25px;
}
.null__num {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.null__num span {
  font-weight: 800;
  font-size: 50.3021px;
  line-height: 120%;
  color: #F8FEFF;
  text-shadow: 0px 4px 22px rgba(255, 255, 255, 0.34);
}
.null__num strong {
  font-size: 19px;
  line-height: 110%;
  color: #8BCED6;
  font-weight: 400;
  margin-left: 14px;
}

.iq-air {
  background: #EFF1F6;
  padding: 73px 0 55px;
}
.iq-air__inner {
  padding-left: 148px;
}
.iq-air__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iq-air__left {
  flex-shrink: 0;
  width: 405px;
}
.iq-air__img {
  flex-grow: 1;
  max-width: 520px;
}
.iq-air__img img {
  width: 100%;
}
.iq-air__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
}
.iq-air__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  margin-top: 38px;
}
.iq-air__link {
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;
  margin-top: 29px;
  color: #233E99;
  display: block;
}
.iq-air__hint {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  margin-top: 45px;
  text-align: center;
}
.iq-air__hint span {

}

@media screen and (max-width: 1366px) {
  .hepablock {
    padding-left: 248px;
  }	
  .info {
    width: 100%;
  }
  .info .container {
    padding-right: 0;
  }

  .info-top__inner,
  .info-chart__inner,
  .hyper__inner,
  .null__inner,
  .iq-air__inner {
    padding-left: 250px;
  }

  .info-chart__top,
  .hyper__top {
    display: block;
  }
  .info-chart__title,
  .hyper__title {
    width: 100%;
  }
  .info-chart__desc,
  .hyper__desc {
    max-width: 100%;
    margin-top: 10px;
  }

  .null__inner {
    display: flex;
  }
  .null__desc {
    max-width: 380px;
  }
  .null__right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .info-top__title {
    font-size: 40px;
  }
  .info-top__desc {
    font-size: 18px;
    margin-top: 10px;
  }

  .info-chart__title,
  .hyper__title,
  .null__title,
  .iq-air__title {
    font-size: 37px;
  }

  .hyper__desc {
    font-size: 18px;
    margin-top: 10px;
  }

  .hyper__info {
    margin-top: 20px;
  }
  .hyper__info-item {
    max-width: 100%;
  }

  .null__desc {
    margin-top: 15px;
  }
  .null__desc p {
    margin-bottom: 0 !important;
    margin-top: 10px;
  }
  .null__right {
    width: 100%;
  }

  .iq-air {
    padding: 70px 0;
  }
  .iq-air__desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .iq-air__link {
    margin-top: 15px;
    font-size: 16px;
  }
  .iq-air__hint {
    margin-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .hyper__bottom {
    margin-top: 20px;
    display: block;
  }		
  .info-top__inner,
  .info-chart__inner,
  .hyper__inner,
  .null__inner,
  .iq-air__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .iq-air {
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {

  .info-top {
    padding: 38px 0 35px;
  }
  .info-top__title {
    font-size: 30px;
    padding-bottom: 14px
  }
  .info-top__desc {
    font-size: 14px;
    margin-top: 13px;
  }
  .info-top__desc div{
    padding-top: 27px;
	}
  .info-top__desc div button:nth-child(1){
    margin-bottom: 19px!important;
	}
  .info-top__desc div button	{
	min-width: 230px;
	}	
	
  .info-chart {
    padding: 30px 0 40px;
  }
  .info-chart__title {
    font-size: 20px;
  }
  .info-chart__desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .info-chart__legend {
    margin-top: 15px;
  }

  .hyper {
    padding: 30px 0 35px;
    background: #EFF1F6;
  }
  .hyper__title {
    font-size: 30px;
  }
  .hepablock{
	  padding-left:15px!important;
	      padding-bottom: 10px;
  }
  .hyper__desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .hyper__item {
    display: flex;
    flex-wrap: wrap;
    width: 130px;
    padding-top:0px;
  }
  .hyper__item:not(:last-child) {
    margin-right: 20px;
  }
  .hyper__item-title {
    width: 100%;
  }
  .hyper__item-img {
    order: -1;
  }
  .hyper__item-img img {
    width: 130px;
    height: 130px;
    margin: 0 0 5px;
  }
  .hyper__info-title {
    font-size: 12px;
  }
  .hyper__info{  
    margin-left: 15px;
    margin-right: 15px;
   } 
    
  .hyper__info-item {
    font-size: 12px;
    margin-top: 20px;
    align-items: center;
  }
  .hyper__info-item svg {
    margin-top: 3px;
    margin-left: -20px;
  }

  .info-chart__legend-top {
    font-size: 14px;
  }
  .info-chart__legend-top span{
	  float:unset!important;
  }
  .info-chart__legend-item strong {
    font-size: 14px;
    margin-right: 14px;
  }
  .info-chart__legend-item span{
	  margin-left:0px!important;  
  }
  .info-chart__legend-bottom{
	  padding-top:10px;
  }
  .null {
    padding: 80px 0 45px;
    background: #FFFFFF;
  }
  .null img{
	  width: 100%;
    padding-top: 10px;
  }
  .null__title {
    font-size: 30px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    left: 15px;
  }
  .null__inner {
    position: relative;
    flex-wrap: wrap;
    display: flex;
  }
  .null__desc p {
    font-size: 14px;
    margin-top: 12px;
  }
  .null__num span {
    font-size: 35px;
  }
  .null__num strong {
    font-size: 17px;
  }
  .null__left {
    margin-right: 0;
    width: 100%;
  }
  .null__right {
    height: 250px;
    order: -1;
    margin-top: 0;
    padding: 23px;
  }
  .null__right:before {
    font-size: 330px;
    top: -80px;
    left: -90px;
  }
  .null__num span {
    font-size: 25px;
  }
  .null__num strong {
    margin-left: 7px;
    font-size: 10px;
  }

  .iq-air {
    padding: 30px 0 55px;
  }
  .iq-air__inner {
    padding-bottom: 43px;
    position: relative;
  }
  .iq-air__title {
    font-size: 30px;
  }
  .iq-air__desc {
    margin-top: 13px;
    font-size: 14px;
  }
  .iq-air__left {
    width: 100%;
  }
  .iq-air__hint, .iq-air__link {
    font-size: 14px;
    text-align: left;
  }
  .iq-air__link {
    position: absolute;
    left: 15px;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .iq-air__top {
    display: block;
  }
  .iq-air__img {
    margin: 20px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .null__right {
    height: 200px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 420px) {
  .null__right {
    height: 145px;
  }
}
.reduce {
  padding: 83px 0 90px;
  overflow: hidden;
  font-family: "Rubik", sans-serif;
}
.reduce__inner {
  padding-left: 148px;
}
.reduce__title {
  font-size: 35px;
  line-height: 125%;
  font-weight: 400;
  color: #010000;
  max-width: 875px;
}
.reduce__title strong {
  font-weight: 700;
}
.reduce__info {
  margin-left: 130px;
  margin-top: 45px;
  background: #F6F6F6;
  opacity: 0.99;
  padding: 34px 50px;
  position: relative;
}
.reduce__info-top {
  display: flex;
}
.reduce__info-top img {
  margin-top: 14px;
  margin-right: 50px;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
}
.reduce__info-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #010000;
}
.reduce__info-title strong {
  font-weight: 500;
}
.reduce__info-hint {
  font-size: 16px;
  line-height: 28px;
  color: #010000;
  margin-top: 39px;
}
.reduce__info-girl {
  position: absolute;
  right: 0;
  bottom: 0;
}
.reduce__hint {
  margin-top: 80px;
  font-size: 20px;
  line-height: 160%;
  color: #010000;
  font-weight: 400;

}
.reduce__hint strong {
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  .reduce__inner {
    padding-left: 250px;
  }
  .reduce__info {
    padding-right: 240px;
  }
  .reduce__info-girl {
    width: 270px;
  }
}
@media screen and (max-width: 1200px) {
  .reduce {
    padding: 35px 0;
  }
  .reduce__title {
    font-size: 40px;
    padding-right: 150px;
  }
  .reduce__info {
    padding: 25px;
    padding-right: 240px;
    height: unset;
    min-height: 305px;
  }
  .reduce__info-girl {
    width: 240px;
  }
  .reduce__info-title {
    font-size: 18px;
  }
  .reduce__hint {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .reduce__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .reduce {
    padding: 25px 0;
    padding-bottom:51px;
  }
  .reduce__title {
    font-size: 20px;
    padding: 0;
  }
  .reduce__info {
    min-height: 185px;
    padding-right: 180px;
    width: calc(100% + 30px);
    margin-left: 11px;
    margin-top: 25px;
    padding: 28px 30px 25px 23px;
  }
  .reduce__info-girl {
    width: auto;
    height: 270px;
    right: -50px;
  }
  .reduce__info-top {
    display: block;
  }
  .reduce__info-top img {
  height: auto;
    width: 30px;
    padding-bottom: 20px;  
  }
  .reduce__info-title {
    font-size: 14px;
  }
  .reduce__info-hint {
    display: none;
  }
  .reduce__hint {
    font-size: 14px;
    margin-top: 25px;
  }
  .reduce__hint br {
    display: none;
  }
}
.lungs {
  background: #EFF1F6;
  color: #131F49;
  padding-top: 80px;
  width: calc(100% - 116px);
  margin-left: auto;
  overflow: hidden;
}
.lungs .container {
  width: 100%;
  padding: 0 45px 0 0;
}
.lungs__inner {
  padding-left: 130px;
}
.lungs__top {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  position: relative;
  height: 420px;
}
.lungs__top img {
  position: absolute;
  top: 0;
  right: -45px;
  height: 100%;
  width: auto;
}
.lungs__top-left {
  max-width: 555px;
  position: relative;
  z-index: 2;
}
.lungs__top-mob {
  display: none;
}
.lungs__title {
  font-weight: bold;
  font-size: 45px;
  line-height: 130%;
}
.lungs__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  margin-top: 37px;
  max-width: 463px;
}
.lungs__first {
  display: flex;
  align-items: center;
  margin-top: 53px;
}
.lungs__first-img {
  width: 280px;
  margin-right: 200px;
}
.lungs__first-img img {
  width: 100%;
}
.lungs__first-right {
  position: relative;
}
.lungs__first-title {
  font-size: 35px;
  line-height: 125%;
  max-width: 465px;
  position: relative;
  z-index: 2;
}
.lungs__first-title strong {
  font-weight: 700;
}
.lungs__first-link {
  position: relative;
  z-index: 2;
  color: #233E99;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-decoration-line: underline;
  margin-top: 78px;
  display: block;
}
.lungs__first-num {
  pointer-events: none;
  position: absolute;
  font-weight: 800;
  font-size: 400px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.5;
  top: -107px;
  left: -120px;
}
.lungs__second {
  padding: 62px 67px;
  background-color: #FFFFFF;
  background-image: url(../img/air.png);
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
.lungs__second-num {
  pointer-events: none;
  font-weight: 800;
  font-size: 400px;
  line-height: 100%;
  color: #EFF1F6;
  position: absolute;
  left: -57px;
  bottom: -63px;
}
.lungs__second-left {
  max-width: 340px;
  position: relative;	
  z-index: 2;
}
.lungs__second-title {
  font-size: 40px;
  line-height: 125%;
  color: #131F49;
  font-weight: 400;
}
.lungs__second-title strong {
  font-weight: 700;
}
.lungs__second-link {
  color: #233E99;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-decoration-line: underline;
  display: block;
  margin-top: 120px;
}
.lungs__third {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.lungs__third-img {
  width: 650px;
  margin-left: -130px;
  margin-right: 30px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.lungs__third-img img {
  width: 100%;
}
.lungs__third-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
  max-width: 460px;
  position: relative;
  z-index: 2;
}
.lungs__third-desc strong {
  font-weight: 700;
}
.lungs__third-num {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 701.299px;
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .lungs {
    width: 100%;
  }
  .lungs__inner {
    padding-left: 250px;
  }
  .lungs .container {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .lungs__title {
    font-size: 40px;
  }
  .lungs__top {
    height: 320px;
  }
  .lungs__top-left {
    max-width: 500px;
  }
  .lungs__desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .lungs__first {
    margin-top: 30px;
  }
  .lungs__first-title {
    font-size: 37px;
  }
  .lungs__first-img {
    margin-right: 50px;
  }
  .lungs__first-num {
    font-size: 300px;
    left: -80px;
  }
  .lungs__first-link {
    margin-top: 20px;
    font-size: 16px;
  }
  .lungs__second {
    padding: 70px;
    margin-top: 30px;
  }
  .lungs__second-title {
    font-size: 37px;
  }
  .lungs__second-link {
    margin-top: 20px;
    font-size: 16px;
  }
  .lungs__second-num {
    font-size: 300px;
  }
  .lungs__third-desc {
    font-size: 20px;
  }
  .lungs__third-img {
    width: 400px;
  }
  .lungs__third-num {
    font-size: 500px;
  }
}
@media screen and (max-width: 992px) {
  .lungs {
    padding: 24px 0 0;
  }
  .lungs__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lungs__title {
    font-size: 30px;
  }
  .lungs__desc {
    font-size: 14px;
    margin-top: 23px;
  }
  .lungs__top {
    height: unset;
  }
  .lungs__top img {
    top: -30px;
  }
  .lungs__top-dekstop {
    display: none;
  }
  .lungs__top-mob {
    display: unset;
  }
  .lungs__first {
    margin-top: 35px;
    align-items: flex-end;
  }
  .lungs__first-right {
    padding-bottom: 20px;
  }
  .lungs__first-title {
    font-size: 18px;
  }
  .lungs__first-num {
    font-size: 160px;
    left: -50px;
    top: unset;
    bottom: 25px;
  }
  .lungs__first-link {
    font-size: 12px;
    margin-top: 28px;
  }
  .lungs__first-link span {
    display: none;
  }
  .lungs__first-img {
    width: 145px;
    flex-shrink: 0;
    margin-left: -15px;
  }
  .lungs__second {
    margin-top: 15px;
    padding: 14px 18px;
    background-image: url(../img/air4.png);
    background-size: 100% auto;
    background-position: left bottom;
    min-height: 380px;
    position: relative;
    overflow: unset;
  }
  .lungs__second-left {
    position: static;
  }
  .lungs__second-title {
    font-size: 18px;
  }
  .lungs__second-link {
    font-size: 14px;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
  }
  .lungs__second-link span {
    display: none;
  }
  .lungs__second-num {
    font-size: 110px;
    left: -16px;
    bottom: unset;
    top: -20px;
  }
  .lungs__third {
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .lungs__third-desc {
    font-size: 18px;
    width: 100%;
    order: -1;
  }
  .lungs__third-img {
    width: 300px;
    margin: 0 auto;
  }
  .lungs__third-num {
    font-size: 380px;
    bottom: 80px;
    left: unset;
    top: unset;
    right: -40px;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 500px) {
  .lungs__second {
    min-height: 190px;
  }
}
footer {
  margin-left: auto;
  width: calc(100% - 180px);
  background: #2F2F2F;
  padding: 59px 25px 64px 85px;
}

.f_cols .cl,
.f_cols .modal_content,
.f_cols .f_bot,
.f_cols .b1,
.f_cols .b2,
.f_cols .b3,
.f_cols .b4,
.f_cols .b5,
.f_cols .b6,
.f_cols .b7,
.f_cols .b8,
.f_cols .b9,
.f_cols .b10,
.f_cols .b11,
.f_cols .b12,
.f_cols .b13,
.f_cols .b14,
.f_cols .b15,
.f_cols .b16,
.f_cols .b17,
.f_cols .header,
.f_cols .h_tel_block,
.f_cols .tabs_block,
.f_cols .b9_items,
.f_cols .footer,
.f_cols .f_cols {
  display: none;
}

.f_cols {
  display: flex;
  justify-content: space-between;
}

.f_col {
  width: 20%;
  padding-right: 15px;
}

.f_col:nth-child(5) {
  padding-right: 0;
}

.f_list > li {
  display: block;
  margin-bottom: 20px;
}

.f_list > li > a {
  font: 15px/25px "Montserrat", Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5385em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.f_list_2 > li {
  display: block;
  margin-bottom: 10px;
}

.f_list_2 > li > a {
  color: #999999;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.8em !important;
  line-height: 1.5385em !important;
  font: 15px/25px "Montserrat", Arial, sans-serif;
}

.f_list_2 > li > a:hover {
  color: #fff;
}

.f_sign {
  max-width: 330px;
  color: #fff;
  transition: 0.3s;
  position: relative;
  display: block;
  padding: 15px 45px 14px 18px;
  white-space: normal;
  background: #494949;
  border-color: #494949;
  text-align: left;
  letter-spacing: 0.8px;
  font-size: 0.7em !important;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  border-radius: 3px;
  font: 15px/25px "Montserrat", Arial, sans-serif;
  line-height: 1.428571429;
  margin-bottom: 10px;
}
.f_sign:hover {
  color: #fff;
}

.f_sign:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.f_sign:after {
  display: block;
  content: "";
  width: 21px;
  height: 16px;
  background: url(../img/f_sign.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.fc_item {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  font: 15px/25px "Montserrat", Arial, sans-serif;
}
.fc_item:hover {
  color: #fff;
}

.f_tel {
  padding: 0 10px 0 23px;
}

.f_tel:before {
  display: block;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/f_tel.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}

.f_tel:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 10px;
}

.f_mail:before {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/f_mail.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}

.f_address:before {
  display: block;
  content: "";
  width: 9px;
  height: 11px;
  background: url(../img/f_address.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}

.f_socials {
  text-align: center;
  position: relative;
  margin: 50px 0 30px;
}

.f_socials:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #3F3F3F;
  position: absolute;
  left: 0;
  top: 20px;
}

.fs_list {
  display: inline-block;
  text-align: center;
  background: #2F2F2F;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.fs_list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border: 1px solid #3F3F3F;
}

.fs_list > li > a {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  transition: 0.3s;
}

.fs_list > li > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.fs_list > li > a > span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://breeeth.com/bitrix/templates/iqair_new/images/socials_pay_sprite.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.fs_list > li:nth-child(2) span {
  background-position: -14px 0;
}

.fs_list > li:nth-child(3) span {
  background-position: -28px 0;
}

.fs_list > li:nth-child(4) span {
  background-position: -42px 0;
}

.fs_list > li:nth-child(5) span {
  background-position: -56px 0;
}

.fs_list > li:nth-child(6) span {
  background-position: -70px 0;
}

.fs_list > li:nth-child(7) span {
  background-position: -84px 0;
}

.fs_list > li:nth-child(8) span {
  background-position: -98px 0;
}

.f_copy {
  float: left;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
  padding-top: 3px;
  font: 15px/25px "Montserrat", Arial, sans-serif;
  font-size: .867em;
  line-height: 1.692em;
}

.f_pay {
  float: right;
}

.f_pay > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.f_pay > li > span {
  display: block;
  width: 30px;
  height: 20px;
  background: url(../img/socials_pay_sprite.png) 0 -20px no-repeat;
  background-size: 236px auto;
}

.f_pay > li:nth-child(2) > span {
  background-position: -30px -20px;
}

.f_pay > li:nth-child(3) > span {
  background-position: -60px -20px;
}

.f_pay > li:nth-child(4) > span {
  background-position: -90px -20px;
}

.f_pay > li:nth-child(5) > span {
  background-position: -120px -20px;
}

.f_pay > li:nth-child(6) > span {
  background-position: -150px -20px;
}

.f_pay > li:nth-child(7) > span {
  background-position: -180px -20px;
}

.f_pay > li:nth-child(8) > span {
  background-position: -210px -20px;
}

@media screen and (max-width: 1366px) {
  footer {
    width: 100%;
    padding-left: 250px;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .f_cols {
    flex-wrap: wrap;
  }

  .f_col {
    width: 25%;
  }

  .f_col:nth-child(5) {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .f_col:nth-child(5) br {
    display: none;
  }

  .f_sign {
    text-align: left;
    margin: 0 auto 25px;
  }

  .fc_item {
    margin: 0 5px 10px;
  }

  .f_socials {
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .f_col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }

  .f_copy {
    float: none;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }

  .f_pay {
    float: none;
    text-align: center;
  }

  .f_pay > li {
    margin: 0 3px;
  }
}
@media screen and (max-width: 500px) {
  .f_list > li {
    margin-bottom: 7px;
  }

  .f_list > li > a {
    font-size: 14px;
    line-height: 16px;
  }

  .f_list_2 > li {
    display: block;
    margin-bottom: 4px;
  }

  .f_list_2 > li > a {
    font-size: 12px;
    line-height: 13px;
  }

  .f_socials:before {
    display: none;
  }

  .f_pay {
    float: none;
    text-align: center;
  }

  .f_pay > li {
    margin: 0;
  }

  .fs_list {
    padding: 0;
  }

  .fs_list > li {
    margin: 0 2px;
  }

  .fs_list > li > a {
    width: 24px;
    height: 24px;
  }
}
.catalog {
  padding: 76px 0;
}
.catalog__inner {
  padding-left: 130px;
}
.catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.catalog__item {
  background: linear-gradient(0deg, #F5F5F7, #F5F5F7);
  padding: 50px 23px 0px;
  text-align: center;
}
.catalog__item-title {
  font-weight: 500;
  font-size: 27px;
  line-height: 100%;
  color: #233E99;
  font-family: "Rubik", sans-serif;
}
.catalog__item-desc {
  font-weight: 600;
  font-size: 13px;
  line-height: 175%;
  margin-top: 4px;
  color: #79819E;
}
.catalog__item-prices {
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__item-prices-new {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #0F33AD;
}
.catalog__item-prices-old {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-decoration-line: line-through;
  color: #79819E;
  margin-right: 20px;
}
.catalog__item-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 175%;
  text-decoration-line: underline;
  color: #78AEFF;
  display: block;
  margin-top: 13px;
}
.catalog__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 295px;
  margin-top: 20px;
}
.catalog__item-img img {
     max-height: 295px;
}

@media screen and (max-width: 1366px) {
  .catalog__inner {
    padding-left: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .catalog {
    padding: 30px 0;
  }
}
@media screen and (max-width: 992px) {
  .catalog__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .catalog {
    padding-bottom: 110px;
  }
  .catalog__items {
    gap: 12px;
  }
  .catalog__item {
    padding-top: 25px 23px 0px;
  }
  .catalog__item-title {
    font-size: 16px;
  }
  .catalog__item-desc {
    font-size: 12px;
    margin-top: 3px;
  }
  .catalog__item-prices {
    margin-top: 3px;
  }
  .catalog__item-prices-new {
    font-size: 13px;
  }
  .catalog__item-prices-old {
    font-size: 12px;
  }
  .catalog__item-link {
    margin-top: 5px;
    font-size: 10px;
  }
  .catalog__item-img {
    height: 170px;
  }
}
@media screen and (max-width: 600px) {
  .catalog__items {
    grid-template-columns: 1fr;
  }
  .air__middle-img {
    margin-left: 0px!important;
    margin-right: 0!important;
    width: 100%!important;
    margin-bottom: 15px!important;
  }  
}
.air {
  background: #F6F6F6;
  padding: 63px 0 81px;
  width: 100%;
  color: #131F49;
}
.air .container {
  padding: 0;
  width: 100%;
}
.air__inner {
  padding-left: 260px;
}
.air__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 130%;
  font-family: "Rubik", sans-serif;
  max-width: 965px;
}
.air__middle {
  display: flex;
  margin-top: 85px;
}
.air__middle-img {
  width: 700px;
  margin-left: -260px;
  margin-right: 74px;
  flex-shrink: 0;
}
.air__middle-right p {
  font-size: 16px;
  line-height: 175%;
}
.air__middle-right p:not(:last-child) {
  margin-bottom: 45px;
}
.air__middle-right strong {
  font-weight: 700;
}
.air__bottom {
  margin-top: 80px;
}
.air__bottom-img {
  width: calc(100% + 130px);
  margin-left: -130px;
}
.air__bottom-desc {
  margin-top: 40px;
  padding-right: 80px;
}
.air__bottom-desc p {
  font-size: 16px;
  line-height: 175%;
}
.air__bottom-desc p:not(:last-child) {
  margin-bottom: 45px;
}
.air__bottom-desc strong {
  font-weight: 700;
}

@media screen and (max-width: 1366px) {
  .air__inner {
    padding-left: 250px;
  }

  /*
  .air__middle-img {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  */
  .air__bottom {
    margin-top: 35px;
  }
  .air__bottom-img {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .air {
    padding: 30px 0;
  }
  .air__title {
    font-size: 40px;
  }
  .air__middle-right p {
    margin-bottom: 0 !important;
    margin-top: 10px;
    font-size: 18px;
  }
  .air__bottom-desc p {
    margin-bottom: 0 !important;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .air__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
.hyper__info {
    margin-left: 15px;
    margin-right: 15px;
}
.hepablock {
    padding-left: 15px!important;
    padding-bottom: 10px;
}
.hyper {
    padding: 30px 0 35px;
    background: #EFF1F6;
}
.null__left {
    margin-right: 0;
    width: 100%;
}  
.null__inner {
    position: relative;
    flex-wrap: wrap;
    display: flex;
}
.null__desc{
	max-width:100%
}  
  
}
@media screen and (max-width: 768px) {
  .air__middle {
    display: block;
    margin-top: 35px;
  }	
  .air {
    padding: 20px 0 30px;
  }
  .air__title {
    font-size: 30px;
  }
  .air__middle-right p {
    font-size: 14px;
  }
  .air__bottom-desc {
    padding-right: 0;
    margin-top: 20px;
  }
  .air__bottom-desc p {
    font-size: 14px;
  }
}
.system {
  color: rgba(39, 39, 39, 0.9);
  width: 100%;
}
.system .container {
  width: 100%;
}
.system__inner {
  display: flex;
}
.system__inner {
  padding-left: 260px;
  display: flex;
  align-items: center;
}
.system__left {
  margin-right: 30px;
  flex-grow: 1;
}
.system__logo {
  width: 242px;
}
.system__title {
  font-weight: 600;
  color:#131F49;
  font-size: 20px;
  line-height: 175%;
  margin-top: 18px;
}
.system__slider {
  width: 600px;
  flex-shrink: 0;
  margin-left: auto;
}
.system__slider-item {
  background: #233E99;
}
.system__slider-img img {
  width: 100%;
}
.system__slider-desc {
  padding: 48px 58px 54px;
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  color: #FFFFFF;
}
.system__slider-desc strong {
  font-weight: 700;
}
.system__items {
  margin-top: 64px;
}
.system__item {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
}
.system__item:not(:last-child) {
  margin-bottom: 50px;
}
.system__item-icon {
  flex-shrink: 0;
  margin-right: 25px;
  margin-top: 6px;
  background: #F8F8F8;
  border-radius: 11.7846px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system__item span {
  max-width: 350px;
}

@media screen and (max-width: 1366px) {


  .system__item {
    align-items: center;
  }
  .system__item span {
    max-width: unset;
  }
  .system__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .system__inner {
    padding-left: 15px;
    padding-right: 15px;
        display: block;
  }
  .system__slider{
	  width:100%;
	  padding-top:40px;
  }
  .catalog__items{
	  grid-template-columns: auto;
  }

}
@media screen and (max-width: 768px) {
  .system__inner {

    display: block;
  }	
  .system__slider {
    width: 100%;
    margin-top: 15px;
  }
  .system__items {
    margin-top: 25px;
  }
  .system__left {
    margin-right: 0;
    padding: 40px 0 50px;
  }	
.catalog__item-img img{
    max-width: 219px;
    max-height: none;	
}	
  .system__logo {
    width: 170px;
  }
  .system__title {
    font-size: 17.4686px;
    margin-top: 12px;
  }
  .system__item {
    font-size: 14px;
    display: block;
  }
  .system__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .system__item-icon {
    width: 65px;
    height: 65px;
    margin: 0 0 15px;
  }
  .system__item-icon img {
    width: 45px;
  }
  .system__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .system__slider-desc {
    font-size: 14px;
    padding: 25px 25px 33px;
  }
}
.qa {
  width: 100%;
  background: #EFF1F6;
  padding: 95px 0 135px;
}
.qa__title {
  font-weight: bold;
  font-size: 45px;
  line-height: 120%;
  color: #272727;
  font-family: "Rubik", sans-serif;
  padding-left: 260px;
}
.qa__items {
  margin-top: 20px;
}
.qa__item {
  position: relative;
  padding: 25px 90px 25px 260px;
}
.qa__item:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  background: #272727;
  width: calc(100% - 350px);
  left: 260px;
  bottom: -1px;
}
.qa__item--active {
  background: #FFF;
}
.qa__item--active .qa__item-title {
  font-weight: 700;
  color:#131F49;
}
.qa__item--active path {
  stroke: #FFAF52;
  fill: #FFAF52;
}
.qa__item--active svg {
  opacity: 0.9;
  transform: rotate(180deg);
}
.qa__item-show {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qa__item-show svg {
  margin-left: 50px;
}
.qa__item-title {
  font-size: 22px;
  line-height: 155%;
  color: #79819E;
}
.qa__item-hidden {
  padding-right: 100px;
  font-size: 20.5571px;
  line-height: 165%;
  color: #272727;
  margin-top: 15px;
  display: none;
}

@media screen and (max-width: 1366px) {
  .qa__title, .qa__item {
    padding-left: 250px;
    padding-right: 20px;
  }
  .qa__title:before, .qa__item:before {
    width: calc(100% - 230px);
    left: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .qa {
    padding: 30px 0;
  }
  .qa__title {
    font-size: 40px;
  }
  .qa__items {
    margin-top: 25px;
  }
  .qa__item-title, .qa__item-hidden {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .qa__title, .qa__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .qa__title:before, .qa__item:before {
    width: calc(100% - 40px);
    left: 20px;
  }
  .qa__title-show svg, .qa__item-show svg {
    width: 20px;
  }
  .qa__title-hidden, .qa__item-hidden {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 28px 0 0;
  }
  .qa__title {
    font-size: 27px;
  }
  .qa__items {
    margin-top: 15px;
  }
  .qa__item {
    padding: 15px 20px;
  }
  .qa__item:last-child:before {
    display: none;
  }
  .qa__item-title {
    font-size: 14px;
  }
  .qa__item-show svg {
    width: 15px;
  }
  .qa__item-hidden {
    font-size: 12px;
  }
}
.eko {
  margin: 70px 0 0;
  width: 100%;
}
.eko__inner {
  padding-left: 260px;
}
.eko__top {
  background-image: url(../img/switch.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #FAFAFA;
  box-shadow: 0px 11.8462px 20.3077px rgba(0, 0, 0, 0.03);
  border-radius: 33.8462px;
  min-height: 505px;
  padding: 67px 62px;
  max-width: 1020px;
}
.eko__title {
  font-weight: bold;
  font-size: 45px;
  line-height: 120%;
  color: #131F49;
  font-family: "Rubik", sans-serif;
}
.eko__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  color: #272727;
  margin-top: 25px;
  max-width: 860px;
}
.eko__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1020px;
}
.eko__item {
  border-radius: 25.3846px;
  padding: 50px 80px 70px 26px;
}
.eko__item-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 125%;
  color: #272727;
  font-family: "Rubik", sans-serif;
}
.eko__item-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 165%;
  color: #272727;
  margin-top: 40px;
}

@media screen and (max-width: 1366px) {
  .eko__inner {
    padding-left: 250px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .eko {
    margin-top: 30px;
  }
  .eko__top {
    min-height: 400px;
  }
  .eko__title {
    font-size: 37px;
  }
  .eko__desc {
    font-size: 18px;
  }
  .eko__items {
    gap: 20px;
    margin-top: 20px;
  }
  .eko__item-title {
    font-size: 25px;
  }
  .eko__item-desc {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .eko__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .eko__inner {
    position: relative;
    padding-top: 85px;
  }
  .eko__top {
    padding: 28px 22px;
    min-height: 430px;
    border-radius: 15px;
  }
  .eko__title {
    font-size: 27px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 10px;
    padding-left:20px;
  }
  .eko__desc {
    font-size: 14px;
    margin-top: 0;
    color: #1D3174;
    font-weight: 500;
  }
  .eko__items {
    margin-top: 32px;
  }
  .eko__item {
    padding: 33px 20px;
  }
  .eko__item-desc {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .system__inner {
    padding-left: 20px;
    display: block;
  }		
  .eko__items {
    grid-template-columns: 1fr;
  }
}
.effect {
  margin: 70px 0 0 auto;
  width: calc(100% - 180px);
  background: #F3F5F8;
  padding-top: 60px;
}
.effect .container {
  margin-right: 0;
  width: 100%;
}
.effect__inner {
  padding-left: 82px;
}
.effect__top {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.effect__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 130%;
  color: #18214D;
  font-family: "Rubik", sans-serif;
}
.effect__bottom {
  margin-top: 50px;
  display: flex;
}
.effect__items {
  padding-right: 30px;
  height: 450px;
  width: 330px;
  overflow-y: auto;
  flex-shrink: 0;
}
.effect__item {
  background: rgba(255, 255, 255, 0.5);
  border: 0.498264px solid rgba(56, 78, 112, 0.12);
  display: flex;
  align-items: center;
  padding: 0 23px;
  height: 80px;
  font-size: 20px;
  line-height: 130%;
  color: #5C6077;
  font-family: "Rubik", sans-serif;
  border-radius: 11.0381px;
  transition: all .3s;
}
.effect__item:hover {
  background: #FFFFFF;
  cursor: pointer;
}
.effect__item:not(:last-child) {
  margin-bottom: 12px;
}
.effect__item i {
  background: #F3F5F8;
  border-radius: 9.96528px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  transition: all .3s;
}
.effect__item--active {
  background: #FFFFFF;
  pointer-events: none;
  border: 0.498264px solid rgba(56, 78, 112, 0.12);
}
.effect__item--active i {
  background: #233E99;
}
.effect__item--active path {
  fill: #fff;
}
.effect__slider {
  flex-grow: 1;
  margin-left: 40px;
  width: calc(100% - 400px);
  padding-bottom: 55px;
  position: relative;
  background: #F3F5F8;
}
.effect__slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.effect__slider-content--active {
  position: static;
}
.effect__slider-item {
  background: #FFFFFF;
  border: 0.446813px solid rgba(56, 78, 112, 0.12);
  border-radius: 9.89827px;
  padding: 25px 33px;
  height: 450px;
  transition: all 0s;
}
.effect__slider-item:hover {
  background: #233E99;
  border: 0.446813px solid rgba(56, 78, 112, 0.12);
}
.effect__slider-item:hover .effect__slider-title,
.effect__slider-item:hover .effect__slider-desc,
.effect__slider-item:hover .effect__slider-price-old,
.effect__slider-item:hover .effect__slider-price-new {
  color: #fff;
}
.effect__slider-item:hover .effect__slider-link path {
  fill: #fff;
}
.effect__slider-img {
  height: 180px;
  text-align: center;
}
.effect__slider-img img {
  max-height: 100%;
  max-width: 100%;
}
.effect__slider-title {
  min-height:57px;	
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #18214D;
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
  transition: all 0s;
}
.effect__slider-desc {
  min-height:61px;	
  font-size: 12px;
  line-height: 170%;
  color: #5C6077;
  margin-top: 15px;
  padding-right: 20px;
  transition: all 0s;
}
.effect__slider-price-old {
  font-size: 12px;
  line-height: 130%;
  text-decoration-line: line-through;
  color: #5C6077;
  margin-top: 28px;
  font-family: "Rubik", sans-serif;
  transition: all 0s;
}
.effect__slider-price-new {
  font-weight: 500;
  font-size: 22.0183px;
  line-height: 130%;
  color: #233E99;
  font-family: "Rubik", sans-serif;
  transition: all 0s;
}
.effect__slider-bottom {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.effect__slider-nav {
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display:none;
}
.effect__slider-nav--active {
  position: static;
  display:block!important;
}
.effect__slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #233E99;
  border-radius: 81.4367px;
  width: 110px;
  height: 44px;
  padding: 0 10px;
  flex-shrink: 0;
}
.effect__slider-link svg,
.effect__slider-link path {
  transition: all 0s;
}
.effect .swiper-pagination {
  position: static;
  font-weight: 600;
  font-size: 26px;
  line-height: 175%;
  display: flex;
  align-items: center;
  text-align: right;
  margin-right: 25px;
}
.effect .swiper-pagination-current {
  color: #233E99;
}
.effect .swiper-button-next,
.effect .swiper-button-prev {
  position: static;
  margin: 0;
  padding: 0 7px;
}
.effect .swiper-button-next:after,
.effect .swiper-button-prev:after {
  display: none;
}
.effect .swiper-button-prev {
  margin-right: 10px;
}

@media screen and (max-width: 1366px) {
  .effect {
    width: 100%;
  }
  .effect__inner {
    padding-left: 250px;
  }
  .effect__title {
    font-size: 42px;
  }
  .effect__slider {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .effect__top {
    display: block;
  }
  .effect__title {
    font-size: 37px;
    margin-bottom: 10px;
  }
  .effect__title br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .effect {
    margin-top: 30px;
    padding-top: 30px;
  }
  .effect__top {
    padding-right: 0;
  }
  .effect__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .effect__title {
    font-size: 22px;
  }
  .effect__inner {
    position: relative;
  }
  .effect .swiper-pagination {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    display:none;
    left: 50%;
    transform: translateY(-50%);
  }
  .effect__bottom {
    display: block;
    margin-top: 20px;
  }
  .effect__slider {
    margin: 30px 0 0;
    width: 100%;
    padding-bottom: 80px;
  }
  .effect__slider-item {
    padding: 23px 12px;
    height: 350px;
  }
  .effect__slider-buttons {
    display: none;
  }
  .effect__slider-img {
    height: 120px;
  }
  .effect__slider-title {
    font-size: 16px;
  }
  .effect__slider-desc {
    margin-top: 5px;
    font-size: 10px;
  }
  .effect__slider-price-old {
    margin-top: 9px;
    font-size: 9px;
  }
  .effect__slider-price-new {
    font-size: 15px;
  }
  .effect__items {
    height: unset;
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding: 0;
  }
  .effect__item {
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
    padding: 7px 12px;
    background: none;
    font-size: 12px;
    line-height: 130%;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    opacity: 0.5;
    color: #25409A;
    border-color: #25409A;
    height: unset;
  }
  .effect__item i {
    display: none;
  }
  .effect__item--active {
    color: #fff;
    background: #233E99 !important;
    opacity: 1;
    border-color: transparent;
  }
  .effect__item--active path {
    fill: unset;
  }
}
.wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 1366px;
  margin: 0 auto;
}

.content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.container {
  padding: 0;
  margin-right: 0;
}

@media (min-width: 1300px) {
  .container {
    width: 1250px;
  }
}
@media screen and (max-width: 1366px) {
  .wrapper {
    width: 100%;
  }

  .container {
    width: 100%;
  }
}
/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(34, 40, 63, 0.9);
  display: none;
}
.mask2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(34, 40, 63, 0.9);
  display: none;
}
.boxes .window {
  display: none;
  z-index: 9999; 
  position: fixed;
  left: 50%;
  top: 50%;
      
}

.boxes #pop {
  max-width: 1000px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 30px;
}

.boxes #pop2 {
  max-width: 1000px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 30px;
}

.close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  cursor: pointer;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  transition: 0.3s;
}
.close:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.close:before {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.mc_left {
  float: left;
  width: 100%;
  max-width: 720px;
  padding: 90px 90px 15px 90px;
}

.mc_right {
  float: right;
  max-width: 720px;
  height: 100%;
  width: calc(100% - 720px);
  background: url(../images/modal_bg.jpg) right 0 no-repeat;
}

.mc_head {
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 60px;
  font-weight: 500;
}

.mc_input {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  background: #F3F3F3;
  border-radius: 10px;
  font-size: 22px;
  padding: 0 30px;
}

.modal_thx {
  display: none;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 10px;
}