* {
	margin: 0;
	padding: 0;
}

input,
textarea,
button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input[required=required],
textarea[required=required] {
	outline: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #F4FAFF;
	color: #575757;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 120%;
	min-width: 320px;
	text-align: left;
	vertical-align: top;
	overflow-x: hidden;
	font-weight: 400;
}

li {
	list-style: none;
}

.tinymce .justifyright,
#tinymce .justifyright {
	text-align: right;
}

.tinymce img.justifyright,
#tinymce img.justifyright {
	float: right;
	margin: 0 0 10px 25px;
}

.tinymce .justifyleft,
#tinymce .justifyleft {
	text-align: left;
}

.tinymce img.justifyleft,
#tinymce img.justifyleft {
	float: left;
	margin: 0 25px 10px 0;
}

.tinymce .justifycenter,
#tinymce .justifycenter {
	text-align: center;
}

.tinymce h1,
#tinymce h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
	text-align: left;
}

.tinymce h2,
#tinymce h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce h3,
#tinymce h3 {
	font-size: 18px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce p,
#tinymce p {
	margin: 0 0 15px 0;
}

.tinymce ul li,
#tinymce ul li {
	position: relative;
	list-style-type: none;
	margin: 0 0 7px 35px;
}

.tinymce ul li:before {
	background: url(../img/catalog/tringl.svg);
	width: 3px;
	height: 6px;
	position: absolute;
	content: "";
	position: absolute;
	left: -16px;
	top: 8px;
}

.tinymce ol li,
#tinymce ol li {
	list-style-type: decimal;
	margin: 0 0 7px 35px;
}

.tinymce ul li:last-child,
#tinymce ul li:last-child {
	margin: 0 0 15px 35px;
}

.tinymce ol li:last-child,
#tinymce ol li:last-child {
	margin: 0 0 15px 35px;
}

.tinymce a,
#tinymce a {
	color: #F72A27;
	text-decoration: underline;
}

.tinymce a:hover,
#tinymce a:hover {
	text-decoration: none;
}

.tinymce img,
#tinymce img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}

#tinymce video {
	max-width: 100%;
}

.tinymce img[style*="float: left"],
.tinymce img[style*="float:left"],
#tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] .tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] {
	margin: 0 25px 10px 0;
}

.tinymce img[style*="float: right"],
.tinymce img[style*="float:right"],
#tinymce img[style*="float: right"],
#tinymce img[style*="float:right"] {
	margin: 0 0 10px 25px;
}

.tinymce table,
#tinymce table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.tinymce table[align=center],
#tinymce table[align=center] {
	margin: 0 auto 15px;
}

.tinymce table[align=left],
#tinymce table[align=left] {
	margin: 0 0 15px 0;
}

.tinymce table[align=right],
#tinymce table[align=right] {
	margin: 0 0 15px auto;
}

.tinymce table.tiny-center,
#tinymce table.tiny-center {
	margin: 0 auto 15px;
}

.tinymce table.tiny-left,
#tinymce table.tiny-left {
	margin: 0 0 15px 0;
}

.tinymce table.tiny-right,
#tinymce table.tiny-right {
	margin: 0 0 15px auto;
}

.tinymce table td,
#tinymce table td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

.tinymce table td p,
#tinymce table td p {
	margin: 0;
}

.scrollup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 20px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #1f1f1fa6;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.scrollup svg {
	width: 24px;
	height: 24px;
}

.scrollup svg {
	fill: currentColor;
}

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

input::-moz-placeholder {
	color: #ACACAC;
}

input:-moz-placeholder {
	color: #ACACAC;
}

input:-ms-input-placeholder {
	color: #ACACAC;
}

textarea::-webkit-input-placeholder {
	color: #ACACAC;
}

textarea::-moz-placeholder {
	color: #ACACAC;
}

textarea:-moz-placeholder {
	color: #ACACAC;
}

textarea:-ms-input-placeholder {
	color: #ACACAC;
}

.fancybox-slide--iframe .fancybox-content {
	width: 800px !important;
	height: 600px !important;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

.aibolit {
	position: absolute;
	left: -9999px;
}

.menu-fixed {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 999;
	transition: .8s;
	box-shadow: 4px 4px 21px -10px rgba(34, 60, 80, 0.87);
}

#success-response {
	text-align: center;
	font-size: 18px;
	background: #1AD7E4;
	color: #000;
	padding: 20px;
	display: none;
	line-height: 28px;
	font-weight: 600;
}

.toggle-mnu {
	display: none;
	width: 28px;
	height: 28px;
	padding: 9px 9px 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: #286ca4;
	margin-left: auto;
}

