/* DEV */
body::-webkit-scrollbar {
	width: 0;
}
/* DEV */

h1 {margin-bottom: 20px;
	text-align: center;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: -1.5px;
	text-transform: uppercase;


}

@media (max-width: 768px) {
	h1 {
		word-break: break-word;
	}
}

.frm_chk {    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;}


a.white_p:link {
	color: #FFFFFF;	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
a.white_p:visited {
	color: #FFFFFF;	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
a.white_p:hover {
	color: #FFFFFF;
	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
a.white_p:active {
	color: #FFFFFF;	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}




#warning-win {
  position: relative;
}

.win-warning-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 10px;
  z-index: 200;

}

.cover-warning {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 100;

}

.container-modal-warning {
  font-size: 10px;
  background: #0a2f66;
  overflow: hidden;
  position: fixed;
  top: auto;
  bottom: 0px;
  border-top: 1px solid #CCCCCC;
  font-size: 15px;
}

#b_yes {
  background: #FFFFFF;
  color: #000000;
  /* border-radius: 15px; */
  /* border: 1px solid #FFFFFF; */
  /* text-align: center; */
  /* cursor:pointer; */
  /* padding: 15px; */
  padding: 10px 25px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;

}

/* #b_yes:hover {
background: #CCCCCC;
    color: #000000;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
    text-align: center;
    cursor:pointer;
    padding: 15px;
} */

.metrc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  /* justify-content: space-between; */
  /* align-items: center; */
  padding: 10px;
  /* width: 90%;
	margin-left: auto;
	margin-right: auto; */
}

.mtr1 {
  text-align: left;
  color: #FFFFFF;
  font-size: 11px;
}

.mtr2 {
  font-size: 11px;
	flex-shrink: 0;
}