.toggle-mnu.on {
	background: #000000;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	-ms-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}

.scrollup {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 20px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #1f1f1fa6;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.scrollup svg {
	fill: currentColor;
	margin: auto;
	display: block;
	margin-top: 10px;
	width: 24px;
	height: 24px;
}

.title {
	color: #1C1D1E;
	font-family: Prosto One, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 120%;
}

.btn-more-my {
	background: #1F7E93;
	-webkit-box-shadow: 0px 6px 0px 0px #06686E;
	box-shadow: 0px 6px 0px 0px #06686E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 21px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}

.btn-more-my:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sub-title {
	font-family: Prosto One, sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 120%;
}

.page-more-btn {
	color: #286CA4;
	font-family: Prosto One, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	margin-right: 30px;
	line-height: 120%;
	white-space: nowrap;
}

.page-more-btn:before {
	position: absolute;
	right: -31px;
	top: 0;
	background: url(../img/more-stroke.svg);
	width: 18px;
	height: 14px;
	content: "";
}

.page-more-btn:hover:before {
	right: -40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.page-more-btn:not(:hover):before {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.name-input {
	background: #FAFAFD url(../img/name-icon.svg) no-repeat;
	background-position: 18px center;
}

.phone-input {
	background: #FAFAFD url(../img/phone-icon.svg) no-repeat;
	background-position: 18px center;
}

.comments-input {
	background: #FAFAFD url(../img/comments-icon.svg) no-repeat;
	background-position: 16px 22px;
}

.name-input-white {
	background: #fff url(../img/name-icon.svg) no-repeat;
	background-position: 18px center;
}

.phone-input-white {
	background: #fff url(../img/phone-icon.svg) no-repeat;
	background-position: 18px center;
}

.comments-input-white {
	background: #fff url(../img/comments-icon.svg) no-repeat;
	background-position: 16px 22px;
}

.header {
	padding-top: 22px;
	padding-bottom: 26px;
}

.sticka {
	position: fixed;
	z-index: 101;
}

.stop {
	position: relative;
	z-index: 101;
}

.header__logo {
	display: block;
	background: url(../img/logo.png);
	width: 118px;
	height: 107px;
}

.header__adress {
	color: #1C1D1E;
	font-size: 15px;
	padding-left: 33px;
	position: relative;
}

.header__adress:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/coords.svg);
	width: 17px;
	height: 20px;
}

.header__phone {
	color: #286CA4;
	font-size: 21px;
	font-weight: 600;
	position: relative;
	padding-left: 32px;
	display: block;
	margin-bottom: 6px;
}

.header__phone:before {
	content: "";
	background: url(../img/phone.svg);
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 5px;
}

.header__phone:hover {
	color: #4d8fc5;
}

.header__mail {
	color: #1C1D1E;
	font-size: 15px;
	font-weight: 400;
	padding-left: 32px;
	position: relative;
	display: block;
}

.header__mail:before {
	content: "";
	width: 17px;
	height: 16px;
	background: url(../img/mail.svg);
	position: absolute;
	top: 6px;
	left: 3px;
}

.header__call {
	background: #286CA4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 45px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.header__call:hover {
	background: #1F7E93;
}

.menu {
	background: #1C1D1E;
	height: 50px;
}

.menu__hidden {
	display: none;
}

.menu__hover-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu__hover-menu-wrap {
	margin-right: 30px;
}

.menu__main>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
	margin-bottom: 0;
}

.menu__main>ul>li.active > a {
	color: #B1DDF0;
}

.menu__main>ul>li {
	font: none;
	background: transparent;
}

.menu__main>ul>li>a {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 23px;
	border-top: none;
	border-left: none;
}

.menu__main>ul>li>a:hover {
	color: #B1DDF0;
}

.menu__main>ul>li>a i {
	background: url(../img/arrow-menu.svg);
	width: 6px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.menu__main>ul>li:hover {
	background: transparent;
}

.menu__main>ul>li:first-child {
	position: relative;
}

.menu__main>ul>li:first-child>a {
	background: #20848A;
	padding: 14px 23px 14px 0px;
}

.menu__main>ul>li:first-child>a:focus-visible {
	outline: none;
}

.menu__main>ul>li:first-child:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background: #20848A;
	width: 192%;
}

.menu__main>ul>li:first-child:after {
	content: "";
	position: absolute;
	right: -26px;
	top: 0;
	border: 17px solid transparent;
	border-left: 9px solid #20848A;
	border-top: 33px solid #20848A;
}

.menu__main>ul>li:nth-child(2)>a {
	padding: 14px 24px 14px 55px;
}

.menu__main>ul li.sfHover {
	background: transparent;
}

.menu__main ul ul {
	background: #1C1D1E;
}

.menu__main ul ul>li {
	background: transparent;
}

.menu__main ul ul>li>a {
	color: #FFF;
	font-size: 18px;
	border-top: none;
	border-left: none;
}

.menu__main ul ul>li.active>a {
	color: #B1DDF0;
}

.menu__main ul ul>li>a:hover {
	color: #B1DDF0;
}

.menu__main ul ul>li:hover {
	background: transparent;
}

.menu__main ul ul ul {
	background: #E4EEF6;
	padding-left: 20px;
	padding-top: 32px;
	padding-bottom: 24px;
	padding-right: 20px;
}

.menu__main ul ul ul li {
	background: transparent;
	margin-bottom: 8px;
}

.menu__main ul ul ul li a {
	border-top: none;
	border-left: none;
	padding: 0;
	color: #1C1D1E;
	font-size: 14px;
	margin-bottom: 7px;
}

.menu__main ul ul ul li a:hover {
	color: #20848A;
}

.offer {
	background: url(../img/offer.jpg) center top / cover;
	min-height: 475px;
}

.offer__wrapper {
	padding-top: 118px;
}

.offer__text {
	color: #FFF;
	font-family: Prosto One;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 120%;
}

.offer__btn {
	margin-top: 39px;
}

.background-wrapper {
	background: url(../img/background-image.png) center top/cover no-repeat;
}

.advantages__items {
	background: #FAFAFD;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	min-height: 211px;
	padding-right: 34px;
	padding-left: 34px;
	top: -52px;
	position: relative;
}

.advantages__items .item-advantages {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}

.advantages__items .item-advantages:hover .item-advantages__block-icon {
	transform: rotateY(360deg);
}

.advantages__items .item-advantages:after {
	position: absolute;
	content: "";
	right: -40px;
	top: 0;
	border-right: 1px solid #E8E8ED;
	bottom: 0;
	margin: auto;
	height: 60%;
}

.advantages__items .item-advantages__block-icon {
	width: 50px;
	height: 50px;
	background: #286CA4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
	transform: rotateY(0deg);
	transition: all 1s ease-out 0s;
}

.advantages__items .item-advantages__text {
	color: #575757;
	font-size: 18px;
}

.advantages__items .item-advantages:last-child:after {
	border-right: none;
}

.advantages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog {
	padding-top: 12px;
	padding-bottom: 67px;
}

.catalog__row {
	margin-bottom: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog .items-catalog {
	margin-top: 20px;
}

.catalog .item-catalog {
	position: relative;
	display: block;
}

.catalog .item-catalog:hover .item-catalog__overlay {
	background: rgba(40, 108, 164, 0.8);
}

.catalog .item-catalog:hover .item-catalog__hidden-btn {
	visibility: visible;
	opacity: 1;
}

.catalog .item-catalog:hover:before {
	content: "";
	bottom: 0;
	width: 100%;
	background: #20848A;
	height: 5px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 20;
}

.catalog .item-catalog__hidden-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #B1DDF0 url(../img/arrow-catalog.svg) center center no-repeat;
	margin-bottom: -11px;
	visibility: hidden;
	opacity: 0;
}

.catalog .item-catalog__hidden-btn:hover {
	background: #20848A url(../img/arrow-catalog.svg) center center no-repeat;
}

.catalog .item-catalog__overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 108, 164, 0.3)), to(rgba(40, 108, 164, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(51, 52, 53, 0.5)), to(rgba(51, 52, 53, 0.5)));
	background: -webkit-linear-gradient(bottom, rgba(40, 108, 164, 0.3) 0%, rgba(40, 108, 164, 0) 100%), -webkit-linear-gradient(bottom, rgba(51, 52, 53, 0.5) 0%, rgba(51, 52, 53, 0.5) 100%);
	background: -o-linear-gradient(bottom, rgba(40, 108, 164, 0.3) 0%, rgba(40, 108, 164, 0) 100%), -o-linear-gradient(bottom, rgba(51, 52, 53, 0.5) 0%, rgba(51, 52, 53, 0.5) 100%);
	background: linear-gradient(360deg, rgba(40, 108, 164, 0.3) 0%, rgba(40, 108, 164, 0) 100%), linear-gradient(0deg, rgba(51, 52, 53, 0.5) 0%, rgba(51, 52, 53, 0.5) 100%);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
}

.catalog .item-catalog__text {
	color: #FFF;
	font-family: Prosto One, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
}

.catalog .item-catalog img {
	max-width: 100%;
}

.company {
	background: #252C36 url(../img/background-company.png) center top/cover no-repeat;
	padding-bottom: 80px;
}

.company__image {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-left: -15px;
}

.company__image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(40, 108, 164, 0.54);
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	margin: auto;
}

.company__image img {
	max-width: 100%;
}

.company__title {
	color: #FFF;
	position: absolute;
	right: 37px;
	bottom: 39px;
}

.company__block {
	padding-top: 80px;
}

.company__sub-title {
	color: #FFF;
}

.company__text {
	color: #E8E8ED;
	line-height: 120%;
	margin-top: 20px;
}

.company__dop-text {
	margin-top: 121px;
}

.company .page-more-btn {
	color: #B1DDF0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-bottom: 41px;
}

.company .page-more-btn:before {
	background: url(../img/arrow-company.svg);
}

.company .sub-title {
	line-height: 120%;
}

.company .item-company-adv {
	margin-right: 30px;
}

.company .item-company-adv__block-icon {
	background: #286CA4;
	width: 40px;
	height: 40px;
	color: #FAFAFD;
	font-weight: 700;
	line-height: 120%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.company .item-company-adv__text {
	color: #E8E8ED;
	line-height: 120%;
}

.company__advantages {
	margin-top: 73px;
}

.company__advantages-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.stock {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 40px;
}

.stock__title {
	text-align: center;
	line-height: 120%;
}

.stock__more {
	margin: 30px auto 0;
}

.reviews {
	padding-top: 40px;
	padding-bottom: 50px;
}

.reviews__carousel {
	margin: 27px -15px 0;
	padding-left: 30px;
	padding-right: 30px;
}

.reviews__carousel .slick-list {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.reviews .item-reviews.slick-active {
	opacity: 1;
}

.reviews .item-reviews {
	background: #FAFAFD;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(155, 154, 154, 0.1);
	box-shadow: 0px 10px 15px 0px rgba(155, 154, 154, 0.1);
	padding-top: 62px;
	padding-left: 40px;
	padding-bottom: 39px;
	padding-right: 10px;
	width: 570px;
	margin: 0 15px 0;
	opacity: 0.5;
}

.reviews .item-reviews__text {
	color: #575757;
	line-height: 120%;
}

.reviews .item-reviews__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 33px;
}

.reviews .item-reviews__name {
	color: #A0A0A0;
	font-size: 16px;
	line-height: 120%;
	margin-right: 15px;
	padding-left: 23px;
	position: relative;
}

.reviews .item-reviews__name:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 14px;
	background: url(../img/reviews-icon.svg);
}

.reviews .item-reviews__date {
	color: #A0A0A0;
	font-size: 16px;
	line-height: 120%;
	padding-left: 26px;
	position: relative;
}

.reviews .item-reviews__date:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 18px;
	background: url(../img/calendar.svg);
	left: 0;
	top: -1px;
}

.conversion {
	overflow: hidden;
}

.conversion__faq {
	padding-top: 80px;
	padding-bottom: 27px;
	position: relative;
	min-height: 643px;
	height: 100%;
}

.conversion__faq:before {
	content: "";
	width: 173%;
	right: -40px;
	background: #252C36 url(../img/back-faq.png) right top;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.conversion__faq-title {
	color: #FFF;
	font-size: 29px;
}

.conversion__form-wrapper {
	padding-left: 55px;
	padding-right: 55px;
}

.conversion__form {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	padding-left: 51px;
	min-height: 643px;
}

.conversion__form:before {
	left: 10px;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../img/back-form.jpg) center left/cover;
	z-index: -1;
	width: 162%;
	z-index: -1;
}

.conversion__form input {
	height: 55px;
	color: #575757;
	line-height: 120%;
	padding-left: 50px;
	width: 100%;
	border: none;
	margin-bottom: 5px;
}

.conversion__form textarea {
	height: 102px;
	padding-top: 17px;
	padding-left: 50px;
	color: #575757;
	width: 100%;
	border: none;
}

.conversion__form-title {
	color: #FFF;
	text-align: center;
	line-height: 120%;
}

.conversion__form-description {
	text-align: center;
	font-weight: 500;
	line-height: 120%;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.conversion__form-button {
	background: #B1DDF0;
	-webkit-box-shadow: 0px 6px 0px 0px #20848A;
	box-shadow: 0px 6px 0px 0px #20848A;
	color: #1C1D1E;
	font-size: 14px;
	font-weight: 700;
	display: block;
	width: 100%;
	height: 59px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}

.conversion__form-button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.conversion .items_faq {
	margin-top: 50px;
}

.conversion .items_faq .item_faq.active .name {
	background: url(../img/arrow-question-active.svg) right 5px;
	background-repeat: no-repeat;
}

.conversion .items_faq .item_faq {
	margin-bottom: 53px;
}

.conversion .items_faq .item_faq .name {
	color: #FFF;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	padding-right: 30px;
	background: url(../img/arrow-question.svg) right 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 500;
}

.conversion .items_faq .item_faq .text {
	display: none;
	margin-top: 25px;
	color: #E8E8ED;
	line-height: 120%;
}

.conversion .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.conversion .checkbox input {
	width: 23px;
	display: none;
}

.conversion .checkbox label {
	margin-bottom: 0;
}

.conversion .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #E5E5E5;
}