@media (min-width:1024px) {
  .container-modal-warning {
    bottom: 20px;
    left: 20%;
    right: auto;
    width: 60%;
  }

  .metrc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/subset-Montserrat-SemiBold.woff2') format('woff2'),
			url('../fonts/subset-Montserrat-SemiBold.woff') format('woff'),
			url('../fonts/subset-Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/subset-Montserrat-Bold.woff2') format('woff2'),
			url('../fonts/subset-Montserrat-Bold.woff') format('woff'),
			url('../fonts/subset-Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
			url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
			url('../fonts/subset-Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/subset-Montserrat-Medium.woff2') format('woff2'),
			url('../fonts/subset-Montserrat-Medium.woff') format('woff'),
			url('../fonts/subset-Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/subset-Montserrat-ExtraBold.woff2') format('woff2'),
			url('../fonts/subset-Montserrat-ExtraBold.woff') format('woff'),
			url('../fonts/subset-Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/subset-Montserrat-Light.woff2') format('woff2'),
			url('../fonts/subset-Montserrat-Light.woff') format('woff'),
			url('../fonts/subset-Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/*
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

*/

a.blk:link {color: #000000; text-decoration: none;}
a.blk:visited {color: #000000; text-decoration: none;}
a.blk:active {color: #000000; text-decoration: none;}
a.blk:hover {color: #C60D1F; text-decoration: none;}


body {
	font-family: 'Montserrat', Arial, sans-serif;

}

* {
	margin: 0;
	padding: 0;
}


.h22 {
	margin: 0 auto;
	text-align: center;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: -1.5px;
	text-transform: uppercase;
margin-bottom: 30px;
}



header {
	padding: 26px 0 24px;
	height: 53px;
	width: 100%;
	background: #fff url(../images/header-bg.jpg) 0 0 no-repeat;
	background-size: 64.2% 100% !important;
	display: flex;
	z-index: 10;
	position: sticky;
	top: -103px;
	overflow: hidden;
}


.header--open {

	top: 0px;
	-webkit-animation: 0.7s linear 0s alternate open_header;
	-moz-animation: 0.7s linear 0s alternate open_header;
	-o-animation: 0.7s linear 0s alternate open_header;
	animation: 0.7s linear 0s alternate open_header;
}

@-webkit-keyframes open_header {
	from {
		top: -103px;
	}

	to {
		top: 0;
	}
}

@-moz-keyframes open_header {
	from {
		top: -103px;
	}

	to {
		top: 0;
	}
}

@-o-keyframes open_header {
	from {
		top: -103px;
	}

	to {
		top: 0;
	}
}

@keyframes open_header {
	from {
		top: -103px;
	}

	to {
		top: 0;
	}
}

.main-page header {
	background: none;
}

@media (min-width:800px) {
	.main-page .header--open {
		background: #fff url(../images/header-bg.jpg) 0 0 no-repeat;
	}
}

.header__menu {
	margin-left: 20px;
	width: 64px;
	display: block;
	height: 100%;
	background: url(../images/menu-icon.png) 0% 41% no-repeat;
	background-size: 44% auto;
}

.header__logo {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.3px;
	padding-top: 4px;
}

.header__logo-descr,
.footer__logo-descr {
	display: flex;
}

.header__descr {
	text-transform: lowercase;
	font-size: 16px;
	padding: 4px 0 0 0;
	margin-left: 6%;
	width: 230px;
	letter-spacing: 0.3px;
	color: #fff;
}

.header__links {
	display: flex;
	height: 100%;
	/* margin-left: auto; */
	margin-left: 9%;
}

.header__links a {
	display: block;
	width: 63px;
}

.white-insta {
	background: url(../images/insta-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.white-insta:hover {
	background: url(../images/insta-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.white-vk {
	background: url(../images/vk-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.white-vk:hover {
	background: url(../images/vk-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}



.white-telegram {
	background: url(../images/telegram-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.white-telegram:hover {
	background: url(../images/telegram-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}


.white-whatsapp {
	background: url(../images/whatsapp-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.white-whatsapp:hover {
	background: url(../images/whatsapp-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.white-viber {
	background: url(../images/viber-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.white-viber:hover {
	background: url(../images/viber-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.header-block {
	display: flex;
	flex-grow: 1;
}

.header__phone,
.footer__phone {
	text-decoration: none;
	color: #c50d1f;
	font-size: 25px;
	padding: 11px 0 0 70px;
	font-weight: 500;
	letter-spacing: 0.5px;
	position: relative;
	margin: 0;
	/* width: 220px; */
	display: block;
	white-space: nowrap;
}

.header__phone::before,
.footer__phone::before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 25px;
	top: 14px;
	background: url(../images/header-phone-icon.png) center center no-repeat;
	background-size: contain;
}

.header__phone-get-cert-btn,
.footer__phone-get-cert-btn {
	display: flex;
	flex-direction: row-reverse;
	margin-left: auto;
}

.header__get-cert-btn {
	background: #c60d1f;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	width: 242px;
	height: 100%;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-right: 28px;
	margin-left: 29px;
}

.banners {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.banner1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 64.2%;
	height: 592px;
	background: url(../images/banner1.jpg) center center no-repeat;
	background-size: cover;
}

.banner2 {
	position: absolute;
	top: 148px;
	left: 28.5%;
	width: 60%;
	height: 770px;
	background: url(../images/banner2.jpg) center center no-repeat;
	background-size: cover;

}

.banner1 h1 {
	margin: 222px 0 0 11.6%;
	width: 830px;
	position: relative;
	z-index: 2;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.banner1 h1 b {
	letter-spacing: 0.3px;
}

.button {
	background: transparent;
    display: block;
    width: auto;
    text-decoration: none;
	outline: 0;
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
	padding: 14px 25px;
    text-transform: uppercase;
    cursor: pointer;
	border: 2px solid transparent;
}

.button--outline {
	border: 2px solid #c60d1f;
}

/* .button--outline:hover {
	color: #fff;
	background-color: #c60d1f;
} */

h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: -1.5px;
	text-transform: uppercase;
}

.what-we-do__list {
	display: flex;
	margin: 59px auto 0;
	max-width: 1870px;

	justify-content: center;
	flex-wrap: wrap;
}

.what-we-do__item {
	height: 467px;
	margin: 0 1.7% 64px;
	width: 558px;
	position: relative;
}

.what-we-do-block {
	/* margin-top: 890px; */
	margin-top: 867px;
}

.what-we-do__list>div:nth-child(1) {
	background: url(../images/what-we-do-1.jpg) center center no-repeat;
	background-size: cover;
}

.what-we-do__list>div:nth-child(2) {
	background: url(../images/what-we-do-2.jpg) center center no-repeat;
	background-size: cover;
}

.what-we-do__list>div:nth-child(3) {
	background: url(../images/what-we-do-3.jpg) center center no-repeat;
	background-size: cover;
}

.what-we-do__list>div:nth-child(4) {
	background: url(../images/ozon.jpg) center center no-repeat;
	background-size: cover;
}


.what-we-do__item p {
	margin: 299px 82px 0 42px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: flex-end;
	height: 132px;
}

.what-we-do-item__hover {
	background: rgba(198, 13, 31, 0.95);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.what-we-do__item:hover .what-we-do-item__hover {
	display: block;
}

.what-we-do__item .what-we-do-item__hover p {
	margin-top: 183px;
	height: 132px;
}

.what-we-do-item__hover a {
	padding: 18px 29px;
	width: 260px;
	height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #fff;
	margin: 38px 0 0 42px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
}

.calculator-block {
	margin-top: -10px;
}

.calculator-block .after_h2 {
	font-weight: 700;
	margin: 9px auto 36px;
	text-align: center;
	font-size: 28px;
}
.calculator-block .after_h2 small {
	font-size: 16px;
	font-weight: 400;
}

.calculator {
	background: #f3f4f7;
	padding-bottom: 50px;

}

.calculator__menu-inner {
	height: 100px;
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
}

.calculator-menu__item {
	height: 75px;
	padding: 25px 37px 0;
	display: block;
	color: #000;
	text-decoration: none;
}

.calculator-menu__item>* {
	pointer-events: none;
}

.calculator__menu-inner>a:nth-child(1) {
	width: 168px;
	margin-left: 0.9%;
}

.calculator__menu-inner>a:nth-child(2) {
	width: 176px;
	margin-left: 2.8%;
}

.calculator__menu-inner>a:nth-child(3) {
	width: 206px;
	margin-left: 1.8%;
}

.calculator__menu-inner>a:nth-child(4) {
	width: 98px;
	margin-left: 1.9%;
}

.calculator-menu-item__number {
	font-weight: 700;
	font-size: 22px;
}

.calculator-menu-item__name {
	font-size: 18px;
	margin-top: 5px;
}

.calculator__menu-inner>.active {
	position: relative;
	pointer-events: none;
}

.calculator__menu-inner>.unactive {
	pointer-events: none;
	opacity: 0.5;
}

.calculator__menu-inner>.active .calculator-menu-item__number {
	color: #c60d1f;
}

.calculator__menu-inner>.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	border-bottom: 5px solid #c60d1f;
	width: 100%;

}

.calculator__main-field {
	margin: 0 auto;
	max-width: 1400px;
}

.calculator-main-field__item {
	display: none;
	background: #fff;
}

.calculator-main-field__item.active {
	display: block;
}

.calculator-main-field-result__documents {
	display: flex;
	padding: 36px 47px 2px 50px;
	position: relative;
}

.loading .calculator-main-field-result__documents::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 3;
}

.loading .calculator-main-field-result__documents::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	background: url(/assets/images/loader.gif);
	background-size: contain;
	z-index: 4;
}

.calculator-main-field-result-documents__name-price-pairs {
	width: 100%;
}

.calculator-main-field-result-documents-name-price-pairs__item {
	display: flex;

}

.calculator-main-field-result-documents__name-price-pairs>div:nth-child(1) {
	font-weight: 700;
	margin-bottom: 31px;
	font-size: 22px;
}

.calculator-main-field-result-documents__name-price-pairs>div:nth-child(1)>p:nth-child(2) {
	font-size: 18px;
	margin-top: 4px;
}

.calculator-main-field-result__documents>div>p {
	margin-bottom: 23px;
}

.calculator-main-field-result__documents>div>p:nth-child(1) {
	font-weight: 700;
	font-size: 22px;
	padding-left: 0;
	margin-bottom: 29px;
}

.calculator-main-field-result-documents-name-price-pairs__item>div:nth-child(1) {
	width: calc(100% - 130px);
	display: flex;
}

.calculator-main-field-result-documents__name-price-pairs .calculator__tab .calculator-main-field-result-documents-name-price-pairs__item>div:nth-child(1) {
	margin-bottom: 23px;
}

.calculator-main-field-result-documents-name-price-pairs__item>div>p {
	width: calc(100% - 42px);
}

.calculator-main-field-result-documents-name-price-pairs__item p {
	display: flex;
}

.calculator-main-field-result-documents-name-price-pairs__item a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin: -2px 22px 0 2px;
	position: relative;
}

.calculator-main-field-result-documents__name-price-pairs .active a::after {
	position: absolute;
	top: 2px;
	left: 6px;
	transform: rotate(45deg);
	width: 4px;
	height: 9px;
	border-bottom: 2px solid #c60d1f;
	border-right: 2px solid #c60d1f;
	content: '';
}

.calculator-main-field-result-documents__name-price-pairs>.active>p:nth-child(1) {
	color: #c60d1f;
}

.calculator-main-field-result__total {
	background: #dae0e8;
	padding: 35px 49px 44px;
}

.calculator-main-field-result__total p b {
	margin-right: 10px;
}

.calculator-main-field-result__total p {
	font-size: 22px;
}

.calculator-main-field__result p span {
	font-size: 32px;
	margin: 0 3px;
}

.calculator-main-field-result__btns a {
	display: flex;
	width: 238px;
	justify-content: center;
	align-items: center;
	height: 49px;
	text-transform: uppercase;
	color: #0a2e66;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid #b5c0d1;
	margin-right: 25px;
}

.calculator-main-field-result__btns {
	background: #fff;
	padding: 41px 51px 37px;
}

.calculator-main-field-result-btns__inner {

	display: flex;
}

.calculator-main-field-result__btns {
	/* margin-top: 32px; */
	font-size: 14px;
}

.problems-block {
	padding: 47px 0 32px;
}

.calculator-main-field-result__btns p {
	margin-top: 32px;
}

.calculator-main-field-result-documents-name-price-pairs__item>p:nth-child(2) {
	width: 120px;
	margin-left: 20px;
	text-align: left;
}

.calculator-main-field-result-documents__name-price-pairs>div:nth-child(n+2)>p:nth-child(2)::after {
	display: inline-block;
	content: 'руб.';
	margin-left: 5px;

}

.problems-list {
	/* justify-content: space-around; */
	display: flex;
	flex-wrap: wrap;
	max-width: 1460px;
	margin: 74px auto 0;
}

.problem-container .swiper-slide {
	margin: 0px 2% 54px;
	width: 667px;
}

.problem-container .swiper-slide p {

	padding: 34px 46px 0 47px;
	font-size: 23px;
	letter-spacing: -0.6px;
	line-height: 34px;
	height: 127px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	border: 2px solid transparent
}

.problems-list>div:nth-child(8) p {
	font-size: 21px;
	padding-top: 37px;
}

.problem-container .swiper-slide p::after {
	content: '01';
	position: absolute;
	top: -19px;
	/* left: 44px; */
	font-size: 50px;
	color: #0a2e66;
	width: 100px;
	left: 24px;
	text-align: center;
}

.problems-list>div:nth-child(2) p::after {
	content: '02';
}

.problems-list>div:nth-child(3) p::after {
	content: '03';
}

.problems-list>div:nth-child(4) p::after {
	content: '04';
}

.problems-list>div:nth-child(5) p::after {
	content: '05';
}

.problems-list>div:nth-child(6) p::after {
	content: '06';
}

.problems-list>div:nth-child(7) p::after {
	content: '07';
}

.problems-list>div:nth-child(8) p::after {
	content: '08';
}

.problems-list>div:nth-child(9) p::after {
	content: '09';
}

.problems-list p:hover {
	box-shadow: none;
	border: 2px solid #c60d1f;
}

.problems-list p:hover::after {
	/* width: 100px;
	height: 20px;
	left: 24px;
	text-align: center; */
	background: #fff;
	z-index: 2;
}

.we-help-inner {
	max-width: 1407px;
	box-sizing: border-box;
	margin: 0 auto;
}

.we-help-block {
	position: relative;
	height: 384px;
	width: 100%;
	background: url(../images/we-help.jpg) center center no-repeat;
	background-size: cover;
	padding: 153px 0 300px;

}

.we-help-block h3 {
	font-size: 60px;
	line-height: 1.25;
	font-weight: 300;
	width: 57%;
	text-transform: uppercase;
}

.we-help-block h3 b {
	letter-spacing: 0.4px;
}

.we-help-inner>p {
	margin: 45px 0.2%;
	font-size: 23px;
	letter-spacing: -0.6px;
	width: 55%;
	line-height: 38px;
}

.we-help-block .form {
	/* position: absolute;
	top: 632px; */
	position: relative;
	top: 53px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.we-help-block::before {
	content: '';
	position: absolute;
	/* bottom: 203px;
	right: calc(50% - 463px);
	width: 27%;
	min-width: 320px;
	height: 50vw; */
	bottom: 140px;
	right: calc(50% - 453px);
	width: 33%;
	min-width: 320px;
	height: 48vw;
	min-height: 550px;
	background: url(../images/man.png) center 100% no-repeat;
	background-size: contain;
	transform: translateX(50%);
}

.form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 56px 35px 42px;
	max-width: 1400px;
	box-sizing: border-box;
	width: calc(100% - 50px);
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 3;
	position: relative;
}

.form input {
	border: none;
	border-bottom: 2px solid #caccd0;
	text-align: center;
	margin: 0 2.8% 47px;
	padding: 10px 20px;
	font-size: 19px;
	letter-spacing: 0.8px;
	outline: none;
}

.form input:focus {
	border-bottom-color: #c60d1f;
}

.form h2 {
	width: 100%;
	margin-bottom: 37px;
}

.form input:nth-child(2),
.form input:nth-child(3),
.form input:nth-child(4) {
	width: 320px;
	max-width: 80%;
}

.form input:nth-child(5) {
	width: 70.6%;
	margin: 0px 14.7%;
}

.form input:nth-child(6) {
	margin: 50px 300px 38px;
	border: 2px solid #c60d1f;
	background-color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 24px 60px;
}

.form p {
	color: #000;
	font-size: 14px;
	margin: 0 200px 8px;
	text-align: center;
}

.form p a {
	color: #000;
}

.form.sending::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 3;
}

.form.sending::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	background: url(/assets/images/loader.gif);
	background-size: contain;
	z-index: 4;
}

.form-response {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 5%;
	background: #fff;
	justify-content: center;
	flex-direction: column;
}

.error .form-response,
.sent .form-response {
	display: flex;
}

.reasons-block h2 {
	margin: 402px 50px 0;
}

.reasons-list {
	width: 98%;
	margin: 30px 1% 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.reasons-list__item {
	/* width: 360px; */
	padding: 31px 40px 15px;
	margin: 0 0 10px;
}

.reasons-slider .swiper-slide {
	width: 360px;
	margin: 0 52px;
}

.reasons-list__item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.reasons-list-item__pic {
	background-size: contain !important;
	width: 80px;
	height: 84px;
	margin: 0 auto 45px;
	letter-spacing: -1.5px;

}

.reasons-list__item h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 14px;
	letter-spacing: -1.5px;
}

.reasons-list__item p {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.5px;
}

.reasons-list>div:nth-child(2) .reasons-list-item__pic {
	width: 70px;
}

.reasons-list>div:nth-child(3) .reasons-list-item__pic {
	width: 70px;
}

.reasons-list>div:nth-child(5) .reasons-list-item__pic {
	width: 70px;
	background-position-y: bottom;
}

.reasons-list>div:nth-child(6) .reasons-list-item__pic {
	width: 56px;
	background-position-y: 21px;
}

.reasons-list>div:nth-child(7) .reasons-list-item__pic {
	width: 63px;
	background-position-y: bottom;
}

.reasons-block--partners {
	padding: 30px 0;
}
.reasons-block--partners h2 {
	margin-top: 0;
}
.reasons-block--partners .swiper-slide {
	width: 270px;
}
.reasons-block--partners .reasons-list-item__pic {
	width: 60px !important;
	height: 60px !important;
	margin-bottom: 25px;
}
.reasons-block--partners .reasons-list__item:hover {
	box-shadow: none;
}


.services-block {
	width: 100%;
	padding: 45px 0 36px;
	background: url(../images/banner3.jpg) top center no-repeat;
	background-size: cover;

}

.services-slider .swiper-slide {
	width: 427px;
	margin: 0 29px;
}

.services-block h2 {
	margin-bottom: 10px;
}

.services-block h4 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 65px;
}

.services__list {
	max-width: 1458px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.services-list__item {
	width: 357px;
	height: 264px;
/*	min-height: 320px; */
	margin-bottom: 53px;
	padding: 33px 35px;
	background: #fff;
}

.services-list__item h3 {
	height: 76px;
	font-size: 22px;
}

.services-list__item ul {

	padding-left: 48px;
	letter-spacing: -1.1px;
	list-style-type: none;
}

.services-list__item li {
	margin-bottom: 25px;
	position: relative;
	text-decoration: underline;
}

.services-list__item li::before {
	position: absolute;
	left: -48px;
	top: -4px;
	width: 24px;
	height: 24px;
	content: '';
	background: url(../images/services-icon.png) center center no-repeat;
	background-size: contain;
}

.services-list__item li:hover::before {
	background: url(../images/services-icon-hover.png) center center no-repeat;
}

.services-list__item li:hover {
	color: #c60d1f;
	text-decoration-color: #c60d1f;
}

.services-list__item li a {
	color: #000;
}

.services-list__item li:hover a {
	color: #c60d1f;
}

.way-we-work-block {
	padding: 58px 0 0;
	margin: 0 auto;
	position: relative;
}

.way-we-work-block>h2 {
	margin-bottom: 50px;
}

.way-we-work__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;

}

.way-we-work-list__item {
	padding-top: 95px;
	position: relative;
}

.way-we-work-list-item__pic {
	background-size: contain !important;
	width: 82px;
	height: 86px;
	margin: 0 auto 27px;
}

.way-we-work-list-item__txt {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.way-we-work__list>div:nth-child(1) .way-we-work-list-item__pic {
	background-position-y: 9px !important;
}

.way-we-work__list>div:nth-child(2) .way-we-work-list-item__pic {
	background-position-y: 7px !important;
}

.way-we-work__list>div:nth-child(3) .way-we-work-list-item__pic {
	background-position-y: 4px !important;
}

.way-we-work__list>div:nth-child(4) .way-we-work-list-item__pic {
	background-position-y: 19px;
	width: 79px;
}

.way-we-work__list>div:nth-child(6) .way-we-work-list-item__pic {
	background-position-y: 6px;
	width: 80px;
}

.way-we-work__list {
	counter-reset: num;
	max-width: 1400px;
	margin: 0 auto;
}

.way-we-work-list__item::before {
	counter-increment: num;
	content: counter(num, decimal-leading-zero);
	height: 57px;
	width: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	font-size: 25px;
	z-index: 2;
}

.way-we-work-block>div:nth-child(2) {
	top: 202px;
}

.way-we-work-block>div:nth-child(3) {
	top: 570px;
}

.way-we-work-block>div:nth-child(4) {
	top: 895px;
	display: none;
}

.way-we-work__line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eff0f3;
}

.way-we-work-block .form {
	position: relative;
	width: 100%;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}

.way-we-work-block + .cur-data-block {
	margin-top: -117px;
}

.cur-data-block {
	padding: 203px 0 87px;
	background: url(../images/banner4.jpg) center center no-repeat;
	background-size: cover;
}

.cur-data-block h2 {
	margin-bottom: 77px;
}

.cur-data__list {
	max-width: 1457px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.cur-data-list__item {
	width: 385px;
	height: 119px;
	padding: 21px 0 0 39px;
	background: #fff;
	border-left: 3px solid #c60d1f;
	margin: 0 29px 50px;
}

.cur-data-list__item a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-underline-position: under;
}

.cur-data-list__item p {
	height: 50px;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-bottom: 21px;
}

.cur-data-list__item:hover {
	background: #c60d1f;
	color: #fff;
}

.cur-data-list__item:hover a {
	color: #fff;
	position: relative;
}

.cur-data-list__item:hover a::before {
	position: absolute;
	right: 36px;
	content: '';
	background: url(../images/arrow-right.png) center center no-repeat;
	background-size: contain;
	height: 17px;
	width: 25px;
}
.feedback-block {
	padding: 59px 0 46px;
}
.feedback__list {
	max-width: 1720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 57px;
}
.feedback-list__item {
	width: 533px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 35px 28px 27px;
	position: relative;
	margin: 0 18px 44px;
}
.feedback-list__item::before {
	position: absolute;
	width: 33px;
	height: 33px;
	color: #0a2e66;
	left: 26px;
    top: -39px;
    font-size: 137px;
	content: '\201d';
	font-family: sans-serif;
}
/* .feedback-list-item__red-quote::before { */
.feedback-list__item:nth-child(even)::before {
	color: #c60d1f;
}
.feedback-list-item__body {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.feedback-list-item__user {
	font-size: 16px;
	margin-bottom: 9px;
}
.feedback-list-item__b2b-name {
	font-size: 14px;
	color: #7a7d7f;
	margin-bottom: 22px;
}
.feedback-list-item__document-name {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #7a7d7f;
}
.feedback-list-item__document-name svg {
	width: 28px;
	height: 23px;
	margin-left: -1px;
    margin-right: 12px;
	flex-shrink: 0;
}
.feedback-list-item__document-name svg path {
	fill: #0a2e66;
}

.footer__top {
	padding: 53px 0 17px;
	display: flex;
	margin: 0px 18px;
	border-bottom: 1px solid #caccd0;
}

.footer__logo {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.3px;
	padding-top: 3px;
	margin-left: 22px;
	height: 42px;
	text-decoration: none;
	color: #000;
}

.footer__descr {
	text-transform: lowercase;
	font-size: 16px;
	padding: 4px 0 0 0;
	/* margin-left: 2.6%;
	width: 200px; */
	margin-left: 7.6%;
	width: 240px;
	letter-spacing: 0.3px;
}

.footer__menu {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
	margin-left: 3.9%;
	margin-right: auto;
	width: 362px;
}

.footer__menu a {
	margin-bottom: 17px;
	color: #000;
}

.footer__menu a:nth-child(2n+1) {
	width: 140px;
}

.footer__menu a:nth-child(2n+2) {
	width: 209px;
}

.footer__menu a:hover {
	color: #c60d1f;
}
.footer__menu .footer-menu__item--politics {
	width: 100% !important;
	font-size: 0.9em;
}

.footer__get-cert-btn {
	margin-right: 0;
	margin-left: auto;
}

/* .footer__phone {
	text-decoration: none;
	color: #c50d1f;
	font-size: 25px;
	padding: 11px 0 0 70px;
	font-weight: 500;
	letter-spacing: 0.5px;
	position: relative;
	margin: 0 1.45% 0 auto;
}
.footer__phone::before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 25px;
	top: 14px;
	background: url(../images/header-phone-icon.png) center center no-repeat;
	background-size: contain;
} */
.footer__get-cert-btn {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	width: 239px;
	height: 50px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	border: 2px solid #c60d1f;
	margin-right: 10px;
	margin-left: 30px;
}

.footer__bot {
	margin: 0px 34px 0 39px;
	padding: 19px 0;
	display: flex;
	align-items: center;
}

.footer__cert {
	font-size: 17px;
	width: 153px;
}

.footer__dev {
	color: #000;
	font-size: 17px;
	width: 153px;
}

.footer__links {
	display: flex;
	height: 53px;
	margin-right: auto;
	margin-left: auto;
}

.footer__links a {
	display: block;
	width: 62px;
}

.footer__insta-link {
	background: url(../images/footer-insta-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__insta-link:hover {
	background: url(../images/footer-insta-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__vk-link {
	background: url(../images/footer-vk-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__vk-link:hover {
	background: url(../images/footer-vk-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__whatsapp-link {
	background: url(../images/footer-whatsapp-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__whatsapp-link:hover {
	background: url(../images/footer-whatsapp-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__viber-link {
	background: url(../images/footer-viber-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__viber-link:hover {
	background: url(../images/footer-viber-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__telegram-link {
	background: url(../images/footer-telegram-icon.png) center center no-repeat;
	background-size: 50% auto;
}

.footer__telegram-link:hover {
	background: url(../images/footer-telegram-icon-active.png) center center no-repeat;
	background-size: 50% auto;
}


.footer__dev a {
	color: #000;
}

.popup-menu {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	padding: 0;
	display: none;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.7);
}
.popup-menu.active {
	display: block;
}

.popup-menu--inner {
	height: auto;
	min-height: 100%;
	width: 100%;
	max-width: 400px;
	background: #0a2e66;
	z-index: 21;

}

.popup-menu__list {
	padding-top: 100px;
}

.popup-menu-list__item {
	font-size: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
	width: auto;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
}

.popup-menu-list__item:hover {
	text-decoration: none;
	color: #fff;
}

.popup-menu-list__item::before {
	/* content: ''; */
	position: absolute;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	height: 1px;
	bottom: 19px;
}

.popup-menu-list__item:hover::before {
	content: none;
}

.popup-menu-list__item:hover::after {
	/* content: ''; */
	height: 25px;
	width: 45px;
	position: absolute;
	right: -75px;
	top: 36px;
	background: url(../images/popup-menu-arrow-right.png) center center no-repeat;
	background-size: contain;
}

.popup-menu__icon-list {
	height: 70px;
	margin-top: 40px;
	margin-left: -11px;
	display: flex;
	justify-content: center;
}

.popup-menu__icon-list a {
	width: 60px;

}

.popup-menu__cross {
	width: 20px;
	height: 20px;
	background: url(../images/popup-menu-cross.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 360px;
	top: 20px;
	display: block;

}

footer {
	overflow: hidden;
}

.way-we-work-slider .swiper-slide {
	width: 320px;
	margin: 0 5% 50px;
}

.popup-form,
.popup-ok {
	position: fixed;
	display: none;
	align-items: center;
	/* flex-direction: column; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	background: #bdbec1;
}

.popup-form.active,
.popup.active {
	display: flex;
}

.popup-form .form {
	margin: auto;
	position: relative;
}

.popup-form__x,
.popup__x {
	background: url(../images/x_form.png) center center no-repeat;
	height: 22px;
	width: 22px;
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
}

.popup-container {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	background: #fff;
	padding: 4% 3% 4.7%;
	position: relative;
	box-sizing: border-box;
}
.popup-container h2 {
	color: #222729;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 27px;
}
.popup-container p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}
/* .popup-ok .popup-container {
	max-width: 800px;
} */
.popup-ok__btn {
  border: 2px solid #c60d1f;
  display: block;
  padding: 24px 0 23px;
  margin: 45px auto 0;
  text-transform: uppercase;
  width: 325px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.popup-ok__icon {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 48px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTYgNDk2Ij48ZyBmaWxsPSIjYzYwZDFmIj48cGF0aCBkPSJNMjQ4IDBDMTExLjAzMyAwIDAgMTExLjAzMyAwIDI0OHMxMTEuMDMzIDI0OCAyNDggMjQ4IDI0OC0xMTEuMDMzIDI0OC0yNDhDNDk1Ljg0MiAxMTEuMDk5IDM4NC45LjE1OSAyNDggMG0wIDQ4MEMxMTkuODcgNDgwIDE2IDM3Ni4xMyAxNiAyNDhTMTE5Ljg3IDE2IDI0OCAxNnMyMzIgMTAzLjg3IDIzMiAyMzJjLS4xNDEgMTI4LjA3MS0xMDMuOTI5IDIzMS44NTktMjMyIDIzMiIvPjxwYXRoIGQ9Ik0zNzAuMzQ0IDE1OC4zNDRMMjA4IDMyMC42ODhsLTgyLjM0My04Mi4zNDRhOC4wMDIgOC4wMDIgMCAwMC0xMS4zMTMgMTEuMzEzbDg4IDg3Ljk5OWE4IDggMCAwMDExLjMxMyAwbDE2OC0xNjcuOTk5YTguMDAyIDguMDAyIDAgMDAtMTEuMzEzLTExLjMxM3oiLz48L2c+PC9zdmc+");
}

.text-center {
	text-align: center;
}
.inner-pages .header__descr {
	margin-left: 6%;
	width: 225px;
}

.inner-pages .header__phone,
.inner-pages .footer__phone {
	width: 235px;
}

.inner-pages .header__get-cert-btn {
	width: 245px;
}

.contacts-block {
	padding: 58px 0 7px;
}

.contacts__list {
	max-width: 1600px;
	margin: 56px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contacts__list2 {
	max-width: 1600px;
	margin: 56px auto 0;
	display: flex;
	flex-wrap: wrap;
justify-content: flex-start;
}


.contacts-list__item {
	padding: 125px 0 0;
	margin: 0 80px 80px;
	width: 280px;
	position: relative;
}

.contacts-list__item p {
	text-align: center;
	line-height: 26px;
}

.contacts-list__item p:nth-child(1) {
	margin-bottom: 50px;
	position: relative;
}

.contacts-list__item p:nth-child(1)::after {
	content: '';
	width: 103px;
	height: 3px;
	background: #c50d1f;
	bottom: -27px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.contacts-list__item p:nth-child(2) {
	margin-bottom: 28px;
}

.contacts-list__item p a {
	color: #c60d1f;
}

.contacts-list__item::before {
	width: 77px;
	height: 77px;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 4px;
	background: url(../images/contacts-icon1.png) center center no-repeat;
	background-size: contain !important;
}

.contacts__list>div:nth-child(2)::before {
	background: url(../images/contacts-icon2.png) center center no-repeat;
}

.contacts__list>div:nth-child(3)::before {
	background: url(../images/contacts-icon3.png) center center no-repeat;
}

.inner-page-form-block {
	background: url(../images/banner4.jpg) center center no-repeat;
	background-size: cover;
	padding: 134px 0 130px;
}

.inner-page-form-block form {
	margin: 0 auto;
}

.inner-pages .footer__logo {
	margin-left: 21px;
}

.inner-pages .footer__descr {
	margin-left: 7.8%;
	width: 252px;
}

.news-list__item {
	width: 560px;
	margin: 0 33px 63px;
}

.news__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news-list-item__pic {
	width: 100%;
	height: auto;


	position: relative;
	display: block;
	text-decoration: none;
}

.news-list-item__pic img {
	width: 100%;
	max-height: 100%;
	display: block;
	border-left: 3px #c50d1f solid;
}

.news-list-item__date {
	position: absolute;
	top: 22px;
	right: 25px;
	height: 109px;
	width: 80px;
	background: #0a2e66;
}

.news-list-item__date p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}


.news-list-item__date p:nth-child(1)::after,
.news-list-item__date p:nth-child(2)::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 1px;
	width: 40px;
	background: #546d94;
}

.news-list-item__date p:nth-child(1) {
	font-size: 24px;
}

.news-list-item__date p:nth-child(2) {
	font-size: 12px;
}

.news-list-item__date p:nth-child(3) {
	font-size: 12px;
}

.news-block {
	padding: 57px 0 31px;
}

.news-block h2 {
	margin-bottom: 58px;
}

.news-list__item>h3 {
	margin-top: 32px;
	text-transform: uppercase;
	font-size: 24px;
	padding-left: 6px;
}

.news-list__item>p {
	margin-top: 15px;
	line-height: 26px;
	font-size: 16px;
	padding-left: 6px;
}

.news-list__item .news-list-item__more {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	position: relative;
	margin-top: 21px;
	display: block;
	padding-left: 6px;
	font-weight: 700;
	position: relative;
}

.news-list__item .news-list-item__more:hover {
	color: #c50d1f;
}

.news-list__item .news-list-item__more:hover::before {
	content: '';
	width: 24px;
	display: block;
	height: 52px;
	background: url(../images/red-right-arrow.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 138px;
	top: -20px;
}

.news-list-item__pic:hover {
	position: relative;
}

.news-list-item__pic:hover::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 2px);
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #c60d1f;
}

.news-list-item__pic:hover::after {
	content: '';
	display: block;
	position: absolute;
	width: 76px;
	height: 38px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	background: url(../images/arrow-right-hq.png) center center no-repeat;
	background-size: contain;
}

.news-item-block,
.text-block {
	padding: 57px 15px 22px;
	max-width: 1400px;
	margin: 0 auto;
}

.news-item-block h2,
.text-block h2 {
	margin-bottom: 52px;
}

.news-item-block img {
	display: block;
	width: 926px;
	max-width: 100%;
	margin: 0 auto 29px;
}

.news-item-block h3,
.text-block h3 {
	font-size: 32px;
	margin-bottom: 26px;
	margin-left: -3px;
}

.news-item-block p,
.text-block p,
.text-block ul,
.text-block ol {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 29px;
}
.text-block ul,
.text-block ol {
	margin-left: 1.3em;
}

.news-item-block .news-item__date {
	text-transform: uppercase;
	text-align: center;
	width: auto;
	margin: 0 auto 14px;
	color: #0a2e66;
	font-size: 14px;
	font-weight: 700;
}

.news-item-block h4,
.text-block h4 {
	font-size: 26px;
	margin-left: -4px;
	margin-bottom: 27px;
}

.news-item-block>ul {
	counter-reset: num;
	list-style: none;
	margin-bottom: 31px;
}

.news-item-block>ul>li {
	position: relative;
	counter-increment: num;
	font-size: 16px;
	line-height: 26px;
	padding-left: 47px;
	margin-bottom: 26px;
}

.news-item-block>ul>li:before {
	position: absolute;
	content: "0"counter(num) ".";
	color: #c60d1f;
	font-size: 22px;
	font-weight: 700;
	left: -4px;
	top: -1px;
}

.news-item-block>ul>li>ul {
	margin-top: 21px;
	padding-left: 38px;
	list-style: none;

}

.news-item-block>ul>li>ul li {
	margin-bottom: 12px;
	position: relative;
}

.news-item-block>ul>li>ul li::before,
.news-item-block>ul.list>li:before {
	position: absolute;
	left: -39px;
	top: 1px;
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/services-icon.png) center center no-repeat;
	background-size: contain;
}

.news-item-block>ul.list>li {
	padding-left: 38px;
}

.news-item-block>ul.list>li:before {
	left: 0;
}

.news-item-block>h4:nth-child(8) {
	margin-bottom: 24px;
}

.news-item-block>h4:nth-child(9),
.news-item-block>h4:nth-child(10),
.news-item-block>h4:nth-child(11) {
	margin-bottom: 26px;
}

.new-rules-block > p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 45px;
}

.new-rules-block {
    padding-top: 52px; 
}

.new-rules-block h2 {
    margin-bottom: 52px;
    max-width: 1000px;
    line-height: 1.13;
}

.new-rules-block img {
    width: 776px;
    margin-bottom: 48px;
}

.new-rules-block h4 {
    font-size: 32px;
	margin-left: 0;
	margin-bottom: 42px;
}

.new-rules-block>ul.list>li,
.new-rules-block>ul>li {
    font-size: 20px;
    font-weight: 500;
	padding-left: 57px;
}

.new-rules-block>ul.list {
	margin-bottom: 62px;
	font-size: 20px;
	line-height: 32px;
}

.new-rules-block > .red-border {
	border: 2px solid #C60D1F;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 20px;
    padding: 34px 50px 28px;
    letter-spacing: 0.15px;
	margin-bottom: 52px;
}

.new-rules-block > ul:nth-of-type(2) > li {
	letter-spacing: -0.2px;
    line-height: 30px;
    margin-bottom: 22px;
}

.new-rules-block > h4:nth-of-type(2) {
	margin-bottom: 46px;
}

.new-rules-block > ul:nth-of-type(1) > li:before {
    left: 0px;
	top: -3px;
    width: 32px;
    height: 32px;
    background: url(../images/list-icon.svg) center center;
	background-size: contain;
}

.new-rules-block > ul:nth-of-type(2) > li:before {
    font-size: 20px;
    left: -1px;
    top: -1px;
}

.new-rules-block>ul:nth-of-type(2) {
	margin-bottom: 46px;
}

.new-rules {
	display: flex;
	margin: 38px auto 102px;
	flex-wrap: wrap;
	max-width: 1400px;
	width: calc(100% - 20px);
}

.new-rules__txt {
	max-width: 700px;
	width: 100%;
	margin-bottom: 20px;
}

.new-rules__img {
	max-width: 700px;
	width: 100%;
}

.new-rules__img-inner {
	background: url(../images/main-page-new-rules-img.jpg) center center;
	background-size: cover;
	padding-top: 81.7%;
	width: 100%;
}

.new-rules__title {
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	margin-bottom: 19px;
	
}

.new-rules__year {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #C60D1F;
	margin-bottom: 51px;
	padding-top: 23px;
}

.new-rules__description {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 50px;
}

.new-rules__line {
	display: flex;
	align-items: center;
}

.new-rules__btn {
	background: #c60d1f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 300px;
    height: 63px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-right: 27px;
}

.new-rules__price {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
}

.certificates-block {
	max-width: 1500px;
	padding: 57px 15px 61px;
	margin: 0 auto;
}

.certificates-block>img {
	display: block;
	width: 926px;
	max-width: 100%;
	margin: 0 auto 72px;
}

.certificates-block h2 {
	margin-bottom: 50px;
}

.cert-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.certificates-block h3 {
	padding-left: 50px;
	font-size: 32px;
	margin-bottom: 36px;
}

.cert-list__item {
	width: 200px;
	margin: 0 50px 31px;
	display: block;
	position: relative;
	text-decoration: none;
}

.cert-list-item__pic {
	width: 100%;
	margin-bottom: 18px;
	position: relative;
}

.cert-list__item img {
	width: 100%;
	position: relative;
	display: block;
}

.cert-list__item:hover .cert-list-item__pic::before {
	content: '';
	background: rgba(198, 13, 31, 0.95);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	display: block;
}

.cert-list__item:hover .cert-list-item__pic::after {
	content: '';
	background: url(../images/arrow-right-hq.png) center center no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 25px;
	width: 44px;
	position: absolute;
	z-index: 4;
}

.cert-list__item:hover p {
	color: #c60d1f;
}

.cert-list__item p {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	padding-left: 3px;
	text-decoration: underline;
}

.certificates-block h3:nth-child(5) {
	margin-bottom: 38px;
}

.prices-block {
	margin: 0 auto;
	max-width: 1400px;
	padding: 57px 15px 75px;
}

.prices-block h2 {
	margin-bottom: 32px;
}

.prices__offers {
	background: #f3f4f7;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 98px;
	box-sizing: border-box;
	padding: 30px 40px 5px 152px;
	position: relative;
}

.prices__offers p {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 25px;
}

.prices__offers li {
	padding-left: 32px;
	margin-bottom: 12px;
	position: relative;
}

.prices__offers li::before {
	content: '';
	background: #c60d1f;
	width: 2px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 10px;
	transform: rotate(45deg);
}

.prices__offers li::after {
	content: '';
	background: #c60d1f;
	width: 2px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: 2px;
	transform: rotate(-45deg);
}

.prices__offers ul {
	list-style-type: none;
	margin-bottom: 30px;
}

.prices__offers p:nth-child(3) {
	font-size: 18px;
}

.prices__offers::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 40px;
	width: 70px;
	height: 70px;
	background: url(../images/prices-percent-icon.png) center center no-repeat;
	background-size: contain;
}

.prices-block table {
	width: 100%;
	margin-left: 3px;
	border-collapse: collapse;
	margin-bottom: 56px;
}

.prices-block th:nth-child(1),
.prices-block td:nth-child(1) {
	width: 62px;
}

.prices-block th:nth-child(2),
.prices-block td:nth-child(2) {
	width: auto;
}

.prices-block th:nth-child(3),
.prices-block td:nth-child(3) {
	width: 128px;
	text-align: right;
}

.prices-block tr {
	border-bottom: 1px solid #b7bbc7;
}

.prices-block th {
	text-align: left;
	padding-bottom: 14px;
}

.prices-block th:nth-child(1),
.prices-block th:nth-child(2) {
	font-weight: 700;
	font-size: 22px;
}

.prices-block th:nth-child(3) {
	font-weight: 700;
	font-size: 18px;
	padding: 0px 0px 8px 12px;
	box-sizing: border-box;
}

.prices-block td:nth-child(1) {
	color: #c60d1f;
}

.prices-block td {
	padding: 15px 0px;
	vertical-align: top;
}

.prices-block tr td:nth-child(1) {
	font-weight: 500;
	font-size: 18px;
}

.prices-block tr:nth-child(2) td:nth-child(2),
.prices-block tr:nth-child(n+11) td:nth-child(2) {
	font-weight: 600;
	font-size: 18px;
	padding-right: 20px;
}

.prices-block td:nth-child(3) b {
	font-size: 18px;
}

.prices-block table p {
	font-size: 18px;
	padding-top: 3px;
	margin-bottom: 19px;
}

.prices-block table ul {
	list-style-type: none;
	margin-bottom: -4px;
}

.prices-block table li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 13px;
	font-size: 16px;
}

.prices-block table li::before {
	position: absolute;
	content: '—';
	left: 0;
	top: 0;
}

.prices-block td:nth-child(2) {
	font-size: 18px;
}

.prices-block tr:nth-child(5) td:nth-child(2),
.prices-block tr:nth-child(6) td:nth-child(2),
.prices-block tr:nth-child(7) td:nth-child(2),
.prices-block tr:nth-child(8) td:nth-child(2),
.prices-block tr:nth-child(9) td:nth-child(2),
.prices-block tr:nth-child(10) td:nth-child(2) {
	padding: 19px 0;
}

.price__about {
	box-sizing: border-box;
	width: 100%;
	padding: 27px 62px;
	background: #f3f4f7;
	position: relative;
}

.price__about::before {
	content: '';
	width: 77px;
	height: 77px;
	background: url(../images/prices-ok-icon.png) center center no-repeat;
	position: absolute;
	right: 5.2%;
	top: 50%;
	transform: translateY(-50%);
}

.price__about p {
	font-size: 18px;
	width: 80%;
	line-height: 32px;
}

.prices-block tr:nth-child(2) td:nth-child(3),
.prices-block tr:nth-child(3) td:nth-child(3),
.prices-block tr:nth-child(4) td:nth-child(3),
.prices-block tr:nth-child(5) td:nth-child(3),
.prices-block tr:nth-child(6) td:nth-child(3),
.prices-block tr:nth-child(7) td:nth-child(3),
.prices-block tr:nth-child(8) td:nth-child(3),
.prices-block tr:nth-child(9) td:nth-child(3),
.prices-block tr:nth-child(10) td:nth-child(3) {
	padding-top: 20px;
}

.calculator-tab-subtab__item,
.calculator-tab__subtab,
.calculator__tab {
	display: none;
}

.active-tab,
.active-subtab,
.active-item {
	display: block;
}

.calculator__main-field>div:nth-child(1),
.calculator__main-field>div:nth-child(2),
.calculator__main-field>div:nth-child(3) {
	padding: 36px 47px 12px 50px;
}

.calculator-main-field__item>a,
.calculator-main-field__item>.calculator__tab>a,
.calculator-main-field__item>.calculator__tab>.calculator-tab__subtab>a {
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 23px;
	position: relative;
	padding-left: 30px;
}

.calculator-main-field__item>a::before,
.calculator-main-field__item>.calculator__tab>a::before,
.calculator-main-field__item>.calculator__tab>.calculator-tab__subtab>a::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.calculator-main-field__item>a:hover,
.calculator-main-field__item>.calculator__tab>a:hover,
.calculator-main-field__item>.calculator__tab>.calculator-tab__subtab>a:hover {
	color: #c60d1f;
}

.calculator-main-field__item>a:hover::after,
.calculator-main-field__item>.calculator__tab>a:hover::after,
.calculator-main-field__item>.calculator__tab>.calculator-tab__subtab>a:hover::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c60d1f;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}

.calculator__main-field>div:nth-child(1) p b,
.calculator__main-field>div:nth-child(2) p b,
.calculator__main-field>div:nth-child(3) p b {
	font-size: 22px;
}

.calculator__main-field>div:nth-child(1) p,
.calculator__main-field>div:nth-child(2) p,
.calculator__main-field>div:nth-child(3) p {
	margin-bottom: 31px;
}

/* Акции */

.aktsii-block {
	max-width: 1500px;
	padding: 57px 15px 61px;
	margin: 0 auto;
}

.aktsii-block h3 {
	font-size: 24px;
	margin-bottom: 36px;
}

.aktsii-block h2 {
	margin-bottom: 50px;
}

.aktsii-list {
	display: flex;
	justify-content: center;
}

.aktsii-item {
	width: 560px;
	;
	margin: 0 33px 63px;
}

.aktsii-item img {
	width: 100%;
}

.aktsii-item p {
	margin-top: 15px;
	line-height: 26px;
}

.complex-offer-block {
	padding: 0 0 86px;
}

.complex-offer-block .after_h2 {
	text-align: center;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin: 11px 0 50px;
}

.complex-offer-inner {
	margin: 0 auto;
	max-width: 1400px;
	width: calc(100% - 20px);
}

.complex-offer-table {
	position: relative;
	height: 756px;
	display: flex;
}

.services-name-column {
	position: absolute;
    left: 0;
	display: flex;
	flex-direction: column;
	/* max-width: 40%; */
	width: 323px;
}

.offers-columns {
	flex-grow: 1;
	position: absolute;
	left: 323px;
	width: calc(100% - 323px);
	overflow-x: auto;
}

.offers-columns-inner {
	width: 1077px;
	display: flex;
}

.services-name-column__row {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	border-bottom: 1px solid #DAE0E8;
	align-items: center;
}

.offers-column__row {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #DAE0E8;
}

.offers-column {
	display: flex;
	flex-direction: column;
	width: 148px;
	text-align: center;
}

.offers-column__name {
	padding: 28px 0 30px;
}

.column_color_gray {
	background: rgba(243, 244, 247, 0.3);
}

.row1 {
	height: 74px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.row2 {
	height: 73px;
}

.row3,
.row4,
.row7,
.row9 {
	height: 74px;
}

.row5 {
	height: 53px;
}

.row6 {
	height: 52px;
}

.row8 {
	height: 51px;
}

.row10 {
	height: 73px;
	font-weight: 700;
	font-size: 20px;
}

.row11 {
	background: #fff;
	border-bottom: none;
	height: 74px;
}

.row11 a {
	color: #0A2E66;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
}

.row11 a:hover {
	text-decoration: none;
}

.column1,
.column3 {
	width: 148px;
}

.column2 {
	width: 169px;
}

.column4 {
	width: 171px;
}

.column5 {
	width: 125px;
}

.column6 {
	width: 165px;
}

.column7 {
	width: 151px;
}

.services-name-column__row.row10 {
	font-size: 18px;
}

.offers-column__row.active {
	position: relative;
}

.offers-column__row.active::before {
	content: '';
	width: 28px;
	display: block;
	height: 28px;
	background: url(../images/offer-active.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.contraindications {
    /* box-shadow: inset 0 10px 10px 0 rgb(0 0 0 / 10%); */
    padding: 40px 0;
    margin: 0 18px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #caccd0;
    color: #caccd0;
}
.contraindications span {
    transform: scaleY(2);
    display: block;
}

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

	.header__logo-descr,
	.footer__logo-descr {
		display: block;
	}

	.header__descr {
		margin-left: 0 !important;
		width: auto !important;
	}

	.header__get-cert-btn,
	.footer__get-cert-btn {
		width: 220px !important;
		font-size: 13px;
	}

	.header__phone,
	.footer__phone {
		width: 187px !important;
		font-size: 22px;
		padding: 14px 0 0 63px;
		letter-spacing: 0.4px;
	}

	.problems-list {
		display: block;
	}

	.problem-container .swiper-slide {
		margin-right: auto;
		margin-left: auto;
	}

	.problem-container .swiper-slide p {
		margin-left: auto;
		margin-right: auto;
	}

	.we-help-inner {
		margin: 0 50px;
	}

	.footer__descr {
		width: auto;
		margin-left: 24px;
	}

	.footer__logo {
		height: auto;
	}

	.footer__menu {
		display: block;
		width: 225px;
	}

	.footer__menu a:nth-child(n) {
		width: auto;
		display: block;
	}

	.we-help-block h3 {
		font-size: 43px;

	}

	.we-help-inner>p {
		font-size: 20px;

		line-height: 32px;
	}
}

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

	/* .popup-menu-list__item {
		font-size: 30px;
	} */
	.popup-menu-list__item::before {
		bottom: 27px;
	}

	.form input:nth-child(2),
	.form input:nth-child(3) {
		width: 385px;
	}

	.form input:nth-child(4) {
		width: 875px;
		max-width: 100%;
	}

	.form input:nth-child(5) {
		width: 875px;
		margin-left: 2.8%;
		margin-right: 2.8%;
	}

	.reasons-block h2 {
		margin-top: 493px;
	}

	.reasons-block--partners h2 {
		margin-top: 0;
	}


	/* .way-we-work-block {
		padding-bottom: 521px;
	} */

	.we-help-block::before {
		right: 24%;
	}

	.cur-data__list {
		max-width: 990px;
	}

}

@media screen and (max-width: 1388px) {
	.way-we-work-block>div:nth-child(4) {
		display: block;
	}
}

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

	header {
		height: 39px;
	}

	.header__logo {
		padding-top: 0;
	}

	.header__phone,
	.footer__phone {
		width: 160px !important;
		font-size: 19px;
		padding: 12px 0 0 42px;
		letter-spacing: 0.1px;
	}

	.header__phone::before,
	.footer__phone::before {
		width: 22px;
		height: 22px;
		left: 15px;
		top: 14px;
	}

	.header__get-cert-btn,
	.footer__get-cert-btn {
		width: 185px !important;
		height: 39px;
		font-size: 11px;
		margin: 0 20px;
	}

	.footer__get-cert-btn {
		width: 181px !important;
		height: 35px;
	}

	.header__links a {
		width: 52px;
	}

	.header__logo,
	.footer__logo {
		font-size: 26px;
	}

	.header__descr,
	.footer__descr {
		font-size: 15px;
		padding: 0;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

	.header__phone-get-cert-btn,
	.footer__phone-get-cert-btn {
		display: block;
		position: relative;
	}



	header {
		padding-bottom: 48px;
		top: -113px;
	}

	.header__phone {
		width: 160px !important;
		font-size: 19px;
		margin-top: 2px;
		padding: 9px 0 0 30px;
	}

	.header__phone::before {
		left: 5px;
		top: 9px;
	}

	.header__links {
		display: none;
	}

	.banner1 h1 {
		font-size: 52px;
	}

	.banner2 {
		height: 570px;
	}

	.what-we-do-block {
		margin-top: 720px;
	}

	.form input:nth-child(2),
	.form input:nth-child(3) {
		width: 875px;
		max-width: 100%;
	}

	.form input:nth-child(4) {
		width: 875px;
		max-width: 100%;
	}

	.reasons-block h2 {
		margin-top: 584px;
	}
	.reasons-block--partners h2 {
		margin-top: 0;
	}

	.we-help-inner>p {
		font-size: 18px;

		line-height: 28px;
	}

	.we-help-block h3 {
		font-size: 30px;
	}

	/* .way-we-work-block {
		padding-bottom: 612px;
	} */
}

@media screen and (max-width: 1000px) {
	.popup-menu-list__item::before {
		bottom: 10px;
	}

	.popup-menu-list__item {
		/* font-size: 24px; */
		/* line-height: 60px; */
	}
}

@media screen and (max-width: 969px) {
	.cur-data__list {
		justify-content: center;
	}

}

@media screen and (max-width: 950px) {
	.banner1 h1 {
		width: 620px;
		font-size: 37px;
	}
}

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

h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}


.h22 {
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


	header {
		padding-top: 4px;
		position: relative;
		top: 0;
background-size: 100% 100% !important;
	}

	.banner1 {
		width: 100%;
		height: 487px;
	}

	.header-block {
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.header__menu {
		margin: 6px 0 0 10px;
		width: 64px;
		display: block;
		height: 100%;
		background: url(../images/menu-icon-mobile.png) 0% 41% no-repeat;
		background-size: 42% auto;
	}

	.header__logo-descr {
		margin-top: 14px;
	}

	.inner-pages .footer__descr {
		margin-left: 11px;
		width: 100%;
	}

	.header__descr,
	.footer__descr {
		font-size: 9px;
		text-align: center;
		margin-left: 0;
		letter-spacing: 0.4px;
	}

	.header__logo,
	.footer__logo {
		font-size: 14px;
		display: block;
		margin-left: 0;
		letter-spacing: 0.2px;
		text-align: center;
	}

	.header__get-cert-btn {
		position: absolute;
		top: 356px;
		left: 50%;
		transform: translateX(-50%);
		width: 208px;
		height: 41px;
		font-size: 12px;
	}

	.header__phone::before {
		content: none;
	}

	.header__phone {
		width: 100%;
		padding: 9px 0 0;
		text-align: center;
		color: #fff;
		font-size: 14px;
		letter-spacing: 0;
	}

	.inner-pages .header__get-cert-btn {
		top: 40px;
	}

	.inner-pages header {
		background-size: 100% 100%;
		padding-bottom: 110px;
	}

	.banner1 h1 {
		text-align: center;
		width: 260px;
		line-height: 26px;
		font-size: 18px;
		margin: 102px auto 0;
		letter-spacing: 0px;
	}

	.banner2 {
		width: 300px;
		top: 224px;
		left: 50%;
		transform: translateX(-50%);
		height: 200px;
	}

	.what-we-do-block {
		margin-top: 444px;
	}

	h2 {
		font-size: 18px;
	}

	.what-we-do-block h2 {
		padding-top: 20px;
	}

	.what-we-do__list {
		margin-top: 17px;
		display: block;
	}

	.what-we-do__item {
		width: 300px;
		margin: 0 auto 15px;
		height: 250px;
	}

	.what-we-do__item p {
		margin: 0 82px 0 24px;
		padding-top: 159px;
		font-size: 12px;
		line-height: 18px;
		display: flex;
		align-items: flex-end;
		height: 72px;
	}

	.what-we-do__item::before {
		content: '';
		position: absolute;
		right: 22px;
		bottom: 22px;
		width: 26px;
		height: 12px;
		background: url(../images/arrow-right.png) center center no-repeat;
		background-size: contain;
	}

	.what-we-do__list>div:nth-child(2) p {
		margin-right: 39px;
	}

	.what-we-do__list>div:nth-child(3) p {
		margin-right: 56px;
	}

	.calculator-block {
		margin-top: 22px;
	}

	.calculator-block .after_h2 {
		margin: 4px auto 24px;
		font-size: 14px;
		width: 223px;
	}
	.calculator-block .after_h2 small {
		font-size: 9px;
	}

	.calculator-menu-item__number {
		font-size: 15px;
	}

	.calculator-menu-item__name {
		font-size: 12px;
		margin-top: 2px;
	}

	.calculator__menu-inner>a:nth-child(1) .calculator-menu-item__name {
		width: 112px;
	}

	.calculator__menu-inner>a:nth-child(2) .calculator-menu-item__name {
		width: 119px;
	}

	.calculator__menu-inner>a:nth-child(3) .calculator-menu-item__name {
		width: 138px;
	}

	.calculator__menu-inner>a:nth-child(4) .calculator-menu-item__name {
		width: 62px;
	}

	.calculator__menu-inner {
		height: auto;
		width: 97%;
		margin: 0;
	}

	.calculator__menu-inner>a:nth-child(n) {
		padding: 9px 0 0;
		margin: 0 7.5%;
		height: 48px;
	}

	.calculator__menu-inner>.active::after {
		bottom: 0px;
		border-bottom-width: 2px;
	}

	.calculator-main-field-result__documents {
		padding: 15px 10px 0 10px;
	}

	.calculator-main-field-result__documents>div>p:nth-child(1) {
		position: absolute;
	}

	.calculator-main-field-result-documents__name-price-pairs .active a::after {
		top: 1px;
		left: 5px;
	}

	.what-we-do__item:hover .what-we-do-item__hover {
		display: none;
	}

	footer {
		overflow: hidden;
	}

	.calculator-main-field__item>a,
	.calculator-main-field__item>.calculator__tab>a,
	.calculator-main-field__item>.calculator__tab>.calculator-tab__subtab>a {
		font-size: 12px;
	}

	.calculator-main-field-result-documents__name-price-pairs>div:nth-child(1)>p:nth-child(2) {
		display: none;
	}

	.calculator-main-field-result-documents__name-price-pairs>div:nth-child(1) {
		margin-bottom: 10px;
	}

	.calculator-main-field-result-documents__name-price-pairs>div:nth-child(n+2) {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.calculator-main-field-result-documents-name-price-pairs__item>div:nth-child(1) {
		width: calc(100% - 71px);
	}

	.calculator-main-field-result-documents-name-price-pairs__item>p:nth-child(2) {
		width: 90px;
		margin-left: 7px;
		/* align-items: center; */
	}

	.calculator-main-field-result-documents__name-price-pairs>div:nth-child(1)>div {
		font-size: 14px;
		width: 100%;

	}

	.calculator-main-field-result-documents__name-price-pairs>div:nth-child(n+2)>p:nth-child(2)::after {
		content: none;
	}

	.calculator-main-field-result-documents-name-price-pairs__item a {
		width: 15px;
		height: 15px;
		margin: 0px 9px 0 1px;
	}

	.calculator-main-field-result-documents__name-price-pairs>div:nth-child(n+2)>div:nth-child(1) {
		margin-bottom: 0;
	}

	.calculator-main-field-result-documents-name-price-pairs__item>div>p {
		line-height: 16px;
		width: calc(100% - 27px);
	}

	.calculator-main-field-result-documents__name-price-pairs>.active a::after {
		top: 0px;
		left: 5px;
		width: 3px;
		height: 8px;
	}

	.calculator-main-field-result__total {
		margin: 5px auto;
		width: 261px;
		padding: 13px 11px 17px 28px;
		position: relative;
	}

	.calculator-main-field-result__total p {
		font-size: 12px;
	}

	.calculator-main-field-result__total p b {
		margin-right: 5px;
	}

	.calculator-main-field__result p span {
		margin: 0 -1px;
		font-size: 17px;
	}

	.calculator-main-field-result__total::after {
		content: '';
		position: absolute;
		width: 28px;
		height: 28px;
		background: url(../images/mobile-checkmark.png);
		top: 9px;
		right: 13px;
	}

	.calculator-main-field-result__btns {
		padding: 8px 0 35px;
	}

	.calculator-main-field-result-btns__inner {
		display: block;
	}

	.calculator-main-field-result__btns a {
		margin: 1px auto 13px;
		border: none;
		font-size: 12px;
	}

	.calculator-main-field-result__btns a:nth-child(1) {
		width: 206px;
		color: #fff;
		background: #c60d1f;
		height: 46px;
	}

	.calculator-main-field-result__btns a:nth-child(2) {
		width: 172px;
		color: #0a2e66;
		background: none;
		border-bottom: 1px solid #0a2e66;
		height: auto;

	}

	.calculator-main-field-result__btns p {
		font-size: 10px;
		margin-top: 16px;
		text-align: center;
		position: relative;
	}

	.calculator-main-field-result__btns p::after {
		content: 'Цены указаны в рублях';
		position: absolute;
		bottom: -14px;
		left: 50%;
		transform: translateX(-50%);

	}

	.calculator {
		padding-bottom: 24px;
	}

	.problems-block {
		padding: 20px 0 8px;
	}

	.problems-block h2 {
		width: 197px;
		letter-spacing: 0.2px;
		line-height: 25px;
	}

	.problems-list {
		margin: 21px auto 0;
		display: flex;
		height: 545px !important;
	}

	.problem-container .swiper-slide p::after {
		left: 50%;
		transform: translateX(-50%);
		font-size: 29px;
		top: -11px;
	}

	.problems-list>div:nth-child(n) {
		margin: 0px 0 25px !important;
		width: 100vw !important;
		padding: 0;
		font-size: 13px;
		letter-spacing: -0.6px;
		line-height: 18px;
		height: auto;
		pointer-events: none;
	}

	.problems-list div:nth-child(n) p {
		margin: 0 auto;
		width: 300px;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		height: auto;
		font-size: 12px;
		line-height: 18px;
		padding: 13px 10px 13px 16px;
		letter-spacing: 0;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: -1px 7px;
	}

	.swiper-pagination-bullet {
		width: 14px;
		height: 14px;
	}

	.swiper-pagination-bullet-active {
		background: #c50d1f;
	}

	.form input:nth-child(6) {
		margin: 25px auto 15px;
		width: 208px;
		height: 46px;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		letter-spacing: 0.7px;
		border: none;
		background: #c60d1f;
		color: #fff;
	}

	.form p {
		margin: 0px auto;
		text-align: center;
		line-height: 14px;
		font-size: 9px;
		width: 250px;
	}

	.we-help-block h3 {
		width: 190px;
		margin: 3px 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.we-help-block h3 b {
		letter-spacing: 0;
	}

	.we-help-inner {
		margin: 0 auto;
		width: 320px;
	}

	.we-help-inner>p {
		height: 126px;
		margin: 5px 12px;
		font-size: 9px;
		line-height: 14px;
		width: 55%;
		letter-spacing: 0;
	}

	.we-help-block {
		padding: 5px 0 68px;
		height: auto;
	}

	.we-help-block .form {
		bottom: auto;
		top: 196px;
		position: absolute;
	}

	.form {
		padding: 15px 23px;
		width: 300px;
		box-sizing: border-box;
	}

	.form h2 {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.form input {
		margin: 0 2.8% 13px;
		padding: 9px 20px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.reasons-block h2 {
		margin: 332px auto 0;
		width: 200px;
		letter-spacing: 0;
		line-height: 26px;
	}

	.reasons-list {
		margin: 0;
	}

	.reasons-list__item {
		width: 300px;
		margin: 0 auto;
		padding: 20px 10px 10px;
		pointer-events: none;
	}

	.reasons-list>div:nth-child(n) .reasons-list-item__pic {
		width: 58px;
		height: 58px;
		background-position-y: top;
		margin-bottom: 14px;
	}

	.reasons-list>div:nth-child(1) .reasons-list-item__pic {
		width: 66px;
		height: 67px;
	}

	.reasons-list>div:nth-child(3) .reasons-list-item__pic {
		margin-bottom: 26px;
	}

	.reasons-list__item h4 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.reasons-list__item p {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.1px;
	}

	.reasons-slider {
		min-height: 812px;
	}

	.reasons-list .swiper-slide {
		height: auto;
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	.reasons-list {
		justify-content: unset;
	}

	.reasons-block {
		padding-bottom: 10px;
	}

	.reasons-block--partners h2 {
		margin: 0 auto;
		width: 80%;
	}
	.reasons-block--partners .reasons-slider {
		height: auto;
		padding-bottom: 30px;
	}
	.reasons-block--partners .reasons-list {
		width: 100%;
		margin: 0 auto;
		flex-wrap: nowrap;
	}

	.services-block {
		padding: 19px 0 0;
		background-size: auto 765px;
	}

	.services-block h2 {
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.services-block h4 {
		font-size: 13px;
		letter-spacing: -0.6px;
		margin-bottom: 17px;
	}

	.services-slider {
		height: 740px;
	}

	.services-list__item {
		width: 300px;
		min-height: 174px;
		margin: 0 auto 16px;
		padding: 0 29px 0;
		background: #fff;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.services-list__item h3 {
		height: auto;
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.services-list__item ul {
		padding-left: 32px;
	}

	.services-list__item li {
		font-size: 10px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}

	.services-list__item ul li:last-child {
		margin-bottom: 5px;
	}

	.services-list__item li::before {
		left: -33px;
		width: 16px;
		height: 16px;
		top: -1px;
		background-size: contain !important;
	}

	.services-slider .swiper-slide {
		height: auto;
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	.services__list {
		justify-content: unset;

	}

	.services-slider .swiper-pagination {
		bottom: 16px;
	}

	.way-we-work-block>div:nth-child(4) {
		display: none;
	}

	.way-we-work__line {
		display: none;
	}

	.way-we-work-block {
		padding: 0;
	}

	.way-we-work-block>h2 {
		letter-spacing: 0;
		margin-bottom: 35px;
	}

	.way-we-work-list__item::before {
		height: 47px;
		width: 47px;
		font-size: 20px;
	}

	.popup-menu__cross {
		/* width: 18px; */
		/* height: 18px; */
		margin: 0 auto;
		position: static;
		top: unset;
		right: unset;
		padding-top: 40px;
	}

	.popup-menu {
		/* padding: 34px 0; */
	}

	.popup-menu-list__item {
		font-size: 13px;
		/* line-height: 42px; */
		letter-spacing: 0;
	}

	.popup-menu__list {
		margin-top: 0px;
		text-align: center;
		padding-top: 20px;
	}

	.popup-menu-list__item::before {
		bottom: 13px;
	}

	.popup-menu__icon-list {
		height: 29px;
		margin-top: 37px;
		margin-left: 0;
		justify-content: center;
	}

	.popup-menu__icon-list a {
		width: 40px;
	}

	.way-we-work-list__item {
		padding-top: 71px;
		width: 300px;
		margin: 0 auto 22px;
	}

	.way-we-work__list>div:nth-child(n) .way-we-work-list-item__pic {
		width: 65px;
		height: 68px;
		background-position-y: unset !important;
		margin-bottom: 16px;
	}

	.way-we-work-list-item__txt {
		font-size: 12px;
		line-height: 18px;
	}

	.way-we-work__list {
		height: 532px;
		justify-content: unset;
		box-sizing: border-box;
	}

	.way-we-work-slider .swiper-slide {
		height: auto;
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}

	.cur-data-block {
		padding: 153px 0 13px
	}

	.cur-data-block h2 {
		letter-spacing: 0;
		margin-bottom: 22px;
	}

	.cur-data__list {
		display: block;
	}

	.cur-data-list__item {
		width: 302px;
		height: 90px;
		padding: 4px 0 0 22px;
		background: #fff;
		border-left: 2px solid #c60d1f;
		margin: 0 auto 16px;
		box-sizing: border-box;
	}

	.cur-data-list__item p {
		height: 40px;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		align-items: center;
		font-weight: 500;
		margin-bottom: 7px;
	}

	.cur-data-list__item a {
		font-size: 9px;
		line-height: 24px;
	}

	.footer__top {
		display: block;
		padding-top: 20px;
		border: none;
	}

	.footer__menu {
		text-align: center;
		margin: 0 auto;
		padding-top: 15px;
	}

	.footer__menu a:nth-child(n) {
		font-size: 12px;
		margin-bottom: 13px;
	}

	.footer__phone-get-cert-btn {
		display: flex;
		flex-direction: column-reverse;
	}

	.footer__phone::before {
		content: none;
	}

	.footer__phone {
		color: #000;
		font-size: 14px;
		padding: 0;
		margin: 11px auto 20px;
		text-align: center;
	}

	.footer__get-cert-btn {
		color: #fff;
		width: 206px;
		height: 45px;
		margin: -2px auto 0;
		font-size: 12px;
		background: #c60d1f;
		border: none;

	}

	.footer__links {
		height: 49px;
		width: 149px;
	}

	.footer__links a {
		width: 38px;
	}

	.footer__bot {
		display: block;
		position: relative;
		padding: 17px 0 74px;
	}

	.footer__cert {
		position: absolute;
		font-size: 12px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		top: 72px;
	}

	.footer__dev {
		position: absolute;
		font-size: 12px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
	}

	.we-help-block::before {
		bottom: 0;
		width: 199px;
		right: 50%;
		min-width: unset;
		height: 291px;
		min-height: unset;
		transform: translateX(233px);
		background-position-x: center;
		background-size: contain;
	}

	.contacts-list__item::before {
		width: 57px;
		height: 57px;
	}

	.contacts__list {
		margin-top: 30px;
	}

	.contacts-list__item {
		padding-top: 80px;
		margin: 0 10px 40px;
	}

	.contacts-list__item p {
		line-height: 20px;
		font-size: 14px;
	}

	.inner-page-form-block {
		padding: 20px 0;
	}

	.contacts-block {
		padding-top: 30px;
	}

	.contacts-block h2 {
		letter-spacing: 0;
	}

	.news-list__item {
		margin: 0 20px 20px;
	}

	.news-list__item>h3 {
		font-size: 16px;
	}

	.news-list__item>p {
		line-height: 20px;
		font-size: 12px;
	}

	.news-list__item .news-list-item__more {
		font-size: 10px;
	}

	.news-list-item__date {
		top: 15px;
		right: 15px;
		height: 90px;
		width: 64px;
	}

	.news-list-item__date p {
		height: 30px;
	}

	.news-list-item__date p:nth-child(2),
	.news-list-item__date p:nth-child(3) {
		font-size: 10px;
	}

	.news-list-item__date p:nth-child(1) {
		font-size: 16px;
	}

	.news-block {
		padding: 20px 0;
	}

	.news-block h2 {
		margin-bottom: 25px;
	}

	.news-item-block h3:nth-child(n) {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.news-item-block h3,
	.news-item-block p,
	.news-item-block h4 {
		margin-left: 0;
	}

	.news-item-block p:nth-child(n) {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.news-item-block>h4:nth-child(8) {
		margin-bottom: 8px;
	}

	.news-item-block h4 {
		font-size: 14px;
	}

	.news-item-block>ul>li {
		font-size: 12px;
		line-height: 18px;
		padding-left: 24px;
		margin-bottom: 12px;
	}

	.news-item-block>ul>li:before {
		font-size: 14px;
	}

	.news-item-block h4 {
		margin-bottom: 12px;
	}

	.news-item-block>ul>li>ul {
		margin-top: 12px;
		padding-left: 30px;
	}

	.news-item-block>ul>li>ul li::before {
		left: -29px;
		width: 18px;
		height: 18px;
	}

	.news-item-block>ul {
		margin-bottom: 12px;
	}

	.news-item-block {
		padding: 20px 15px;
	}

	.news-item-block h2 {
		margin-bottom: 20px;
	}

	.news-item-block img {
		margin: 0 auto 12px;
	}

	.new-rules-block>ul.list>li,
	.new-rules-block>ul>li {
		font-size: 12px;
		padding-left: 28px;
	}

	.new-rules-block > ul:nth-of-type(1) > li:before {
		width: 22px;
		height: 22px;
	}

	.new-rules-block>ul.list {
		margin-bottom: 22px;
	}

	.new-rules-block > .red-border {
		padding: 14px 30px 18px;
	}

	.new-rules-block > h4:nth-of-type(2) {
		margin-bottom: 13px;
	}

	.new-rules-block > ul:nth-of-type(2) > li {
		line-height: 24px;
		margin-bottom: 9px;
	}

	.new-rules-block > ul:nth-of-type(2) > li:before {
		font-size: 14px;
	}

	.new-rules-block > h4:nth-of-type(2) br {
		display: none;
	}

	.new-rules__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.new-rules__year {
		font-size: 16px;
		margin-bottom: 16px;
		padding-top: 6px;
	}

	.new-rules__description {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.new-rules__btn { 
		width: 208px;
		height: 41px;
		font-size: 12px;
	}

	.new-rules__price {
		font-size: 16px;
		line-height: 16px;
	}

	.new-rules {
		margin-bottom: 33px;
	}

	.cert-list {
		justify-content: space-around;
		margin-bottom: 0px;
	}

	.certificates-block {
		padding: 20px 15px;
	}

	.certificates-block h3 {
		padding-left: 0;
		text-align: center;
	}

	.certificates-block h2 {
		margin-bottom: 25px;
	}

	.certificates-block h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.certificates-block>img {
		margin-bottom: 20px;
	}

	.cert-list-item__pic {
		margin-bottom: 10px;
	}

	.cert-list__item p {
		font-size: 14px;
		line-height: 20px;
	}

	.certificates-block h3:nth-child(5) {
		margin-bottom: 20px;
	}

	.prices-block {
		padding: 20px 15px;
	}

	.prices-block h2 {
		margin-bottom: 20px;
	}

	.prices__offers {
		padding: 130px 20px 20px;
	}

	.prices__offers::before {
		top: 25px;
		left: 50%;
		transform: translateX(-50%);
	}

	.prices__offers p {
		font-size: 16px;
	}

	.prices__offers li {
		font-size: 12px;
	}

	.prices__offers p:nth-child(3) {
		font-size: 14px;
	}

	.prices__offers {
		margin-bottom: 20px;
	}

	.prices__offers p {
		margin-bottom: 20px;
	}

	.prices__offers ul {
		margin-bottom: 20px;
	}

	.prices-block th:nth-child(3) {
		font-size: 12px;
		padding: unset;
		vertical-align: top;
	}

	.prices-block th:nth-child(1),
	.prices-block th:nth-child(2) {
		font-size: 14px;
	}

	.prices-block tr td:nth-child(1) {
		vertical-align: top;
		font-weight: 600;
		font-size: 16px;
	}

	.prices-block table p {
		font-size: 14px;
	}

	.prices-block table li {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.prices-block tr:nth-child(5) td:nth-child(2),
	.prices-block tr:nth-child(6) td:nth-child(2),
	.prices-block tr:nth-child(7) td:nth-child(2),
	.prices-block tr:nth-child(8) td:nth-child(2),
	.prices-block tr:nth-child(9) td:nth-child(2),
	.prices-block tr:nth-child(10) td:nth-child(2) {
		padding: 12px 0;
		font-size: 14px;
	}

	.prices-block th:nth-child(3),
	.prices-block td:nth-child(3) {
		vertical-align: top;
		font-size: 12px;
		padding: 19px 0px;
	}

	.prices-block tr:nth-child(2) td:nth-child(2),
	.prices-block tr:nth-child(n+11) td:nth-child(2) {
		font-size: 14px;
	}

	.prices-block td:nth-child(3) b {
		font-size: 13px;
	}

	.price__about {
		padding: 130px 15px 20px;
	}

	.price__about p {
		font-size: 14px;
		width: 100%;
		line-height: 22px;
	}

	.price__about::before {
		right: 50%;
		top: 30px;
		transform: translateX(50%);
	}

	.prices-block th:nth-child(1),
	.prices-block td:nth-child(1) {
		width: 42px;
	}

	.popup-form,
	.popup {
		align-items: flex-start;
	}
	.popup-form .form,
	.popup-container {
		padding: 108px 23px 15px;
		width: 320px;
		margin: 0 auto;
		overflow-y: auto;
	}
	.popup-form .form input:not([type="submit"]) {
		margin: 0 16px 12px;
	}

	.popup-form__x,
	.popup__x {
		top: 18px;
		right: 26px;
		height: 16px;
		transform: translateX(50%);
		width: 16px;
	}

	.aktsii-block {
		padding: 20px 0;
	}

	.aktsii-block h2 {
		margin-bottom: 25px;
	}

	.aktsii-list {
		flex-wrap: wrap;
	}

	.aktsii-item {
		width: 100%;
		margin: 0 20px 20px;
	}

	.aktsii-item>h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.aktsii-item>p {
		line-height: 20px;
		font-size: 12px;
	}

	/* .popup-container {
		height: 100%;
		overflow-y: auto;
		padding-top: 25%;
	} */
	
	.popup-ok__icon {
		width: 58px;
		height: 58px;
		margin: 36px auto 30px;
	}
	.popup-container h2 {
		font-size: 20px;
		margin-bottom: 23px;
	}
	.popup-container p {
		width: 96%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.5;
	}
	.popup-ok__btn {
		font-size: 12px;
		width: 206px;
		margin: 31px auto 50px;
		padding: 14px 0;
	}
	.complex-offer-block .after_h2 {
		font-size: 14px;
		width: 300px;
		margin: 5px auto 15px;
	}
	.complex-offer-block .after_h2 br {
		display: none;
	}
	.row1 {
		font-size: 12px;
	}
	.services-name-column__row {
		font-size: 12px;
		line-height: 16px;
	}
	.services-name-column {
		width: 164px;
	}
	.offers-columns {
		flex-grow: 1;
		position: absolute;
		left: 164px;
		width: calc(100% - 164px);
		overflow-x: auto;
	}
	.column1, .column3 {
		width: 110px;
	}
	.column2 {
		width: 113px;
	}
	.column4 {
		width: 116px;
	}
	.column5 {
		width: 100px;
	}
	.column6 {
		width: 123px;
	}
	.column7 {
		width: 129px;
	}
	.offers-columns-inner {
		width: 801px;
	}
	.services-name-column__row.row10 {
		font-size: 14px;
	}
	.row10 {
		font-size: 16px;
	}
	.contraindications {
		font-size: 10px;
	}
}

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


h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}


.h22 {
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

	.we-help-block::before {
		width: 134px;
		right: 0;
		height: 291px;
		transform: none;
		background-position-x: left;
		background-size: cover;
	}
}

@media (min-width: 1450px) and (max-width: 1700px) {
	.header__links {
		display: none;
	}
}