.conversion input[type=checkbox]:checked+label:before {
	content: "";
	background: #fff url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

.conversion .wrapper-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.conversion .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.conversion .danger-politica {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	color: #F4FFED;
}

.conversion .danger-politica a {
	text-decoration: underline;
	color: #F4FFED;
}

.conversion .danger-politica a:hover {
	text-decoration: none;
}

.map {
	padding-top: 80px;
	padding-bottom: 40px;
	overflow: hidden;
}

.map__block {
	background: #E4EEF6;
	padding-top: 80px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 68px;
}

.map__block span {
	color: #C4C4C4;
	font-size: 16px;
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
}

.map__block li {
	font-size: 21px;
	margin-bottom: 30px;
}

.map__block li a {
	color: #575757;
}

.map__block li a:hover {
	color: #7e7c7c;
}

.map__block li.map__phone a {
	color: #575757;
	font-size: 28px;
	font-weight: 700;
}

.map__block li.map__phone a:hover {
	color: #999999;
}

.map__block-title {
	margin-bottom: 32px;
}

.map__map-block {
	margin-left: -30px;
	width: 1131px;
}

.news {
	padding-top: 40px;
	padding-bottom: 93px;
}

.news .items-news {
	margin-top: 20px;
}

.news .item-news {
	border: 1px solid #E8E8ED;
	background: #FFF;
	padding: 10px 10px 35px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news .item-news:hover .item-news__btn {
	visibility: visible;
	opacity: 1;
}

.news .item-news:hover .item-news__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.news .item-news:not(:hover) img {
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.news .item-news__image {
	margin-bottom: 30px;
	overflow: hidden;
}

.news .item-news__title {
	color: #1C1D1E;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	margin-left: 30px;
	display: block;
	padding-right: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}

.news .item-news__btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #20848A url(../img/arrow-catalog.svg) center center no-repeat;
	margin-top: -26px;
	display: block;
	visibility: hidden;
	opactity: 0;
	margin-right: 10px;
}

.news .item-news__btn:hover {
	background: #B1DDF0 url(../img/arrow-catalog.svg) center center no-repeat;
}

.news .item-news__wrap {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news .item-news__date {
	margin-left: 30px;
	padding-left: 28px;
	position: relative;
}

.news .item-news__date:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 18px;
	background: url(../img/calendar-news.svg);
}

.footer {
	background: #1C1D1E;
}

.footer__logo {
	display: block;
	width: 133px;
	height: 120px;
	background: url(../img/logo-footer.png);
}

.footer__copyright {
	color: #1C1D1E;
	font-size: 14px;
	line-height: 120%;
	margin-top: 28px;
}

.footer__danger {
	color: #1C1D1E;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	margin-top: 16px;
	display: block;
}

.footer__danger:hover {
	color: #666;
}

.footer__menu {
	padding-top: 40px;
	padding-left: 26px;
}

.footer__menu-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__menu-wrap ul li {
	margin-bottom: 9px;
}

.footer__menu-wrap ul li a {
	color: #D9D9D9;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.footer__menu-wrap ul li a:hover {
	color: #20848A;
}

.footer__menu-list ul li {
	padding-left: 17px;
	position: relative;
	margin-bottom: 9px;
}

.footer__menu-list ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 6px;
	background: url(../img/footer-menu.svg);
}

.footer__menu-list ul li a {
	color: #D9D9D9;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.footer__menu-list ul li a:hover {
	color: #20848A;
}

.footer__menu-wrap-title {
	color: #20848A;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer__contacts li {
	margin-bottom: 15px;
}

.footer__adress {
	color: #D9D9D9;
	font-size: 15px;
	margin-top: 39px;
	padding-left: 33px;
	position: relative;
}

.footer__adress:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 20px;
	background: url(../img/coords-footer.svg);
}

.footer__phone a {
	padding-left: 33px;
	position: relative;
	color: #20848A;
	font-size: 21px;
	font-weight: 700;
}

.footer__phone a:before {
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../img/phone-footer.svg);
	width: 17px;
	height: 17px;
	content: "";
}

.footer__phone a:hover {
	color: #35acb3;
}

.footer__mail a {
	color: #D9D9D9;
	font-size: 15px;
	position: relative;
	padding-left: 33px;
}

.footer__mail a:before {
	position: absolute;
	content: "";
	background: url(../img/mail-footer.svg);
	width: 17px;
	height: 16px;
	left: 0;
	top: 5px;
}

.footer__mail a:hover {
	color: #666;
}

.footer__social {
	padding-left: 33px;
}

.footer__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__social ul li {
	margin-right: 20px;
}

.footer__social ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/vk.svg);
}

.footer__social ul li a:hover {
	opacity: 0.8;
}

.footer__social ul li:nth-child(2) a {
	background: url(../img/telegram.svg);
}

.footer__social ul li:nth-child(3) a {
	background: url(../img/whatsup.svg);
}

.footer__devoloper {
	font-size: 16px;
	line-height: 18px;
	color: #898989;
	background: url(../img/developer.png) center bottom;
	display: block;
	width: 198px;
	height: 70px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.footer__devoloper:hover {
	opacity: 0.8;
}

.footer__background {
	padding-top: 55px;
	background: #E4EEF6;
	position: relative;
	padding-bottom: 52px;
}

.footer__background:before {
	content: "";
	position: absolute;
	left: -360px;
	background: #E4EEF6;
	width: 120%;
	height: 100%;
	top: 0;
}

.two-page {
	background: #F4FAFF url(../img/stock/back-body.jpg) right top no-repeat;
}

.two-page .map {
	padding-bottom: 80px;
}

.two-page .menu__main>ul>li:first-child:after {
	display: none;
}

.two-page .menu__main>ul>li:first-child:before {
	width: 204%;
}

.two-page .menu__main>ul>li:first-child i {
	display: none;
}

.two-page .menu__main>ul>li:first-child ul {
	display: none !important;
}

.two-page .menu__main>ul>li:nth-child(2)>a {
	padding: 14px 24px 14px 46px;
}

.two-page .page-content .wrapper-sidebar {
	padding-top: 34px;
	height: 100%;
	position: relative;
}

.two-page .page-content .wrapper-sidebar:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 328%;
	right: -14px;
	background: #E4EEF6;
	top: 0;
}

.two-page .page-content .wrapper-sidebar .sidebar .menu__hover-menu {
	display: flex;
}

.two-page .page-content .wrapper-sidebar .sidebar .menu__hover-menu-wrap {
	margin-right: 30px;
}

.two-page .page-content .wrapper-sidebar .sidebar ul.sf-menu {
	margin-bottom: 0;
	width: 184px;
	float: none;
}

.two-page .page-content .wrapper-sidebar .sidebar ul.sf-menu>li {
	background: transparent;
	white-space: normal;
	margin-bottom: 20px;
	padding-right: 10px;
}

.two-page .page-content .wrapper-sidebar .sidebar ul.sf-menu>li>a {
	color: #1C1D1E;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-top: none;
	border-left: none;
	padding: 0;
	position: relative;
}

.two-page .page-content .wrapper-sidebar .sidebar ul.sf-menu>li>a:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 6px;
	background: url(../img/catalog/tringl.svg);
	right: 3px;
	top: 7px;
}

.two-page .page-content .wrapper-sidebar .sidebar ul.sf-menu>li>a:hover {
	color: #20848A;
}

.two-page .page-content .wrapper-sidebar .sidebar ul.sf-menu>li.active>a {
	color: #20848A;
}

.two-page .page-content .wrapper-sidebar .sidebar ul ul {
	background: #E4EEF6;
	padding-left: 20px;
	padding-top: 32px;
	padding-bottom: 17px;
	padding-right: 20px;
	margin-bottom: 0;
}

.two-page .page-content .wrapper-sidebar .sidebar ul ul li {
	background: transparent;
	margin-bottom: 8px;
}

.two-page .page-content .wrapper-sidebar .sidebar ul ul li a {
	border-top: none;
	border-left: none;
	padding: 0;
	color: #1C1D1E;
	font-size: 14px;
	margin-bottom: 7px;
}

.two-page .page-content .wrapper-sidebar .sidebar ul ul li a:hover {
	color: #20848A;
}

.two-page .page-content .breadcrumbs {
	padding-top: 15px;
	padding-bottom: 25px;
}

.two-page .page-content .breadcrumbs .navi {
	color: #9B9A9A;
	font-size: 10px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
}

.two-page .page-content .breadcrumbs .navi a {
	color: #20848A;
}

.two-page .page-content .breadcrumbs .navi a:hover {
	color: #6bc9ce;
}

.two-page .page-content .breadcrumbs .navi i {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(../img/dashicons_arrow-left.svg);
	margin: 0 6px 0;
}

.two-page .page-content .page-body {
	padding-bottom: 55px;
	padding-left: 30px;
}

.two-page .page-content .page-body .items-pages-stock {
	margin-top: 20px;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	text-align: center;
	border-bottom: 5px solid transparent;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock:hover {
	border-bottom: 5px solid #20848A;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock:hover .item-pages-stock__overlay-description {
	display: block;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock__overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(0deg, rgba(40, 108, 164, 0.7) 0%, rgba(40, 108, 164, 0.9) 100%);
	padding: 15px 70px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock__overlay-title {
	color: #fff;
	margin-bottom: 20px;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock__overlay-date {
	color: #FFF;
}

.two-page .page-content .page-body .items-pages-stock .item-pages-stock__overlay-description {
	color: #FFF;
	font-weight: 500;
	margin-top: 40px;
	display: none;
}

.conversion-page {
	background: #252C36 url(../img/stock/back-conversion.png) center top/cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.conversion-page__title {
	color: #fff;
	text-align: center;
}

.conversion-page__description {
	color: #E8E8ED;
	text-align: center;
	font-weight: 500;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 42px;
}

.conversion-page__form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -3px 0;
}

.conversion-page__form-input {
	width: 50%;
	margin: 0 3px 0;
}

.conversion-page__form-input input {
	height: 55px;
	width: 100%;
	border: none;
	padding-left: 50px;
	margin-bottom: 5px;
}

.conversion-page textarea {
	width: 100%;
	height: 115px;
	padding-left: 50px;
	padding-top: 15px;
	border: none;
}

.conversion-page__form-danger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.conversion-page__form-btn {
	border: none;
	cursor: pointer;
	width: 50%;
	margin-left: 5px;
	margin-top: 30px;
}

.conversion-page .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.conversion-page .checkbox input {
	width: 23px;
	display: none;
}

.conversion-page .checkbox label {
	margin-bottom: 0;
}

.conversion-page .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #E5E5E5;
}

.conversion-page input[type=checkbox]:checked+label:before {
	content: "";
	background: #fff url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

.conversion-page .wrapper-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

.conversion-page .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.conversion-page .danger-politica {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	color: #9B9A9A;
}

.conversion-page .danger-politica a {
	text-decoration: underline;
	color: #9B9A9A;
}

.conversion-page .danger-politica a:hover {
	text-decoration: none;
}

.items-pages-stock .item-news-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -8px 20px;
}

.items-pages-stock .item-news-page__image {
	margin: 0 8px 0;
}

.items-pages-stock .item-news-page__right-block {
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	margin: 0 8px 0;
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.items-pages-stock .item-news-page__descr-news {
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 44px;
}

.items-pages-stock .item-news-page__wrapper-btn {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.items-pages-stock .item-news-page__date-news {
	color: #A0A0A0;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
}

.items-pages-stock .item-news-page__date-news:before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../img/calendar-news.svg);
	width: 20px;
	height: 20px;
	top: 0;
}

.page-body .more-news-btn {
	background: #286CA4;
	padding: 21px 30px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	margin-left: auto;
	display: flex;
	width: 148px;
	border: none;
	border-radius: 0;
}

.page-body .more-news-btn:hover {
	background: #1F7E93;
}

.item-sertificat-page {
	margin-bottom: 20px;
	display: block;
}

.item-pisma-page {
	border: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.item-pisma-page img {
	max-width: 100%;
}

.pisma-wrapper .col-lg-4 {
	margin-bottom: 30px;
}

.riviews-page .item-reviews {
	background: #fff;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(155, 154, 154, 0.1);
	box-shadow: 0px 10px 15px 0px rgba(155, 154, 154, 0.1);
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 39px;
	padding-right: 10px;
	margin: 0 0 20px;
}

.page-body .wrapper-reviews-btn {
	display: flex;
	justify-content: end;
}

.wrapper-reviews-btn .more-news-btn {
	margin-left: 20px;
	margin-right: 0;
}

.wrapper-reviews-btn .btn-more-my {
	box-shadow: none;
}


.wrapper-reviews-btn .btn-more-my:hover {
	box-shadow: 0px 6px 0px 0px #06686E;
}

.riviews-page .item-reviews__text {
	color: #575757;
	line-height: 120%;
}

.riviews-page .item-reviews__wrapper {
	display: flex;
	margin-top: 33px;
}

.riviews-page .item-reviews__name {
	color: #A0A0A0;
	font-size: 16px;
	line-height: 120%;
	margin-right: 15px;
	padding-left: 23px;
	position: relative;
}

.riviews-page .item-reviews__name:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 14px;
	background: url(../img/reviews-icon.svg);
}

.riviews-page .item-reviews__date {
	color: #A0A0A0;
	font-size: 16px;
	line-height: 120%;
	padding-left: 26px;
	position: relative;
}

.riviews-page .item-reviews__date:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 18px;
	background: url(../img/calendar.svg);
	left: 0;
	top: -1px;
}

.items-pages-stock .items_faq .item_faq {
	background: #FAFAFD;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	padding: 40px;
	margin-bottom: 20px;
	cursor: pointer;
}

.items-pages-stock .items_faq .item_faq .name {
	background: url(../img/faq-tringl.svg) right center;
	background-repeat: no-repeat;
	padding-right: 25px;
	color: #1C1D1E;
	font-family: Prosto One,sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

.items-pages-stock .items_faq .item_faq .text {
	display: none;
	line-height: 120%;
	padding-top: 10px;
	border-top: 1px solid #E2E2E8;
	margin-top: 10px;
}

.items-pages-stock .items_faq .item_faq.active {
	border-bottom: 5px solid #20848A;
}

.items-pages-stock .items_faq .item_faq.active .name {
	background: url(../img/faq-tringl-active.svg) right center;
	background-repeat: no-repeat;
}

.items-pages-stock .delivery-page {
	margin-top: 40px;
}

.items-pages-stock .delivery-page__row {
	display: flex;
	justify-content: space-between;
}

.items-pages-stock .delivery-page .item-delivery-page__block-icon {
	width: 50px;
	height: 50px;
	background: #286CA4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.items-pages-stock .delivery-page .item-delivery-page__text {
	margin-top: 20px;
}

.items-pages-stock .delivery-page__text {
	margin-top: 30px;
}

.items-pages-stock .delivery-page__form {
	padding: 40px;
	background: #FAFAFD;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.1);
	border-bottom: 5px solid #20848A;
}

.items-pages-stock .delivery-page__form input {
	border: 1px solid #E8E8ED;
	height: 55px;
	width: 50%;
	margin: 0 8px;
	padding-left: 50px;
}

.items-pages-stock .delivery-page__form .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.items-pages-stock .delivery-page__form .checkbox input {
	width: 23px;
	display: none;
}

.items-pages-stock .delivery-page__form .checkbox label {
	margin-bottom: 0;
}

.items-pages-stock .delivery-page__form .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #E5E5E5;
}

.items-pages-stock .delivery-page__form input[type=checkbox]:checked+label:before {
	content: "";
	background: #fff url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

.items-pages-stock .delivery-page__form .wrapper-check {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.items-pages-stock .delivery-page__form .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.items-pages-stock .delivery-page__form .danger-politica {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	color: #9B9A9A;
}

.items-pages-stock .delivery-page__form .danger-politica a {
	text-decoration: underline;
	color: #9B9A9A;
}

.items-pages-stock .delivery-page__form .danger-politica a:hover {
	text-decoration: none;
}

.items-pages-stock .delivery-page__form-wrap {
	display: flex;
	margin: 15px -8px 0;
}

.two-page .catalog {
	padding-bottom: 0;
	padding-top: 0;
}

.two-page .catalog .items-catalog {
	margin-top: 0;
}

.two-page .catalog .items-catalog .catalog__row {
	margin: 0 -6px 12px;
}

.two-page .catalog .items-catalog .item-catalog {
	margin: 0 6px 0;
}

#reviews-form.form-popup {
	background: #FAFAFD;
	width: 925px;
	padding: 40px;
	display: none;
}

#reviews-form.form-popup .form-popup__title {
	margin-bottom: 20px;
}

#reviews-form.form-popup .form-popup__wrapper {
	display: flex;
	margin: 0 -3px 0;
}

#reviews-form.form-popup .form-popup__wrapper-input {
	width: 50%;
	margin: 0 3px 0;
}

#reviews-form.form-popup .form-popup__wrapper-input input {
	width: 100%;
	height: 55px;
	border: 1px solid #E8E8ED;
	margin-bottom: 5px;
	padding-left: 50px;
}

#reviews-form.form-popup .form-popup__wrapper-input textarea {
	width: 100%;
	border: 1px solid #E8E8ED;
	height: 115px;
	padding-left: 50px;
	padding-top: 17px;
}

#reviews-form.form-popup .form-popup__form-danger {
	
}

#reviews-form.form-popup .form-popup__form-btn {
	border: none;
}

#reviews-form.form-popup .form-popup__form-danger {
	display: flex;
}

#reviews-form.form-popup .form-popup__form-btn {
	border: none;
	cursor: pointer;
	width: 50%;
	margin-left: 5px;
	margin-top: 30px;
}

#reviews-form.form-popup .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

#reviews-form.form-popup .checkbox input {
	width: 23px;
	display: none;
}

#reviews-form.form-popup .checkbox label {
	margin-bottom: 0;
}

#reviews-form.form-popup .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #E5E5E5;
}

#reviews-form.form-popup input[type=checkbox]:checked+label:before {
	content: "";
	background: #fff url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

#reviews-form.form-popup .wrapper-check {
	display: flex;
	align-items: center;
	width: 50%;
}

#reviews-form.form-popup.wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

#reviews-form.form-popup .danger-politica {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	color: #9B9A9A;
}

#reviews-form.form-popup .danger-politica a {
	text-decoration: underline;
	color: #9B9A9A;
}

#reviews-form.form-popup .danger-politica a:hover {
	text-decoration: none;
}

#call-form.form-popup {
	background: #FAFAFD;
	width: 425px;
	padding: 40px;
	display: none;
}

#call-form.form-popup .form-popup__title {
	margin-bottom: 20px;
}

#call-form.form-popup .form-popup__wrapper {
	display: flex;
	margin: 0 -3px 0;
}

#call-form.form-popup .form-popup__wrapper-input {
	width: 100%;
	margin: 0 3px 0;
}

#call-form.form-popup .form-popup__wrapper-input input {
	width: 100%;
	height: 55px;
	border: 1px solid #E8E8ED;
	margin-bottom: 5px;
	padding-left: 50px;
}

#call-form.form-popup .form-popup__form-danger {
	margin-top: 15px;
}

#call-form.form-popup .form-popup__wrapper-input textarea {
	width: 100%;
	border: 1px solid #E8E8ED;
	height: 115px;
	padding-left: 50px;
	padding-top: 17px;
}

#call-form.form-popup .form-popup__form-btn {
	border: none;
}


#call-form.form-popup .form-popup__form-btn {
	border: none;
	cursor: pointer;
	width: 100%;
	margin-top: 20px;
}

#call-form.form-popup .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

#call-form.form-popup .checkbox input {
	width: 23px;
	display: none;
}

#call-form.form-popup .checkbox label {
	margin-bottom: 0;
}

#call-form.form-popup .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #E5E5E5;
}

#call-form.form-popup input[type=checkbox]:checked+label:before {
	content: "";
	background: #fff url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

#call-form.form-popup .wrapper-check {
	display: flex;
	align-items: center;
	width: 100%;
}

#call-form.form-popup.wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

#call-form.form-popup .danger-politica {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	color: #9B9A9A;
}

#call-form.form-popup .danger-politica a {
	text-decoration: underline;
	color: #9B9A9A;
}

#call-form.form-popup .danger-politica a:hover {
	text-decoration: none;
}

#product-form.form-popup {
	background: #FAFAFD;
	width: 425px;
	padding: 40px;
	display: none;
}

#product-form.form-popup .form-popup__title {
	margin-bottom: 20px;
}

#product-form.form-popup .form-popup__wrapper {
	display: flex;
	margin: 0 -3px 0;
}

#product-form.form-popup .form-popup__wrapper-input {
	width: 100%;
	margin: 0 3px 0;
}

#product-form.form-popup .form-popup__wrapper-input input {
	width: 100%;
	height: 55px;
	border: 1px solid #E8E8ED;
	margin-bottom: 5px;
	padding-left: 50px;
}

#product-form.form-popup textarea {
	height: 102px;
	padding-top: 17px;
	padding-left: 50px;
	color: #575757;
	width: 100%;
	border: 1px solid #E8E8ED;
}

#product-form.form-popup .form-popup__form-danger {
	margin-top: 15px;
}

#product-form.form-popup .form-popup__wrapper-input textarea {
	width: 100%;
	border: 1px solid #E8E8ED;
	height: 115px;
	padding-left: 50px;
	padding-top: 17px;
}

#product-form.form-popup .form-popup__form-btn {
	border: none;
}


#product-form.form-popup .form-popup__form-btn {
	border: none;
	cursor: pointer;
	width: 100%;
	margin-top: 20px;
}

#product-form.form-popup .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

#product-form.form-popup .checkbox input {
	width: 23px;
	display: none;
}

#product-form.form-popup .checkbox label {
	margin-bottom: 0;
}

#product-form.form-popup .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #E5E5E5;
}

#product-form.form-popup input[type=checkbox]:checked+label:before {
	content: "";
	background: #fff url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

#product-form.form-popup .wrapper-check {
	display: flex;
	align-items: center;
	width: 100%;
}

#product-form.form-popup.wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

#product-form.form-popup .danger-politica {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	color: #9B9A9A;
}

#product-form.form-popup .danger-politica a {
	text-decoration: underline;
	color: #9B9A9A;
}

#product-form.form-popup .danger-politica a:hover {
	text-decoration: none;
}

.items-pages-stock .item-contact-page {
	margin-bottom: 50px;
}
.items-pages-stock .item-contact-page__title {
	color: #1C1D1E;
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 15px;
	position: relative;
}
.items-pages-stock .item-contact-page__title:before {
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #20848A;
	position: absolute;
}
.items-pages-stock .item-contact-page__name {
	margin-top: 13px;
}
.items-pages-stock .item-contact-page__phone {
	color: #575757;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
	margin-top: 14px;
	display: block;
}
.items-pages-stock .item-contact-page__phone:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/phone.svg);
	width: 17px;
	height: 17px;
}
.items-pages-stock .item-contact-page__mail {
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	color: #575757;
	margin-top: 15px;
	display: block;
}

.items-pages-stock .item-contact-page__mail:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 17px;
	height: 17px;
	background: url(../img/mail.svg);
}

.two-page .contacts-page .map {
	padding-bottom: 0;
	padding-top: 0;
	background: #286CA4;
}

.two-page .contacts-page .map__block {
	background: #286CA4;
}

.two-page .contacts-page .map__block .map__block-title {
	color: #fff;
}

.two-page .contacts-page .map__block li {
	color: #fff;
}

.two-page .contacts-page .map__block span {
	color: #fff;
}

.two-page .contacts-page .map__block li.map__phone a {
	color: #fff;
}

.two-page .contacts-page .map__block li a {
	color: #fff;
}

.catalog-page-items .row {
	margin-right: -4px;
	margin-left: -4px;
}

.catalog-page-items .col-xl-3 {
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
}

.catalog-page-item {
	background: #E4EEF6;
	padding: 10px 10px 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.catalog-page-item__image img {
	max-width: 100%;
}

.catalog-page-item__title {
	color: #1C1D1E;
	font-family: Prosto One, sans-serif;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.catalog-page-item__btn {
	display: block;
	width: 100%;
	height: 40px;
	background: #286CA4;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
}

.catalog-page-item__btn:hover {
	background: #1F7E93;
}

.product-text {
	margin-left: 35px;
}

.content-product-page {
	margin-top: 30px;
}

.content-product-page__title {
	
}

.content-product-page__text {
	margin-top: 20px;
}

.content-product-page__text li {
	position: relative;
	list-style-type: none !important;
}

.content-product-page__text li:before {
	background: url(../img/catalog/tringl.svg);
	width: 3px;
	height: 6px;
	position: absolute;
	content: "";
	position: absolute;
	left: -16px;
	top: 8px;
}

.content-product-page__item {
	margin-bottom: 40px;
}

.content-product-page .table-product {
	width: 100%;
}

.content-product-page .table-product th {
	background: #286CA4;
	padding: 17px 5px;
	font-family: Prosto One, sans-serif;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border: 4px solid #fff;
}

.content-product-page .table-product td {
	border: 4px solid #F4FAFF;
	text-align: center;
	padding: 17px 5px;
	background: #E4EEF6;
}

.product-image_image img {
	max-width: 100%;
}

.block-company-director {
	background: #E4EEF6;
	padding: 40px 40px 30px;
	border-bottom: 5px solid #20848A;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
}

.block-company-director.services-block-ram .block-company-director__text {
	color: #575757;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: none;
}

.block-company-director__name {
	color: #1C1D1E;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 11px;
	position: relative;
}

.block-company-director__name:before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #20848A;
	width: 50px;
	height: 1px;
	content: '';
}

.block-company-director__description {
	font-size: 14px;
	margin-top: 11px;
}

.block-company-director__text {
	color: #1C1D1E;
	font-family: Prosto One;
	font-size: 21px;
	line-height: 120%;
	text-transform: uppercase;
}

.block-company-director__image {
	margin-left: 50px;
}

.block-company-director__image img {
	border-radius: 50%;
}

.company-carousel {
	display: flex;
	padding-left: 25px;
}

.slick-dots-services .slick-dots button {
	font-size: 0;
	border-radius: 10px;
	background: #D9D9D9;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

.slick-dots-services .slick-dots {
	display: flex;
	margin-top: 15px;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
}

.slick-dots-services .slick-dots .slick-active button {
	background: #286CA4;
}

.slick-dots-services .slick-dots li {
	margin: 0 5px;
}

.company-carousel__big {
	width: 355px;
	margin-right: 9px;
}

.company-carousel__small {
	width: 290px;
	margin: 0 -4px 0;
}

.company-carousel__small img {
	margin: 0 4px;
	cursor: pointer;
}

.company-carousel .slick-prev {
	width: 18px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	background: url(../img/company/corousel-prev.svg);
	font-size: 0;
	border: none;
	margin: auto;
	cursor: pointer;
}

.company-carousel .slick-prev:hover {
	background: url(../img/company/corousel-prev-active.svg);
}

.company-carousel .slick-next {
	width: 18px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -324px;
	background: url(../img/company/corousel-next.svg);
	font-size: 0;
	border: none;
	margin: auto;
	cursor: pointer;
}

.company-carousel .slick-next:hover {
	background: url(../img/company/corousel-next-active.svg);
}

.company-carousel__small img.slick-active.slick-current {
	outline: 1px solid #1C1D1E;
}

.company-carousel .slick-list {
	padding-top: 2px;
	padding-bottom: 2px;
}

.advantages-company {
	padding-top: 40px;
	padding-bottom: 20px;
}

.item-company-adv {
	margin-bottom: 40px;
}

.item-company-adv .item-company-adv__block-icon {
	width: 50px;
	height: 50px;
	background: #20848A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.advantages-company__title.sub-title {
	margin-bottom: 40px;
}

.stage-company {
	
}

.stage-company__title {
	
}

.stage-company__items {
	margin-top: 30px;
}

.stage-company__items .item-stage-company:last-child .item-stage-company__number p:before {
	display: none;
}

.stage-company__items .item-stage-company:last-child .item-stage-company__number p:after {
	display: none;
}

.stage-company__items .item-stage-company {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	margin-bottom: 20px;
}

.stage-company__items .item-stage-company__number {
	color: #286CA4;
	font-family: Prosto One;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
	width: 15%;
	justify-content: center;
	text-align: center;
}

.stage-company__items .item-stage-company__number p:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 1px;
	background: #286CA4;
	top: 0;
	z-index: -1;
}

.stage-company__items .item-stage-company__number p:after {
	content: "";
	position: absolute;
	left: 1px;
	right: 0;
	margin: auto;
	background: url(../img/company/arrow-3-stroke-1.png);
	width: 8px;
	height: 5px;
	bottom: 0;
}

.stage-company__items .item-stage-company__block {
	background: #FAFAFD;
	box-shadow: 0px 10px 20px 0px rgba(155, 154, 154, 0.10);
	padding: 40px 40px 25px;
	width: 85%;
}

.company-wrapper-btn {
	padding-left: 140px;
	margin-top: 20px;
}

.company-wrapper-btn__presentation {
	background: #286CA4;
	display: inline-flex;
	height: 50px;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #286CA4;
	margin-right: 10px;
}

.company-wrapper-btn__presentation:hover {
	background: transparent;
	border: 1px solid #286CA4;
	color: #286CA4;
}

.company-wrapper-btn__anti {
	border: 1px solid #286CA4;
	display: inline-flex;
	height: 50px;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	color: #286CA4;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.company-wrapper-btn__anti:hover {
	background: #286CA4;
	color: #fff;
}

.stage-company__items .item-stage-company__number p {
	background: #f4faff;
	padding-bottom: 12px;
}

