:root {
	--black: #243143;
	--darkBlue: #00204d;
	--blue: #005abe;
	--lightBlue: #408bea;
	--lightBlue2: #489dff;
	--red: #d92c23;
	--lightRed: #ff6359;
	--green: #82b414;
	--borderColor: #ebf3ff;
	--lightBlueBg: #f5f9ff;
}

*,::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0!important;
}

.hidden {
	display: none;
}

body,html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: loos-normal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	font-weight: 200;
	letter-spacing: .5px;
	font-style: normal;
	color: var(--black);
	position: relative;
	font-smoothing: antialiased;
	font-display: swap;
	margin: 0;
	scroll-behavior: smooth;
}

body::-webkit-scrollbar-track {
	background-color: transparent;
}

body::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: var(--black);
}

footer,header,main {
	width: 100%;
	min-width: 360px;
	max-width: 100vw;
}

::-moz-selection {
	background: var(--borderColor);
}

::selection {
	background: var(--borderColor);
}

fieldset,input {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}

img,video {
	max-width: 100%;
}

ol,p,ul {
	padding: 0;
	margin: 0;
}

a {
	display: inline-block;
	text-decoration: none;
	outline: 0!important;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	will-change: opacity;
}

a:hover {
	text-decoration: none;
	opacity: .5;
}

a:active {
	text-decoration: none;
	color: inherit;
}

button {
	outline: 0!important;
	border: none;
	background-color: unset;
	padding: 0;
	margin: 0;
}

.h1,.h2,.h3,.h4,.h5,.h6,.title,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: loos-normal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	font-style: normal;
	letter-spacing: normal;
}

.h1,h1 {
	font-size: 48px;
	line-height: 57px;
}

.h2,h2 {
	font-size: 40px;
	line-height: 48px;
}

.h3,h3 {
	font-size: 36px;
	line-height: 43px;
}

.h4,h4 {
	font-size: 32px;
	line-height: 38px;
}

.h5,h5 {
	font-size: 28px;
	line-height: 36px;
}

.h6,h6 {
	font-size: 24px;
	line-height: 31px;
}

.dark-bg {
	background: -o-linear-gradient(top,#011536 0,#00397a 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#011536),to(#00397a));
	background: linear-gradient(180deg,#011536 0,#00397a 100%);
}

.blue-bg {
	background: var(--borderColor);
}

.light-blue-bg {
	background: var(--lightBlueBg);
}

.white-bg {
	background: #fff;
}

.title-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.title-wrapper .title {
	padding-right: 30px;
}

.title {
	font-weight: 500;
	color: var(--darkBlue);
}

.title.light {
	font-weight: 400;
}

.white {
	color: #fff!important;
}

.title-logo-img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
}

.text.strong {
	font-weight: 500;
}

.text1 {
	font-size: 26px;
	line-height: 31px;
}

.text2 {
	font-size: 24px;
	line-height: 28px;
}

.text3 {
	font-size: 22px;
	line-height: 30px;
}

.text4 {
	font-size: 20px;
	line-height: 27px;
}

.text5 {
	font-size: 18px;
	line-height: 24px;
}

.text6 {
	font-size: 17px;
	line-height: 20px;
}

.text7 {
	font-size: 16px;
	line-height: 21px;
}

.text8 {
	font-size: 14px;
	line-height: 16px;
}

.text9 {
	font-size: 12px;
	line-height: 15px;
}

.button {
	position: relative;
	padding: 0 23px;
	height: 50px;
	min-width: 185px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.button.small {
	height: 40px;
}

.button:hover {
	opacity: 1;
}

.button.blue {
	background-color: var(--blue);
}

.button.blue:hover {
	background-color: var(--lightBlue2);
}

.button.red {
	background-color: var(--red);
}

.button.red:hover {
	background-color: #ff6359;
}

.button.disabled {
	opacity: .3!important;
	pointer-events: none!important;
}

.button.button-thin-arrow {
	width: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.button.button-thin-arrow:after {
	content: '';
	position: relative;
	margin-left: 48px;
	width: 40px;
	height: 12px;
	background: url(../img/icons/button-arrow-white-thin.svg) no-repeat center;
	background-size: contain;
}

.button.button-download,.button.button-link,.button.button-move,.button.button-plus {
	width: 330px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.button.button-download:after,.button.button-link:after,.button.button-move:after,.button.button-plus:after {
	content: '';
	position: relative;
	margin-left: auto;
	width: 18px;
	height: 18px;
	background: url(../img/icons/plus-white.svg) no-repeat center;
	background-size: contain;
}

.button.button-link:after {
	background: url(../img/icons/link-icon.svg) no-repeat center;
	background-size: contain;
}

.button.button-download::after {
	background: url(../img/icons/download-icon-white.svg) no-repeat center;
	background-size: contain;
}

.button.button-move::after {
	background: url(../img/icons/button-move-icon-white.svg) no-repeat center;
	background-size: contain;
}

.button.button-buy,.button.button-trial {
	width: auto;
	min-width: auto;
	padding: 0 18px;
}

.button.button-buy:after,.button.button-trial:after {
	content: '';
	position: relative;
	margin-left: 33px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.button.button-trial:after {
	width: 16px;
	height: 11px;
	background-image: url(../img/icons/button-trial-icon-white.svg);
}

.button.button-buy:after {
	width: 19px;
	height: 20px;
	background-image: url(../img/icons/button-buy-icon-white.svg);
}

.button.button-search {
	width: 224px;
	padding: 0 25px;
}

.button.button-search:after {
	content: '';
	width: 27px;
	height: 27px;
	position: relative;
	margin-left: auto;
	background-image: url(../img/icons/search-icon-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.button.button-download-2 {
	width: 171px;
	padding: 0 20px 0 25px;
}

.button.button-download-2:after {
	content: '';
	width: 12px;
	height: 14px;
	position: relative;
	margin-left: auto;
	background-image: url(../img/icons/button-download-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.link {
	padding-right: 27px;
	position: relative;
	font-weight: 500;
	cursor: pointer;
}

.link:not(.download):hover {
	opacity: 1;
}

.color-blue {
	color: var(--lightBlue2);
}

.color-blue:hover {
	color: var(--blue);
}

.link.blue {
	color: var(--lightBlue2);
}

.link.blue:hover {
	color: var(--blue);
}

.link.red {
	color: var(--red);
}

.link.red:hover {
	color: var(--lightRed);
}

.link.black {
	color: var(--darkBlue);
}

.link:not(.download)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	-webkit-transition: right .3s,width .3s;
	-o-transition: right .3s,width .3s;
	transition: right .3s,width .3s;
}

.link:not(.download):hover::after {
	width: 27px;
	right: -13px;
}

.link.blue:not(.download)::after {
	background-image: url(../img/icons/link-arrow-blue.svg);
}

.link.blue:not(.download):hover::after {
	background-image: url(../img/icons/link-arrow-blue-hovered.svg);
}

.link.red:not(.download)::after {
	background-image: url(../img/icons/link-arrow-red.svg);
}

.link.red:not(.download):hover::after {
	background-image: url(../img/icons/link-arrow-red-hovered.svg);
}

.link.download {
	padding-right: 0;
	padding-left: 30px;
	text-transform: uppercase;
}

.link.download::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 17px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/icons/download-icon-red.svg);
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-title {
	font-weight: 500;
	color: var(--darkBlue);
}

.form-row.double {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-row:not(.double) .select,.form-row:not(.double) .select__box {
	width: 100%;
}

.form-row+.form-row {
	margin-top: 30px;
}

.form-row.double>* {
	width: 47.7%;
}

.form-row__subtext {
	margin-top: 15px;
	opacity: .3;
}

.input-box {
	position: relative;
	width: 100%;
	height: 52px;
}

.input-box__file {
	position: relative;
}

.input-box::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--black);
	opacity: .1;
}

.input-box__input {
	display: block;
	padding-top: 15px;
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: var(--black);
	cursor: pointer;
}

.input-box__label {
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: var(--black);
	opacity: .4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.input-box__input.error~.input-box__label,.input-box__input:focus~.input-box__label,.input-box__input:not(:placeholder-shown)~.input-box__label {
	top: 0;
	font-size: 10px;
	line-height: 15px;
}

.input-box__line {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-pp__form .select.active .input-box__line,.form-pp__form .select:hover .input-box__line,.input-box__input:focus~.input-box__line,.input-box__input:hover~.input-box__line,.input-box__input:not(:placeholder-shown)~.input-box__line {
	width: 100%;
}

.form-pp__form select.error~.input-box__line,.input-box__input.error~.input-box__line {
	width: 100%;
	background-color: var(--red)!important;
}

.file-error,.form-pp__form .select label.error,.input-box__input~.error,.search-input__box-input~.error {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 10px;
	line-height: 15px;
	color: var(--red);
}

.textarea-box {
	position: relative;
	width: 100%;
	height: 158px;
}

.textarea-box.textarea-box_min {
	height: 90px;
}

.textarea-box__textarea {
	padding: 22px 30px;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: var(--black);
	cursor: pointer;
	resize: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid rgba(36,49,67,.1);
}

.textarea-box__textarea:focus,.textarea-box__textarea:hover,.textarea-box__textarea:not(:placeholder-shown) {
	border-color: var(--black);
}

.textarea-box__label {
	position: absolute;
	pointer-events: none;
	left: 30px;
	top: 22px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: var(--black);
	opacity: .4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.textarea-box__textarea:focus~.textarea-box__label,.textarea-box__textarea:not(:placeholder-shown)~.textarea-box__label {
	top: 7px;
	font-size: 10px;
	line-height: 15px;
}

.input-box-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-box__file-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.input-box__file-label {
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	color: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.input-box__file-label:hover {
	opacity: .6;
}

.input-box__file-label::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../img/icons/input-file-icon.svg) no-repeat center;
	background-size: contain;
}

.form-policy a {
	display: inline;
	border-bottom: 1px solid var(--black);
	cursor: pointer;
}

.form-policy a:hover {
	border-color: transparent;
}

.tab-cont {
	display: none;
}

.tab-cont.active {
	display: block;
}

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

.pagination__item {
	margin-right: 12px;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	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;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: var(--darkBlue);
	border: 2px solid var(--borderColor);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.pagination__item:hover {
	opacity: 1;
	background: var(--borderColor);
}

.pagination__item.active {
	background: var(--lightBlue);
	border-color: var(--lightBlue);
	color: #fff;
}

.pagination__item:last-child {
	margin-right: 0;
}

.pagination__item.next,.pagination__item.prev {
	padding: 0 18px;
	width: auto;
}

.pagination__item.prev::before {
	content: '';
	position: relative;
	margin-right: 14px;
	width: 8px;
	height: 13px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/icons/pagination-arrow-prev.svg);
}

.pagination__item.next::after {
	content: '';
	position: relative;
	margin-left: 14px;
	width: 8px;
	height: 13px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/icons/pagination-arrow-next.svg);
}

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

.select__item+.select__item {
	margin-left: 30px;
}

.select,.select__box {
	width: 252px;
	display: block;
	cursor: pointer;
}

.select.large,.select__box.large {
	width: 305px;
	display: block;
	cursor: pointer;
}

.select {
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-pp__form .select {
	position: relative;
	border-bottom: 1px solid rgba(36,49,67,.1);
}

.form-pp__form .select::before {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-pp__form .select .select__box {
	top: calc(100% + 17px);
	width: 100%;
	max-height: 280px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 4px 20px rgba(0,21,55,.1);
	box-shadow: 3px 4px 20px rgba(0,21,55,.1);
}

.form-pp__form .select__box__options {
	padding: 12px 45px 12px 20px;
	background: #fff;
	color: var(--black);
}

.form-pp__form .select__box__options:hover {
	background: rgba(0,90,190,.03);
}

.form-pp__form .select__box__options.selected {
	color: var(--blue);
	background: #fff;
}

.select__placeholder {
	display: block;
	height: 50px;
	padding: 13px 45px 13px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: var(--lightBlue2);
	background: var(--borderColor);
	border-radius: 4px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-pp__form .select__placeholder {
	padding-left: 0;
	height: 52px;
	font-size: 16px;
	line-height: 22px;
	background: 0 0;
	color: rgba(36,49,67,.4);
	font-weight: 400;
}

.form-pp__form .select.active .select__placeholder {
	color: rgba(36,49,67,.4);
}

.select.active .select__placeholder {
	color: var(--darkBlue);
}

.select__placeholder::after {
	content: '';
	width: 16px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/icons/select-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-pp__form .select__placeholder::after {
	right: 0;
	background-image: url(../img/icons/select-arrow-gray.svg);
}

.select.active .select__placeholder::after {
	-webkit-transform: translateY(-50%) scale(1,-1);
	-ms-transform: translateY(-50%) scale(1,-1);
	transform: translateY(-50%) scale(1,-1);
}

.select__box {
	padding: 0;
	max-height: 170px;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	background: var(--borderColor);
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.select__box::-webkit-scrollbar-track {
	background-color: rgba(0,90,190,.15);
}

.select__box::-webkit-scrollbar {
	width: 2px;
	background-color: transparent;
}

.select__box::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--lightBlue);
}

.select.active .select__box {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 100;
}

.select__box__options {
	display: block;
	padding: 13px 45px 13px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: var(--lightBlue2);
	background: var(--borderColor);
	border-top: 1px solid rgba(0,90,190,.04);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.select__box__options.selected,.select__box__options:hover {
	background: rgba(0,90,190,.05);
	color: var(--darkBlue);
}

.pp_,[data-pp] {
	cursor: pointer;
}

.pp {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	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;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.pp__bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 0;
	top: 0;
	left: 0;
	cursor: pointer;
}

.pp__content {
	width: 925px;
	position: absolute;
	z-index: 1;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: auto;
}

.pp::-webkit-scrollbar {
	width: 6px;
}

.pp::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 5px;
	background-color: #e9e9e9;
}

.pp::-webkit-scrollbar-button {
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 5px;
	background-color: var(--colorBlue);
}

.pp__close {
	width: 24px;
	height: 24px;
	top: 35px;
	right: 58px;
	position: absolute;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	will-change: transform;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 10;
}

.pp__close:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.close__lane {
	height: 2px;
	background-color: rgba(21,19,20,.2);
	width: 100%;
	will-change: transform;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
}

.close__lane:last-child {
	will-change: transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.show {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.show .pp__content {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
}

.noscroll {
	overflow: hidden!important;
}

.parent-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.main {
	width: 100%;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: 80px;
	background: var(--colorWhite);
	position: relative;
	z-index: 3;
}

.grid__content {
	width: 1312px;
	margin-left: auto;
	margin-right: auto;
}

.text__content {
	color: var(--black);
}

.text__content>* {
	margin: 20px 0;
}

.text__content>:first-child {
	margin-top: 0;
}

.text__content>:last-child {
	margin-bottom: 0;
}

.text__content .h6,.text__content h6 {
	font-size: 24px;
	line-height: 31px;
	font-weight: 500;
}

.aside-card .text__content .h6,.aside-card .text__content h6 {
	font-size: 18px;
	line-height: 27px;
}

.text__content a,.text__content li,.text__content ol,.text__content p,.text__content ul {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	padding: 0;
	list-style: none;
}

.text__content ul li {
	margin-bottom: 10px;
	position: relative;
	list-style: none;
	padding-left: 25px;
}

.text__content ul li:last-child {
	margin-bottom: 0;
}

.text__content ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--black);
}

.white.text__content ul li::before {
	background-color: #fff;
}

.text__content ol {
	counter-reset: text-counter;
}

.text__content ol li {
	margin-bottom: 10px;
}

.text__content ol li::before {
	counter-increment: text-counter;
	content: counter(text-counter) ')';
}

.text__content blockquote {
	padding-left: 20px;
	border-left: 4px solid var(--blue);
	color: var(--blue);
	font-style: italic;
}

.text__content img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.text__content a {
	color: var(--blue);
}

.text__content .video__wrap {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
}

.text__content .video__wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.main-swiper {
	background: var(--darkBlue);
}

.header {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	background: #fff;
	transition: transform .3s;
}

.header.scroll {
	position: fixed;
}

.header.unscroll {
	transform: translateY(-100%);
}

.header__inner {
	position: relative;
	-webkit-box-shadow: 0 9px 50px rgba(12,51,99,.07);
	box-shadow: 0 9px 50px rgba(12,51,99,.07);
}

.header__inner>.grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	width: 312px;
}

.header__logo img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.header__nav {
	margin-left: 135px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__nav-item {
	padding-right: 40px;
}

.header__nav-item:last-child {
	margin-right: 0;
}

.header__nav-link {
	position: relative;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	color: var(--darkBlue);
	border-bottom: 3px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.header__nav-item.active .header__nav-link,.header__nav-item:hover .header__nav-link,.header__nav-link.active {
	opacity: 1;
	color: var(--blue);
	border-color: var(--blue);
}

.header__nav-list {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	background: #fff;
	-webkit-box-shadow: 0 9px 50px rgba(12,51,99,.07);
	box-shadow: 0 9px 50px rgba(12,51,99,.07);
}

.header__nav-item.active .header__nav-list {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header__nav-list {
	padding: 30px 0 23px;
}

.header__nav-list-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-list-item {
	width: 350px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.nav-list-item:first-child {
	margin-right: 120px;
}

.nav-list-item:nth-child(2) {
	margin-right: auto;
}

.nav-list__item-head {
	padding-bottom: 13px;
	margin-bottom: 12px;
	color: var(--red);
	text-transform: uppercase;
	border-bottom: 1px solid var(--borderColor);
	font-weight: 500;
	white-space: nowrap;
}

.nav-list__item-head>* {
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.nav-list__item-body-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
	line-height: 1;
}

.header__nav-links-items .nav-list__item-body-item {
	margin-bottom: 15px;
}

.nav-list__item-body-item:last-child {
	margin-bottom: 0;
}

.nav-list__item-body-item-title:not(:last-child) {
	margin-right: 40px;
}

.nav-list__item-body-item-title:not(.link) {
	color: var(--lightBlue);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.nav-list__item-body-item-title.link {
	font-weight: 200;
}

.nav-list__item-body-item-text {
	margin-top: 5px;
	white-space: initial;
}

.header__nav-list-prefooter {
	margin-top: 20px;
}

.header__nav-list-footer {
	margin-top: 30px;
	padding-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid var(--borderColor);
}

.header__nav-list-footer-item {
	width: 350px;
	font-weight: 500;
	color: var(--darkBlue);
}

.header__nav-list-footer-item:first-child {
	margin-right: 120px;
}

.header__nav-list-footer-item:nth-child(2) {
	margin-right: auto;
}

.header__nav-list-footer-item-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__nav-list-footer-item-link img {
	display: block;
	width: 17px;
	height: 17px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 12px;
}

.header__nav-links-items .nav-list__item-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 160px;
}

.header__right {
	margin-left: auto;
}

.header-search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--darkBlue);
}

.header-search::before {
	content: '';
	width: 23px;
	height: 23px;
	margin-right: 10px;
	position: relative;
	background: url(../img/icons/search-icon.svg) no-repeat center;
	background-size: contain;
}

.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.header-burger {
	display: none;
}

.footer {
	padding: 55px 0 30px;
}

.footer .grid__content {
	position: relative;
}

.footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid rgba(196,196,196,.1);
}

.footer-row:last-child {
	border-bottom: none;
}

.footer-row.footer-row__menu {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-row__menu {
	position: relative;
	padding-bottom: 33px;
}

.footer-scrolltop__btn {
	width: 58px;
	height: 58px;
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	border-radius: 50%;
	background-color: rgba(196,196,196,.1);
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.footer-scrolltop__btn:hover {
	background-color: #fff;
}

.footer-scrolltop__btn::before {
	content: '';
	width: 15px;
	height: 28px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../img/icons/scrolltop-arrow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.footer-scrolltop__btn:hover::before {
	background-image: url(../img/icons/scrolltop-arrow-blue.svg);
}

.footer__links {
	width: 848px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}

.footer__links-body {
	margin-top: 35px;
}

.footer__links-body-item {
	margin-bottom: 12px;
	display: block;
}

.footer__links-body-item:last-child {
	margin-bottom: 0;
}

.footer-row__logos.footer-row {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: none;
}

.footer__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__logos-item:first-child {
	max-width: 50%;
}

.footer__logos-item {
	height: 57px;
	margin-bottom: 50px;
}

.footer__logos-item:last-child {
	margin-bottom: 0;
}

.footer__logos-item img {
	display: block;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer-row__social {
	padding: 16px 0;
}

.footer__logo {
	width: 312px;
}

.footer__logo img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__social {
	margin-left: auto;
}

.sn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sn-box__item {
	position: relative;
	margin-right: 10px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sn-box__item:hover {
	opacity: 1;
	background-color: var(--lightBlue2);
}

.sn-box__item:last-child {
	margin-right: 0;
}

.sn-box__item::before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.sn-box__item.ok::before {
	background-image: url(../img/icons/social/ok-blue.svg);
}

.sn-box__item.ok:hover::before {
	background-image: url(../img/icons/social/ok-white.svg);
}

.sn-box__item.fb::before {
	background-image: url(../img/icons/social/fb-blue.svg);
}

.sn-box__item.fb:hover::before {
	background-image: url(../img/icons/social/fb-white.svg);
}

.sn-box__item.inst::before {
	background-image: url(../img/icons/social/inst-blue.svg);
}

.sn-box__item.inst:hover::before {
	background-image: url(../img/icons/social/inst-white.svg);
}

.sn-box__item.vk::before {
	background-image: url(../img/icons/social/vk-blue.svg);
}

.sn-box__item.vk:hover::before {
	background-image: url(../img/icons/social/vk-white.svg);
}

.sn-box__item.tg::before {
	background-image: url(../img/icons/social/tg-blue.svg);
}

.sn-box__item.tg:hover::before {
	background-image: url(../img/icons/social/tg-white.svg);
}

.footer-row__bottom {
	padding-top: 25px;
	color: #fff;
}

.footer__copyright {
	opacity: .3;
}

.footer__policy {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__policy-item {
	opacity: .3;
	margin-right: 33px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.footer__policy-item:hover {
	opacity: .3;
	border-color: transparent;
}

.footer__policy-item:last-child {
	margin-right: 0;
}

.section {
	position: relative;
}

.section-bg {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-swiper__slide {
	padding: 51px 0;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.main-swiper__slide-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.main-swiper__slide-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-swiper .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-swiper__slide-cont {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	width: 665px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.swiper-slide-active .main-swiper__slide-cont {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s linear .3s;
	-o-transition: all .3s linear .3s;
	transition: all .3s linear .3s;
}

.main-swiper__slide-suptitle {
	margin-bottom: 30px;
	color: var(--lightBlue2);
}

.main-swiper__slide-title .title-logo {
	height: 48px;
}

.main-swiper__slide-title .title {
	color: #fff;
}

.main-swiper__slide-link {
	margin-top: auto;
	width: auto;
	min-width: auto;
	padding: 0 25.5px;
}

.main-swiper__slide-link::after {
	content: '';
	position: relative;
	margin-left: 33px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 38px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA0MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM5LjE3NTkgNi41MzAzM0MzOS40Njg4IDYuMjM3NDQgMzkuNDY4OCA1Ljc2MjU2IDM5LjE3NTkgNS40Njk2N0wzNC40MDI5IDAuNjk2Njk5QzM0LjExIDAuNDAzODA2IDMzLjYzNTEgMC40MDM4MDYgMzMuMzQyMiAwLjY5NjY5OUMzMy4wNDkzIDAuOTg5NTkzIDMzLjA0OTMgMS40NjQ0NyAzMy4zNDIyIDEuNzU3MzZMMzcuNTg0OSA2TDMzLjM0MjIgMTAuMjQyNkMzMy4wNDkzIDEwLjUzNTUgMzMuMDQ5MyAxMS4wMTA0IDMzLjM0MjIgMTEuMzAzM0MzMy42MzUxIDExLjU5NjIgMzQuMTEgMTEuNTk2MiAzNC40MDI5IDExLjMwMzNMMzkuMTc1OSA2LjUzMDMzWk0wIDYuNzVIMzguNjQ1NVY1LjI1SDBWNi43NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.main-swiper__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 5;
	bottom: 63px;
	right: 50%;
	-webkit-transform: translateX(655px);
	-ms-transform: translateX(655px);
	transform: translateX(655px);
}

.main-swiper__btn {
	position: relative;
	width: 36px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.main-swiper__btn+.main-swiper__btn {
	margin-left: 14px;
}

.main-swiper__btn.prev-btn {
	background-image: url(../img/main-swiper-arrow-prev.svg);
}

.main-swiper__btn.next-btn {
	background-image: url(../img/main-swiper-arrow-next.svg);
}

.main-swiper__btn-circle {
	position: absolute;
	pointer-events: none;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.section-solution {
	position: relative;
	padding: 65px 0;
}

.section-solution__cont {
	margin-top: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-solution__logo {
	margin-right: 111px;
	width: 192px;
	height: 186px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-solution__logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.section-solution__items {
	width: 893px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 72px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 72px;
	grid-row-gap: 42px;
}

.section-solution__item {
	padding-left: 22px;
	position: relative;
}

.section-solution__item::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--darkBlue);
}

.main-defense {
	padding: 90px 0 63px;
}

.main-defense__cards {
	margin-top: 58px;
}

.defense__cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.defense__card {
	padding: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.defense__card:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.defense__card-tag {
	margin-bottom: 22px;
	text-transform: uppercase;
	color: var(--red);
	height: 32px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.defense__card-text {
	margin-bottom: 45px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}

.defense__card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.defense__card-logo {
	margin-right: 35px;
	width: 65px;
	height: 69px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.defense__card:hover .defense__card-logo {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.defense__card-logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.defense__card-title .title-logo {
	position: relative;
	height: 26px;
}

.defense__card-title .title-logo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.defense__card-title .title-logo-img-hovered {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.defense__card:hover .defense__card-title .title-logo-img {
	opacity: 0;
}

.defense__card:hover .defense__card-title .title-logo-img-hovered {
	opacity: 1;
}

.defense__card-title .title-text {
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.defense__card:hover .defense__card-title .title-text {
	color: var(--blue);
}

.main-about {
	padding: 63px 0 135px;
}

.main-about__text {
	width: 885px;
	margin-top: 18px;
}

.main-about__cards {
	margin-top: 85px;
}

.about__card {
	margin-bottom: 85px;
	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;
}

.about__card:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about__card:last-child {
	margin-bottom: 0;
}

.about__card-photo {
	width: 588px;
}

.about__card-photo img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.about__card-cont {
	width: 588px;
}

.about__card-text {
	margin-top: 25px;
}

.main-about__cards .about__card-text,.main-about__cards .about__card-title {
	color: #fff;
}

.about__card-link {
	margin-top: 60px;
}

.section-preview-cards {
	position: relative;
	padding: 85px 0;
}

.preview-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
}

.preview-card {
	padding: 50px 60px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 4px;
}

.preview-card__text {
	margin-top: 10px;
	margin-bottom: 45px;
}

.preview-card__link {
	margin-top: auto;
}

.section-company-top {
	padding: 60px 0;
	min-height: 400px;
}

.section-company-top__cont {
	width: 55.68%;
}

.section-company-top__text {
	margin-top: 20px;
}

.section-top__footer {
	width: 100%;
	min-height: 75px;
	padding: 18px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -o-linear-gradient(110.08deg,#032355 15.42%,#123475 88.66%);
	background: linear-gradient(339.92deg,#032355 15.42%,#123475 88.66%);
}

.section-top__anchors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-top__anchor {
	margin-right: 60px;
	color: var(--lightBlue2);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.section-top__anchor:hover {
	opacity: 1;
	color: #fff;
}

.section-top__anchor:last-child {
	margin-right: 0;
}

.statistic__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.statistic__item {
	border-top: 2px solid var(--lightBlueBg);
	position: relative;
	padding: 80px 82px;
	width: 41.44%;
}

.statistic__item:nth-child(1),.statistic__item:nth-child(2),.statistic__item:nth-child(3) {
	border-top: none;
}

.statistic__item::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: calc(100% - 160px);
	background-color: var(--lightBlueBg);
}

.statistic__item:nth-child(3n+1),.statistic__item:nth-child(3n+3) {
	width: 29.28%;
}

.statistic__item:nth-child(3n+1) {
	padding-left: 0;
}

.statistic__item:nth-child(3n+3) {
	padding-right: 0;
}

.statistic__item:nth-child(3n+3)::after {
	display: none;
}

.statistic__item-suptitle {
	margin-bottom: 10px;
	color: var(--blue);
	text-transform: uppercase;
}

.statistic__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--blue);
}

.statistic__item-title-val {
	margin-left: 5px;
}

.statistic__item-text {
	margin-top: 10px;
}

.section_text {
	padding: 80px 0;
	min-height: 305px;
}

.section_text .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section_text__title {
	width: 26.6%;
}

.section_text__content {
	width: 64%;
	margin-left: auto;
}

.section_text__content .text a {
	display: inline;
}

.section_text__text {
	color: var(--darkBlue);
}

.section_text__content .search__empty-logo {
	margin-top: 0;
}

.section_text__benefits {
	margin-top: 65px;
}

.benefits-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 70px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 70px;
	grid-row-gap: 75px;
}

.benefit-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.benefit-logo {
	margin-right: 28px;
	width: 48px;
	height: 48px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.benefit-logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.benefit-text {
	color: var(--lightBlue);
}

.section-company-history {
	padding: 75px 0 70px;
}

.section-company-history__body {
	padding-bottom: 95px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-company-history__cont {
	width: 48.82%;
}

.section-company-history__text {
	margin-top: 18px;
}

.section-company-history__link {
	margin-top: 40px;
}

.section-company-history__photo {
	overflow: hidden;
	margin-left: auto;
	width: 42.56%;
	border-radius: 4px;
}

.section-company-history__photo img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.years__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow-x: auto;
	overflow-y: hidden;
	padding-right: 42px;
}

.years__items::-webkit-scrollbar-track {
	background-color: rgba(0,90,190,.15);
}

.years__items::-webkit-scrollbar {
	height: 4px;
	background-color: transparent;
}

.years__items::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--lightBlue);
}

.year__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 42px;
	font-size: 20px;
	line-height: 30px;
	color: var(--lightBlue2);
	cursor: pointer;
	will-change: font-size;
}

.year__item:last-child {
	margin-right: 0;
}

.year__item:hover {
	color: #fff;
}

.year__item.active {
	font-size: 36px;
	line-height: 1;
	pointer-events: none;
}

.section__vacancies {
	padding: 80px 0;
	background: #fff;
}

.vacancies__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 35px 1fr 35px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 35px;
}

.vacancies__item {
	padding-bottom: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 2px solid var(--lightBlueBg);
}

.vacancies__item-head {
	margin-bottom: 13px;
	color: rgb(36,49,67,.3);
}

.vacancies__item-body {
	margin-bottom: 45px;
	color: var(--black);
}

.vacancies__item-footer {
	margin-top: auto;
	color: var(--lightBlue);
}

.vacancies-btn {
	margin-top: 43px;
}

.section__awards {
	padding: 80px 0;
	overflow: hidden;
}

.section__awards .awards-swiper {
	margin-top: 47px;
}

.awards-swiper.swiper-container {
	overflow: visible;
}

.awards-swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
}

.awards-swiper .swiper-slide.swiper-slide-active,.awards-swiper .swiper-slide.swiper-slide-next,.awards-swiper .swiper-slide.swiper-slide-next+.swiper-slide,.awards-swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
	pointer-events: auto;
	opacity: 1;
}

.award__item {
	margin-right: 32px;
	width: 304px;
	padding: 25px 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.award__item:hover {
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.award__item.swiper-slide {
	height: auto;
}

.award__item-logo {
	position: relative;
	padding-bottom: 42%;
	margin-bottom: 15px;
	width: 100%;
}

.award__item-logo img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.award__item-title {
	margin-bottom: 13px;
	color: var(--darkBlue);
	text-align: center;
}

.award__item-footer {
	margin-top: auto;
	color: var(--lightBlue2);
}

.swiper__btn {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.swiper__btn.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.swiper__btn::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 3px 4px 20px rgba(0,21,55,.1);
	box-shadow: 3px 4px 20px rgba(0,21,55,.1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.swiper__btn:hover::before {
	-webkit-transform: scale(1.45);
	-ms-transform: scale(1.45);
	transform: scale(1.45);
}

.swiper__btn::after {
	content: '';
	width: 11px;
	height: 19px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.swiper__btn.prev-btn::after {
	-webkit-transform: translate(-60%,-50%);
	-ms-transform: translate(-60%,-50%);
	transform: translate(-60%,-50%);
}

.swiper__btn.next-btn::after {
	-webkit-transform: translate(-40%,-50%);
	-ms-transform: translate(-40%,-50%);
	transform: translate(-40%,-50%);
}

.swiper__btn.prev-btn {
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.swiper__btn.prev-btn::after {
	background-image: url(../img/icons/swiper-arrow-prev.svg);
}

.swiper__btn.next-btn {
	right: 0;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}

.swiper__btn.next-btn::after {
	background-image: url(../img/icons/swiper-arrow-next.svg);
}

.awards-swiper__pagination {
	display: none;
}

.swiper-container .swiper__pagination {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -31px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.swiper-container .swiper__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 14px 0 0;
	background-color: var(--darkBlue);
	opacity: .1;
}

.swiper-container .swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-container .swiper__pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.section-company-membership {
	padding: 90px 0 113px;
}

.tabs-head-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
}

.tabs-head-wrapper::-webkit-scrollbar-track {
	background-color: rgba(0,90,190,.15);
}

.tabs-head-wrapper::-webkit-scrollbar {
	height: 4px;
	background-color: transparent;
}

.tabs-head-wrapper::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--lightBlue);
}

.tabs-head:not(.year__item,.filter-item) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-bottom: 2px solid var(--lightBlueBg);
}

.tab-head:not(.year__item,.filter-item) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	color: var(--blue);
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tab-head:not(.year__item):hover {
	opacity: .6;
}

.tab-head:not(.year__item,.filter-item).active {
	color: var(--darkBlue);
	pointer-events: none;
}

.tab-head:not(.year__item,.filter-item)::before {
	content: '';
	opacity: 0;
	width: 100%;
	height: 2px;
	background-color: var(--darkBlue);
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tab-head:not(.year__item,.filter-item).active::before {
	opacity: 1;
}

.membership__tab-head {
	margin-right: 74px;
	padding-bottom: 15px;
}

.membership__tab-cont-logos {
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.membership__tab-cont-logo {
	margin-right: 65px;
	margin-top: 15px;
	max-height: 85px;
}

.membership__tab-cont-logo:last-child {
	margin-right: 0;
}

.membership__tab-cont-logo img {
	display: block;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.section-company-success {
	overflow: hidden;
	padding: 80px 0 115px;
}

.company-success-swiper__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.company-success-swiper__btn.swiper__btn {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
}

.company-success-swiper__btns .swiper__btn+.swiper__btn {
	margin-left: 15px;
}

.section-company-success__text {
	margin-top: 20px;
}

.section-company-success__swiper {
	margin-top: 47px;
	overflow: visible;
}

.section-company-success__swiper .swiper-slide {
	height: auto;
	opacity: 0;
	pointer-events: none;
}

.section-company-success__swiper .swiper-slide.swiper-slide-visible {
	pointer-events: auto;
	opacity: 1;
}

.company-success-swiper__pagination {
	display: none;
}

.bg-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}

.bg-card {
	overflow: hidden;
	padding: 30px 50px 90px;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
	z-index: 1;
}

.bg-card__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bg-card__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 46px;
}

.bg-card__logo img {
	display: block;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.bg-card__tags {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bg-card__tag {
	display: inline-block;
	padding: 8px 23px;
	border-radius: 3px;
	text-transform: uppercase;
	color: var(--blue);
	background-color: rgba(0,90,190,.03);
}

.bg-card__tag+.bg-card__tag {
	margin-top: 4px;
}

.bg-card__body {
	margin-top: 60px;
	color: var(--black);
}

.bg-card__link {
	position: absolute;
	z-index: 3;
	left: 50px;
	bottom: 35px;
}

.bg-card__hover-box {
	padding: 40px 50px 90px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bg-card:hover .bg-card__hover-box {
	opacity: 1;
	pointer-events: auto;
}

.bg-card__hover-box::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top,#000 0,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));
	background: linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);
}

.bg-card__hover-box__photo {
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bg-card__hover-box__text {
	color: #fff;
}

.section-company-partners {
	overflow: hidden;
	padding: 90px 0 113px;
}

.section-company-partners__swiper {
	padding: 30px 0;
	margin-top: 47px;
	overflow: visible;
	border: 2px solid var(--lightBlueBg);
	border-radius: 4px;
}

.partners-swiper .swiper-slide {
	height: auto;
	opacity: 0;
	pointer-events: none;
}

.partners-swiper.centered .swiper-slide {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.partners-swiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: auto;
	transition: .5s;
	transition-delay: .2s;
}

.partner__card {
	padding: 30px 68px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid transparent;
}

.partners-swiper .partner__card.swiper-slide-visible+.partner__card.swiper-slide-visible {
	border-color: var(--lightBlueBg);
}

.partner__card:last-child {
	border-right: none;
}

.partner__card-logo {
	margin-bottom: 45px;
}

.partner__card-logo img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.partner__card-text {
	margin-top: auto;
	text-align: center;
	color: var(--lightBlue);
}

.partner__card-text:hover {
	opacity: 1;
	color: var(--blue);
}

.section-company-contacts {
	padding: 90px 0 113px;
}

.section-company-contacts__items {
	margin-top: 55px;
}

.contacts__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 140px 1fr 140px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 140px;
	grid-row-gap: 35px;
}

.contact__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-head {
	margin-bottom: 20px;
	color: var(--lightBlue2);
}

.contact__item-body {
	margin-bottom: 5px;
	color: #fff;
}

.contact__item-footer {
	margin-top: auto;
	color: rgba(255,255,255,.7);
	white-space: nowrap;
}

.section-company-management {
	padding: 114px 0;
}

.section-company-management__items {
	margin-top: 60px;
}

.management__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 60px;
}

.management__item-photo {
	padding-bottom: 85.85%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.management__item-photo img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.management__item-cont {
	margin-top: 26px;
}

.management__item-title {
	color: var(--darkBlue);
}

.management__item-text {
	margin-top: 14px;
}

.section-career-top {
	padding: 60px 0 75px;
}

.section-career-top__cont {
	width: 55.68%;
}

.section-career-top__text {
	margin-top: 24px;
}

.section-career-top__btns {
	margin-top: 45px;
}

.section-gallery {
	padding: 90px 0;
	overflow: hidden;
}

.gallery-swiper {
	overflow: visible;
}

.gallery__item {
	overflow: hidden;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.gallery-swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
}

.gallery-swiper .swiper-slide.swiper-slide-active,.gallery-swiper .swiper-slide.swiper-slide-next,.gallery-swiper .swiper-slide.swiper-slide-next+.swiper-slide,.gallery-swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
	pointer-events: auto;
	opacity: 1;
}

.gallery-swiper .swiper-slide.swiper-slide-visible:hover {
	opacity: .4;
}

.gallery__item-photo {
	position: relative;
	padding-bottom: 100%;
}

.gallery__item-photo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pp__content.gallery-pp__content {
	overflow: visible;
	background: 0 0;
}

.gallery-pp-swiper {
	overflow: visible;
}

.gallery-pp__item {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gallery-pp__item.swiper-slide-active {
	opacity: 1;
}

.gallery-pp__item-photo {
	position: relative;
	padding-bottom: 65.19%;
}

.gallery-pp__item-photo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gallery-pp .close__lane {
	background: #fff;
}

.section-career-vacancies__content .section_text__selects {
	margin-top: 35px;
}

.section-career-vacancies__content .section_text__vacancies {
	margin-top: 80px;
}

.section-career-vacancies__content .section__pagination {
	margin-top: 40px;
}

.section__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__pagination-count {
	margin-left: auto;
	color: var(--darkBlue);
}

.section-vacancy {
	padding: 85px 0 95px;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs__back-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--lightBlue2);
	cursor: pointer;
}

.breadcrumbs__back-btn::before {
	content: '';
	margin-right: 9px;
	position: relative;
	width: 8px;
	height: 14px;
	background: url(../img/icons/arrow-left-sky.svg) no-repeat center;
	background-size: contain;
}

.breadcrumbs__item {
	margin-left: 22px;
	color: rgba(36,49,67,.3);
}

.section-aside__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-vacancy .section-aside__inner {
	margin-top: 40px;
}

.section-aside__cont {
	width: 61.63%;
}

.section-aside__text_content {
	margin-top: 50px;
}

.section-aside__aside {
	margin-left: auto;
	width: 29.6%;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}

.aside__inner>*+* {
	margin-top: 22px;
}

.aside-card {
	padding: 27px 50px 35px;
	background-color: #fff;
}

.aside-card__head {
	padding-bottom: 18px;
	color: var(--darkBlue);
	border-bottom: 2px solid var(--lightBlueBg);
}

.aside-card__body {
	padding-top: 13px;
}

.aside-card__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aside-card__tag {
	margin-bottom: 6px;
	margin-right: 18px;
	color: var(--blue);
}

.aside-card__date {
	padding-left: 40px;
	position: relative;
}

.aside-card__date::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	background: url(../img/icons/calendar-icon-dark-blue.svg) no-repeat center;
	background-size: contain;
}

.aside-card__location {
	padding-left: 40px;
	position: relative;
	color: var(--darkBlue);
}

.aside-card__location::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	background: url(../img/icons/location-icon-dark-blue.svg) no-repeat center;
	background-size: contain;
}

.aside-card__footer {
	margin-top: 15px;
}

.button.button-download.aside-card__button,.button.button-link.aside-card__button,.button.button-plus.aside-card__button {
	width: 100%;
}

.aside-card__button+.aside-card__button {
	margin-top: 13px;
}

.aside-card__list {
	margin: 20px 0 28px;
}

.aside-card__list-item+.aside-card__list-item {
	margin-top: 24px;
}

.aside-card__list-head {
	color: var(--black);
	opacity: .4;
}

.aside-card__list-body {
	margin-top: 10px;
	color: var(--black);
}

.aside__social {
	padding: 13px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid var(--borderColor);
	border-radius: 4px;
}

.aside__social-item {
	height: 34px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	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;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.aside__social-item+.aside__social-item {
	border-left: 2px solid var(--borderColor);
}

.aside__social-item img {
	display: block;
	width: 26px;
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
}

.pp__content.form-pp__content {
	width: auto;
}

.pp__content.support-pp__content {
	top: 50px;
	transform: none;
}

.form-pp__form-wrapper {
	width: 922px;
}

.form-pp__head {
	padding: 38px 110px;
	background: url(../img/vacancy-pp-head-bg.png) no-repeat center,var(--lightBlueBg);
	background-size: cover;
}

.form-pp__title {
	color: var(--blue);
}

.form-pp__form {
	padding: 20px 110px 65px;
}

.form-pp__form fieldset+fieldset {
	margin-top: 45px;
}

.form-pp__text {
	margin-bottom: 30px;
}

.form-pp__form-input-file {
	margin-top: 20px;
}

.form-pp__fieldset-title {
	margin-bottom: 40px;
	color: var(--blue);
}

.form-pp__form-footer {
	margin-top: 60px;
}

.form-pp__form-policy {
	width: 51.42%;
	margin-left: 40px;
}

.form-pp__form-btn {
	min-width: 228px;
}

.pp__success {
	display: none;
	width: 800px;
	padding: 58px 110px 93px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/vacancy-success-bg.png) no-repeat center;
	background-size: cover;
}

.pp__success-logo {
	width: 245px;
	height: 163px;
}

.pp__success-logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pp__success-title {
	margin-top: 20px;
	color: var(--blue);
}

.pp__success-text {
	margin-top: 20px;
	text-align: center;
}

.pp__success-text a {
	color: var(--lightBlue2);
}

.pp__success-btn {
	margin-top: 40px;
}

.form-pp .pp__close {
	top: 48px;
	right: 48px;
}

.form-pp .close__lane {
	height: 3px;
	background-color: var(--blue);
}

.section-news-top {
	padding: 90px 0 80px;
	position: relative;
	min-height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.section-news__list {
	padding: 8px 0 135px;
}

.news__item {
	padding: 45px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid var(--lightBlueBg);
}

.news__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.news__item-photo {
	margin-right: 6.17%;
	width: 29.725%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news__item-photo:hover {
	opacity: 1;
}

.news__item-photo-inner {
	padding-bottom: 63%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.news__item-photo-inner img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news__item-photo:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news__item-cont {
	margin-left: auto;
	width: 64%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.news__item-head {
	color: var(--black);
	opacity: .3;
}

.news__item-text {
	margin-top: 35px;
	margin-bottom: 35px;
	width: 87%;
	color: var(--darkBlue);
}

.news__item-text:hover {
	opacity: 1;
	color: var(--blue);
}

.news__item-link {
	margin-top: auto;
}

.more-btn {
	width: 100%;
	height: 70px;
	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;
	background-color: var(--lightBlueBg);
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.more-btn:hover {
	background-color: var(--borderColor);
}

.more-btn__text {
	font-weight: 500;
	text-transform: uppercase;
	color: var(--blue);
}

.section-news__more-btn {
	margin-top: 45px;
}

.section-news__media {
	padding: 75px 0 60px;
}

.section-news__media-content {
	margin-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-news__media-content .text__content {
	width: 63.7%;
}

.section-news__media-content .text__content p strong {
	color: var(--darkBlue);
}

.section-news__media-content .text__content ul li::before {
	background: var(--darkBlue);
	top: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-news__media-aside {
	margin-left: auto;
	width: 29.95%;
	color: var(--blue);
}

.section-news__media-aside-body {
	margin-top: 30px;
}

.section-news__media-aside-body-item+.section-news__media-aside-body-item {
	margin-top: 15px;
}

.section-news__media-aside-footer {
	margin-top: 10px;
}

.section-new-top {
	padding: 80px 0;
	min-height: 400px;
}

.section-new-top__cont {
	width: 57.54%;
}

.new-breadcrumbs {
	margin-bottom: 42px;
}

.new-breadcrumbs .breadcrumbs__item {
	color: var(--borderColor);
	opacity: .5;
}

.section-new {
	padding: 50px 0 125px;
	background: var(--lightBlueBg);
}

.section-new .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-new__cont {
	width: 57.62%;
}

.section-new__cont .text__content-social {
	margin-top: 43px;
}

.text__content-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid var(--borderColor);
}

.text__content-social-item {
	height: 60px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	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;
}

.text__content-social-item+.text__content-social-item {
	border-left: 2px solid var(--borderColor);
}

.text__content-social-item img {
	display: block;
	width: 38px;
	height: 33px;
	-o-object-fit: contain;
	object-fit: contain;
}

.section-new__aside {
	padding: 40px 45px 45px;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
	margin-left: auto;
	width: 31.7%;
	background-color: #fff;
	border-radius: 4px;
}

.section-new__aside-item {
	padding-bottom: 24px;
	border-bottom: 2px solid var(--lightBlueBg);
}

.section-new__aside-item+.section-new__aside-item {
	margin-top: 25px;
}

.section-new__aside-item-head {
	margin-bottom: 14px;
	opacity: .3;
}

.section-new__aside-link {
	margin-top: 35px;
}

.section-new-gallery {
	padding: 68px 0 95px;
}

.title-wrapper.border {
	padding-bottom: 30px;
	border-bottom: 2px solid var(--lightBlueBg);
}

.title-wrapper-swiper-btns {
	position: relative;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.title-wrapper-swiper-btns .swiper__btn {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 44px;
	height: 44px;
}

.title-wrapper-swiper-btns .swiper__btn:hover::before {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.title-wrapper-swiper-btns .swiper__btn::before {
	background: var(--borderColor);
}

.title-wrapper-swiper-btns .swiper__btn+.swiper__btn {
	margin-left: 15px;
}

.section-new-gallery__cont {
	margin-top: 40px;
}

.section-new-gallery__cont .news__item {
	padding: 0;
	border: none;
	height: auto;
}

.section-new-gallery__pagination {
	display: none;
}

.section-events-top {
	padding: 90px 0 80px;
	min-height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-events__list {
	padding: 50px 0 155px;
}

.section-events__tabs-head-item {
	margin-right: 35px;
	padding-bottom: 22px;
}

.section-events__tabs-head-item:last-child {
	margin-right: 0;
}

.section-events__tabs-cont {
	margin-top: 50px;
}

.event__item {
	position: relative;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	border-bottom: 2px solid rgba(245,249,255,.8);
}

.event__item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.event__item-photo {
	width: 48.78%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.event__item-photo:hover {
	opacity: 1;
}

.event__item-icons {
	position: absolute;
	z-index: 2;
	top: 23px;
	left: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event__item-icon {
	position: relative;
	width: 32px;
	height: 32px;
	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;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.event__item-icon:hover {
	background-color: var(--darkBlue);
}

.event__item-icon+.event__item-icon {
	margin-left: 9px;
}

.event__item-icon-head {
	width: 20px;
	height: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.event__item-icon-head svg {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.event__item-icon-head svg path,.event__item-icon-head svg rect {
	stroke: var(--darkBlue);
}

.event__item-icon:hover .event__item-icon-head svg path,.event__item-icon:hover .event__item-icon-head svg rect {
	stroke: #fff;
}

.event__item-icon-body {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tooltip__box:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(-11px);
	-ms-transform: translateY(-11px);
	transform: translateY(-11px);
}

.tooltip {
	opacity: 0;
	pointer-events: none;
	width: 225px;
	position: absolute;
	bottom: 100%;
	left: -32px;
	padding: 10px 11px;
	background-color: #101011;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tooltip::after {
	content: '';
	width: 11px;
	height: 4px;
	position: absolute;
	left: 48px;
	bottom: 0;
	-webkit-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
	background: url(../img/icons/tooltip-hint.svg) no-repeat center;
	background-size: cover;
}

.tooltip__text {
	width: 100%;
}

.event__item-photo-inner {
	padding-bottom: 46.875%;
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}

.event__item-photo-inner img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.event__item-photo-inner::before {
	content: '';
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(bottom,#000 0,rgba(36,49,67,0) 100%);
	background: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(36,49,67,0)));
	background: linear-gradient(0deg,#000 0,rgba(36,49,67,0) 100%);
	opacity: .7;
}

.event__item-photo:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.event__item-photo-infoline {
	padding: 0 25px;
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: -o-linear-gradient(110.08deg,#032355 15.42%,#123475 88.66%);
	background: linear-gradient(339.92deg,#032355 15.42%,#123475 88.66%);
	border-radius: 0 0 6px 6px;
}

.event__item-photo-infoline-address {
	padding-left: 24px;
	position: relative;
}

.event__item-photo-infoline-address::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icons/location-icon.svg) no-repeat center;
	background-size: contain;
}

.event__item-photo-infoline-date {
	margin-left: auto;
}

.event__item-cont {
	width: 44.588%;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.event__item-head {
	color: var(--darkBlue);
}

.event__item-head:hover {
	opacity: 1;
	color: var(--blue);
}

.event__item-text {
	margin-top: 25px;
	margin-bottom: 25px;
}

.event__item-link {
	margin-top: auto;
}

.section-events__more-btn {
	margin-top: 50px;
}

.section-event-top {
	padding: 80px 0;
	min-height: 400px;
}

.section-event-top__cont {
	width: 57.62%;
}

.section-event {
	padding: 50px 0 70px;
	background: var(--lightBlueBg);
}

.section-event-gallery__cont {
	margin-top: 45px;
}

.section-event-gallery__cont .event__item {
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.section-event-gallery__pagination {
	display: none;
}

.section-ingrainings-top {
	padding: 60px 0;
	min-height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-ingrainings-top__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-ingrainings-top__title {
	width: 34.76%;
}

.section-ingrainings-top__content {
	margin-left: auto;
	width: 55.41%;
}

.section-ingrainings {
	padding: 45px 0 155px;
	background: var(--lightBlueBg);
}

.section-ingrainings__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-ingrainings__filters-counter {
	margin-left: auto;
}

.section-ingrainings__list {
	margin-top: 45px;
}

.section-ingrainings .section__pagination {
	margin-top: 55px;
}

.section-ingraining {
	padding: 50px 0 170px;
	background: var(--lightBlueBg);
}

.section-ingraining .text__content-results {
	margin-top: 50px;
}

.section-ingraining .section-aside__cont {
	width: 57.62%;
}

.section-ingraining .section-aside__aside {
	width: 35.98%;
}

.text__content-results {
	padding: 30px 70px 50px;
	background: var(--borderColor);
	border-radius: 4px;
}

.text__content-results-head {
	color: var(--blue);
	opacity: .5;
}

.text__content-results-body {
	margin-top: 20px;
	color: var(--blue);
}

.section-ingraining .text__content-social {
	margin-top: 50px;
}

.section-contacts {
	padding: 95px 0 60px;
}

.section-contacts .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-contacts__title {
	width: 28.96%;
}

.section-contacts__cont {
	margin-left: auto;
	width: 42.38%;
}

.section-contacts__item-subtitle {
	margin-top: 5px;
}

.section-contacts__phones {
	margin-top: 30px;
}

.section-contacts__phone+.section-contacts__phone {
	margin-top: 14px;
}

.section-contacts__phone-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-contacts__phone-head a {
	margin-left: 6px;
	font-weight: 500;
	color: var(--lightBlue2);
}

.section-contacts__phone-subhead {
	opacity: .5;
}

.section-contacts__links {
	margin-top: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-contacts__link+.section-contacts__link {
	margin-top: 14px;
}

.section-contacts__link.link.blue {
	color: var(--blue);
}

.section-contacts__link.link.blue:hover {
	color: var(--lightBlue2);
}

.section-contacts__link.link.blue:after {
	background-image: url(../img/icons/link-arrow-blue-hovered.svg);
}

.section-contacts__link.link.blue:hover:after {
	background-image: url(../img/icons/link-arrow-blue.svg);
}

.section-contacts__btns {
	margin-top: 30px;
}

.button.section-contacts__btn {
	min-width: 270px;
}

.section-contacts__map {
	height: 360px;
}

.my-contacts-hint {
	width: 185px;
	background-color: #fff;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.section-partners-top {
	min-height: 400px;
	padding: 60px 0 75px;
}

.section-partners-top__cont {
	width: 54.26%;
}

.section-partners-top__subtitle {
	margin-bottom: 27px;
	color: var(--darkBlue);
	text-transform: uppercase;
}

.section-partners-top__text {
	margin-top: 25px;
}

.section-partners__advantages {
	padding: 77px 0 95px;
}

.section-partners__advantages-cards {
	margin-top: 45px;
}

.advantages-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 80px 1fr 80px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 80px;
	grid-row-gap: 75px;
}

.advantages-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: var(--blue);
}

.advantages-logo {
	width: 48px;
	height: 48px;
}

.advantages-logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.advantages-title {
	margin-top: 30px;
}

.advantages-text {
	margin-top: 15px;
}

.section-partners__steps {
	padding: 65px 0 80px;
}

.section-partners__steps .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-partners__steps-title {
	width: 27.13%;
}

.section-partners__steps-cont {
	margin-left: 10%;
	width: 49.31%;
}

.section-partners__steps-list {
	counter-reset: partners-steps;
	list-style: none;
}

.section-partners__steps-list li+li {
	margin-top: 28px;
}

.section-partners__steps-list li {
	position: relative;
	padding-left: 90px;
}

.section-partners__steps-list li::before {
	counter-increment: partners-steps;
	content: counter(partners-steps);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	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;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: var(--darkBlue);
}

.section-partners__steps-list strong {
	font-weight: 500;
}

.section-partners__steps-btns {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-partners__steps-btn+.section-partners__steps-btn {
	margin-left: 16px;
}

.section-partners__steps-btns .button.section-partners__steps-btn {
	width: auto;
}

.section-partners__steps-btns .button.section-partners__steps-btn::after {
	margin-left: 45px;
}

.section-partners__find {
	min-height: 350px;
	padding: 80px 0 90px;
}

.section-partners__find-cont {
	margin-left: 36.66%;
	width: 31.86%;
}

.section-partners__find-text {
	margin-top: 16px;
}

.section-partners__find-links {
	margin-top: 40px;
}

.section-partners__info {
	padding: 80px 0 70px;
}

.partners__info-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}

.partners__info-card {
	padding: 45px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 4px;
}

.partners__info-card-text {
	margin-top: 16px;
	margin-bottom: 20px;
}

.partners__info-card-link {
	margin-top: auto;
}

.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button-plus,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button-plus {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button-plus::after,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button-plus::after {
	display: none;
}

.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button {
	width: auto;
}

.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button:after,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button:after {
	margin-left: 14px;
}

.section-resellers__reviews {
	padding: 90px 0 155px;
	overflow: hidden;
}

.section-resellers__reviews .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-resellers__reviews-head {
	width: 12.8%;
}

.section-resellers__reviews-btns {
	margin-top: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-resellers__reviews-btns .swiper__btn {
	position: relative;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-resellers__reviews-btns .swiper__btn+.swiper__btn {
	margin-left: 11px;
}

.section-resellers__reviews-btns .swiper__btn::before {
	background: var(--blue);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-resellers__reviews-btns .swiper__btn:hover::before {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.section-resellers__reviews-btns .swiper__btn.prev-btn::after {
	background-image: url(../img/icons/swiper-arrow-prev-white.svg);
}

.section-resellers__reviews-btns .swiper__btn.next-btn::after {
	background-image: url(../img/icons/swiper-arrow-next-white.svg);
}

.section-resellers__reviews-cont {
	overflow: visible;
	margin-left: auto;
	margin-right: 0;
	width: 68.14%;
}

.swiper-slide.section-resellers__reviews-item {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: auto;
}

.swiper-slide.section-resellers__reviews-item.swiper-slide-active {
	opacity: 1;
}

.review-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.review-item__text {
	margin-bottom: 80px;
	position: relative;
}

.review-item__text::before {
	content: '';
	width: 108px;
	height: 58px;
	position: absolute;
	z-index: -1;
	top: -18px;
	left: -14px;
	background: url(../img/icons/quotes-icon.png) no-repeat center;
	background-size: contain;
}

.review-item__footer {
	margin-top: auto;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid var(--borderColor);
}

.review-item__logo {
	margin-right: 30px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.review-item__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.review-item__autor-body {
	margin-top: 8px;
	color: var(--blue);
}

.section-faq {
	padding: 80px 0 90px;
}

.faq-items {
	margin-top: 50px;
}

.faq-item {
	border-top: 2px solid var(--borderColor);
}

.faq-item:last-child {
	border-bottom: 2px solid var(--borderColor);
}

.faq-item__head {
	position: relative;
	padding: 30px 85px 30px 0;
	color: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.faq-item__head.active,.faq-item__head:hover {
	color: var(--lightBlue2);
}

.faq-item__head::after,.faq-item__head::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 34px;
	width: 23px;
	height: 3px;
	background-color: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.faq-item__head::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.faq-item__head.active::after,.faq-item__head.active::before {
	background-color: var(--lightBlue2);
}

.faq-item__head.active::after {
	-webkit-transform: translateY(-50%) rotate(90deg) scale(0);
	-ms-transform: translateY(-50%) rotate(90deg) scale(0);
	transform: translateY(-50%) rotate(90deg) scale(0);
}

.faq-item__head-text {
	width: 79.73%;
}

.faq-item__body {
	display: none;
	padding-top: 13px;
	padding-bottom: 65px;
}

.faq-item__body-text {
	width: 73.86%;
}

.section-become-partner {
	padding: 80px 0;
}

.section-become-partner__title {
	text-align: center;
}

.section-become-partner__btns {
	margin-top: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-become-partner__btn+.section-become-partner__btn {
	margin-left: 20px;
}

.button.section-become-partner__btn {
	padding: 0 45px;
	width: auto;
}

.button.section-become-partner__btn.button-move::after {
	margin-left: 17px;
	width: 12px;
	height: 12px;
}

.section-resellers__info .partners__info-cards {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.section-resellers__info .partners__info-card {
	padding-right: 110px;
}

.section-products-top {
	padding: 90px 0 80px;
	min-height: 220px;
}

.section-products-top .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-products-top__title {
	width: 34.75%;
}

.section-products-top__text {
	margin-left: auto;
	width: 55.48%;
}

.section-products {
	padding: 55px 0 150px;
}

.filters-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filter-item+.filter-item {
	margin-left: 11px;
}

.filter-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	height: 40px;
	border-radius: 4px;
	background-color: rgba(0,90,190,.06);
	color: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.filter-item:hover {
	opacity: .6;
}

.filter-item.active {
	background-color: var(--blue);
	color: #fff;
	pointer-events: none;
}

.filters-counter {
	color: var(--darkBlue);
	opacity: .5;
}

.section-products__items {
	margin-top: 55px;
}

.product-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 30px;
}

.product-card {
	position: relative;
	padding: 118px 60px 25px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.product-card__logo {
	width: 23.33%;
	height: 70px;
	position: absolute;
	top: 30px;
	right: 42px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card:hover .product-card__logo {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.product-card__logo img {
	display: block;
	width: 100%;
	max-height:100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.product-card__tags {
	width: 46%;
	position: absolute;
	top: 37px;
	left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-card__tag {
	text-transform: uppercase;
	color: var(--red);
}

.product-card__tag+.product-card__tag {
	margin-top: 3px;
}

.product-card .product-card-title .title-logo {
	width: 96px;
	position: relative;
}

.product-card .product-card-title .title-logo img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card .product-card-title .title-logo-img-hovered {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.product-card .product-card-title .title-text {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card:hover .product-card-title .title-logo-img {
	opacity: 0;
}

.product-card:hover .product-card-title .title-logo-img-hovered {
	opacity: 1;
}

.product-card:hover .product-card-title .title-text {
	color: var(--blue);
}

.product-card__text {
	margin-top: 15px;
	margin-bottom: 25px;
}

.product-card__link {
	margin-top: auto;
}

.section-product-top {
	padding: 58px 0;
	min-height: 400px;
}

.section-product-top__cont {
	width: 56.5%;
}

.section-product-top__title h1 {
	display: inline-block;
}

.section-product-top__title img {
	display: inline-block;
	min-height: 46px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: -12px;
	margin-right: 8px;
}

.section-product-top__text {
	margin-top: 17px;
}

.section-product-top__links {
	margin-top: 45px;
}

.section-product__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-product__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-product__btn+.section-product__btn {
	margin-left: 11px;
}

.section-product__btns+.section-product__phone {
	margin-left: 55px;
}

.section-product__phone {
	color: var(--lightBlue2);
}

.section.section-top__footer {
	position: relative;
}

.section-top__footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-top__footer-link+.section-top__footer-link {
	margin-left: 90px;
}

.section-top__footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-top__footer-link-logo {
	margin-right: 24px;
	width: 34px;
	height: 34px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-top__footer-link-logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.section-product-advantages {
	padding: 90px 0 120px;
	background-color: var(--lightBlueBg);
}

.section-product-advantages__text {
	margin-top: 30px;
}

.section-product-advantages__cards {
	margin-top: 45px;
}

.section-product-solution {
	padding: 100px 0 57px;
}

.section-product-solution__text {
	margin-top: 30px;
}

.section-product-solution__table {
	margin-top: 65px;
}

.table {
	position: relative;
	border-top: 2px solid var(--lightBlueBg);
}

.table-head {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	height: 77px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.05);
	box-shadow: 0 4px 20px rgba(0,0,0,.05);
}

.section-product-solution__table .table-head {
	top: 65px;
}

.table__row {
	padding: 22px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table__row>div:first-child {
	width: 470px;
	max-width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: left;
}

.table__row>div {
	width: 100%;
	text-align: center;
}

.table-head .table__row {
	font-weight: 500;
}

.table-body .table__row {
	border-bottom: 2px solid var(--lightBlueBg);
}

.table-body__item:not(:first-child) {
	position: relative;
	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;
}

.table-body__item.selected::before {
	content: '';
	position: relative;
	width: 22px;
	height: 17px;
	background: url(../img/icons/v-green.svg) no-repeat center;
	background-size: contain;
}

.section-product-protection {
	padding: 75px 0 125px;
}

.section-product-protection__title {
	width: 65%;
}

.section-product-protection__cards {
	margin-top: 65px;
}

.protection-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 110px 1fr 110px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 110px;
	grid-row-gap: 60px;
}

.protection-card {
	position: relative;
}

.protection-card::after {
	content: '';
	width: 209px;
	height: 32px;
	position: absolute;
	z-index: 1;
	top: 50px;
	right: -20px;
	background: url(../img/protection-card-line.png) no-repeat center;
	background-size: contain;
}

.protection-card:nth-child(3n+3)::after {
	display: none;
}

.protection-card__logo {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #fff;
	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;
}

.protection-card__logo img {
	width: 52%;
	height: 52%;
}

.protection-card__title {
	margin-top: 28px;
}

.protection-card__text {
	margin-top: 30px;
}

.section-product-systems {
	padding: 100px 0;
	overflow: hidden;
}

.section-product-systems__text {
	margin-top: 30px;
}

.section-product-systems__box {
	margin-top: 70px;
}

.systems-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.systems-box__items {
	width: 55.41%;
}

.systems-box__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 100px;
	grid-row-gap: 50px;
}

.systems-box__item-head {
	color: var(--blue);
}

.systems-box__item-body {
	margin-top: 14px;
}

.systems-box__logo {
	margin-left: auto;
	width: 34.375%;
}

.systems-box__logo img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-headline {
	height: 65px;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	z-index: 5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--darkBlue);
}

.product-headline .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-headline__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-headline__logo-icon {
	margin-right: 9px;
	display: block;
	height: 29px;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-headline .button.section-product__btn {
	font-size: 13px;
	line-height: 17px;
}

.product-headline .button.button-buy:after {
	margin-left: 52px;
	width: 15px;
	height: 16px;
}

.product-headline .button.button-trial:after {
	margin-left: 52px;
	width: 16px;
	height: 12px;
}

.section-product-license {
	padding: 65px 0 100px;
}

.section-product-license .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-product-license__title {
	width: 24.85%;
	margin-top: -.7%;
}

.section-product-license__cont {
	margin-left: auto;
	width: 61.12%;
}

.section-product-license__items {
	margin-top: 48px;
}

.license-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 42px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 42px;
}

.license-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.license-item__icon {
	width: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.license-item__icon img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.license-item__body {
	margin-left: 30px;
}

.section-product-contacts {
	padding: 88px 0;
}

.section-product-contacts .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-product-contacts__title {
	width: 29.8%;
}

.section-product-contacts__title img {
	display: block;
	height: 48px;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-product-contacts__cont {
	margin-left: auto;
	width: 61.97%;
}

.section-product-contacts__links {
	margin-top: 60px;
}

.section-product-more {
	padding: 67px 0 95px;
}

.section-product-more__text {
	margin-top: 12px;
}

.section-product-more__cards {
	margin-top: 50px;
}

.section-buy-top {
	padding: 60px 0;
	min-height: 270px;
}

.section-buy-top .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-buy-top__cont {
	width: 63.95%;
}

.section-buy-breadcrumbs {
	margin-bottom: 55px;
}

.section-buy-breadcrumbs .breadcrumbs__item {
	color: #fff;
}

.section-buy-top__logo {
	margin-left: auto;
	width: 11.66%;
}

.section-buy-top__logo img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-versions {
	padding: 94px 0 80px;
}

.section-versions__cards {
	margin-top: 32px;
}

.versions-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 33px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 33px;
}

.version-card {
	padding: 40px 112px 35px 65px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.version-card:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.version-card__title .title-logo {
	position: relative;
	height: 26px;
}

.version-card__title .title-logo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.version-card__title .title-logo-img-hovered {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.version-card:hover .version-card__title .title-logo-img {
	opacity: 0;
}

.version-card:hover .version-card__title .title-logo-img-hovered {
	opacity: 1;
}

.version-card__title .title-text {
	font-size: 24px;
	line-height: 31px;
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.version-card__title .title {
	font-weight: 400;
}

.version-card__title .title-text span {
	color: var(--red);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.version-card:hover .version-card__title .title-text {
	color: var(--blue);
}

.version-card:hover .version-card__title .title-text span {
	color: var(--lightRed);
}

.version-card__text {
	margin-top: 18px;
}

.section-tariffs {
	padding: 75px 0 40px;
}

.tariffs-box__item+.tariffs-box__item {
	margin-top: 108px;
}

.tariffs-box__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tariffs-box__head {
	width: 26.75%;
}

.section-tariffs__title .title-logo {
	height: 30px;
}

.section-tariffs__title .title-logo-img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-tariffs__title .title {
	font-weight: 400;
}

.section-tariffs__subtitle {
	margin-top: 20px;
	text-transform: uppercase;
	color: var(--red);
}

.tariffs-box__body {
	margin-left: auto;
	width: 65.09%;
}

.tariff-item {
	padding: 20px 34px 20px 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--lightBlueBg);
	border-radius: 4px;
}

.tariff-item+.tariff-item {
	margin-top: 12px;
}

.tariff-item__head {
	margin-right: 25px;
	width: 62.21%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (min-width:1680px) {
	.tariff-item__title {
		font-size: 17px;
	}
}

.tariff-item__title {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.tariff-item__hint {
	margin-left: 19px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tariff-item__hint-head {
	width: 21px;
	height: 21px;
	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;
	border-radius: 50%;
	background-color: #fff;
	color: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.tariff-item__hint-head:hover {
	background-color: var(--darkBlue);
	color: #fff;
}

.tariff-item__hint-head:hover~.tariff-item__hint-body {
	opacity: 1;
	pointer-events: auto;
}

.tariff-item__hint-body {
	opacity: 0;
	pointer-events: none;
	padding: 15px 22px;
	width: 330px;
	position: absolute;
	bottom: calc(100% + 9px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--darkBlue);
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tariff-item__hint-body::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 13px;
	height: 7px;
	background: url(../img/icons/hint-tail.png) no-repeat center;
	background-size: contain;
}

.tariff-item__hint-body>*+* {
	margin-top: 13px;
}

.tariff-item__price {
	margin-left: auto;
	width: 16%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tariff-item__price {
	color: var(--blue);
}

.button.tariff-item__btn {
	width: 140px;
	min-width: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-versions-compare {
	padding: 100px 0 57px;
}

.section-versions-compare__table {
	margin-top: 25px;
}

.section-versions-compare .table-head {
	top: 80px;
}

.section-license-policy {
	padding: 100px 0 115px;
}

.section-license-policy__text {
	margin-top: 25px;
}

.section-solutions {
	padding: 50px 0 150px;
	background: var(--lightBlueBg);
}

.section-solutions__cards {
	margin-top: 50px;
}

.solutions-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 41px 1fr 41px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 41px;
	grid-row-gap: 44px;
}

.solution-card {
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.solution-card:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.solution-card__head {
	padding: 22px 0;
	background: var(--borderColor);
}

.solution-card__logo {
	margin: 0 auto;
	position: relative;
	width: 41.95%;
	padding-bottom: 35.12%;
}

.solution-card__logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.solution-card__body {
	padding: 25px 48px 30px;
}

.solution-card__suptitle {
	text-transform: uppercase;
	color: var(--red);
}

.solution-card__title {
	margin-top: 18px;
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.solution-card:hover .solution-card__title {
	color: var(--blue);
}

.section-solution-top {
	min-height: 400px;
	padding: 40px 0;
	background-color: var(--lightBlueBg);
}

.section-solution-top .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-solution-top__cont {
	width: 54.27%;
}

.section-solution-top__content {
	margin-top: 30px;
}

.section-solution-top__photo {
	margin-left: auto;
	width: 29.19%;
}

.section-solution-top__photo img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-solution-buy {
	padding: 80px 0 72px;
}

.section-solution-buy .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-solution-buy__cont {
	width: 43.82%;
}

.section-solution-buy__text {
	margin-top: 25px;
}

.section-solution-buy__cont .section-product__phone {
	margin-top: 50px;
}

.section-solution-buy__card.product-card {
	margin-left: auto;
	width: 46.26%;
	padding: 78px 57px 55px 52px;
	cursor: auto;
}

.section-solution-buy__card .product-card__logo {
	width: 17.8%;
	top: 33px;
	right: 56px;
}

.section-solution-buy__card .product-card__tags {
	top: 41px;
	left: 52px;
}

.section-solution-buy__card.product-card .product-card-title .title-logo {
	width: auto;
	height: 30px;
}

.section-solution-buy__card.product-card .product-card-title .title-logo img {
	width: auto;
	height: 100%;
}

.section-solution-buy__card.product-card .product-card__text {
	margin-top: 23px;
	margin-bottom: 50px;
}

.section-solution-buy__card.product-card:hover .product-card__logo {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-solution__about {
	padding: 80px 0 145px;
}

.section-404 {
	padding: 75px 0 135px;
}

.section-404 .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-404__photo {
	width: 51.22%;
}

.section-404__photo img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-404__cont {
	margin-left: auto;
	width: 42.38%;
}

.section-404__subtitle {
	margin-top: 15px;
	color: var(--blue);
}

.section-404__text {
	margin-top: 60px;
}

.section-404__search {
	margin-top: 18px;
}

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

.search-input__box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 50px;
	position: relative;
}

.search-input__box-input {
	padding: 13px 65px 14px 32px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--black);
	background: #fff;
	border-radius: 4px;
}

.search-input__box-input::-webkit-input-placeholder {
	color: rgba(36,49,67,.3);
}

.search-input__box-input::-moz-placeholder {
	color: rgba(36,49,67,.3);
}

.search-input__box-input:-ms-input-placeholder {
	color: rgba(36,49,67,.3);
}

.search-input__box-input::-ms-input-placeholder {
	color: rgba(36,49,67,.3);
}

.search-input__box-input::placeholder {
	color: rgba(36,49,67,.3);
}

.search-input__box-input:not(:placeholder-shown)~.search-btn__reset {
	opacity: 1;
	pointer-events: auto;
}

.search-btn__reset {
	opacity: 0;
	pointer-events: none;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icons/search-reset-icon-gray.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-btn__reset:hover {
	-webkit-transform: translateY(-50%) scale(1.3);
	-ms-transform: translateY(-50%) scale(1.3);
	transform: translateY(-50%) scale(1.3);
}

.search-btn {
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-search {
	min-height: 731px;
	padding: 82px 0 290px;
}

.section-search__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-search__title {
	width: 25.68%;
}

.section-search__search {
	margin-left: auto;
	width: 64.25%;
}

.section-search__result {
	margin-top: 72px;
}

.section-search__result-items {
	margin-top: 30px;
}

.section-search__result-item {
	padding: 30px 0 40px;
	border-top: 2px solid rgba(0,90,190,.04);
}

.section-search__result-item:last-child {
	border-bottom: 2px solid rgba(0,90,190,.04);
}

.section-search__result-item-title {
	color: var(--blue);
}

.section-search__result-item-text {
	margin-top: 30px;
}

.section-search__result-item-link {
	margin-top: 20px;
	color: var(--lightBlue2);
}

.search__empty-logo {
	margin: 90px auto 0;
	width: 180px;
	height: 180px;
}

.search__empty-title {
	text-align: center;
}

.section-upgrade {
	padding: 55px 0 110px;
}

.section-upgrade__list {
	margin-top: 105px;
}

.upgrade__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 90px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 90px;
}

.upgrade__list-box-head {
	text-transform: uppercase;
	color: var(--red);
}

.upgrade__list-box-items {
	margin-top: 45px;
}
.upgrade__list.upgrade__list_fullwidth {
    grid-template-columns: 1fr;
}
.upgrade-item {
	padding: 30px 0 50px;
	border-top: 2px solid var(--borderColor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.upgrade-item__cont {
	margin-right: 15px;
}

.upgrade-item__head {
	margin-bottom: 26px;
	color: rgba(36,49,67,.3);
}

.upgrade-item__title {
	color: var(--darkBlue);
}

.upgrade-item__info {
	margin-top: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--blue);
}

.upgrade-item__info-item {
	padding: 0 20px;
	border-left: 2px solid #f6f6f6;
}

.upgrade-item__info-item:first-child {
	padding-left: 0;
	border-left: none;
}

.upgrade-item__info-item:last-child {
	padding-right: 0;
}

.upgrade-item__footer {
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
	color: rgba(36,49,67,.3);
	border-bottom: 1px solid rgba(36,49,67,.3);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upgrade-item__footer:hover {
	opacity: 1;
	border-color: transparent;
}

.upgrade-item__btn {
	margin-left: auto;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
}

.pp.note-pp {
	padding-bottom: 100px;
}

.pp__content.note-pp__content {
	padding: 75px 50px 55px;
	width: 670px;
	top: 100px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 100px;
}

.note-pp .close__lane {
	background-color: var(--black);
}

.note-pp__content-text h6,.note-pp__content-text strong {
	color: var(--blue);
}

.section-support {
	padding: 60px 0 50px;
}

.section-support .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-support__title {
	width: 25.9%;
}

.section-support__links {
	margin-left: auto;
	width: 64%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.section-support__link {
	margin-bottom: 20px;
	display: block;
	color: var(--lightBlue2);
}

.section-support-contacts {
	padding: 68px 0;
	min-height: 378px;
}

.section-support-contacts .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-support-contacts__head {
	width: 29.57%;
}

.section-support-contacts__head-items {
	margin-top: 16px;
}

.section-support-contacts__head-phone {
	color: var(--lightBlue);
}

.section-support-contacts__head-text {
	margin-top: 14px;
	color: rgba(36,49,67,.4);
}

.section-support-contacts__body {
	width: 54.42%;
}

.section-support-contacts__body-text {
	margin-top: 20px;
}

.section-support-contacts__body-text-link {
    display: inline-block;
    border-bottom: 1px solid;
}
.section-support-contacts__body-text-link:hover {
    opacity: 1;
    border-color: transparent;
}

.section-support-contacts__body-btns {
	margin-top: 25px;
}

.button.section-support-contacts__body-btn {
	padding: 0 40px;
	min-width: auto;
}

.section-documentation {
	padding: 60px 0 70px;
}

.section-documentation__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-documentation__item+.section-documentation__item {
	margin-top: 30px;
}

.section-documentation__head {
	width: 28.35%;
}

.section-documentation__title-logo {
	height: 36px;
	margin-bottom: 4px;
}

.section-documentation__title-logo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-documentation__title .title {
	font-weight: 400;
}

.section-documentation__body {
	margin-left: auto;
	width: 64.024%;
}

.section-documentation__body-head {
	margin-bottom: 5px;
	padding: 12px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--lightBlueBg);
	border-radius: 4px;
	color: var(--blue);
}

.document-link {
	padding: 16px 30px;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--black);
	border-bottom: 2px solid var(--lightBlueBg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.document-link:hover {
	opacity: 1;
	color: var(--lightBlue2);
	background: var(--lightBlueBg);
}

.document-link__text {
	width: 80%;
}

.document-link .document-link-download__info {
	display: inline-block;
	margin-left: auto;
	margin-right: 35px;
	color: rgba(0,32,77,.4);
}

.document-link::after {
	content: '';
	position: relative;
	margin-left: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.document-link.document-link-follow::after {
	width: 17px;
	height: 16px;
	background-image: url(../img/icons/document-follow-icon.svg);
}

.document-link.document-link-follow:hover::after {
	background-image: url(../img/icons/document-follow-icon-hovered.svg);
}

.document-link.document-link-download::after {
	margin-left: 0;
	width: 23px;
	height: 27px;
	background-image: url(../img/icons/document-download-icon.svg);
}

.document-link.document-link-download:hover::after {
	background-image: url(../img/icons/document-download-icon-hovered.svg);
}

.section-top__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-top__search-selects {
	margin-right: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-top__search-select+.section-top__search-select {
	margin-left: 2px;
}

.section-top__search-select .select__box__options,.section-top__search-select .select__placeholder {
	padding: 14px 90px 14px 23px;
	font-weight: 400;
	font-size: 16px;
	color: rgba(36,49,67,.7);
	background: #fff;
}

.section-top__search-select .select__box__options {
	padding-right: 23px;
}

.section-top__search-select.select.active .select__placeholder {
	color: rgba(36,49,67,.7);
}

.section-top__search-select .select__box__options.selected {
	color: var(--blue);
}

.section-top__search-select .select__placeholder::after {
	right: 38px;
	background-image: url(../img/icons/select-arrow-dark-gray.svg);
}

.section-top__search-input-box .search-input__box-input {
	padding-left: 25px;
	padding-right: 25px;
}

.section-top__search-input-box .search-input__box-input::-webkit-input-placeholder {
	color: rgba(36,49,67,.7);
}

.section-top__search-input-box .search-input__box-input::-moz-placeholder {
	color: rgba(36,49,67,.7);
}

.section-top__search-input-box .search-input__box-input:-ms-input-placeholder {
	color: rgba(36,49,67,.7);
}

.section-top__search-input-box .search-input__box-input::-ms-input-placeholder {
	color: rgba(36,49,67,.7);
}

.section-top__search-input-box .search-input__box-input::placeholder {
	color: rgba(36,49,67,.7);
}

.section-knowledge-top__search {
	margin-top: 35px;
}

.section-knowledge-top__search .section-top__search-selects {
	width: 350px;
}

.section-knowledge-top__search .select,.section-knowledge-top__search .select__box {
	width: 100%;
}

.section-knowledge-top__search .button.button-search {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-knowledge-top__search .button.button-search::after {
	margin-left: 0;
	margin-right: 17px;
}

.section-knowledge-products {
	padding: 60px 0 80px;
}

.section-knowledge-products__items {
	margin-top: 50px;
}

.products-cards-small {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.product-card-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 33px 45px 50px 54px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card-small:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.product-card-small__head {
	margin-bottom: 45px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card-small__title .title-logo {
	height: 22px;
	position: relative;
}

.product-card-small__title .title-logo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card-small__title .title-logo-img-hovered {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.product-card-small:hover .product-card-small__title .title-logo-img {
	opacity: 0;
}

.product-card-small:hover .product-card-small__title .title-logo-img-hovered {
	opacity: 1;
}

.product-card-small:hover .product-card-small__title .title-text {
	color: var(--blue);
}

.product-card-small__logo {
	margin-left: auto;
	width: 69px;
	height: 72px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card-small:hover .product-card-small__logo {
	-webkit-transform: scale(1.23);
	-ms-transform: scale(1.23);
	transform: scale(1.23);
}

.product-card-small__logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-card-small__btn {
	margin-top: auto;
	width: 33px;
	height: 15px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../img/icons/product-card-small-arrow.svg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-card-small:hover .product-card-small__btn {
	width: 52px;
	background-image: url(../img/icons/product-card-small-arrow-hovered.svg);
}

.section-knowledge-license-top .breadcrumbs {
	margin-bottom: 60px;
}

.section-knowledge-license-documentation .section-documentation__item+.section-documentation__item {
	margin-top: 120px;
}

.section-knowledge-new-top.section-events-top {
	padding: 52px 0 30px;
}

.section-knowledge-new-top .breadcrumbs {
	margin-bottom: 60px;
}

.section-knowledge-new-top__subtitle {
	margin-top: 30px;
	text-transform: uppercase;
}

.section-knowledge-new {
	padding: 90px 0;
	background: var(--lightBlueBg);
}

.section-knowledge-new .product-card-small__head {
	margin-bottom: 0;
}

.section-knowledge-new .post-rate {
	margin-top: 70px;
}

.post-rate {
	padding: 37px 45px;
	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;
	background: #fff;
	border-radius: 4px;
}

.post-rate__cont {
	width: 60%;
}

.post-rate__text {
	color: var(--darkBlue);
}

.post-rate__btns {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-rate__btn+.post-rate__btn {
	margin-left: 74px;
}

.post-rate__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.post-rate__btn::before {
	content: '';
	position: relative;
	margin-right: 12px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.post-rate__btn:hover {
	opacity: .6;
}

.post-rate__btn-up {
	color: var(--green);
}

.post-rate__btn-up::before {
	background-image: url(../img/icons/post-rate-btn-up-icon.svg);
}

.post-rate__btn-down {
	color: var(--red);
}

.post-rate__btn-down::before {
	background-image: url(../img/icons/post-rate-btn-down-icon.svg);
}

.section-prolongation-top {
	min-height: 400px;
	padding: 58px 0;
}

.section-prolongation-top__cont {
	width: 45%;
}

.section-prolongation-top__text {
	margin-top: 20px;
}

.section-prolongation-top__links {
	margin-top: 35px;
}

.section-prolongation-top__links .section-product__btn {
	width: 234px;
}

.section-prolongation-advantages {
	padding: 105px 0 155px;
}

.section-prolongation-advantages__cards.advantages-cards {
	-ms-grid-columns: 1fr 120px 1fr 120px 1fr 120px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 120px;
	grid-row-gap: 125px;
}

.section-prolongation-steps {
	padding: 47px 0 85px;
}

.section-prolongation-steps__items {
	margin-top: 83px;
}

.instruction-cards {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	counter-reset: instruction-counter;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 105px 1fr 105px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 105px;
}

.instruction-cards li {
	position: relative;
	padding-top: 135px;
	text-align: center;
}

.instruction-cards li::before {
	counter-increment: instruction-counter;
	content: counter(instruction-counter);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	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;
	color: var(--blue);
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	background: #fff;
	border-radius: 50%;
}

.instruction-cards li::after {
	content: '';
	width: 209px;
	height: 32px;
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 55px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background: url(../img/protection-card-line.png) no-repeat center;
	background-size: contain;
}

.instruction-cards li:nth-child(3n+3)::after {
	display: none;
}

.section-locator-top__search {
	margin-top: 20px;
}

.section-locator {
	padding: 28px 0 100px;
	background: var(--lightBlueBg);
}

.section-locator__filters-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-locator__filters-counter {
	margin-left: 32px;
}

.section-locator__toggle-btns {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.locator__toggle-btn {
	width: 86px;
	height: 40px;
	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;
	border: 2px solid #e6effb;
	background: var(--lightBlueBg);
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.locator__toggle-btn:hover {
	opacity: .6;
}

.locator__toggle-btn:first-child {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.locator__toggle-btn:last-child {
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.locator__toggle-btn.active {
	pointer-events: none;
	background-color: var(--darkBlue);
	border-color: var(--darkBlue);
}

.locator__toggle-btn svg path {
	fill: var(--darkBlue);
}

.locator__toggle-btn.active svg path {
	fill: #fff;
}

.section-locator__inner-item:not(.active) {
	display: none;
}

.section-locator__inner {
	margin-top: 40px;
}

.locator__list-item {
	padding: 37px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 2px solid var(--borderColor);
}

.locator__list-item:last-child {
	border-bottom: 2px solid var(--borderColor);
}

.locator__list-item-head {
	width: 35.82%;
}

.locator__list-btns {
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.locator__list-btn+.locator__list-btn {
	margin-left: 23px;
}

.locator__list-btn {
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid var(--borderColor);
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.locator__list-btn:hover {
	opacity: 1;
	background: var(--lightBlue2);
	border-color: var(--lightBlue2);
}

.locator__list-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.locator__list-btn.locator__list-btn-link::before {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons/copy-link-blue.svg);
}

.locator__list-btn.locator__list-btn-map::before {
	width: 18px;
	height: 21px;
	background-image: url(../img/icons/map-pin-blue.svg);
}

.locator__list-btn.locator__list-btn-link:hover::before {
	background-image: url(../img/icons/copy-link-white.svg);
}

.locator__list-btn.locator__list-btn-map:hover::before {
	background-image: url(../img/icons/map-pin-white.svg);
}

.locator__list-item-body {
	margin-left: auto;
	width: 39.17%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.locator__list-text {
	margin-bottom: 30px;
}

.locator__list-links {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.locator__list-link+.locator__list-link {
	margin-left: 57px;
}

.locator__list-link {
	color: var(--lightBlue2);
}

.locator__list-item-footer {
	padding-bottom: 4px;
	margin-left: 3.27%;
	width: 15.54%;
	text-transform: uppercase;
	color: var(--red);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.locator__list-more-btn {
	margin-top: 65px;
	background: var(--borderColor);
}

.locator__list-more-btn:hover {
	opacity: .6;
}

.locator__map-wrapper {
	position: relative;
}

.locator__map {
	height: 500px;
	width: 100%;
}

.locator-marker__info {
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 80px 50px 55px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 330px;
	height: 100%;
	background: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.locator-marker__info.shown {
	opacity: 1;
	pointer-events: auto;
}

.locator-marker__info::-webkit-scrollbar-track {
	background-color: rgba(0,90,190,.15);
}

.locator-marker__info::-webkit-scrollbar {
	width: 2px;
	background-color: transparent;
}

.locator-marker__info::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--lightBlue);
}

.locator-marker__info-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: 43px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	will-change: transform;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.locator-marker__info-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.locator-marker__info-close .close__lane {
	background: var(--black);
}

.locator-marker__info-cont {
	width: 100%;
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.locator-marker__info-type {
	margin-bottom: 25px;
	text-transform: uppercase;
	color: var(--red);
}

.locator-marker__info-title {
	color: var(--darkBlue);
}

.locator-marker__info-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.locator-marker__info-links {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.locator-marker__info-phone {
	color: var(--lightBlue2);
}

.locator-marker__info-link {
	margin-top: 57px;
}

.section-policy {
	padding: 80px 0 120px;
	background: var(--lightBlueBg);
}

.policy__inner {
	width: 800px;
}

.policy__text {
	margin-top: 40px;
}

.cookie-box {
	display: none;
	width: 430px;
	padding: 27px 30px 23px;
	z-index: 10;
	position: fixed;
	right: 70px;
	bottom: 50px;
	background: #fff;
	-webkit-box-shadow: 0 4px 40px rgba(0,0,0,.1);
	box-shadow: 0 4px 40px rgba(0,0,0,.1);
	border-radius: 4px;
}

.cookie-box__close-btn {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 14px;
	right: 14px;
	opacity: .5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.cookie-box__close-btn .close__lane {
	background-color: var(--lightBlue);
}

.cookie-box__close-btn:hover .close__lane {
	background-color: var(--blue);
}

.cookie-box__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cookie-box_text {
	text-align: center;
	color: var(--darkBlue);
}

.cookie-box__btn.button {
	margin: 15px auto 0;
	min-width: auto;
	padding: 0 25px;
	height: 29px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	border-radius: 20px;
	background-color: var(--blue);
	cursor: pointer;
}

.section-newevents-top {
	padding: 72px 0 51px;
	min-height: 400px;
}

.section-top__date-box {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-top__date-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-top__date-item+.section-top__date-item {
	margin-left: 40px;
}

.section-top__date-icon {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-top__date-text {
	margin-top: 10px;
	text-align: center;
}

.section-newevents-top .section-product-top__links {
	margin-top: 20px;
}

.section-anchors.section-top__footer {
	position: relative;
}

.section-newevents-about {
	padding: 70px 0;
}

.section-single-text {
	padding: 50px 0;
}

.section-single-text__cont {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

.section-text-items {
	padding: 70px 0 85px;
}

.text-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 116px 1fr 116px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 116px;
	grid-row-gap: 90px;
}

.text-item__text {
	margin-top: 11px;
}

.section-image__photo img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-eventsnew-program {
	padding: 70px 0 55px;
}

.eventsnew-program__items {
	margin-top: 30px;
}

.eventsnew-program__item {
	padding: 36px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.eventsnew-program__item+.eventsnew-program__item {
	border-top: 2px solid var(--borderColor);
}

.eventsnew-program__time {
	color: var(--lightBlue2);
}

.eventsnew-program__item-body {
	width: 64%;
	margin-left: auto;
}

.eventsnew-program__title {
	color: var(--darkBlue);
}

.eventsnew-program__more-btn.more-btn {
	margin-top: 30px;
	background-color: var(--borderColor);
}

.eventsnew-program__more-btn.more-btn:hover {
	opacity: .6;
}

.section-registration {
	padding: 75px 0;
}

.section-registration__text {
	margin-top: 16px;
}

.section-registration__btns {
	margin-top: 60px;
}

.section-contactsnew {
	padding: 80px 0;
	min-height: 330px;
}

.section-contactsnew__text {
	margin-top: 10px;
}

.section-contactsnew__links {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-contactsnew__link {
	color: var(--blue);
}

.section-contactsnew__link+.section-contactsnew__link {
	margin-left: 40px;
}

.section-downloads {
	padding: 66px 0 130px;
	background: url(../img/light-grey-pattern-bg-3.jpg) repeat-y top center;
	background-size: cover;
}

.download__item+.download__item {
	margin-top: 85px;
}

.download__head {
	margin-bottom: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download__head-logo {
	margin-right: 40px;
	width: 116px;
	height: 116px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.download__head-logo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.download__head-title .title-logo {
	height: 49px;
}

.download__head-title .title-logo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.download__head-title .title-text {
	margin-top: -10px;
}

.download__version-line {
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 2px solid rgba(0,32,77,.05);
	border-bottom: 2px solid rgba(0,32,77,.05);
}

.download__version {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download__version-label {
	margin-left: 24px;
	padding: 7px 24px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--green);
	border-radius: 20px;
}

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

.download__btns .button+.button {
	margin-left: 16px;
}

.download__list {
	margin-top: 24px;
}

.download__list-item+.download__list-item {
	margin-top: 60px;
}

.download__list-body {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.download__list-link {
	position: relative;
	padding-left: 22px;
}

.download__list-link::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--black);
	border-radius: 50%;
}

.download__list-link+.download__list-link {
	margin-top: 16px;
}

.g-recaptcha {
	margin: 15px 0;
}

.only-table-page {
	padding: 60px 0;
	width: 90%;
	margin: 0 auto;
	overflow-x: auto;
}

.only-table-page a {
	color: #1479d6;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.only-table-page a:hover {
	opacity: .5;
}

.only-table-page a:active {
	transform: scale(.98);
}

.only-table-page table {
	max-width: 100%;
	border: 1px solid #c3ccdb;
	color: #384a63;
	margin-bottom: 15px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.4;
}

.only-table-page tbody {
	border-top: 1px solid #ccc;
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	width: 100%;
	max-width: 100%;
}

.only-table-page td {
	padding: 12px 9px;
	vertical-align: middle;
}

.only-table-page td,.only-table-page th {
	border: 1px solid #c3ccdb;
}

.section-partners-top__button {
	background-color: #005abe;
	border-radius: 4px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 40px;
	margin-top: 30px;
	font-weight: 500;
	font-size: 16px;
}

.section-partners-top__button:hover {
	background-color: #005abee6;
}

.form-file {
	display: block;
	position: relative;
}

.form-file__label {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #005abe;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}

.form-file__label::before {
	content: '';
	display: inline-block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjA4OTYgMS44Njk5NEMxMi4yMjAxIDAuMDAwMzg1NzkxIDkuMTc4MSAwLjAwMDM4NTc5MSA3LjMwODMxIDEuODY5OTRMMS40OTU1OCA3LjY4MjY0QzAuMTYwMjU1IDkuMDE4MTEgMC4xNjAzNDMgMTEuMTkxIDEuNDk1NzUgMTIuNTI2NEMyLjE2MzUyIDEzLjE5NDIgMy4wNDAzNyAxMy41MjggMy45MTc1OCAxMy41MjhDNC43OTQ1NSAxMy41Mjc5IDUuNjcxODggMTMuMTk0MSA2LjMzOTUyIDEyLjUyNjRMMTEuNjY3NyA3LjE5ODFDMTIuMDU1OSA2LjgwOTk4IDEyLjI2OTcgNi4yOTM5MSAxMi4yNjk3IDUuNzQ1QzEyLjI2OTcgNS4xOTYwNyAxMi4wNTYgNC42ODAwMyAxMS42Njc4IDQuMjkxNzlDMTAuODY2NCAzLjQ5MDU1IDkuNTYyNjIgMy40OTA1OCA4Ljc2MTQ3IDQuMjkxOTRMNS4yNzcwNCA3Ljc3NjI3QzUuMDA5NTMgOC4wNDM3NiA1LjAwOTUzIDguNDc3NDkgNS4yNzY5OCA4Ljc0NTAzQzUuNTQ0NDYgOS4wMTI2IDUuOTc4MiA5LjAxMjUxIDYuMjQ1NzQgOC43NDUwM0w5LjczMDIgNS4yNjA2N0M5Ljk5NzMgNC45OTM1NyAxMC40MzE4IDQuOTkzNTEgMTAuNjk5IDUuMjYwNjFDMTAuODI4MyA1LjM4OTk5IDEwLjg5OTYgNS41NjIwMiAxMC44OTk2IDUuNzQ0OThDMTAuODk5NiA1LjkyNzkzIDEwLjgyODQgNi4wOTk5MSAxMC42OTkgNi4yMjkzNEw1LjM3MDc2IDExLjU1NzZDNC41Njk0NiAxMi4zNTg4IDMuMjY1NzUgMTIuMzU4OSAyLjQ2NDUxIDExLjU1NzdDMS42NjMyNyAxMC43NTY0IDEuNjYzMjEgOS40NTI2MSAyLjQ2NDM3IDguNjUxMzFMOC4yNzcwNyAyLjgzODdDOS42MTI2IDEuNTAzMjMgMTEuNzg1NSAxLjUwMzIzIDEzLjEyMDggMi44Mzg3QzEzLjc2NzggMy40ODU1NyAxNC4xMjQxIDQuMzQ1NyAxNC4xMjQxIDUuMjYwNTVDMTQuMTI0MSA2LjE3NTQxIDEzLjc2NzggNy4wMzU1MyAxMy4xMjA4IDcuNjgyNDdMNy4zMDgyMiAxMy40OTUzQzcuMDQwNzQgMTMuNzYyOCA3LjA0MDc0IDE0LjE5NjUgNy4zMDgyOCAxNC40NjRDNy40NDIwNSAxNC41OTc4IDcuNjE3MzYgMTQuNjY0NiA3Ljc5MjY1IDE0LjY2NDZDNy45Njc5NiAxNC42NjQ2IDguMTQzMjcgMTQuNTk3NyA4LjI3NzA0IDE0LjQ2NEwxNC4wODk2IDguNjUxMjVDMTQuOTk1MyA3Ljc0NTYgMTUuNDk0MSA2LjU0MTQ0IDE1LjQ5NDEgNS4yNjA1OEMxNS40OTQxIDMuOTc5NzUgMTQuOTk1MyAyLjc3NTU5IDE0LjA4OTYgMS44Njk5NFoiIGZpbGw9IiMwMDVBQkUiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
	width: 15px;
	height: 15px;
}

.form-file__label:hover {
	opacity: .5;
}

.form-file__input {
	display: none;
}

.list-files {
	margin-top: 25px;
	display: block;
}

.file {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 5px;
}

.file:last-child {
	margin-bottom: 0;
}

.file-cross {
	position: relative;
	width: 18px;
	height: 18px;
	transition: .3s;
	transform: scale(1);
	margin-right: 7px;
}

.file-cross:after,.file-cross:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: var(--darkBlue);
	opacity: .5;
	transition: .3s;
}

.file-cross:after {
	transform: rotate(45deg);
}

.file-cross:before {
	transform: rotate(-45deg);
}

.uploaded-file-delete:hover .file-cross:after,.uploaded-file-delete:hover .file-cross:before {
	background: #dc143c;
}

@media (max-width:1679px) {
	.only-table-page table {
		font-size: 12px;
	}
}

.section-buy {
	padding: 50px 0;
}

.section-buy__text {
	margin-top: 6px;
}

.section-buy__links {
	margin-top: 42px;
}

.section-buy__btn {
	padding: 0 40px;
}

@media (max-width:1679px) {
	.section-buy {
		padding: 51px 0 53px;
	}

	.section-buy__text {
		margin-top: 10px;
	}

	.section-buy__links {
		margin-top: 40px;
	}
}

@media (max-width:1279px) {
	.section-buy {
		padding: 35px 0;
	}

	.section-buy__text {
		margin-top: 6px;
	}
}

@media (max-width:1023px) {
	.section-buy {
		padding: 32px 0 43px;
	}

	.section-buy__text {
		margin-top: 8px;
	}

	.section-buy__links {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	.section-buy {
		padding: 22px 0 30px;
	}

	.section-buy__text {
		width: 90%;
		margin-top: 16px;
	}

	.section-buy__links {
		margin-top: 30px;
	}
}

@media (max-width:1679px) {
	.grid__content {
		width: 1200px;
	}

	.h1,h1 {
		font-size: 42px;
		line-height: 50px;
	}

	.h2,h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.h3,h3 {
		font-size: 32px;
		line-height: 32px;
	}

	.h4,h4 {
		font-size: 30px;
		line-height: 36px;
	}

	.h5,h5 {
		font-size: 26px;
		line-height: 33px;
	}

	.h6,h6 {
		font-size: 21px;
		line-height: 27px;
	}

	.text1 {
		font-size: 24px;
		line-height: 28px;
	}

	.text2 {
		font-size: 22px;
		line-height: 26px;
	}

	.text3 {
		font-size: 20px;
		line-height: 27px;
	}

	.text4 {
		font-size: 18px;
		line-height: 24px;
	}

	.text5 {
		font-size: 16px;
		line-height: 21px;
	}

	.text6 {
		font-size: 16px;
		line-height: 19px;
	}

	.link {
		padding-right: 25px;
	}

	.link:not(.download)::after {
		width: 15px;
		height: 12px;
	}

	.link:not(.download):hover::after {
		width: 24px;
		right: -9px;
	}

	.button {
		padding: 0 30px;
		height: 47px;
		font-size: 14px;
		line-height: 22px;
	}

	.button.button-thin-arrow:after {
		margin-left: 26px;
		width: 35px;
		height: 10px;
	}

	.form-row+.form-row {
		margin-top: 19px;
	}

	.input-box {
		height: 51px;
	}

	.input-box__input {
		font-size: 14px;
		line-height: 21px;
	}

	.input-box__label {
		top: 20px;
		font-size: 14px;
		line-height: 21px;
	}

	.form-pp__form-wrapper {
		width: 810px;
	}

	.form-pp__head {
		padding: 34px 140px 34px 55px;
	}

	.form-pp .pp__close {
		top: 39px;
		right: 54px;
	}

	.form-pp__form {
		padding: 20px 55px 52px;
	}

	.form-row.double>* {
		width: 335px;
	}

	.form-pp__form .select__placeholder {
		height: 51px;
		font-size: 14px;
		line-height: 21px;
		padding-top: 19px;
	}

	.form-pp__form .select .select__box {
		top: calc(100% + 10px);
		max-height: 250px;
	}

	.form-pp__form .select__box__options {
		padding: 12px 45px 12px 20px;
	}

	.form-pp__fieldset-title {
		margin-bottom: 20px;
	}

	.form-pp__form-footer {
		margin-top: 54px;
	}

	.form-pp__form-policy {
		width: 417px;
		margin-left: 40px;
	}

	.pp__success {
		width: 710px;
		padding: 41px 103px 55px;
	}

	.pp__success-logo {
		width: 192px;
		height: 127px;
	}

	.pp__success-title {
		margin-top: 28px;
	}

	.pp__success-text {
		margin-top: 15px;
	}

	.pp__success-btn {
		margin-top: 45px;
	}

	.header__logo {
		width: 282px;
	}

	.footer {
		padding: 50px 0 28px;
	}

	.footer-row__menu {
		padding-bottom: 30px;
	}

	.footer-scrolltop__btn {
		width: 53px;
		height: 53px;
	}

	.footer-scrolltop__btn::before {
		width: 14px;
		height: 25px;
	}

	.footer__links {
		width: 770px;
	}

	.footer__links-body {
		margin-top: 32px;
	}

	.footer__links-body-item {
		margin-bottom: 11px;
	}

	.footer__logos-item {
		height: 52px;
		margin-bottom: 53px;
	}

	.footer-row__social {
		padding: 15px 0;
	}

	.footer__logo {
		width: 282px;
	}

	.sn-box__item {
		margin-right: 9px;
		width: 40px;
		height: 40px;
	}

	.sn-box__item::before {
		width: 50%;
		height: 50%;
	}

	.footer-row__bottom {
		padding-top: 23px;
	}

	.footer__policy-item {
		margin-right: 20px;
	}

	.main-swiper__slide {
		padding: 42px 0 44px;
	}

	.main-swiper__slide-cont {
		width: 420px;
	}

	.main-swiper__slide-suptitle {
		margin-bottom: 16px;
	}

	.main-swiper__slide-title .title-logo {
		height: 42px;
	}

	.main-swiper__btns {
		bottom: 38px;
		right: 45px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.section-solution {
		padding: 55px 0 70px;
	}

	.section-solution__logo {
		margin-right: 45px;
		width: 168px;
		height: 163px;
	}

	.section-solution__items {
		width: 782px;
		grid-column-gap: 63px;
		grid-row-gap: 37px;
	}

	.section-solution__item {
		padding-left: 20px;
	}

	.section-solution__item::before {
		width: 4px;
		height: 4px;
		border-radius: 50%;
	}

	.main-defense {
		padding: 59px 0 52px;
	}

	.main-defense__cards {
		margin-top: 45px;
	}

	.defense__cards {
		grid-gap: 18px;
	}

	.defense__card {
		padding: 32px;
	}

	.defense__card-tag {
		margin-bottom: 20px;
	}

	.defense__card-text {
		margin-bottom: 42px;
			height: 63px;
	}

	.defense__card-logo {
		margin-right: 24px;
		width: 50px;
		height: 62px;
	}

	.defense__card-title .title-logo {
		height: 24px;
	}

	.defense__card-title .title-text {
		font-size: 26px;
		line-height: 33px;
	}

	.main-about {
		padding: 52px 0 97px;
	}

	.main-about__text {
		width: 712px;
		margin-top: 20px;
	}

	.main-about__cards {
		margin-top: 80px;
	}

	.about__card {
		margin-bottom: 77px;
	}

	.about__card-photo {
		width: 544px;
	}

	.about__card-cont {
		width: 544px;
	}

	.about__card-text {
		width: 494px;
		margin-top: 27px;
	}

	.about__card-link {
		margin-top: 70px;
	}

	.section-preview-cards {
		padding: 70px 0 53px;
	}

	.preview-cards {
		grid-gap: 30px;
	}

	.preview-card {
		padding: 45px 60px 50px;
	}

	.preview-card__text {
		margin-top: 8px;
		margin-bottom: 60px;
	}

	.section-company-top {
		padding: 49px;
	}

	.section-company-top__cont {
		width: 600px;
	}

	.section-company-top__text {
		margin-top: 14px;
	}

	.section-top__footer {
		padding: 13px 0;
		min-height: 60px;
	}

	.statistic__item {
		padding: 52px 75px 77px;
		width: 38.5%;
	}

	.statistic__item::after {
		height: calc(100% - 130px);
	}

	.statistic__item:nth-child(3n+1),.statistic__item:nth-child(3n+3) {
		width: 30.75%;
	}

	.statistic__item-suptitle {
		margin-bottom: 11px;
	}

	.statistic__item-text {
		margin-top: 15px;
	}

	.section_text {
		padding: 77px 0;
		min-height: 188px;
	}

	.section_text__title {
		width: 253px;
	}

	.section_text__content {
		width: 768px;
	}

	.section_text__benefits {
		margin-top: 50px;
	}

	.benefits-items {
		grid-column-gap: 64px;
		grid-row-gap: 69px;
	}

	.benefit-logo {
		margin-right: 25px;
		width: 44px;
		height: 44px;
	}

	.section-company-history {
		padding: 68px 0 50px;
	}

	.section-company-history__body {
		padding-bottom: 85px;
	}

	.section-company-history__cont {
		width: 500px;
	}

	.section-company-history__text {
		margin-top: 27px;
	}

	.section-company-history__link {
		margin-top: 50px;
	}

	.section-company-history__photo {
		width: 451px;
	}

	.year__item {
		margin-right: 32px;
		font-size: 18px;
		line-height: 27px;
	}

	.year__item.active {
		font-size: 32px;
	}

	.section__vacancies {
		padding: 98px 0 77px;
	}

	.vacancies__items {
		grid-column-gap: 32px;
		grid-row-gap: 34px;
	}

	.vacancies__item {
		padding-bottom: 42px;
	}

	.vacancies__item-head {
		margin-bottom: 9px;
	}

	.vacancies__item-body {
		margin-bottom: 43px;
	}

	.vacancies-btn {
		margin-top: 40px;
	}

	.section__awards {
		padding: 70px 0;
	}

	.section__awards .awards-swiper {
		margin-top: 35px;
	}

	.award__item {
		padding: 27px 57px 24px;
	}

	.award__item-logo {
		margin-bottom: 19px;
	}

	.award__item-title {
		margin-bottom: 17px;
	}

	.swiper__btn {
		width: 40px;
		height: 40px;
	}

	.swiper__btn::after {
		width: 10px;
		height: 17px;
	}

	.section-company-membership {
		padding: 80px 0;
	}

	.membership__tab-head {
		margin-right: 62px;
	}

	.membership__tab-cont-logos {
		margin-top: 50px;
	}

	.membership__tab-cont-logo {
		margin-right: 65px;
		margin-top: 12px;
		max-height: 74px;
	}

	.section-company-success {
		padding: 62px 0 66px;
	}

	.section-company-success__text {
		margin-top: 12px;
	}

	.section-company-success__swiper {
		margin-top: 45px;
	}

	.bg-cards {
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}

	.bg-card {
		padding: 25px 46px 87px;
		position: relative;
	}

	.bg-card__logo {
		height: 42px;
	}

	.bg-card__tag {
		padding: 7px 21px;
	}

	.bg-card__body {
		margin-top: 57px;
	}

	.bg-card__link {
		left: 46px;
		bottom: 30px;
	}

	.bg-card__hover-box {
		padding: 36px 46px 87px;
	}

	.section-company-partners {
		padding: 73px 0 78px;
	}

	.section-company-partners__swiper {
		padding: 28px 0;
		margin-top: 37px;
	}

	.partner__card {
		padding: 28px 63px 9px;
	}

	.partner__card-logo {
		margin-bottom: 40px;
	}

	.section-company-contacts {
		padding: 80px 0 75px;
	}

	.contacts__items {
		grid-column-gap: 96px;
	}

	.contact__item-head {
		margin-bottom: 18px;
	}

	.contact__item-body {
		margin-bottom: 7px;
	}

	.section-company-management {
		padding: 78px 0 55px;
	}

	.section-company-management__items {
		margin-top: 50px;
	}

	.management__items {
		grid-column-gap: 29px;
		grid-row-gap: 53px;
	}

	.management__item-cont {
		margin-top: 24px;
	}

	.management__item-text {
		margin-top: 13px;
	}

	.section-career-top {
		padding: 60px 0 40px;
	}

	.section-career-top__cont {
		width: 523px;
	}

	.section-career-top__text {
		margin-top: 17px;
	}

	.section-career-top__btns {
		margin-top: 40px;
	}

	.section-gallery {
		padding: 83px 0;
	}

	.pp__content.gallery-pp__content {
		width: 700px;
	}

	.section-career-vacancies__content .section_text__selects {
		margin-top: 55px;
	}

	.select__item+.select__item {
		margin-left: 28px;
	}

	.select,.select__box {
		width: 230px;
	}

	.select.large,.select__box.large {
		width: 278px;
	}

	.select__placeholder {
		height: 46px;
		padding: 12px 45px 12px 19px;
	}

	.select__placeholder::after {
		width: 15px;
		height: 9px;
		right: 18px;
	}

	.select__box {
		max-height: 160px;
	}

	.select__box__options {
		padding: 12px 45px 12px 19px;
	}

	.section-career-vacancies__content .section_text__vacancies {
		margin-top: 75px;
	}

	.section-career-vacancies__content .section__pagination {
		margin-top: 35px;
	}

	.pagination__item {
		margin-right: 11px;
		width: 38px;
		height: 38px;
	}

	.pagination__item.next,.pagination__item.prev {
		padding: 0 17px;
	}

	.pagination__item.prev::before {
		margin-right: 13px;
		width: 7px;
		height: 11px;
	}

	.pagination__item.next::after {
		margin-left: 13px;
		width: 7px;
		height: 11px;
	}

	.section-vacancy {
		padding: 45px 0 145px;
	}

	.section-vacancy .section-aside__inner {
		margin-top: 40px;
	}

	.section-aside__cont {
		width: 750px;
	}

	.section-aside__text_content {
		margin-top: 40px;
	}

	.section-aside__aside {
		width: 388px;
		top: 60px;
	}

	.section-news__list {
		padding: 0 0 113px;
	}

	.news__item {
		padding: 40px 0;
	}

	.news__item-photo {
		margin-right: 80px;
		width: 390px;
	}

	.news__item-cont {
		margin-left: 0;
		width: auto;
	}

	.news__item-text {
		margin-bottom: 95px;
		width: 100%;
	}

	.section-news__more-btn {
		margin-top: 65px;
	}

	.section-news__media {
		padding: 85px 0 65px;
	}

	.section-news__media-content .text__content {
		width: 758px;
	}

	.section-news__media-aside {
		width: 350px;
	}

	.section-news__media-aside-footer {
		margin-top: 8px;
	}

	.section-new-top {
		min-height: 327px;
	}

	.section-new-top__cont {
		width: 615px;
	}

	.new-breadcrumbs {
		margin-bottom: 30px;
	}

	.section-new {
		padding: 60px 0;
	}

	.section-new__cont {
		width: 728px;
	}

	.section-new__cont .text__content-social {
		margin-top: 40px;
	}

	.text__content-social-item {
		height: 60px;
	}

	.text__content-social-item img {
		width: 36px;
		height: 32px;
	}

	.section-new__aside {
		padding: 40px 43px 40px;
		top: 60px;
		width: 391px;
	}

	.section-new__aside-item {
		padding-bottom: 30px;
	}

	.section-new__aside-item+.section-new__aside-item {
		margin-top: 30px;
	}

	.section-new__aside-item-head {
		margin-bottom: 10px;
	}

	.section-new__aside-link {
		margin-top: 40px;
	}

	.section-new-gallery {
		padding: 80px 0 86px;
	}

	.section-new-gallery__cont {
		margin-top: 46px;
	}

	.section-events-top {
		padding: 95px 0 75px;
	}

	.section-events__list {
		padding: 43px 0 80px;
	}

	.section-events__tabs-head-item {
		margin-right: 60px;
		padding-bottom: 18px;
	}

	.section-events__tabs-cont {
		margin-top: 40px;
	}

	.event__item-photo {
		width: 640px;
	}

	.event__item-icons {
		top: 22px;
		left: 24px;
	}

	.tooltip {
		left: -24px;
	}

	.tooltip::after {
		left: 40px;
	}

	.event__item-cont {
		width: 460px;
	}

	.section-event-top {
		padding: 63px 0;
		min-height: 330px;
	}

	.section-event-top__cont {
		width: 665px;
	}

	.section-event {
		padding: 56px 0 60px;
	}

	.button.button-download:after,.button.button-link:after,.button.button-move:after,.button.button-plus:after {
		width: 16px;
		height: 16px;
	}

	.section-event-gallery__cont {
		margin-top: 48px;
	}

	.section-ingrainings-top__title {
		width: 335px;
	}

	.section-ingrainings-top__content {
		width: 592px;
	}

	.section-ingrainings {
		padding: 40px 0 120px;
	}

	.section-ingraining {
		padding: 50px 0 85px;
	}

	.section-ingraining .text__content-results {
		margin-top: 40px;
	}

	.section-ingraining .section-aside__cont {
		width: 780px;
	}

	.section-ingraining .section-aside__aside {
		width: 362px;
	}

	.text__content-results {
		padding: 30px 50px 44px;
	}

	.text__content-results-body {
		margin-top: 22px;
	}

	.section-ingraining .text__content-social {
		margin-top: 40px;
	}

	.section-contacts {
		padding: 77px 0 70px;
	}

	.section-contacts__title {
		width: 381px;
	}

	.section-contacts__cont {
		margin-left: auto;
		width: 455px;
	}

	.section-contacts__item-subtitle {
		margin-top: 15px;
	}

	.section-contacts__phone+.section-contacts__phone {
		margin-top: 20px;
	}

	.section-contacts__phone-head a {
		margin-left: 30px;
	}

	.section-contacts__phone-subhead {
		margin-top: 5px;
	}

	.section-contacts__links {
		margin-top: 30px;
	}

	.section-contacts__link+.section-contacts__link {
		margin-top: 10px;
	}

	.section-contacts__btns {
		margin-top: 40px;
	}

	.button.section-contacts__btn {
		min-width: 225px;
	}

	.section-contacts__map {
		height: 267px;
	}

	.my-contacts-hint {
		width: 138px;
		font-size: 11px;
	}

	.section-partners-top {
		min-height: 394px;
		padding: 60px 0 75px;
	}

	.section-partners-top__cont {
		width: 615px;
	}

	.section-partners-top__subtitle {
		margin-bottom: 27px;
		color: var(--darkBlue);
		text-transform: uppercase;
	}

	.section-partners-top__text {
		margin-top: 32px;
	}

	.section-partners__advantages {
		padding: 70px 0;
	}

	.section-partners__advantages-cards {
		margin-top: 52px;
	}

	.advantages-cards {
		grid-gap: 90px;
	}

	.advantages-logo {
		width: 48px;
		height: 48px;
	}

	.advantages-title {
		margin-top: 22px;
	}

	.advantages-text {
		margin-top: 18px;
	}

	.section-partners__steps {
		padding: 68px 0 60px;
	}

	.section-partners__steps-title {
		width: 356px;
	}

	.section-partners__steps-cont {
		margin-left: 170px;
		width: 606px;
	}

	.section-partners__steps-list li+li {
		margin-top: 28px;
	}

	.section-partners__steps-list li {
		padding-left: 90px;
	}

	.section-partners__steps-list li::before {
		width: 60px;
		height: 60px;
		font-size: 22px;
		line-height: 28px;
	}

	.section-partners__steps-btns {
		margin-top: 68px;
	}

	.section-partners__steps-btns .button.section-partners__steps-btn::after {
		margin-left: 52px;
	}

	.section-partners__find {
		min-height: 358px;
		padding: 54px 0;
	}

	.section-partners__find .section-bg img {
		-o-object-position: 38% 0;
		object-position: 38% 0;
	}

	.section-partners__find-cont {
		margin-left: auto;
		width: 677px;
	}

	.section-partners__find-text {
		width: 420px;
	}

	.section-partners__info {
		padding: 65px 0 50px;
	}

	.partners__info-cards {
		grid-gap: 27px;
	}

	.partners__info-card {
		padding: 40px 40px 35px;
	}

	.partners__info-card-text {
		margin-top: 10px;
		margin-bottom: 55px;
	}

	.section-resellers__reviews {
		padding: 70px 0 90px;
	}

	.section-resellers__reviews-head {
		width: 210px;
	}

	.section-resellers__reviews-btns {
		margin-top: 40px;
	}

	.section-resellers__reviews-btns .swiper__btn+.swiper__btn {
		margin-left: 9px;
	}

	.section-resellers__reviews-cont {
		width: 780px;
	}

	.review-item__text {
		margin-bottom: 30px;
	}

	.review-item__text::before {
		left: -40px;
	}

	.review-item__footer {
		padding-top: 36px;
	}

	.review-item__logo {
		margin-right: 40px;
		width: 70px;
		height: 70px;
	}

	.review-item__autor-body {
		margin-top: 4px;
	}

	.section-faq {
		padding: 70px 0 80px;
	}

	.faq-items {
		margin-top: 32px;
	}

	.faq-item__head {
		padding: 30px 85px 30px 0;
	}

	.faq-item__head::after,.faq-item__head::before {
		right: 28px;
		width: 20px;
	}

	.faq-item__head-text {
		width: 970px;
	}

	.faq-item__body {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.faq-item__body-text {
		width: 970px;
	}

	.section-become-partner {
		padding: 55px 0;
	}

	.section-become-partner__btns {
		margin-top: 40px;
	}

	.section-become-partner__btn+.section-become-partner__btn {
		margin-left: 12px;
	}

	.button.section-become-partner__btn {
		padding: 0 22px;
		width: auto;
	}

	.button.section-become-partner__btn.button-move::after {
		margin-left: 17px;
		width: 12px;
		height: 12px;
	}

	.section-resellers__info .partners__info-cards {
		-ms-grid-columns: 1fr 27px 1fr 27px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.section-resellers__info .partners__info-card {
		padding-right: 70px;
	}

	.section-products-top {
		padding: 95px 0 75px;
	}

	.section-products-top__text {
		width: 612px;
	}

	.section-products {
		padding: 40px 0 95px;
	}

	.section-products__items {
		margin-top: 40px;
	}

	.product-cards {
		grid-gap: 30px;
	}

	.product-card {
		padding: 110px 55px 23px 28px;
	}

	.product-card__logo {
		width: 90px;
		top: 27px;
		right: 41px;
	}

	.product-card__tags {
		width: 180px;
		top: 33px;
		left: 28px;
	}

	.product-card .product-card-title .title-logo {
		width: 87px;
	}

	.product-card__text {
		margin-top: 19px;
	}

	.section-product-top {
		padding: 40px 0;
	}

	.section-product-top__cont {
		width: 670px;
	}

	.section-product-top__title img {
		min-height: 40px;
	}

	.section-product-top__text {
		margin-top: 10px;
		width: 543px;
	}

	.section-product-top__links {
		margin-top: 40px;
	}

	.section-top__footer-link+.section-top__footer-link {
		margin-left: 50px;
	}

	.section-top__footer-link-logo {
		margin-right: 20px;
	}

	.section-product-advantages {
		padding: 65px 0 95px;
	}

	.section-product-advantages__text {
		margin-top: 10px;
	}

	.section-product-advantages__cards {
		margin-top: 65px;
	}

	.section-product-solution {
		padding: 70px 0 80px;
	}

	.section-product-solution__text {
		margin-top: 27px;
	}

	.section-product-solution__table {
		margin-top: 30px;
	}

	.section-product-solution__table .table-head {
		top: 60px;
	}

	.table__row {
		padding: 26px 0;
	}

	.table__row>div:first-child {
		width: 732px;
	}

	.section-product-protection {
		padding: 80px 0 75px;
	}

	.section-product-protection__title {
		width: 707px;
	}

	.protection-cards {
		grid-column-gap: 120px;
	}

	.protection-card::after {
		width: 161px;
		height: 25px;
		top: 39px;
		right: -31px;
	}

	.protection-card__logo {
		width: 100px;
		height: 100px;
	}

	.protection-card__title {
		margin-top: 41px;
	}

	.protection-card__text {
		margin-top: 16px;
	}

	.section-product-systems {
		padding: 40px 0 100px;
	}

	.section-product-systems__text {
		margin-top: 26px;
	}

	.section-product-systems__box {
		margin-top: 85px;
	}

	.systems-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.systems-box__items {
		width: 730px;
	}

	.systems-box__items {
		grid-row-gap: 40px;
	}

	.systems-box__item-body {
		margin-top: 12px;
	}

	.systems-box__logo {
		width: 395px;
	}

	.product-headline {
		height: 60px;
	}

	.product-headline__logo-icon {
		margin-right: 8px;
		height: 28px;
	}

	.product-headline .button.section-product__btn {
		padding: 0 23px;
		height: 37px;
		font-size: 14px;
		line-height: 22px;
	}

	.product-headline .button.button-buy:after {
		margin-left: 44px;
		width: 16px;
		height: 18px;
	}

	.product-headline .button.button-trial:after {
		margin-left: 46px;
		width: 16px;
		height: 11px;
	}

	.section-product-license {
		padding: 60px 0 105px;
	}

	.section-product-license__title {
		width: 326px;
		margin-top: -.4%;
	}

	.section-product-license__cont {
		width: 710px;
	}

	.section-product-license__items {
		margin-top: 53px;
	}

	.license-items {
		grid-column-gap: 50px;
		grid-row-gap: 47px;
	}

	.license-item__icon {
		margin-top: 5px;
		width: 18px;
	}

	.license-item__body {
		margin-left: 18px;
	}

	.section-product-contacts__title {
		width: 280px;
	}

	.section-product-contacts__title img {
		height: 40px;
	}

	.section-product-contacts__cont {
		width: 735px;
	}

	.section-product-more {
		padding: 58px 0 96px;
	}

	.section-buy-top {
		padding: 55px 0;
		min-height: 220px;
	}

	.section-buy-top__cont {
		width: 660px;
	}

	.section-buy-breadcrumbs {
		margin-bottom: 37px;
	}

	.section-buy-top__logo {
		width: 145px;
	}

	.section-versions {
		padding: 74px 0 94px;
	}

	.section-versions__cards {
		margin-top: 20px;
	}

	.version-card {
		padding: 46px 130px 40px 65px;
	}

	.version-card__title .title-logo {
		height: 22px;
	}

	.version-card__title .title-text {
		font-size: 26px;
		line-height: 33px;
	}

	.version-card__text {
		margin-top: 16px;
	}

	.section-tariffs {
		padding: 44px 0 60px;
	}

	.tariffs-box__item+.tariffs-box__item {
		margin-top: 38px;
	}

	.tariffs-box__head {
		width: 250px;
	}

	.section-tariffs__title .title-logo {
		height: 28px;
	}

	.section-tariffs__subtitle {
		margin-top: 15px;
	}

	.tariffs-box__body {
		width: 830px;
	}

	.tariff-item {
		padding: 10px 25px;
	}

	.tariff-item+.tariff-item {
		margin-top: 16px;
	}

	.tariff-item__head {
		margin-right: 25px;
		width: 455px;
	}

	.tariff-item__hint {
		margin-left: 9px;
	}

	.tariff-item__hint-body {
		padding: 15px 18px;
		width: 310px;
	}

	.tariff-item__hint-body>*+* {
		margin-top: 12px;
	}

	.tariff-item__price {
		width: 103px;
	}

	.section-versions-compare {
		padding: 65px 0 20px;
	}

	.section-versions-compare__table {
		margin-top: 16px;
	}

	.section-versions-compare .table-head {
		top: 58px;
	}

	.section-license-policy {
		padding: 43px 0 58px;
	}

	.section-license-policy__text {
		margin-top: 34px;
	}

	.section-solutions {
		padding: 17px 0 120px;
	}

	.section-solutions__cards {
		margin-top: 60px;
	}

	.solutions-cards {
		grid-gap: 24px;
	}

	.solution-card__head {
		padding: 28px 0;
	}

	.solution-card__logo {
		width: 144px;
	}

	.solution-card__body {
		padding: 25px 30px;
	}

	.section-solution-top {
		min-height: 422px;
		padding: 76px 0 66px;
	}

	.section-solution-top__cont {
		width: 661px;
	}

	.section-solution-top__content {
		margin-top: 34px;
	}

	.section-solution-top__photo {
		width: 335px;
	}

	.section-solution-buy {
		padding: 64px 0;
	}

	.section-solution-buy__cont {
		width: 546px;
	}

	.section-solution-buy__text {
		margin-top: 34px;
	}

	.section-solution-buy__cont .section-product__phone {
		margin-top: 77px;
	}

	.section-solution-buy__card.product-card {
		width: 568px;
		padding: 66px 95px 40px 46px;
	}

	.section-solution-buy__card .product-card__logo {
		width: 94px;
		top: 26px;
		right: 26px;
	}

	.section-solution-buy__card .product-card__tags {
		top: 29px;
		left: 46px;
	}

	.section-solution-buy__card.product-card .product-card-title .title-logo {
		height: 27px;
	}

	.section-solution-buy__card.product-card .product-card__text {
		margin-top: 20px;
		margin-bottom: 32px;
	}

	.section-solution__about {
		padding: 95px 0 110px;
	}

	.section-404 {
		padding: 113px 0 120px;
	}

	.section-404__photo {
		position: relative;
		left: -40px;
		width: 653px;
	}

	.section-404__cont {
		width: 556px;
	}

	.section-404__subtitle {
		margin-top: 22px;
	}

	.section-404__text {
		margin-top: 42px;
	}

	.section-404__search {
		margin-top: 67px;
	}

	.search-input__box {
		height: 40px;
	}

	.search-input__box-input {
		padding: 8px 50px 8px 20px;
		font-size: 14px;
		line-height: 21px;
	}

	.search-btn__reset {
		width: 12px;
		height: 12px;
		right: 20px;
	}

	.search-btn {
		height: 40px;
	}

	.button.button-search:after {
		width: 20px;
		height: 20px;
	}

	.section-search {
		min-height: 572px;
		padding: 80px 0 178px;
	}

	.section-search__title {
		width: 295px;
	}

	.section-search__search {
		width: 720px;
	}

	.section-search__result {
		margin-top: 60px;
	}

	.section-search__result-item {
		padding: 40px 0;
	}

	.section-search__result-item-text {
		margin-top: 16px;
	}

	.section-search__result-item-link {
		margin-top: 24px;
	}

	.search__empty-logo {
		margin: 66px auto 0;
		width: 160px;
		height: 160px;
	}

	.section-upgrade {
		padding: 45px 0 15px;
	}

	.section-upgrade__list {
		margin-top: 48px;
	}

	.upgrade__list {
		grid-gap: 92px;
	}

	.upgrade__list-box-items {
		margin-top: 48px;
	}

	.upgrade-item {
		padding: 30px 0 50px;
	}

	.upgrade-item__head {
		margin-bottom: 26px;
	}

	.upgrade-item__info {
		margin-top: 13px;
	}

	.upgrade-item__info-item {
		padding: 0 26px;
	}

	.upgrade-item__footer {
		margin-top: 30px;
	}

	.upgrade-item__btn {
		-webkit-transform: translateY(-45%);
		-ms-transform: translateY(-45%);
		transform: translateY(-45%);
	}

	.section-support {
		padding: 60px 0 65px;
	}

	.section-support__title {
		width: 265px;
	}

	.section-support__links {
		width: 720px;
	}

	.section-support__link {
		margin-bottom: 22px;
	}

	.section-support-contacts {
		padding: 47px 0;
		min-height: 433px;
	}

	.section-support-contacts__head {
		width: 368px;
	}

	.section-support-contacts__head-items {
		margin-top: 18px;
	}

	.section-support-contacts__head-text {
		margin-top: 16px;
	}

	.section-support-contacts__body {
		width: 650px;
	}

	.section-support-contacts__body-btns {
		margin-top: 32px;
	}

	.button.section-support-contacts__body-btn {
		padding: 0 24px;
		height: 40px;
	}

	.section-documentation {
		padding: 115px 0;
	}

	.section-documentation__item+.section-documentation__item {
		margin-top: 27px;
	}

	.section-documentation__head {
		width: 265px;
	}

	.section-documentation__title-logo {
		height: 33px;
		margin-bottom: 7px;
	}

	.section-documentation__body {
		width: 765px;
	}

	.section-documentation__body-head {
		margin-bottom: 7px;
		padding: 12px 27px;
	}

	.document-link {
		padding: 14px 37px 14px 27px;
	}

	.document-link .document-link-download__info {
		margin-right: 28px;
	}

	.document-link.document-link-follow::after {
		width: 16px;
		height: 15px;
	}

	.document-link.document-link-download::after {
		width: 21px;
		height: 25px;
	}

	.section-top__search-select .select__box__options,.section-top__search-select .select__placeholder {
		padding: 9px 55px 9px 25px;
		font-size: 14px;
	}

	.section-top__search-select .select__placeholder {
		height: 40px;
	}

	.section-top__search-select .select__box__options {
		padding-right: 25px;
	}

	.section-top__search-select .select__placeholder::after {
		width: 16px;
		height: 10px;
		right: 22px;
	}

	.section-knowledge-top__search {
		margin-top: 35px;
	}

	.section-knowledge-top__search .section-top__search-selects {
		width: 318px;
	}

	.section-knowledge-top__search .button.button-search {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-knowledge-top__search .button.button-search::after {
		margin-left: auto;
		margin-right: 0;
	}

	.section-knowledge-products {
		padding: 60px 0 75px;
	}

	.products-cards-small {
		grid-gap: 24px;
	}

	.product-card-small {
		padding: 30px 51px 42px 48px;
	}

	.product-card-small__head {
		margin-bottom: 40px;
	}

	.product-card-small__title .title-logo {
		height: 19px;
	}

	.product-card-small__logo {
		width: 63px;
		height: 66px;
	}

	.product-card-small__btn {
		width: 30px;
		height: 14px;
	}

	.product-card-small:hover .product-card-small__btn {
		width: 45px;
	}

	.section-knowledge-license-top .breadcrumbs {
		margin-bottom: 30px;
	}

	.section-knowledge-license-documentation .section-documentation__item+.section-documentation__item {
		margin-top: 80px;
	}

	.section-knowledge-new-top.section-events-top {
		padding: 56px 0 24px;
	}

	.section-knowledge-new-top .breadcrumbs {
		margin-bottom: 30px;
	}

	.section-knowledge-new-top__subtitle {
		margin-top: 20px;
	}

	.section-knowledge-new {
		padding: 36px 0 100px;
	}

	.section-knowledge-new .section-aside__inner {
		margin: 0 auto;
		width: 780px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-knowledge-new .section-aside__aside {
		margin-bottom: 36px;
		width: 270px;
		margin-left: 0;
		position: relative;
		top: 0;
	}

	.section-knowledge-new .product-card-small {
		padding: 16px 23px;
	}

	.section-knowledge-new .product-card-small__logo {
		width: 52px;
		height: 54px;
	}

	.section-knowledge-new .product-card-small__title .title-logo {
		height: 17px;
	}

	.section-knowledge-new .product-card-small__title .title-text.text1 {
		font-size: 18px;
		line-height: 23px;
	}

	.section-knowledge-new .section-aside__cont {
		width: 100%;
	}

	.section-knowledge-new .post-rate {
		margin-top: 40px;
	}

	.post-rate {
		padding: 25px 50px 25px 42px;
	}

	.post-rate__cont {
		width: 425px;
	}

	.post-rate__btn+.post-rate__btn {
		margin-left: 60px;
	}

	.post-rate__btn::before {
		width: 29px;
		height: 29px;
	}

	.section-prolongation-top {
		min-height: 329px;
		padding: 50px 0 40px;
	}

	.section-prolongation-top__cont {
		width: 524px;
	}

	.section-prolongation-top__links {
		margin-top: 25px;
	}

	.section-prolongation-top__links .section-product__btn {
		width: 185px;
	}

	.section-prolongation-advantages {
		padding: 85px 0 115px;
	}

	.section-prolongation-advantages__cards.advantages-cards {
		grid-column-gap: 95px;
		grid-row-gap: 80px;
	}

	.section-prolongation-steps {
		padding: 52px 0 60px;
	}

	.section-prolongation-steps__items {
		margin-top: 69px;
	}

	.instruction-cards {
		width: 100%;
		grid-gap: 113px;
	}

	.instruction-cards li {
		padding-top: 118px;
	}

	.instruction-cards li::before {
		width: 78px;
		height: 78px;
	}

	.instruction-cards li::after {
		width: 204px;
		height: 31px;
		top: 28px;
		right: 50px;
	}

	.section-locator-top__search {
		margin-top: 22px;
	}

	.section-locator {
		padding: 22px 0 90px;
	}

	.section-locator__filters-counter {
		margin-left: 29px;
	}

	.section-locator__inner {
		margin-top: 60px;
	}

	.locator__list-item {
		padding: 60px 0;
	}

	.locator__list-item-head {
		width: 238px;
	}

	.locator__list-btns {
		margin-top: 60px;
	}

	.locator__list-btn+.locator__list-btn {
		margin-left: 20px;
	}

	.locator__list-btn {
		width: 54px;
		height: 54px;
	}

	.locator__list-item-body {
		width: 514px;
	}

	.locator__list-text {
		margin-bottom: 52px;
	}

	.locator__list-link+.locator__list-link {
		margin-left: 78px;
	}

	.locator__list-item-footer {
		padding-bottom: 2px;
		margin-left: 40px;
		width: 205px;
	}

	.locator__list-more-btn {
		margin-top: 60px;
	}

	.locator__map {
		height: 457px;
	}

	.locator-marker__info {
		padding: 72px 46px 48px;
		width: 303px;
	}

	.locator-marker__info-close {
		top: 28px;
		right: 40px;
	}

	.locator-marker__info-type {
		margin-bottom: 25px;
	}

	.locator-marker__info-text {
		margin-top: 11px;
		margin-bottom: 20px;
	}

	.locator-marker__info-link {
		margin-top: 53px;
	}

	.section-policy {
		padding: 60px 0 100px;
	}

	.policy__text {
		margin-top: 30px;
	}

	.cookie-box {
		padding: 29px 30px 17px;
		right: 41px;
	}

	.cookie-box__btn.button {
		margin-top: 20px;
	}

	.section-newevents-top {
		padding: 50px 0;
		min-height: 350px;
	}

	.section-top__date-box {
		margin-top: 24px;
	}

	.section-top__date-icon {
		width: 24px;
		height: 24px;
	}

	.section-newevents-top .section-product-top__links {
		margin-top: 27px;
	}

	.section-newevents-about {
		padding: 75px 0;
	}

	.section-single-text__cont {
		width: 980px;
	}

	.section-text-items {
		padding: 60px 0;
	}

	.text-items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 101px 1fr 101px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 101px;
		grid-row-gap: 82px;
	}

	.text-item__text {
		margin-top: 10px;
	}

	.section-eventsnew-program {
		padding: 58px 0 65px;
	}

	.eventsnew-program__items {
		margin-top: 20px;
	}

	.eventsnew-program__item {
		padding: 20px 0;
	}

	.eventsnew-program__item-body {
		width: 768px;
	}

	.eventsnew-program__more-btn.more-btn {
		margin-top: 34px;
	}

	.section-registration {
		padding: 45px 0;
	}

	.section-registration__text {
		margin-top: 19px;
	}

	.section-registration__btns {
		margin-top: 29px;
	}

	.section-contactsnew {
		padding: 62px 0;
		min-height: 280px;
	}

	.section-downloads {
		padding: 48px 0 80px;
	}

	.download__item+.download__item {
		margin-top: 80px;
	}

	.download__head {
		margin-bottom: 52px;
	}

	.download__head-logo {
		width: 100px;
		height: 100px;
	}

	.download__head-title .title-logo {
		height: 39px;
	}

	.download__version-line {
		padding: 15px 0;
	}

	.download__list {
		margin-top: 32px;
	}

	.download__list-item+.download__list-item {
		margin-top: 30px;
	}

	.download__list-body {
		margin-top: 10px;
	}

	.text__content .h6,.text__content h6 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media screen and (max-width:1439px) {
	.header__nav-list-footer-item:last-child,.nav-list-item:last-child {
		width: 280px;
	}

	.section-partners-top__button {
		padding: 0 23px;
	}
}

@media (max-width:1279px) {
	.grid__content {
		width: 944px;
	}

	.h1,h1 {
		font-size: 34px;
		line-height: 37px;
	}

	.h2,h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.h3,h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.h4,h4 {
		font-size: 24px;
		line-height: 31px;
	}

	.h5,h5 {
		font-size: 22px;
		line-height: 28px;
	}

	.h6,h6 {
		font-size: 18px;
		line-height: 23px;
	}

	.text1 {
		font-size: 22px;
		line-height: 26px;
	}

	.text2 {
		font-size: 20px;
		line-height: 23px;
	}

	.text3 {
		font-size: 18px;
		line-height: 25px;
	}

	.text4 {
		font-size: 16px;
		line-height: 21px;
	}

	.text5 {
		font-size: 16px;
		line-height: 19px;
	}

	.text6 {
		font-size: 14px;
		line-height: 16px;
	}

	.text7 {
		font-size: 14px;
		line-height: 18px;
	}

	.text8 {
		font-size: 12px;
		line-height: auto;
	}

	.text9 {
		font-size: 10px;
		line-height: 12px;
	}

	.link {
		padding-right: 22px;
	}

	.link:not(.download)::after {
		width: 12px;
		height: 10px;
	}

	.link:not(.download):hover::after {
		width: 20px;
		right: -8px;
	}

	.button {
		padding: 0 20px;
		height: 40px;
	}

	.button.button-thin-arrow:after {
		margin-left: 20px;
	}

	.form-row+.form-row {
		margin-top: 20px;
	}

	.input-box {
		height: 41px;
	}

	.input-box__input {
		padding-top: 9px;
		font-size: 14px;
		line-height: 19px;
	}

	.input-box__label {
		top: 15px;
		font-size: 14px;
		line-height: 19px;
	}

	.input-box__input.error~.input-box__label,.input-box__input:focus~.input-box__label,.input-box__input:not(:placeholder-shown)~.input-box__label,.textarea-box__textarea:focus~.textarea-box__label,.textarea-box__textarea:not(:placeholder-shown)~.textarea-box__label {
		font-size: 8px;
		line-height: 12px;
	}

	.form-pp__form .select label.error,.input-box__input~.error,.search-input__box-input~.error {
		font-size: 9px;
		line-height: 13px;
	}

	.textarea-box__textarea {
		padding: 12px 20px;
		font-size: 14px;
		line-height: 19px;
	}

	.textarea-box__label {
		left: 18px;
		top: 20px;
		font-size: 14px;
		line-height: 19px;
	}

	.textarea-box__textarea:focus~.textarea-box__label,.textarea-box__textarea:not(:placeholder-shown)~.textarea-box__label {
		top: 2px;
		left: 18px;
	}

	.form-pp__form-wrapper {
		width: 506px;
	}

	.form-pp__head {
		padding: 26px 85px 20px 43px;
	}

	.form-pp .pp__close {
		width: 18px;
		height: 18px;
		top: 31px;
		right: 25px;
	}

	.form-pp__form {
		padding: 20px 43px 25px;
	}

	.form-pp__form fieldset+fieldset {
		margin-top: 35px;
	}

	.form-pp__text {
		margin-bottom: 26px;
	}

	.form-pp__form-input-file {
		margin-top: 18px;
	}

	.form-row.double>* {
		width: 200px;
	}

	.form-pp__form .select__placeholder {
		padding: 14px 25px 4px 0;
		height: 41px;
		font-size: 14px;
		line-height: 21px;
	}

	.form-pp .select__placeholder::after {
		top: 60%;
		width: 13px;
		height: 7px;
	}

	.form-pp__form .select .select__box {
		top: calc(100% + 7px);
		max-height: 180px;
	}

	.form-pp__form .select__box__options {
		padding: 8px 30px 8px 10px;
	}

	.form-pp__fieldset-title {
		margin-bottom: 12px;
	}

	.form-pp__form-footer {
		margin-top: 44px;
		display: block;
	}

	.form-pp__form-policy {
		width: 363px;
		margin-left: 0;
		margin-top: 12px;
	}

	.form-pp__form-btn {
		min-width: 160px;
	}

	.pp__success {
		width: 550px;
		padding: 65px 55px 45px;
	}

	.pp__success-logo {
		width: 180px;
		height: 119px;
	}

	.pp__success-title {
		margin-top: 23px;
	}

	.pp__success-text {
		margin-top: 14px;
	}

	.pp__success-btn {
		margin-top: 32px;
	}

	.header__logo {
		width: 205px;
	}

	.header__nav {
		margin-left: auto;
	}

	.header__right {
		margin-left: 50px;
	}

	.header-search>span {
		display: none;
	}

	.header-search::before {
		margin-right: 0;
		width: 20px;
		height: 20px;
	}

	.header__nav-link {
		font-size: 12px;
	}

	.header__nav-item {
		padding-right: 32px;
	}

	.header__nav-link {
		height: 50px;
	}

	.main {
		margin-top: 50px;
	}

	.nav-list-item {
		width: 280px;
	}

	.nav-list-item:first-child {
		margin-right: 60px;
	}

	.nav-list-item:last-child {
		width: 230px;
	}

	.nav-list__item-body-item {
		margin-bottom: 15px;
	}

	.header__nav-links-items .nav-list__item-body-item {
		margin-bottom: 9px;
	}

	.header__nav-list-footer-item {
		width: 280px;
	}

	.header__nav-list-footer-item:first-child {
		margin-right: 60px;
	}

	.header__nav-list-footer-item:last-child {
		width: 230px;
	}

	.header__nav-list-footer-item-link img {
		width: 10px;
		height: auto;
	}

	.header__nav-list-footer-item-link {
		line-height: 1;
	}

	.header__nav-list-footer {
		margin-top: 24px;
	}

	.header__nav-links-items .nav-list__item-body {
		height: 124px;
	}

	.footer {
		padding: 41px 0 22px;
	}

	.footer-row__menu {
		padding-bottom: 24px;
	}

	.footer-scrolltop__btn {
		width: 43px;
		height: 43px;
	}

	.footer-scrolltop__btn::before {
		width: 11px;
		height: 20px;
	}

	.footer__links {
		width: 576px;
	}

	.footer__links-body {
		margin-top: 25px;
	}

	.footer__links-body-item {
		margin-bottom: 8px;
	}

	.footer__logos-item {
		height: 42px;
		margin-bottom: 42px;
	}

	.footer-row__social {
		padding: 12px 0;
	}

	.footer__logo {
		width: 205px;
	}

	.sn-box__item {
		margin-right: 7px;
		width: 31px;
		height: 31px;
	}

	.footer-row__bottom {
		padding-top: 18px;
	}

	.footer__policy-item {
		margin-right: 10px;
	}

	.main-swiper__slide {
		min-height: 330px;
	}

	.main-swiper__slide-cont {
		width: 370px;
	}

	.main-swiper__slide-suptitle {
		margin-bottom: 40px;
	}

	.main-swiper__slide-title .title-logo {
		height: 38px;
	}

	.section-solution {
		padding: 47px 0 76px;
	}

	.section-solution__cont {
		margin-top: 32px;
	}

	.section-solution__logo {
		margin-right: 60px;
		width: 180px;
		height: 175px;
	}

	.section-solution__items {
		width: 682px;
		grid-column-gap: 44px;
		grid-row-gap: 22px;
	}

	.section-solution__item {
		padding-left: 18px;
	}

	.main-defense {
		padding: 50px 0 37px;
	}

	.main-defense__cards {
		margin-top: 40px;
	}

	.defense__cards {
		grid-gap: 14px;
	}

	.defense__card {
		padding: 26px 38px 30px 26px;
	}

	.defense__card-tag {
		margin-bottom: 18px;
	}

	.defense__card-text {
		margin-bottom: 65px;
		height: auto;
	}

	.defense__card-logo {
		margin-right: 20px;
		width: 47px;
		height: 50px;
	}

	.defense__card-title .title-logo {
		height: 19px;
	}

	.defense__card-title .title-text {
		font-size: 19px;
		line-height: 25px;
	}

	.main-about {
		padding: 37px 0 53px;
	}

	.main-about__text {
		width: 596px;
	}

	.main-about__cards {
		margin-top: 67px;
	}

	.about__card {
		margin-bottom: 64px;
	}

	.about__card-photo {
		width: 429px;
	}

	.about__card-cont {
		width: 429px;
	}

	.about__card-text {
		width: 390px;
		margin-top: 20px;
	}

	.about__card-link {
		margin-top: 30px;
	}

	.section-preview-cards {
		padding: 45px 0 73px;
	}

	.preview-cards {
		grid-gap: 22px;
	}

	.preview-card {
		padding: 34px 45px 32px;
	}

	.preview-card__text {
		margin-top: 14px;
		margin-bottom: 30px;
	}

	.section-company-top {
		padding: 45px 0;
		min-height: 330px;
	}

	.section-company-top__cont {
		width: 594px;
	}

	.section-company-top__text {
		margin-top: 14px;
	}

	.section-top__footer {
		padding: 10px 0;
		min-height: 54px;
	}

	.section-top__anchor {
		margin-right: 40px;
	}

	.statistic__item {
		padding: 45px 63px;
		width: 37.7%;
	}

	.statistic__item::after {
		height: calc(100% - 90px);
	}

	.statistic__item:nth-child(3n+1),.statistic__item:nth-child(3n+3) {
		width: 31.15%;
	}

	.statistic__item-suptitle {
		margin-bottom: 8px;
	}

	.statistic__item-text {
		margin-top: 9px;
	}

	.section_text {
		padding: 55px 0;
		min-height: 155px;
	}

	.section_text__title {
		width: 224px;
	}

	.section_text__content {
		width: 625px;
	}

	.section_text__benefits {
		margin-top: 35px;
	}

	.benefits-items {
		grid-column-gap: 50px;
		grid-row-gap: 60px;
	}

	.benefit-logo {
		margin-right: 20px;
	}

	.section-company-history {
		padding: 52px 0 38px;
	}

	.section-company-history__body {
		padding-bottom: 55px;
	}

	.section-company-history__text {
		margin-top: 20px;
	}

	.section-company-history__link {
		margin-top: 40px;
	}

	.section-company-history__photo {
		width: 400px;
	}

	.year__item {
		margin-right: 40px;
		font-size: 14px;
		line-height: 21px;
	}

	.year__item.active {
		font-size: 24px;
	}

	.section__vacancies {
		padding: 63px 0 73px;
	}

	.vacancies__items {
		grid-column-gap: 12px;
		grid-row-gap: 32px;
	}

	.vacancies__item {
		padding-bottom: 40px;
	}

	.vacancies__item-head {
		margin-bottom: 6px;
	}

	.vacancies__item-body {
		margin-bottom: 50px;
	}

	.vacancies-btn {
		margin-top: 50px;
	}

	.section__awards {
		padding: 54px 0;
	}

	.section__awards .awards-swiper {
		margin-top: 32px;
	}

	.award__item {
		padding: 21px 36px 18px;
	}

	.award__item-logo {
		width: calc(100% - 20px);
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.award__item-title {
		margin-bottom: 13px;
	}

	.swiper__btn {
		width: 40px;
		height: 40px;
	}

	.swiper__btn::after {
		width: 10px;
		height: 17px;
	}

	.section-company-membership {
		padding: 80px 0 66px;
	}

	.membership__tab-head {
		padding-bottom: 14px;
		margin-right: 40px;
	}

	.membership__tab-cont-logo {
		margin-right: 62px;
		max-height: 70px;
	}

	.section-company-success {
		padding: 52px 0;
	}

	.section-company-success__text {
		margin-top: 10px;
	}

	.section-company-success__swiper {
		margin-top: 50px;
	}

	.bg-cards {
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}

	.bg-card {
		padding: 20px 36px 70px;
		position: relative;
	}

	.bg-card__logo {
		height: 33px;
	}

	.bg-card__tag {
		padding: 6px 12px;
	}

	.bg-card__body {
		margin-top: 46px;
	}

	.bg-card__link {
		left: 36px;
		bottom: 20px;
	}

	.bg-card__hover-box {
		padding: 20px 36px 70px;
	}

	.section-company-partners {
		padding: 50px 0 65px;
	}

	.section-company-partners__swiper {
		padding: 23px 0;
		margin-top: 40px;
	}

	.partner__card {
		padding: 22px 49px 2px;
	}

	.partner__card-logo {
		margin-bottom: 40px;
	}

	.section-company-contacts {
		padding: 70px 0 75px;
	}

	.section-company-contacts__items {
		margin-top: 45px;
	}

	.contacts__items {
		grid-column-gap: 50px;
	}

	.contact__item-head {
		margin-bottom: 21px;
	}

	.contact__item-body {
		margin-bottom: 11px;
	}

	.section-company-management {
		padding: 70px 0 125px;
	}

	.section-company-management__items {
		margin-top: 55px;
	}

	.management__items {
		grid-column-gap: 11px;
		grid-row-gap: 56px;
	}

	.management__item-cont {
		margin-top: 20px;
	}

	.management__item-text {
		margin-top: 10px;
	}

	.section-career-top {
		padding: 55px 0;
		min-height: 330px;
	}

	.section-career-top__cont {
		width: 462px;
	}

	.section-career-top__text {
		margin-top: 18px;
	}

	.section-gallery {
		padding: 65px 0;
	}

	.pp__content.gallery-pp__content {
		width: 750px;
	}

	.gallery-pp .pp__close {
		top: 16px;
		right: 20px;
	}

	.section-career-vacancies__content .section_text__selects {
		margin-top: 25px;
	}

	.select__placeholder {
		height: 40px;
		padding: 11px 45px 11px 19px;
		font-size: 12px;
		line-height: 18px;
	}

	.select__placeholder::after {
		width: 14px;
		height: 8px;
		right: 19px;
	}

	.select__box {
		max-height: 150px;
	}

	.select__box__options {
		padding: 11px 45px 11px 19px;
		font-size: 12px;
		line-height: 18px;
	}

	.section-career-vacancies__content .section_text__vacancies {
		margin-top: 55px;
	}

	.section-career-vacancies__content .section__pagination {
		margin-top: 40px;
	}

	.section-vacancy {
		padding: 40px 0;
	}

	.breadcrumbs__back-btn::before {
		margin-right: 5px;
		width: 7px;
		height: 12px;
	}

	.breadcrumbs__item {
		margin-left: 26px;
	}

	.section-vacancy .section-aside__inner {
		margin-top: 40px;
	}

	.section-aside__cont {
		width: 617px;
	}

	.section-aside__text_content {
		margin-top: 35px;
	}

	.section-aside__aside {
		width: 281px;
		top: 55px;
	}

	.aside__inner>*+* {
		margin-top: 14px;
	}

	.aside-card {
		padding: 20px 30px 27px;
	}

	.aside-card__head {
		padding-bottom: 18px;
	}

	.aside-card__body {
		padding-top: 13px;
	}

	.aside-card__tag {
		margin-bottom: 3px;
		margin-right: 12px;
	}

	.aside-card__date {
		padding-left: 35px;
	}

	.aside-card__date::before {
		width: 20px;
		height: 20px;
	}

	.aside-card__location {
		padding-left: 35px;
	}

	.aside-card__location::before {
		width: 20px;
		height: 20px;
	}

	.aside-card__footer {
		margin-top: 15px;
	}

	.aside-card__button+.aside-card__button {
		margin-top: 8px;
	}

	.aside-card__list {
		margin: 15px 0 30px;
	}

	.aside-card__list-item+.aside-card__list-item {
		margin-top: 27px;
	}

	.aside-card__list-body {
		margin-top: 5px;
	}

	.aside__social {
		padding: 11px 0;
	}

	.aside__social-item {
		height: 30px;
	}

	.aside__social-item img {
		width: 23px;
		height: 21px;
	}

	.section-news-top {
    	padding: 80px 0 84px;
    	min-height: 200px;
	}

	.section-news__list {
		padding: 7px 0 100px;
	}

	.news__item {
		padding: 30px 0;
	}

	.news__item-photo {
		margin-right: 55px;
		width: 306px;
	}

	.news__item-text {
		margin-top: 25px;
		margin-bottom: 50px;
	}

	.more-btn {
		height: 50px;
	}

	.more-btn__text {
		text-transform: none;
	}

	.section-news__more-btn {
		margin-top: 50px;
	}

	.section-news__media {
		padding: 70px 0;
	}

	.section-news__media-content {
		margin-top: 20px;
	}

	.section-news__media-content .text__content {
		width: 454px;
	}

	.section-new-top {
		padding: 76px 0;
		min-height: 280px;
	}

	.section-new-top__cont {
		width: 575px;
	}

	.new-breadcrumbs {
		margin-bottom: 35px;
	}

	.section-new {
		padding: 32px 0 50px;
	}

	.section-new__cont {
		width: 582px;
	}

	.section-new__cont .text__content-social {
		margin-top: 27px;
	}

	.text__content-social-item {
		height: 46px;
	}

	.text__content-social-item img {
		width: 30px;
		height: 25px;
	}

	.section-new__aside {
		padding: 30px 31px 27px;
		width: 297px;
	}

	.section-new__aside-link {
		margin-top: 36px;
	}

	.section-new-gallery {
		padding: 80px 0 60px;
	}

	.section-new-gallery__cont {
		margin-top: 38px;
	}

	.section-events-top {
		padding: 80px 0 84px;
		min-height: 200px;
	}

	.section-events__list {
		padding: 40px 0 70px;
	}

	.section-events__tabs-head-item {
		margin-right: 43px;
		padding-bottom: 17px;
	}

	.section-events__tabs-cont {
		margin-top: 53px;
	}

	.event__item {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.event__item-photo {
		width: 522px;
	}

	.event__item-icons {
		top: 18px;
		left: 19px;
	}

	.tooltip {
		left: -19px;
	}

	.tooltip::after {
		left: 35px;
	}

	.event__item-photo-infoline {
		padding: 0 20px;
		height: 36px;
	}

	.event__item-photo-infoline-address {
		padding-left: 20px;
	}

	.event__item-photo-infoline-address::before {
		width: 13px;
		height: 13px;
	}

	.event__item-cont {
		width: 367px;
	}

	.event__item-text {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.section-events__more-btn {
		margin-top: 57px;
	}

	.section-event-top {
		padding: 44px 0 70px;
		min-height: 280px;
	}

	.section-event-top__cont {
		width: 515px;
	}

	.section-event-gallery__cont {
		margin-top: 54px;
	}

	.section-ingrainings-top {
		min-height: 200px;
	}

	.section-ingrainings-top__title {
		width: 275px;
	}

	.section-ingrainings-top__content {
		width: 512px;
	}

	.section-ingrainings {
		padding: 42px 0 65px;
	}

	.section-ingrainings__list {
		margin-top: 40px;
	}

	.section-ingrainings .section__pagination {
		margin-top: 53px;
	}

	.section-ingraining {
		padding: 40px 0 60px;
	}

	.section-ingraining .text__content-results {
		margin-top: 24px;
	}

	.section-ingraining .section-aside__cont {
		width: 624px;
	}

	.section-ingraining .section-aside__aside {
		width: 297px;
	}

	.text__content-results {
		padding: 28px 100px 30px 50px;
	}

	.text__content-results-body {
		margin-top: 16px;
	}

	.section-ingraining .text__content-social {
		margin-top: 24px;
	}

	.section-contacts {
		padding: 85px 0;
	}

	.section-contacts__title {
		width: 316px;
	}

	.section-contacts__cont {
		width: 405px;
	}

	.section-contacts__phones {
		margin-top: 24px;
	}

	.section-contacts__phone+.section-contacts__phone {
		margin-top: 24px;
	}

	.section-contacts__phone-head a {
		margin-left: 9px;
	}

	.section-contacts__phone-subhead {
		margin-top: 8px;
	}

	.section-partners-top {
		min-height: 430px;
		padding: 80px 0;
	}

	.section-partners-top__cont {
		width: 440px;
	}

	.section-partners-top__subtitle {
		margin-bottom: 10px;
	}

	.section-partners-top__text {
		margin-top: 22px;
	}

	.section-partners__advantages {
		padding: 50px 0;
	}

	.section-partners__advantages-cards {
		margin-top: 55px;
	}

	.advantages-cards {
		grid-gap: 52px;
	}

	.advantages-logo {
		width: 48px;
		height: 48px;
	}

	.advantages-title {
		margin-top: 26px;
	}

	.advantages-text {
		margin-top: 14px;
	}

	.section-partners__steps {
		padding: 55px 0 65px;
	}

	.section-partners__steps-title {
		width: 300px;
	}

	.section-partners__steps-cont {
		margin-left: 115px;
		width: 530px;
	}

	.section-partners__steps-list li+li {
		margin-top: 24px;
	}

	.section-partners__steps-list li {
		padding-left: 68px;
	}

	.section-partners__steps-list li::before {
		width: 46px;
		height: 46px;
		font-size: 18px;
		line-height: 25px;
	}

	.section-partners__steps-btns {
		margin-top: 40px;
	}

	.section-partners__steps-btn+.section-partners__steps-btn {
		margin-left: 13px;
	}

	.section-partners__steps-btns .button.section-partners__steps-btn::after {
		margin-left: 50px;
	}

	.section-partners__find {
		min-height: 292px;
		padding: 57px 0;
	}

	.section-partners__find .section-bg img {
		-o-object-position: 42% 0;
		object-position: 42% 0;
	}

	.section-partners__find-cont {
		width: 530px;
	}

	.section-partners__find-text {
		margin-top: 15px;
		width: 335px;
	}

	.section-partners__find-links {
		margin-top: 30px;
	}

	.section-partners__info {
		padding: 50px 0;
	}

	.partners__info-cards {
		grid-gap: 15px;
	}

	.partners__info-card {
		padding: 32px 24px 26px;
	}

	.partners__info-card-text {
		margin-top: 6px;
		margin-bottom: 50px;
	}

	.section-resellers__reviews {
		padding: 45px 0 90px;
	}

	.section-resellers__reviews-head {
		width: 140px;
	}

	.section-resellers__reviews-btns {
		margin-top: 42px;
	}

	.section-resellers__reviews-cont {
		width: 702px;
	}

	.review-item__text {
		margin-bottom: 36px;
	}

	.review-item__footer {
		padding-top: 32px;
	}

	.review-item__logo {
		margin-right: 20px;
		width: 60px;
		height: 60px;
	}

	.review-item__autor-body {
		margin-top: 2px;
	}

	.section-faq {
		padding: 74px 0 63px;
	}

	.faq-item__head {
		padding: 26px 50px 26px 0;
	}

	.faq-item__head::after,.faq-item__head::before {
		right: 15px;
	}

	.faq-item__head-text {
		width: 700px;
	}

	.faq-item__body {
		padding-bottom: 26px;
	}

	.faq-item__body-text {
		width: 844px;
	}

	.section-become-partner {
		padding: 55px 0;
	}

	.section-resellers__info .partners__info-cards {
		grid-gap: 14px;
	}

	.section-resellers__info .partners__info-card {
		padding-right: 57px;
	}

	.section-products-top {
		padding: 80px 0 84px;
    	min-height: 200px;
	}

	.section-products-top__text {
		width: 535px;
	}

	.section-products {
		padding: 30px 0 80px;
	}

	.filter-item+.filter-item {
		margin-left: 12px;
	}

	.filter-item {
		padding: 0 22px;
		height: 36px;
	}

	.section-products__items {
		margin-top: 30px;
	}

	.product-cards {
		grid-gap: 24px;
	}

	.product-card {
		padding: 79px 23px 23px 23px;
	}

	.product-card__logo {
		width: 70px;
		height: 50px;
		top: 21px;
		right: 32px;
	}

	.product-card__tags {
		width: 155px;
		top: 26px;
		left: 23px;
	}

	.product-card .product-card-title .title-logo {
		width: 68px;
	}

	.product-card__text {
		margin-top: 7px;
	}

	.section-product-top {
		padding: 47px 0;
		min-height: 330px;
	}

	.section-product-top__cont {
		width: 610px;
	}

	.section-product-top__title img {
		min-height: 32px;
	}

	.section-product-top__text {
		margin-top: 16px;
		width: 490px;
	}

	.section-product__btns+.section-product__phone {
		margin-left: 6px;
	}

	.section-top__footer-link+.section-top__footer-link {
		margin-left: 65px;
	}

	.section-top__footer-link-logo {
		margin-right: 24px;
	}

	.section-product-advantages {
		padding: 40px 0 90px;
	}

	.section-product-advantages__text {
		margin-top: 8px;
	}

	.section-product-advantages__cards {
		margin-top: 50px;
	}

	.section-product-solution {
		padding: 60px 0 70px;
	}

	.section-product-solution__text {
		margin-top: 30px;
	}

	.section-product-solution__table {
		margin-top: 45px;
	}

	.table__row>div:first-child {
		width: 520px;
	}

	.section-product-protection {
		padding: 80px 0 45px;
	}

	.section-product-protection__title {
		width: 665px;
	}

	.section-product-protection__cards {
		margin-top: 70px;
	}

	.protection-cards {
		grid-column-gap: 60px;
	}

	.protection-card::after {
		top: 38px;
		right: -17px;
	}

	.protection-card__title {
		margin-top: 40px;
	}

	.protection-card__text {
		margin-top: 20px;
	}

	.section-product-systems {
		padding: 47px 0 65px;
	}

	.section-product-systems__text {
		margin-top: 20px;
	}

	.section-product-systems__box {
		margin-top: 40px;
	}

	.systems-box {
		position: relative;
	}

	.systems-box__items {
		width: 671px;
	}

	.systems-box__items {
		grid-column-gap: 41px;
		grid-row-gap: 23px;
	}

	.systems-box__logo {
		position: absolute;
		top: -18px;
		right: -148px;
		width: 400px;
	}

	.product-headline__logo-icon {
		margin-right: 7px;
		height: 23px;
	}

	.section-product-license {
		padding: 58px 0;
	}

	.section-product-license__title {
		width: 260px;
		margin-top: -.7%;
	}

	.section-product-license__cont {
		width: 620px;
	}

	.section-product-license__items {
		margin-top: 28px;
	}

	.license-items {
		grid-column-gap: 40px;
		grid-row-gap: 16px;
	}

	.license-item__icon {
		width: 14px;
	}

	.license-item__body {
		margin-left: 16px;
	}

	.section-product-contacts {
		padding: 70px 0 80px;
	}

	.section-product-contacts__title {
		width: 235px;
	}

	.section-product-contacts__title img {
		height: 32px;
	}

	.section-product-contacts__cont {
		width: 620px;
	}

	.section-product-contacts__links {
		margin-top: 52px;
	}

	.section-product-more {
		padding: 62px 0 56px;
	}

	.section-product-more__cards {
		margin-top: 48px;
	}

	.section-buy-top {
		padding: 62px 0 45px;
		min-height: 200px;
	}

	.section-buy-top__cont {
		width: 550px;
	}

	.section-buy-breadcrumbs {
		margin-bottom: 32px;
	}

	.section-buy-top__logo {
		width: 121px;
	}

	.section-versions {
		padding: 41px 0 54px;
	}

	.versions-cards {
		grid-gap: 20px;
	}

	.version-card {
		padding: 36px 45px 45px 50px;
	}

	.version-card__title .title-logo {
		height: 19px;
	}

	.version-card__title .title-text {
		font-size: 22px;
		line-height: 28px;
	}

	.section-tariffs {
		padding: 50px 0 45px;
	}

	.tariffs-box__item {
		display: block;
	}

	.tariffs-box__item+.tariffs-box__item {
		margin-top: 70px;
	}

	.tariffs-box__head {
		width: 100%;
	}

	.tariffs-box__body {
		margin-top: 30px;
		width: 100%;
	}

	.tariff-item {
		padding: 10px 12px 10px 27px;
	}

	.tariff-item__hint-head {
		width: 22px;
		height: 22px;
	}

	.section-versions-compare {
		padding: 45px 0 20px;
	}

	.section-versions-compare__table {
		margin-top: 8px;
	}

	.section-versions-compare .table-head {
		top: 50px;
	}

	.section-license-policy {
		padding: 50px 0 65px;
	}

	.section-license-policy__text {
		margin-top: 20px;
	}

	.section-solutions {
		padding: 35px 0 70px;
	}

	.section-solutions__cards {
		margin-top: 35px;
	}

	.solutions-cards {
		grid-gap: 18px;
	}

	.solution-card__head {
		padding: 22px 0;
	}

	.solution-card__logo {
		width: 112px;
	}

	.solution-card__body {
		padding: 20px 23px;
	}

	.solution-card__title {
		margin-top: 8px;
	}

	.section-solution-top {
		min-height: 340px;
		padding: 30px 0 50px;
	}

	.section-solution-top__cont {
		width: 476px;
	}

	.section-solution-top__content {
		margin-top: 33px;
	}

	.section-solution-top__photo {
		width: 313px;
	}

	.section-solution-buy {
		padding: 42px 0;
	}

	.section-solution-buy__cont {
		width: 450px;
	}

	.section-solution-buy__text {
		margin-top: 22px;
	}

	.section-solution-buy__cont .section-product__phone {
		margin-top: 43px;
	}

	.section-solution-buy__card.product-card {
		width: 462px;
		padding: 52px 55px 18px 28px;
	}

	.section-solution-buy__card .product-card__logo {
		width: 77px;
		top: 27px;
		right: 29px;
	}

	.section-solution-buy__card .product-card__tags {
		top: 23px;
		left: 28px;
	}

	.section-solution-buy__card.product-card .product-card-title .title-logo {
		height: 23px;
	}

	.section-solution-buy__card.product-card .product-card__text {
		width: 324px;
		margin-top: 16px;
		margin-bottom: 31px;
	}

	.section-solution__about {
		padding: 53px 0 67px;
	}

	.section-404 {
		padding: 35px 0 50px;
	}

	.section-404__photo {
		left: -120px;
		width: 554px;
	}

	.section-404__cont {
		width: 466px;
	}

	.section-404__subtitle {
		margin-top: 24px;
	}

	.section-404__text {
		margin-top: 24px;
	}

	.section-404__search {
		margin-top: 43px;
	}

	.button.search-btn {
		min-width: 176px;
		width: 176px;
	}

	.search-btn {
		margin-left: 10px;
	}

	.section-search {
		min-height: 785px;
		padding: 47px 0 150px;
	}

	.section-search__title {
		width: 200px;
	}

	.section-search__search {
		width: 610px;
	}

	.section-search__result {
		margin-top: 35px;
	}

	.section-search__result-items {
		margin-top: 25px;
	}

	.section-search__result-item {
		padding: 26px 0;
	}

	.section-search__result-item-text {
		margin-top: 18px;
	}

	.section-search__result-item-link {
		margin-top: 28px;
	}

	.search__empty-logo {
		margin: 57px auto 0;
		width: 120px;
		height: 120px;
	}

	.section-upgrade {
		padding: 40px 0 26px;
	}

	.section-upgrade__list {
		margin-top: 45px;
	}

	.upgrade__list {
		grid-gap: 66px;
	}

	.upgrade__list-box-items {
		margin-top: 34px;
	}

	.upgrade-item {
		padding: 30px 0 69px;
	}

	.upgrade-item__head {
		margin-bottom: 30px;
	}

	.upgrade-item__info {
		margin-top: 14px;
	}

	.upgrade-item__info-item {
		padding: 0 48px;
	}

	.upgrade-item__footer {
		margin-top: 17px;
	}

	.upgrade-item__btn {
		-webkit-transform: translateY(-25%);
		-ms-transform: translateY(-25%);
		transform: translateY(-25%);
	}

	.button.button-download-2 {
		padding: 0 15px;
		width: 115px;
		min-width: 115px;
		height: 36px;
	}

	.button.button-download-2:after {
		width: 11px;
		height: 13px;
	}

	.section-support {
		padding: 60px 0 75px;
	}

	.section-support__title {
		width: 195px;
	}

	.section-support__links {
		width: 660px;
	}

	.section-support-contacts {
		padding: 58px 0;
		min-height: 380px;
	}

	.section-support-contacts__head {
		width: 300px;
	}

	.section-support-contacts__head-items {
		margin-top: 23px;
	}

	.section-support-contacts__head-text {
		margin-top: 12px;
	}

	.section-support-contacts__body {
		width: 460px;
	}

	.section-support-contacts__body-text {
		margin-top: 10px;
	}

	.section-support-contacts__body-btns {
		margin-top: 26px;
	}

	.button.section-support-contacts__body-btn {
		padding: 0 24px;
		height: 36px;
	}

	.section-documentation {
		padding: 40px 0 120px;
	}

	.section-documentation__item+.section-documentation__item {
		margin-top: 24px;
	}

	.section-documentation__head {
		width: 220px;
	}

	.section-documentation__title-logo {
		height: 22px;
		margin-bottom: 10px;
	}

	.section-documentation__body {
		width: 656px;
	}

	.section-documentation__body-head {
		margin-bottom: 0;
		padding: 13px 14px;
	}

	.document-link {
		padding: 12px 18px 12px 14px;
	}

	.document-link .document-link-download__info {
		margin-right: 25px;
	}

	.document-link.document-link-follow::after {
		width: 14px;
		height: 13px;
	}

	.document-link.document-link-download::after {
		width: 18px;
		height: 22px;
	}

	.section-top__search-selects {
		margin-right: 2px;
	}

	.section-top__search-select .select__box__options,.section-top__search-select .select__placeholder {
		padding: 9px 52px 9px 29px;
		font-size: 14px;
	}

	.section-top__search-select .select__placeholder {
		height: 36px;
	}

	.section-top__search-select .select__box__options {
		padding-right: 29px;
		padding-left: 29px;
	}

	.section-top__search-select .select__placeholder::after {
		width: 13px;
		height: 8px;
		right: 20px;
	}

	.section-knowledge-top__search .search-input__box {
		height: 36px;
	}

	.section-top__search-input-box .search-input__box-input {
		padding-left: 29px;
		padding-right: 29px;
	}

	.section-knowledge-top__search {
		margin-top: 28px;
	}

	.section-knowledge-top__search .section-top__search-selects {
		width: 384px;
	}

	.section-knowledge-top__search .button.button-search {
		height: 36px;
	}

	.section-knowledge-products {
		padding: 63px 0 70px;
	}

	.section-knowledge-products__items {
		margin-top: 46px;
	}

	.products-cards-small {
		grid-gap: 19px;
	}

	.product-card-small {
		padding: 23px 40px 32px 38px;
	}

	.product-card-small__head {
		margin-bottom: 30px;
	}

	.product-card-small__title .title-logo {
		height: 15px;
	}

	.product-card-small__logo {
		width: 50px;
		height: 52px;
	}

	.product-card-small__btn {
		width: 24px;
		height: 14px;
	}

	.product-card-small:hover .product-card-small__btn {
		width: 35px;
	}

	.section-knowledge-license-top .breadcrumbs {
		margin-bottom: 20px;
	}

	.section-knowledge-new-top.section-events-top {
		padding: 45px 0 30px;
	}

	.section-knowledge-new-top .breadcrumbs {
		margin-bottom: 20px;
	}

	.section-knowledge-new-top__subtitle {
		margin-top: 37px;
	}

	.section-knowledge-new {
		padding: 32px 0 68px;
	}

	.section-knowledge-new .section-aside__inner {
		width: 700px;
	}

	.section-knowledge-new .section-aside__aside {
		margin-bottom: 19px;
		width: 213px;
	}

	.section-knowledge-new .product-card-small {
		padding: 11px 18px;
	}

	.section-knowledge-new .product-card-small__logo {
		width: 41px;
		height: 42px;
	}

	.section-knowledge-new .product-card-small__title .title-logo {
		height: 13px;
	}

	.section-knowledge-new .product-card-small__title .title-text.text1 {
		font-size: 14px;
		line-height: 18px;
	}

	.section-knowledge-new .post-rate {
		margin-top: 18px;
	}

	.post-rate {
		padding: 22px 40px;
	}

	.post-rate__cont {
		width: 325px;
	}

	.post-rate__btn+.post-rate__btn {
		margin-left: 52px;
	}

	.post-rate__btn::before {
		margin-right: 10px;
		width: 26px;
		height: 26px;
	}

	.section-prolongation-top__cont {
		width: 461px;
	}

	.section-prolongation-top__text {
		margin-top: 23px;
	}

	.section-prolongation-top__links {
		margin-top: 37px;
	}

	.section-prolongation-top__links .section-product__btn {
		padding: 0 24px;
		width: auto;
		min-width: auto;
	}

	.section-prolongation-advantages {
		padding: 50px 0 82px;
	}

	.section-prolongation-advantages__cards.advantages-cards {
		grid-column-gap: 65px;
		grid-row-gap: 50px;
	}

	.section-prolongation-steps {
		padding: 40px 0;
	}

	.section-prolongation-steps__items {
		margin-top: 48px;
	}

	.instruction-cards {
		grid-gap: 85px;
	}

	.instruction-cards li {
		padding-top: 94px;
	}

	.instruction-cards li::before {
		width: 62px;
		height: 62px;
	}

	.instruction-cards li::after {
		width: 161px;
		height: 25px;
		top: 22px;
		right: 18px;
	}

	.section-locator-top__search {
		margin-top: 24px;
	}

	.section-locator-top__search .section-top__search-select .select__box,.section-locator-top__search .section-top__search-select.select {
		width: 220px;
		font-size: 12px;
		line-height: 18px;
	}

	.section-locator-top__search .section-top__search-select:first-child .select__box,.section-locator-top__search .section-top__search-select:first-child.select {
		width: 163px;
	}

	.section-locator-top__search .button.search-btn,.section-locator-top__search .search-input__box {
		height: 36px;
	}

	.section-locator-top__search .search-input__box-input::-webkit-input-placeholder {
		font-size: 12px;
		line-height: 18px;
	}

	.section-locator-top__search .search-input__box-input::-moz-placeholder {
		font-size: 12px;
		line-height: 18px;
	}

	.section-locator-top__search .search-input__box-input:-ms-input-placeholder {
		font-size: 12px;
		line-height: 18px;
	}

	.section-locator-top__search .search-input__box-input::-ms-input-placeholder {
		font-size: 12px;
		line-height: 18px;
	}

	.section-locator-top__search .search-input__box-input,.section-locator-top__search .search-input__box-input::placeholder,.section-locator-top__search .section-top__search-select .select__box__options,.section-locator-top__search .section-top__search-select .select__placeholder {
		font-size: 12px;
		line-height: 18px;
	}

	.section-locator {
		padding: 30px 0 87px;
	}

	.section-locator__filters-counter {
		margin-left: 8px;
	}

	.locator__toggle-btn {
		width: 77px;
		height: 36px;
	}

	.locator__toggle-btn.--list svg {
		width: 21px;
		height: 13px;
	}

	.locator__toggle-btn.--map svg {
		width: 14px;
		height: 16px;
	}

	.section-locator__inner {
		margin-top: 50px;
	}

	.locator__list-item {
		padding: 38px 0 45px;
	}

	.locator__list-item-head {
		width: 205px;
	}

	.locator__list-btns {
		margin-top: 45px;
	}

	.locator__list-btn+.locator__list-btn {
		margin-left: 16px;
	}

	.locator__list-btn {
		width: 42px;
		height: 42px;
	}

	.locator__list-item-body {
		width: 404px;
	}

	.locator__list-text {
		margin-bottom: 30px;
	}

	.locator__list-link+.locator__list-link {
		margin-left: 28px;
	}

	.locator__list-item-footer {
		margin-left: 30px;
		width: 160px;
	}

	.locator__list-more-btn {
		margin-top: 50px;
	}

	.locator__map {
		height: 360px;
	}

	.locator-marker__info {
		padding: 57px 26px 37px 36px;
		width: 264px;
	}

	.locator-marker__info-close {
		width: 16px;
		height: 16px;
		top: 22px;
		right: 18px;
	}

	.locator-marker__info-type {
		margin-bottom: 20px;
	}

	.locator-marker__info-text {
		margin-top: 5px;
		margin-bottom: 45px;
	}

	.locator-marker__info-link {
		margin-top: 40px;
	}

	.section-policy {
		padding: 40px 0 150px;
	}

	.policy__text {
		margin-top: 20px;
	}

	.cookie-box {
		padding: 30px 25px 23px;
		width: 300px;
		right: 19px;
		bottom: 75px;
	}

	.cookie-box__btn.button {
		padding: 0 34px;
		margin-top: 12px;
		font-size: 12px;
		line-height: 18px;
	}

	.section-newevents-top {
		padding: 35px 0 56px;
		min-height: 330px;
	}

	.section-top__date-box {
		margin-top: 35px;
	}

	.section-newevents-top .section-product-top__links {
		margin-top: 30px;
	}

	.section-newevents-about {
		padding: 60px 0;
	}

	.section-single-text {
		padding: 44px 0;
	}

	.section-single-text__cont {
		width: 700px;
	}

	.section-text-items {
		padding: 60px 0 85px;
	}

	.text-items {
		grid-column-gap: 80px;
		grid-row-gap: 50px;
	}

	.text-item__text {
		margin-top: 8px;
	}

	.section-eventsnew-program {
		padding: 54px 0 60px;
	}

	.eventsnew-program__items {
		margin-top: 20px;
	}

	.eventsnew-program__item-body {
		width: 761px;
	}

	.eventsnew-program__more-btn.more-btn {
		margin-top: 20px;
	}

	.section-registration {
		padding: 43px 0 52px;
	}

	.section-registration__text {
		margin-top: 10px;
	}

	.section-registration__btns {
		margin-top: 30px;
	}

	.section-contactsnew {
		padding: 43px 0;
		min-height: 220px;
	}

	.section-contactsnew__links {
		margin-top: 30px;
	}

	.section-downloads {
		padding: 33px 0 80px;
	}

	.download__head {
		margin-bottom: 34px;
	}

	.download__head-logo {
		margin-right: 20px;
		width: 80px;
		height: 80px;
	}

	.download__head-title .title-logo {
		height: 34px;
	}

	.download__head-title .title-text {
		margin-top: -4px;
	}

	.download__version-line {
		padding: 18px 0 29px;
		display: block;
	}

	.download__btns {
		margin-top: 15px;
	}

	.download__list {
		margin-top: 26px;
	}

	.section-partners-top__button {
		height: 40px;
		padding: 0 40px;
		font-size: 14px;
	}
}

@media (max-width:1023px) {
	.grid__content {
		width: 720px;
	}

	.header__logo img {
		-o-object-fit: contain;
		object-fit: contain;
	}

	.header__nav-item {
		padding-right: 25px;
	}

	.header__right {
		margin-left: 23px;
	}

	.header__nav-list-items {
		display: block;
	}

	.nav-list-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.nav-list-item:first-child {
		margin-right: 0;
	}

	.nav-list-item:last-child {
		width: 100%;
		margin-bottom: 0;
	}

	.nav-list__item-body {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.header__nav-list-footer-item {
		width: auto;
	}

	.header__nav-list-footer-item:first-child {
		margin-right: auto;
	}

	.header__nav-list-footer-item-link img {
		width: 12px;
	}

	.nav-list__item-body-item-title:not(:last-child) {
		margin-right: 24px;
	}

	.header__nav-list-prefooter {
		margin-top: 50px;
	}

	.header__nav-list-footer {
		margin-top: 33px;
	}

	.header__nav-list {
		padding: 26px 0 18px;
	}

	.header__nav-links-items .nav-list__item-body {
		display: -ms-grid;
		display: grid;
		height: auto;
	}

	.header__nav-links-items .nav-list-item:first-child {
		display: none;
	}

	.header__nav-links-items .nav-list-item:last-child {
		display: none;
	}

	.header__nav-links-items .nav-list-item {
		margin-bottom: 0;
	}

	.footer {
		padding: 35px 0 19px;
	}

	.footer-scrolltop__btn {
		width: 42px;
		height: 42px;
	}

	.footer__links {
		width: 525px;
	}

	.footer__logos-item {
		height: 32px;
		margin-bottom: 36px;
	}

	.sn-box__item {
		margin-right: 12px;
		width: 32px;
		height: 32px;
	}

	.footer-row__bottom {
		padding-top: 18px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__policy {
		margin-left: 0;
		margin-top: 10px;
	}

	.footer__policy-item {
		margin-right: 18px;
	}

	.main-swiper__slide {
		padding: 45px 0 41px;
	}

	.main-swiper__slide-suptitle {
		margin-bottom: 26px;
		font-size: 14px;
		line-height: 20px;
	}

	.main-swiper__btns {
		bottom: 35px;
		right: 30px;
	}

	.section-solution {
		padding: 38px 0 62px;
	}

	.section-solution__cont {
		margin-top: 40px;
	}

	.section-solution__logo {
		margin-right: 53px;
		width: 170px;
		height: 165px;
	}

	.section-solution__items {
		width: 480px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 14px;
	}

	.section-solution__item {
		padding-left: 18px;
	}

	.section-solution__item::before {
		top: 9px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
	}

	.main-defense {
		padding: 50px 0 42px;
	}

	.main-defense__cards {
		margin-top: 34px;
	}

	.defense__cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}

	.defense__card {
		padding: 26px 26px 30px;
	}

	.defense__card-tag {
		margin-bottom: 12px;
	}

	.defense__card-text {
		margin-bottom: 28px;
	}

	.defense__card-logo {
		margin-right: 19px;
		width: 46px;
		height: 49px;
	}

	.main-about {
		padding: 42px 0 72px;
	}

	.about__card {
		margin-bottom: 93px;
	}

	.about__card-photo {
		width: 338px;
	}

	.about__card-cont {
		width: 338px;
	}

	.about__card-text {
		width: 100%;
	}

	.about__card-link {
		margin-top: 18px;
	}

	.section-preview-cards {
		padding: 50px 0;
	}

	.preview-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}

	.preview-card {
		padding: 34px 44px 26px;
	}

	.section-company-top {
		padding: 45px 0 93px;
	}

	.section-company-top__cont {
		width: 454px;
	}

	.section-company-top__text {
		margin-top: 17px;
	}

	.section-top__footer {
		padding: 17px 0;
	}

	.section-top__anchor {
		margin-right: 40px;
	}

	.statistic__item {
		padding: 37px 30px 30px;
		width: 35.75%;
	}

	.statistic__item::after {
		height: calc(100% - 90px);
	}

	.statistic__item:nth-child(3n+1),.statistic__item:nth-child(3n+3) {
		width: 32.125%;
	}

	.statistic__item-suptitle {
		margin-bottom: 7px;
	}

	.section_text {
		padding: 45px 0;
		min-height: 165px;
	}

	.section_text .grid__content {
		display: block;
	}

	.section_text__title {
		width: 100%;
	}

	.section_text__content {
		margin-top: 22px;
		width: 100%;
	}

	.section-company-mission.section_text .grid__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-company-mission .section_text__title {
		width: 140px;
	}

	.section-company-mission .section_text__content {
		margin-top: 0;
		width: 491px;
	}

	.section-company-benefits .section_text__title br {
		display: none;
	}

	.section-company-benefits .section_text__text {
		width: 583px;
	}

	.section_text__benefits {
		margin-top: 40px;
	}

	.benefits-items {
		-ms-grid-columns: 1fr 80px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 80px;
		grid-row-gap: 40px;
	}

	.section-company-history {
		padding: 37px 0 25px;
	}

	.section-company-history__body {
		padding-bottom: 70px;
	}

	.section-company-history__cont {
		width: 373px;
	}

	.section-company-history__link {
		margin-top: 22px;
	}

	.section-company-history__photo {
		width: 308px;
	}

	.years__items {
		padding-top: 3px;
		padding-bottom: 10px;
		margin-right: 26px;
	}

	.years__items::-webkit-scrollbar {
		display: none;
	}

	.year__item {
		margin-right: 26px;
	}

	.section__vacancies {
		padding: 50px 0 60px;
	}

	.vacancies__items {
		grid-column-gap: 14px;
		grid-row-gap: 42px;
	}

	.vacancies__item {
		padding-bottom: 46px;
	}

	.vacancies__item-head {
		margin-bottom: 7px;
	}

	.vacancies__item-body {
		margin-bottom: 60px;
	}

	.vacancies-btn {
		margin-top: 32px;
	}

	.section__awards {
		padding: 40px 0 50px;
	}

	.section__awards .awards-swiper {
		margin-top: 32px;
	}

	.awards-swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
		opacity: 0;
		pointer-events: none;
	}

	.award__item {
		padding: 21px 31px 18px;
	}

	.award__item-logo {
		width: calc(100% - 28px);
		margin-bottom: 15px;
	}

	.award__item-title {
		margin-bottom: 12px;
	}

	.swiper__btn {
		width: 32px;
		height: 32px;
	}

	.swiper__btn::after {
		width: 8px;
		height: 14px;
	}

	.section-company-membership {
		padding: 52px 0 76px;
	}

	.section-company-membership .section_text__title br {
		display: none;
	}

	.tabs-head:not(.year__item,.filter-item)::-webkit-scrollbar {
		display: none;
	}

	.membership__tab-head {
		margin-right: 40px;
	}

	.membership__tabs-cont::-webkit-scrollbar {
		display: none;
	}

	.membership__tab-cont-logos {
		margin-top: 23px;
	}

	.membership__tab-cont-logo {
		margin-right: 87px;
		margin-top: 15px;
		max-height: 69px;
	}

	.section-company-success {
		padding: 41px 0 38px;
	}

	.section-company-success__text {
		width: 537px;
		margin-top: 9px;
	}

	.section-company-success__cards {
		margin-top: 32px;
	}

	.section-company-success__swiper .swiper-slide {
		width: 63.88%;
		margin-right: 16px;
	}

	.company-success-swiper__btns {
		display: none;
	}

	.bg-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.bg-card {
		padding: 26px 30px 70px;
	}

	.bg-card__logo {
		height: 36px;
	}

	.bg-card__tag {
		padding: 7px 18px;
	}

	.bg-card__body {
		margin-top: 48px;
	}

	.bg-card__link {
		left: 30px;
		bottom: 29px;
	}

	.bg-card__hover-box {
		padding: 26px 30px 70px;
	}

	.section-company-partners {
		padding: 50px 0 30px;
	}

	.section-company-partners__swiper {
		margin-top: 38px;
	}

	.partner__card-logo {
		margin-bottom: 32px;
	}

	.section-company-contacts {
		padding: 38px 0 45px;
	}

	.section-company-contacts__items {
		margin-top: 30px;
	}

	.contacts__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.contact__item-head {
		margin-bottom: 11px;
	}

	.contact__item-body {
		margin-bottom: 11px;
	}

	.contact__item-footer {
		margin-top: 0;
		white-space: initial;
	}

	.section-company-management {
		padding: 46px 0 43px;
	}

	.section-company-management__items {
		margin-top: 24px;
	}

	.management__items {
		-ms-grid-columns: 1fr 18px 1fr 18px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 18px;
		grid-row-gap: 35px;
	}

	.management__item-cont {
		margin-top: 20px;
	}

	.management__item-text {
		margin-top: 10px;
	}

	.section-career-top {
		padding: 39px 0 55px;
	}

	.section-career-top__text {
		margin-top: 22px;
	}

	.section-career-top__btns {
		margin-top: 35px;
	}

	.section-gallery {
		padding: 36px 0;
	}

	.gallery-swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
		opacity: 0;
		pointer-events: none;
	}

	.pp__content.gallery-pp__content {
		width: 720px;
	}

	.gallery-pp .pp__close {
		top: 18px;
		right: 24px;
	}

	.section-career-vacancies__content .section_text__selects {
		margin-top: 22px;
	}

	.section-career-vacancies__content .section_text__vacancies {
		margin-top: 40px;
	}

	.section-career-vacancies__content .section__pagination {
		margin-top: 48px;
	}

	.section-vacancy {
		padding: 40px 0 60px;
	}

	.section-vacancy .section-aside__inner {
		margin-top: 35px;
	}

	.section-aside__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-aside__cont {
		width: 100%;
	}

	.section-aside__text_content {
		margin-top: 45px;
	}

	.section-aside__aside {
		margin-top: 18px;
		width: 100%;
		top: 0;
		position: relative;
	}

	.aside__inner>*+* {
		margin-top: 10px;
	}

	.aside-card {
		padding: 22px 20px;
	}

	.aside-card__date {
		padding-left: 35px;
	}

	.aside-card__date::before {
		width: 20px;
		height: 20px;
	}

	.aside-card__location {
		padding-left: 35px;
	}

	.aside-card__location::before {
		width: 20px;
		height: 20px;
	}

	.aside-card__footer {
		margin-top: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.aside-card__button {
		max-width: 334px;
	}

	.aside-card__button+.aside-card__button {
		margin-top: 0;
		margin-left: 12px;
	}

	.aside-card__list {
		margin: 15px 0 30px;
	}

	.aside-card__list-item+.aside-card__list-item {
		margin-top: 27px;
	}

	.aside-card__list-body {
		margin-top: 5px;
	}

	.aside__social {
		padding: 11px 0;
	}

	.aside__social-item {
		height: 30px;
	}

	.aside__social-item img {
		width: 23px;
		height: 21px;
	}

	.section-news__list {
		padding: 13px 0 55px;
	}

	.news__item {
		padding: 24px 0;
	}

	.news__item-photo {
		margin-right: 27px;
		width: 263px;
	}

	.news__item-text {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.more-btn {
		height: 50px;
	}

	.section-news__more-btn {
		margin-top: 40px;
	}

	.section-news__media {
		padding: 45px 0 40px;
	}

	.section-news__media-content {
		margin-top: 26px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-news__media-content .text__content {
		width: 568px;
	}

	.section-news__media-aside {
		margin-top: 35px;
		margin-left: 0;
	}

	.section-news__media-aside-body {
		margin-top: 24px;
	}

	.section-new-top {
		padding: 58px 0;
		min-height: 228px;
	}

	.section-new-top__cont {
		width: 583px;
	}

	.new-breadcrumbs {
		margin-bottom: 18px;
	}

	.section-new {
		padding: 38px 0 58px;
	}

	.section-new__cont {
		width: 100%;
	}

	.section-new__cont .text__content-social {
		margin-top: 38px;
	}

	.section-new__aside {
		display: none;
	}

	.section-new-gallery {
		padding: 55px 0 80px;
	}

	.section-events-top {
		padding: 77px 0 66px;
		min-height: 180px;
	}

	.section-events__list {
		padding: 40px 0 65px;
	}

	.section-events__tabs-head-item {
		margin-right: 43px;
		padding-bottom: 17px;
	}

	.section-events__tabs-cont {
		margin-top: 40px;
	}

	.section-events__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 12px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 12px;
		grid-row-gap: 42px;
	}

	.event__item {
		position: relative;
		padding-bottom: 28px;
		margin-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: none;
	}

	.event__item:nth-child(even):not(:last-child)::after {
		content: '';
		position: absolute;
		z-index: 1;
		height: 2px;
		width: calc(200% + 12px);
		bottom: 0;
		right: 0;
		background-color: rgba(245,249,255,.8);
	}

	.event__item:last-child {
		padding-bottom: 28px;
	}

	.event__item-photo {
		width: 100%;
		border-radius: 3px;
	}

	.event__item-icons {
		top: 17px;
		left: 14px;
	}

	.tooltip {
		left: -14px;
	}

	.tooltip::after {
		left: 30px;
	}

	.event__item-photo-infoline {
		padding: 0 15px 0 10px;
		height: 30px;
	}

	.event__item-photo-infoline-address {
		padding-left: 19px;
	}

	.event__item-photo-infoline-address::before {
		width: 14px;
		height: 14px;
	}

	.event__item-cont {
		margin-top: 14px;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.event__item-text {
		margin-top: 21px;
		margin-bottom: 25px;
	}

	.section-events__more-btn {
		margin-top: 12px;
	}

	.section-event-top {
		padding: 34px 0 37px;
		min-height: 228px;
	}

	.section-event-top__cont {
		width: 508px;
	}

	.section-event {
		padding: 35px 0 50px;
	}

	.section-event-gallery__cont {
		margin-top: 40px;
	}

	.section-event-gallery__cont .event__item {
		border-bottom: none;
		padding-bottom: 0;
	}

	.section-event-gallery__cont .event__item:nth-child(even):not(:last-child)::after {
		display: none;
	}

	.section-ingrainings-top {
		min-height: 180px;
	}

	.section-ingrainings-top__title {
		width: 235px;
	}

	.section-ingrainings-top__content {
		width: 400px;
	}

	.section-ingrainings {
		padding: 23px 0 65px;
	}

	.section-ingrainings__list {
		margin-top: 22px;
	}

	.section-ingrainings .section__pagination {
		margin-top: 40px;
	}

	.section-ingraining {
		padding: 45px 0 35px;
	}

	.section-ingraining .section-aside__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.section-ingraining .text__content-results {
		margin-top: 24px;
	}

	.section-ingraining .section-aside__cont {
		margin-top: 30px;
		width: 100%;
	}

	.section-ingraining .section-aside__aside {
		width: 100%;
	}

	.text__content-results {
		padding: 15px 27px 20px 50px;
	}

	.text__content-results-body {
		margin-top: 16px;
	}

	.section-ingraining .text__content-social {
		margin-top: 24px;
	}

	.section-contacts {
		padding: 85px 0 70px;
	}

	.section-contacts__title {
		width: 217px;
	}

	.section-contacts__cont {
		width: 340px;
	}

	.section-contacts__item-subtitle {
		margin-top: 4px;
	}

	.section-contacts__phones {
		margin-top: 30px;
	}

	.section-contacts__phone-subhead {
		margin-top: 3px;
	}

	.section-contacts__links {
		margin-top: 32px;
	}

	.section-contacts__link+.section-contacts__link {
		margin-top: 11px;
	}

	.section-contacts__btns {
		margin-top: 37px;
	}

	.section-partners-top {
		min-height: 410px;
		padding: 58px 0;
	}

	.section-partners-top__cont {
		width: 400px;
	}

	.section-partners__advantages {
		padding: 48px 0;
	}

	.section-partners__advantages-cards {
		margin-top: 40px;
	}

	.advantages-cards {
		grid-gap: 60px;
	}

	.advantages-title {
		margin-top: 24px;
	}

	.section-partners__steps {
		padding: 55px 0;
	}

	.section-partners__steps .grid__content {
		display: block;
	}

	.section-partners__steps-title {
		width: 100%;
	}

	.section-partners__steps-cont {
		margin-top: 33px;
		margin-left: 0;
		width: 100%;
	}

	.section-partners__steps-list li+li {
		margin-top: 27px;
	}

	.section-partners__steps-btns {
		margin-top: 30px;
	}

	.section-partners__find-cont {
		width: 354px;
	}

	.section-partners__find-text {
		width: 100%;
	}

	.section-partners__find-links {
		margin-top: 25px;
	}

	.section-partners__info {
		padding: 55px 0;
	}

	.partners__info-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 14px;
	}

	.partners__info-card {
		padding: 33px 34px 28px;
	}

	.partners__info-card-text {
		margin-bottom: 33px;
	}

	.section-partners-top__btns.section-become-partner__btns {
		margin-top: 40px;
	}

	.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button {
		min-width: auto;
	}

	.section-partners-top .section-become-partner__btn {
		min-width: auto;
	}

	.section-resellers__reviews-head {
		width: 150px;
	}

	.section-resellers__reviews-btns {
		margin-top: 42px;
	}

	.section-resellers__reviews-cont {
		width: 491px;
	}

	.review-item__text {
		margin-bottom: 30px;
	}

	.review-item__text::before {
		top: -20px;
	}

	.section-faq {
		padding: 28px 0 58px;
	}

	.faq-item__head::after,.faq-item__head::before {
		right: 5px;
	}

	.faq-item__head-text {
		width: 600px;
	}

	.faq-item__body-text {
		width: 630px;
	}

	.section-become-partner {
		padding: 67px 0;
	}

	.section-resellers__info .partners__info-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.section-products-top {
		padding: 77px 0 66px;
    	min-height: 180px;
	}

	.section-products-top__title {
		width: 41.75%;
	}

	.section-products-top__text {
		width: 348px;
	}

	.section-products {
		padding: 20px 0 75px;
	}

	.section-products__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin-top: 16px;
	}

	.product-cards {
		grid-gap: 24px;
	}

	.product-card {
		padding: 53px 34px 25px;
	}

	.product-card__logo {
		top: 22px;
		right: 27px;
		height: 70px;
	}

	.product-card__tags {
		width: 420px;
		top: 22px;
		left: 34px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.product-card__tag+.product-card__tag {
		margin-top: 0;
		margin-left: 5px;
	}

	.product-card__text {
		width: 470px;
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.section-product-top {
		padding: 56px 0 22px;
		min-height: 368px;
	}

	.section-product-top__cont {
		width: 380px;
	}

	.section-product-top__text {
		width: 366px;
	}

	.section-product-top__links {
		margin-top: 35px;
		display: block;
	}

	.section-product__btns+.section-product__phone {
		margin-left: 0;
		margin-top: 23px;
	}

	.section-product-footer.section-top__footer {
		padding: 14px 0;
	}

	.section-top__footer-links {
		display: block;
	}

	.section-top__footer-link+.section-top__footer-link {
		margin-left: 0;
		margin-top: 18px;
	}

	.section-top__footer-link-logo {
		margin-right: 16px;
		width: 30px;
		height: 30px;
	}

	.section-product-advantages {
		padding: 45px 0 70px;
	}

	.section-product-advantages__cards {
		margin-top: 45px;
	}

	.section-product-solution {
		padding: 50px 0 80px;
	}

	.section-product-solution__text {
		margin-top: 25px;
	}

	.section-product-solution__table {
		margin-top: 48px;
	}

	.section-product-solution__table .table-head {
		top: 56px;
	}

	.table__row>div:first-child {
		width: 432px;
	}

	.section-product-protection {
		padding: 50px 0 65px;
	}

	.section-product-protection__title {
		width: 663px;
	}

	.section-product-protection__cards {
		margin-top: 55px;
	}

	.protection-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 37px;
	}

	.protection-card::after {
		display: none;
	}

	.protection-card__title {
		margin-top: 26px;
	}

	.protection-card__text {
		margin-top: 16px;
	}

	.section-product-systems {
		padding: 42px 0 73px;
	}

	.systems-box__items {
		width: 321px;
	}

	.systems-box__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}

	.systems-box__logo {
		top: 0;
		right: 0;
	}

	.product-headline {
		height: 56px;
	}

	.product-headline .button.section-product__btn {
		padding: 0 23px;
		height: 37px;
		font-size: 14px;
		line-height: 22px;
	}

	.section-product-license {
		padding: 46px 0 56px;
	}

	.section-product-license .grid__content {
		display: block;
	}

	.section-product-license__title {
		width: 100%;
		margin-top: 0;
	}

	.section-product-license__cont {
		margin-top: 38px;
		width: 100%;
	}

	.section-product-license__items {
		width: 593px;
	}

	.section-product-contacts {
		padding: 50px 0 47px;
	}

	.section-product-contacts .grid__content {
		display: block;
	}

	.section-product-contacts__title {
		width: 100%;
	}

	.section-product-contacts__cont {
		width: 100%;
		margin-top: 12px;
		margin-left: 0;
	}

	.section-product-contacts__links {
		margin-top: 45px;
	}

	.section-product-contacts__links .section-product__btns+.section-product__phone {
		margin-top: 0;
		margin-left: 15px;
	}

	.section-product-more {
		padding: 45px 0;
	}

	.section-product-more__cards {
		margin-top: 50px;
	}

	.section-buy-top {
		padding: 37px 0;
		min-height: 180px;
	}

	.section-buy-top__cont {
		width: 540px;
	}

	.section-buy-breadcrumbs {
		margin-bottom: 25px;
	}

	.section-buy-top__logo {
		width: 111px;
	}

	.section-versions {
		padding: 35px 0;
	}

	.section-versions__cards {
		margin-top: 30px;
	}

	.versions-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}

	.version-card {
		padding: 35px 34px 27px;
	}

	.version-card__text {
		margin-top: 15px;
		width: 436px;
	}

	.section-tariffs {
		padding: 40px 0 35px;
	}

	.section-tariffs__subtitle {
		margin-top: 13px;
	}

	.tariff-item {
		padding: 10px 18px 10px 26px;
	}

	.tariff-item__head {
		margin-right: 25px;
		width: 390px;
	}

	.tariff-item__hint {
		margin-left: 7px;
	}

	.tariff-item__hint-body::before {
		top: 99%;
	}

	.section-versions-compare {
		padding: 30px 0;
	}

	.section-versions-compare__table {
		margin-top: 23px;
	}

	.section-versions-compare .table-head {
		top: 50px;
	}

	.section-license-policy {
		padding: 30px 0 60px;
	}

	.section-solutions {
		padding: 20px 0 60px;
	}

	.section-solutions__cards {
		margin-top: 20px;
	}

	.solutions-cards {
		-ms-grid-columns: 1fr 22px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 22px;
	}

	.solution-card__head {
		padding: 25px 0;
	}

	.solution-card__logo {
		width: 131px;
	}

	.solution-card__body {
		padding: 22px 27px;
	}

	.solution-card__title {
		margin-top: 9px;
	}

	.section-solution-top {
		min-height: 330px;
		padding: 42px 0 53px;
	}

	.section-solution-top__cont {
		width: 420px;
	}

	.section-solution-top__photo {
		width: 261px;
	}

	.section-solution-buy {
		padding: 35px 0 50px;
	}

	.section-solution-buy .grid__content {
		display: block;
	}

	.section-solution-buy__cont {
		width: 100%;
	}

	.section-solution-buy__text {
		margin-top: 18px;
	}

	.section-solution-buy__cont .section-product__phone {
		margin-top: 40px;
	}

	.section-solution-buy__card.product-card {
		margin-top: 45px;
		width: 100%;
		padding: 62px 33px 19px 28px;
	}

	.section-solution-buy__card .product-card__logo {
		width: 82px;
		top: 30px;
		right: 32px;
	}

	.section-solution-buy__card.product-card .product-card-title .title-logo {
		height: 22px;
	}

	.section-solution-buy__card.product-card .product-card__text {
		width: 475px;
		margin-top: 16px;
		margin-bottom: 25px;
	}

	.section-solution__about {
		padding: 50px 0 65px;
	}

	.section-404 {
		padding: 13px 0 42px;
	}

	.section-404 .grid__content {
		display: block;
	}

	.section-404__cont {
		margin-left: 0;
		margin-top: 13px;
	}

	.section-404__subtitle {
		margin-top: 24px;
	}

	.section-404__text {
		margin-top: 24px;
	}

	.section-404__search {
		margin-top: 43px;
	}

	.section-search {
		min-height: 764px;
		padding: 28px 0 100px;
	}

	.section-search__title {
		width: 185px;
	}

	.section-search__search {
		width: 495px;
	}

	.section-search__search .button.search-btn {
		min-width: 137px;
		width: 137px;
	}

	.section-search__result {
		margin-top: 28px;
	}

	.section-search__result-items {
		margin-top: 26px;
	}

	.section-search__result-item-link {
		margin-top: 8px;
	}

	.search__empty-logo {
		margin: 150px auto 10px;
	}

	.section-upgrade {
		padding: 37px 0 60px;
	}

	.section-upgrade__list {
		margin-top: 42px;
	}

	.upgrade__list {
		display: block;
	}

	.upgrade__list-box+.upgrade__list-box {
		margin-top: 90px;
	}

	.upgrade-item {
		padding: 30px 0 60px;
	}

	.upgrade-item:last-child {
		padding-bottom: 0;
	}

	.section-support {
		padding: 60px 0 30px;
	}

	.section-support__title {
		width: 225px;
	}

	.section-support__links {
		width: 400px;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.section-support-contacts {
		padding: 50px 0;
		min-height: 510px;
	}

	.section-support-contacts .grid__content {
		display: block;
	}

	.section-support-contacts__head {
		width: 100%;
	}

	.section-support-contacts__body {
		margin-bottom: 77px;
		width: 100%;
	}

	.section-documentation {
		padding: 52px 0 107px;
	}

	.section-documentation__title-logo {
		height: 23px;
	}

	.section-documentation__body {
		width: 460px;
	}

	.document-link .document-link-download__info {
		margin-right: 20px;
	}

	.section-top__search-selects {
		margin-right: 2px;
	}

	.section-top__search-select .select__box__options,.section-top__search-select .select__placeholder {
		padding: 9px 45px 9px 10px;
		font-size: 14px;
	}

	.section-top__search-select .select__box__options {
		padding-right: 10px;
		padding-left: 10px;
	}

	.section-top__search-select .select__placeholder::after {
		right: 16px;
	}

	.section-top__search-input-box .search-input__box-input {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section-knowledge-top__search {
		margin-top: 24px;
	}

	.section-knowledge-top__search .section-top__search-selects {
		width: 293px;
	}

	.section-knowledge-top__search .button.button-search {
		padding: 0 16px;
		margin-left: 16px;
		width: auto;
		min-width: auto;
	}

	.section-knowledge-top__search .button.button-search::after {
		margin-left: 16px;
	}

	.section-knowledge-products {
		padding: 35px 0 60px;
	}

	.section-knowledge-products__title {
		width: 450px;
	}

	.section-knowledge-products__items {
		margin-top: 24px;
	}

	.products-cards-small {
		-ms-grid-columns: 1fr 21px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 21px;
		grid-row-gap: 24px;
	}

	.product-card-small {
		padding: 24px 21px 28px 31px;
	}

	.product-card-small__head {
		margin-bottom: 48px;
	}

	.product-card-small__title .title-logo {
		height: 17px;
	}

	.product-card-small__logo {
		width: 57px;
		height: 60px;
	}

	.product-card-small__btn {
		width: 28px;
		height: 14px;
	}

	.product-card-small:hover .product-card-small__btn {
		width: 40px;
	}

	.section-knowledge-license-documentation .section-documentation__item+.section-documentation__item {
		margin-top: 70px;
	}

	.section-knowledge-new-top.section-events-top {
		padding: 34px 0 21px;
	}

	.section-knowledge-new {
		padding: 21px 0 93px;
	}

	.section-knowledge-new .section-aside__inner {
		width: 100%;
	}

	.section-knowledge-new .section-aside__aside {
		margin-bottom: 36px;
	}

	.section-knowledge-new .post-rate {
		margin-top: 15px;
	}

	.section-prolongation-top {
		min-height: 277px;
		padding: 30px 0;
	}

	.section-prolongation-top__text {
		margin-top: 18px;
	}

	.section-prolongation-top__links {
		margin-top: 22px;
	}

	.section-prolongation-advantages {
		padding: 45px 0 70px;
	}

	.section-prolongation-advantages__cards.advantages-cards {
		-ms-grid-columns: 1fr 57px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 57px;
		grid-row-gap: 60px;
	}

	.section-prolongation-steps {
		padding: 50px 0;
	}

	.section-prolongation-steps__items {
		margin-top: 40px;
	}

	.instruction-cards {
		grid-gap: 45px;
	}

	.instruction-cards li::after {
		width: 116px;
		height: 17px;
		top: 25px;
		right: 35px;
	}

	.section-locator-top__search .section-top__search-select .select__box,.section-locator-top__search .section-top__search-select.select {
		width: 180px;
	}

	.section-locator-top__search .section-top__search-select:first-child .select__box,.section-locator-top__search .section-top__search-select:first-child.select {
		width: 110px;
	}

	.section-locator-top__search .button.search-btn {
		padding: 0 16px;
		width: auto;
		min-width: auto;
	}

	.section-locator-top__search .button.search-btn::after {
		margin-left: 15px;
	}

	.section-locator {
		padding: 30px 0 70px;
	}

	.section-locator__inner {
		margin-top: 14px;
	}

	.locator__list-item {
		padding: 36px 0 45px;
	}

	.locator__list-item-head {
		width: 185px;
	}

	.locator__list-item-body {
		width: 400px;
	}

	.locator__list-item-footer {
		margin-left: 15px;
		width: 82px;
		text-align: right;
	}

	.locator__list-more-btn {
		margin-top: 50px;
	}

	.locator__map {
		height: 360px;
	}

	.locator-marker__info {
		padding: 57px 33px 37px 37px;
		width: 275px;
	}

	.locator-marker__info-close {
		width: 16px;
		height: 16px;
		top: 20px;
		right: 26px;
	}

	.locator-marker__info-type {
		margin-bottom: 19px;
	}

	.locator-marker__info-link {
		margin-top: 39px;
	}

	.section-policy {
		padding: 40px 0 100px;
	}

	.policy__inner {
		width: 100%;
	}

	.section-newevents-top .section-product-top__cont {
		width: 395px;
	}

	.section-newevents-about {
		padding: 45px 0;
	}

	.section-single-text {
		padding: 23px 0;
	}

	.section-single-text__cont {
		width: 600px;
	}

	.section-text-items {
		padding: 45px 0 60px;
	}

	.text-items {
		grid-column-gap: 61px;
		grid-row-gap: 38px;
	}

	.section-eventsnew-program {
		padding: 54px 0 44px;
	}

	.eventsnew-program__items {
		margin-top: 24px;
	}

	.eventsnew-program__item-body {
		width: 557px;
	}

	.eventsnew-program__more-btn.more-btn {
		margin-top: 14px;
	}

	.section-registration {
		padding: 38px 0 53px;
	}

	.section-registration__text {
		margin-top: 10px;
	}

	.section-registration__btns {
		margin-top: 30px;
	}

	.section-contactsnew {
		padding: 57px 0;
		min-height: auto;
	}

	.section-downloads {
		padding: 34px 0 80px;
	}

	.download__list {
		margin-top: 20px;
	}

	.text__content .h6,.text__content h6 {
		font-size: 18px;
		line-height: 24px;
	}

	.footer-row__logos.footer-row {
		width: 130px;
	}
}

@media (max-width:767px) {
	.grid__content {
		width: 92.8%;
	}

	.h1,h1 {
		font-size: 34px;
		line-height: 41px;
	}

	.h2,h2 {
		font-size: 28px;
		line-height: 31px;
	}

	.h3,h3 {
		font-size: 24px;
		line-height: 29px;
	}

	.h4,h4 {
		font-size: 26px;
		line-height: 31px;
	}

	.h5,h5 {
		font-size: 26px;
		line-height: 31px;
	}

	.h6,h6 {
		font-size: 24px;
		line-height: 31px;
	}

	.text1 {
		font-size: 22px;
		line-height: 26px;
	}

	.text2 {
		font-size: 20px;
		line-height: 23px;
	}

	.text3 {
		font-size: 20px;
		line-height: 24px;
	}

	.text4 {
		font-size: 14px;
		line-height: 24px;
	}

	.text5 {
		font-size: 16px;
		line-height: 22px;
	}

	.text6 {
		font-size: 17px;
		line-height: 20px;
	}

	.text7 {
		font-size: 14px;
		line-height: 16px;
	}

	.text8 {
		font-size: 14px;
		line-height: 16px;
	}

	.text9 {
		font-size: 12px;
		line-height: 15px;
	}

	.link {
		padding-right: 25px;
	}

	.link:not(.download)::after {
		width: 15px;
		height: 12px;
	}

	.link:not(.download):hover::after {
		width: 24px;
		right: -9px;
	}

	.button {
		width: 100%;
		padding: 0 23px;
		height: 44px;
		line-height: 20px;
	}

	.button.button-thin-arrow {
		width: 100%;
	}

	.button.button-thin-arrow:after {
		margin-left: auto;
	}

	.form__row+.form__row {
		margin-top: 14px;
	}

	.input-box {
		height: 46px;
	}

	.input-box__input {
		padding-top: 8px;
		font-size: 14px;
		line-height: 22px;
	}

	.input-box__label {
		font-size: 14px;
		line-height: 22px;
	}

	.input-box__input.error~.input-box__label,.input-box__input:focus~.input-box__label,.input-box__input:not(:placeholder-shown)~.input-box__label,.textarea-box__textarea:focus~.textarea-box__label,.textarea-box__textarea:not(:placeholder-shown)~.textarea-box__label {
		font-size: 10px;
		line-height: 13px;
	}

	.textarea-box__textarea {
		height: 158px;
		padding: 12px 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.textarea-box__label {
		left: 16px;
		font-size: 14px;
		line-height: 22px;
	}

	.textarea-box__textarea:focus~.textarea-box__label,.textarea-box__textarea:not(:placeholder-shown)~.textarea-box__label {
		left: 16px;
	}

	.pp__content.form-pp__content {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		border-radius: 0;
	}

	.pp__content::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.pp__content::-webkit-scrollbar {
		width: 6px;
		background-color: transparent;
	}

	.pp__content::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: var(--black);
	}

	.form-pp__form-wrapper {
		width: 100%;
	}

	.form-pp__head {
		padding: 25px 50px 25px 14px;
	}

	.form-pp .pp__close {
		width: 20px;
		height: 20px;
		top: 30px;
		right: 15px;
	}

	.form-pp__form {
		padding: 20px 14px 15vh;
	}

	.form-pp__form fieldset+fieldset {
		margin-top: 30px;
	}

	.form-pp__text {
		margin-bottom: 20px;
	}

	.form-pp__form-input-file {
		margin-top: 25px;
	}

	.form-row.double {
		display: block;
	}

	.form-row.double>*+* {
		margin-top: 14px;
	}

	.form-row.double>* {
		width: 100%;
	}

	.form-pp__form .select__placeholder {
		padding: 15px 25px 4px 0;
		height: 46px;
		font-size: 14px;
		line-height: 22px;
	}

	.form-pp__form .select__box__options {
		padding: 8px 30px 8px 10px;
	}

	.form-pp__fieldset-title {
		margin-bottom: 12px;
	}

	.form-pp__form-footer {
		margin-top: 44px;
	}

	.form-pp__form-policy {
		width: 100%;
		margin-top: 25px;
	}

	.form-pp__form-btn {
		min-width: 160px;
	}

	.pp__success {
		width: 100%;
		padding: 120px 15px 30px;
		background: 0 0;
	}

	.pp__success-logo {
		width: 211px;
		height: 140px;
	}

	.pp__success-title {
		margin-top: 24px;
	}

	.pp__success-text {
		margin-top: 7px;
	}

	.pp__success-btn {
		width: 100%;
		margin-top: 30px;
	}

	.header__logo {
		width: 151px;
	}

	.header__inner {
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 49px;
		background-color: #fff;
		display: block;
		padding: 20px 0 25px;
		-webkit-box-shadow: inset 0 10px 20px rgb(34 37 40 / 4%),0 10px 20px rgb(34 37 40 / 4%);
		box-shadow: inset 0 10px 20px rgb(34 37 40 / 4%),0 10px 20px rgb(34 37 40 / 4%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		overflow-y: auto;
		max-height: calc(100% - 50px);
		overflow-y: auto;
		max-height: calc(100% - 50px);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.header-menu::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.header-menu::-webkit-scrollbar {
		width: 6px;
		background-color: transparent;
	}

	.header-menu::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: var(--black);
	}

	.header-menu.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	.header-burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: auto;
		width: 22px;
		height: 16px;
		position: relative;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.header-burger__line {
		background-color: var(--darkBlue);
		height: 2px;
		width: 100%;
		position: relative;
		-webkit-transition: .3s ease-in;
		-o-transition: .3s ease-in;
		transition: .3s ease-in;
	}

	.header-burger.active {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-burger.active .header-burger__line {
		position: absolute;
	}

	.header-burger.active .header-burger__line:first-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header-burger.active .header-burger__line:last-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header-burger.active .header-burger__line:nth-child(2) {
		width: 0;
	}

	.header__nav {
		display: block;
	}

	.header__right {
		margin: 0 3.6%;
	}

	.header__nav-item {
		padding-right: 0;
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #ebf3ff;
		position: relative;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.header__nav-item.active {
		padding-bottom: 0;
		border-bottom-color: transparent;
	}

	.header__nav-link {
		pointer-events: none;
		height: auto;
		width: 100%;
		padding: 0 3.6%;
		font-size: 16px;
		line-height: 24px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		border-bottom: none;
	}

	.header__nav-item.active .header__nav-link,.header__nav-item:hover .header__nav-link,.header__nav-link.active {
		color: inherit;
		border: none;
	}

	.header__nav-item.active .header__nav-link {
		color: #005abe;
	}

	.header__nav-item::after {
		content: '';
		position: absolute;
		right: 4.2%;
		border-top: 2px solid var(--darkBlue);
		border-right: 2px solid var(--darkBlue);
		width: 14px;
		height: 14px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: .3s ease-out;
		-o-transition: .3s ease-out;
		transition: .3s ease-out;
		top: 3px;
	}

	.header__nav-item.active::after {
		-webkit-transform: rotate(135deg) scale(-1);
		-ms-transform: rotate(135deg) scale(-1);
		transform: rotate(135deg) scale(-1);
		top: 7px;
	}

	.header__nav-list {
		display: none;
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
		position: relative;
		z-index: 1;
		top: initial;
		background-color: #f5f9ff;
		padding: 20px 0 48px;
		margin-top: 20px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header__nav-item.active .header__nav-list {
		display: block;
	}

	.header__nav-list-footer {
		display: block;
	}

	.nav-list__item-body {
		display: block;
	}

	.header__nav-list-footer-item-img {
		width: 14px;
		margin-right: 23px;
	}

	.header__nav-list-footer-item:last-child {
		width: auto;
		margin-bottom: 0;
	}

	.header__nav-list-footer-item {
		margin-bottom: 20px;
	}

	.header__nav-links-items .nav-list__item-body {
		display: block;
	}

	.header__nav-links-items .nav-list__item-body-item {
		margin-bottom: 15px;
	}

	.header-search>span {
		display: inline;
		font-size: 16px;
	}

	.header-search::before {
		width: 23px;
		height: 23px;
		margin-right: 13px;
	}

	.header__nav-link.text5 {
		font-size: 16px;
	}

	.footer {
		padding: 0 0 28px;
	}

	.footer-row__menu {
		padding-bottom: 0;
	}

	.footer-scrolltop__btn {
		display: none;
	}

	.footer__links {
		width: 100%;
		display: block;
	}

	.footer__links-col+.footer__links-col {
		border-top: 2px solid rgba(196,196,196,.1);
	}

	.footer__links-head {
		padding: 16px 55px 22px 0;
		display: block;
		width: 100%;
		position: relative;
	}

	.footer__links-head::after,.footer__links-head::before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		pointer-events: none;
	}

	.footer__links-head::before {
		width: 32px;
		height: 32px;
		right: 0;
		border-radius: 50%;
		background: rgba(196,196,196,.1);
	}

	.footer__links-head::after {
		width: 14px;
		height: 8px;
		right: 9px;
		background-image: url(../img/icons/dropdown-icon-white.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.footer__links-head.active::after {
		-webkit-transform: translateY(-50%) scale(1,-1);
		-ms-transform: translateY(-50%) scale(1,-1);
		transform: translateY(-50%) scale(1,-1);
	}

	.footer__links-body {
		display: none;
		padding: 10px 0 25px;
		margin-top: 0;
	}

	.footer-row__social {
		padding: 25px 0;
	}

	.footer__social {
		margin-left: 0;
	}

	.footer__logo {
		display: none;
	}

	.sn-box__item {
		margin-right: 10px;
		width: 42px;
		height: 42px;
	}

	.footer-row__logos.footer-row {
		padding: 25px 0;
		position: relative;
		border-bottom: 2px solid rgba(196,196,196,.1);
		width: auto;
	}

	.footer__logos {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer__logos-item {
		height: 40px;
		margin-bottom: 0;
		margin-right: 32px;
	}

	.footer__logos-item:last-child {
		margin-right: 0;
	}

	.footer-row__bottom {
		padding-top: 14px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__policy {
		margin-top: 0;
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__policy-item {
		margin-right: 0;
		margin-bottom: 7px;
	}

	.footer__policy-item:last-child {
		margin-bottom: 0;
	}

	.main-swiper__slide {
		padding: 30px 0;
		min-height: 460px;
	}

	.main-swiper__slide-cont {
		width: 100%;
		text-align: center;
	}

	.main-swiper__slide-title {
		width: 100%;
	}

	.main-swiper__slide-suptitle {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 24px;
		width: 100%;
	}

	.main-swiper__slide-link {
		margin: 28px auto 0;
		width: auto;
		text-align: center;
		padding: 0 40px;
		max-width: 80vw;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.main-swiper__slide-link::after {
		display: none;
	}

	.main-swiper__slide-title .title-logo {
		height: 34px;
	}

	.main-swiper__btns {
		display: none;
	}

	.section-solution {
		padding: 27px 0 40px;
	}

	.section-solution__cont {
		margin-top: 25px;
		display: block;
	}

	.section-solution__logo {
		margin-right: 0;
		width: 100%;
		height: auto;
	}

	.section-solution__items {
		margin-top: 20px;
		width: 100%;
		grid-gap: 16px;
	}

	.section-solution__item {
		padding-left: 18px;
	}

	.section-solution__item::before {
		top: 9px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
	}

	.main-defense {
		padding: 40px 0 92px;
		position: relative;
	}

	.main-defense .title-right {
		position: absolute;
		left: 0;
		bottom: 52px;
	}

	.main-defense .title-wrapper .title {
		padding-right: 0;
	}

	.defense__cards {
		grid-gap: 12px;
	}

	.defense__card {
		padding: 20px 22px;
	}

	.defense__card-tag {
		margin-bottom: 7px;
	}

	.defense__card-text {
		margin-bottom: 19px;
	}

	.defense__card-logo {
		margin-right: 22px;
		width: 62px;
		height: 67px;
	}

	.defense__card-title .title-logo {
		height: 20px;
	}

	.defense__card-title .title-text {
		font-size: 20px;
		line-height: 26px;
	}

	.main-about {
		padding: 44px 0 208px;
	}

	.main-about__text {
		width: 100%;
	}

	.main-about__cards {
		margin-top: 30px;
	}

	.about__card {
		display: block;
		margin-bottom: 50px;
	}

	.about__card-photo {
		width: 100%;
	}

	.about__card-cont {
		margin-top: 12px;
		width: 100%;
	}

	.about__card-text {
		width: 100%;
		margin-top: 7px;
	}

	.about__card-link {
		margin-top: 10px;
	}

	.section-preview-cards {
		padding: 45px 0 50px;
	}

	.preview-cards {
		grid-gap: 10px;
	}

	.preview-card {
		padding: 27px 22px 30px;
	}

	.section-company-top {
		min-height: initial;
		padding: 40px 0 470px;
	}

	.section-company-top .section-bg img {
		object-position: bottom;
	}

	.section-company-top__cont {
		width: 100%;
	}

	.section-company-top__text {
		margin-top: 17px;
	}

	.section-top__footer {
		padding: 19px 0;
		padding-left: 3.6%;
		overflow-y: auto;
	}

	.section-top__footer::-webkit-scrollbar {
		display: none;
	}

	.section-top__footer .grid__content {
		width: 100%;
	}

	.section-top__anchor {
		margin-right: 28px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.section-statistic {
		padding: 15px 0 40px;
	}

	.statistic__items {
		display: block;
	}

	.statistic__item {
		padding: 20px 0;
		width: 100%;
		border-top: none;
		border-bottom: 2px solid var(--lightBlueBg);
	}

	.statistic__item:last-child {
		border-bottom: none;
	}

	.statistic__item::after {
		display: none;
	}

	.statistic__item:nth-child(3n+1),.statistic__item:nth-child(3n+3) {
		width: 100%;
	}

	.statistic__item-suptitle {
		margin-bottom: 10px;
	}

	.statistic__item-text {
		margin-top: 5px;
	}

	.section_text {
		padding: 70px 0 75px;
		min-height: auto;
	}

	.section_text__title {
		width: 95%;
	}

	.section_text__content {
		margin-top: 20px;
	}

	.section-company-mission.section_text .grid__content {
		display: block;
	}

	.section-company-mission .section_text__title {
		width: 100%;
	}

	.section-company-mission .section_text__content {
		margin-top: 20px;
		width: 100%;
	}

	.section-company-benefits .section_text__text {
		width: 100%;
	}

	.benefits-items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	.benefit-logo {
		width: 48px;
		height: 48px;
	}

	.section-company-history {
		padding: 70px 0 60px;
	}

	.section-company-history .grid__content {
		width: 100%;
	}

	.section-company-history__body {
		padding-bottom: 80px;
		display: block;
	}

	.section-company-history__cont,.section-company-history__photo {
		margin: 0 auto;
		width: 100%;
		width: 92.8%;
	}

	.section-company-history__link {
		margin-top: 28px;
	}

	.section-company-history__photo {
		margin-top: 40px;
	}

	.section-company-history__footer {
		padding-left: 3.6%;
		width: 100%;
		overflow-x: auto;
	}

	.section-company-history__footer::-webkit-scrollbar {
		display: none;
	}

	.year__item {
		margin-right: 28px;
		font-size: 20px;
		line-height: 1;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.year__item:hover {
		color: var(--lightBlue2);
	}

	.year__item.active {
		font-size: 36px;
		margin-bottom: -6px;
	}

	.section__vacancies {
		padding: 55px 0 75px;
	}

	.vacancies__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 22px;
	}

	.vacancies__item {
		padding-bottom: 20px;
	}

	.vacancies__item-head {
		margin-bottom: 10px;
	}

	.vacancies__item-body {
		margin-bottom: 30px;
	}

	.vacancies-btn {
		margin-top: 25px;
	}

	.section__awards {
		padding: 40px 0 100px;
	}

	.section__awards .awards-swiper {
		margin-top: 22px;
	}

	.awards-swiper .swiper-slide {
		opacity: 1!important;
		pointer-events: auto!important;
		-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
		box-shadow: 0 10px 40px rgba(12,51,99,.16);
	}

	.award__item {
		width: 246px;
		margin-right: 10px;
		padding: 0 32px 20px;
	}

	.award__item-logo {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 4px;
	}

	.award__item-title {
		margin-bottom: 5px;
	}

	.awards-swiper__btns {
		display: none;
	}

	.awards-swiper__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-company-membership {
		padding: 47px 0 35px;
	}

	.section-company-membership .grid__content {
		width: 100%;
	}

	.section-company-membership .section_text__title {
		margin: 0 auto;
		width: 92.8%;
	}

	.membership__tabs-head-wrapper {
		width: 100%;
		padding-left: 3.6%;
		overflow-x: auto;
	}

	.tabs-head-wrapper::-webkit-scrollbar {
		display: none;
	}

	.membership__tab-head {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 30px;
		padding-bottom: 22px;
	}

	.membership__tabs-cont {
		width: 100%;
		padding-left: 3.6%;
		overflow-x: auto;
	}

	.membership__tab-cont-logos {
		margin-top: 23px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.membership__tab-cont-logo {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 40px;
		margin-top: 0;
		max-height: 68px;
	}

	.section-company-success {
		padding: 45px 0 85px;
	}

	.section-company-success__text {
		width: 100%;
		margin-top: 15px;
	}

	.section-company-success__swiper {
		margin-top: 28px;
	}

	.section-company-success__swiper .swiper-slide {
		opacity: 1;
		pointer-events: auto;
		width: 88.15%;
		margin-right: 10px;
		-webkit-box-shadow: 3px 4px 20px rgba(0,21,55,.1);
		box-shadow: 3px 4px 20px rgba(0,21,55,.1);
	}

	.company-success-swiper__pagination {
		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;
	}

	.bg-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}

	.bg-card {
		padding: 23px 23px 90px;
	}

	.bg-card__head {
		display: block;
	}

	.bg-card__logo {
		height: 36px;
	}

	.bg-card__tags {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0;
		margin-top: 16px;
	}

	.bg-card__tag {
		margin-top: 4px;
		margin-right: 4px;
		padding: 8px 15px;
	}

	.bg-card__body {
		margin-top: 20px;
	}

	.bg-card__link {
		left: 23px;
		bottom: 42px;
	}

	.bg-card__hover-box {
		padding: 23px 23px 90px;
	}

	.section-company-partners {
		padding: 37px 0 40px;
	}

	.section-company-partners .grid__content {
		width: 100%;
	}

	.section-company-partners__title {
		padding-left: 3.6%;
	}

	.section-company-partners__swiper {
		overflow: hidden;
		margin-left: 3.6%;
		padding: 19px 0;
		margin-top: 30px;
		border-right: none;
	}

	.partners-swiper .swiper-slide {
		width: 60.88%;
	}

	.partner__card {
		padding: 22px 49px 2px;
	}

	.partner__card-logo {
		margin-bottom: 40px;
	}

	.section-company-partners__btns {
		display: none;
	}

	.section-company-contacts {
		padding: 40px 0;
	}

	.section-company-contacts__items {
		margin-top: 32px;
	}

	.contact__item-head {
		margin-bottom: 10px;
	}

	.contact__item-body {
		margin-bottom: 5px;
	}

	.section-company-management {
		padding: 40px 0;
		overflow: hidden;
	}

	.section-company-management__items {
		overflow: visible;
		margin-top: 20px;
	}

	.management__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		grid-gap: 0;
	}

	.management__item {
		width: 88.15%;
		margin-right: 10px;
	}

	.management__item-cont {
		margin-top: 20px;
	}

	.management__item-text {
		margin-top: 10px;
	}

	.section-career-top {
		min-height: 590px;
		padding: 41px 0 276px;
	}

	.section-career-top .section-bg img {
		object-position: bottom;
	}

	.section-career-top__cont {
		width: 100%;
	}

	.section-career-top__text {
		margin-top: 20px;
	}

	.section-career-top__btns {
		margin-top: 30px;
	}

	.section-gallery {
		padding: 40px 0;
	}

	.gallery__item.swiper-slide {
		width: 62.93%;
		margin-right: 10px;
		opacity: 1!important;
		pointer-events: auto!important;
	}

	.gallery-swiper__btns {
		display: none;
	}

	.pp__content.gallery-pp__content {
		width: 90%;
	}

	.gallery-swiper__btns {
		display: none;
	}

	.select__items {
		display: block;
	}

	.select__item+.select__item {
		margin-left: 0;
		margin-top: 10px;
	}

	.select,.select.large,.select__box,.select__box.large {
		width: 100%;
	}

	.select__placeholder {
		height: 44px;
		padding: 14px 58px 13px 20px;
		font-size: 12px;
		line-height: 16px;
	}

	.select__placeholder::after {
		width: 16px;
		height: 9px;
		right: 22px;
	}

	.select__box {
		max-height: 160px;
	}

	.select__box__options {
		padding: 14px 58px 13px 20px;
		font-size: 12px;
		line-height: 16px;
	}

	.section-career-vacancies__content .section_text__vacancies {
		margin-top: 42px;
	}

	.section-career-vacancies__content .section__pagination {
		margin-top: 43px;
	}

	.section__pagination {
		display: block;
	}

	.pagination__item {
		margin-right: 10px;
		width: 36px;
		height: 36px;
	}

	.pagination__item.next,.pagination__item.prev {
		padding: 0 16px;
	}

	.pagination__item.next::after,.pagination__item.prev::before {
		display: none;
	}

	.section__pagination-count {
		margin-left: 0;
		margin-top: 40px;
	}

	.section-vacancy {
		padding: 30px 0 60px;
	}

	.breadcrumbs>* {
		font-size: 16px;
		line-height: 22px;
	}

	.breadcrumbs__back-btn {
		width: 36px;
		height: 36px;
		font-size: 0;
		padding-left: 0;
		border-radius: 50%;
	}

	.breadcrumbs__back-btn::before {
		margin-right: 0;
		width: 8px;
		height: 14px;
		position: absolute;
		z-index: 1;
		left: 13px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-image: url(../img/icons/arrow-left-light.svg);
	}

	.breadcrumbs__back-btn::after {
		content: '';
		position: absolute;
		z-index: 0;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: var(--blue);
		opacity: .1;
	}

	.breadcrumbs__item {
		margin-left: 20px;
	}

	.section-vacancy .section-aside__inner {
		margin-top: 90px;
	}

	.section-aside__text_content {
		margin-top: 38px;
	}

	.section-aside__aside {
		margin-top: 34px;
	}

	.aside__inner>*+* {
		margin-top: 17px;
	}

	.aside-card {
		padding: 15px 22px 25px;
	}

	.aside-card__head {
		padding-bottom: 12px;
	}

	.aside-card__body {
		padding-top: 10px;
	}

	.aside-card__tag {
		margin-bottom: 7px;
		margin-right: 26px;
	}

	.aside-card__date {
		padding-left: 40px;
	}

	.aside-card__date::before {
		width: 26px;
		height: 26px;
	}

	.aside-card__location {
		padding-left: 40px;
	}

	.aside-card__location::before {
		width: 26px;
		height: 26px;
	}

	.aside-card__footer {
		margin-top: 17px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.aside-card__button {
		max-width: 100%;
	}

	.aside-card__button+.aside-card__button {
		margin-top: 10px;
		margin-left: 0;
	}

	.aside-card__list {
		margin: 15px 0 30px;
	}

	.aside-card__list-item+.aside-card__list-item {
		margin-top: 27px;
	}

	.aside-card__list-body {
		margin-top: 5px;
	}

	.aside__social {
		padding: 13px 0;
	}

	.aside__social-item {
		height: 34px;
	}

	.aside__social-item img {
		width: 24px;
		height: 24px;
	}

	.text__content ul li {
		padding-left: 20px;
	}

	.text__content ul li::before {
		top: 10px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.section-news-top {
    	padding: 40px 0;
    	min-height: 130px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-news-top__cont {
		display: block;
	}

	.section-news-top__years {
		margin-top: 20px;
	}

	.section-news__list {
		padding: 13px 0 55px;
	}

	.news__item {
		padding: 20px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.news__item-photo {
		margin-right: 0;
		width: 100%;
	}

	.news__item-cont {
		margin-top: 20px;
	}

	.news__item-text {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.more-btn {
		height: 44px;
	}

	.more-btn__text {
		text-transform: uppercase;
	}

	.section-news__media {
		padding: 37px 0 60px;
	}

	.section-news__media-content {
		margin-top: 24px;
	}

	.section-news__media-content .text__content {
		width: 100%;
	}

	.section-news__media-aside {
		width: 100%;
		margin-top: 30px;
	}

	.section-news__media-aside-body {
		margin-top: 13px;
	}

	.section-news__media-aside-footer {
		margin-top: 14px;
	}

	.section-new-top {
		padding: 35px 0 385px;
		min-height: 590px;
	}

	.section-new-top .section-bg img {
		object-position: bottom;
	}

	.section-new-top__cont {
		width: 100%;
	}

	.new-breadcrumbs {
		margin-bottom: 55px;
	}

	.section-new {
		padding: 20px 0 58px;
	}

	.section-new__cont .text__content-social {
		margin-top: 20px;
		padding: 13px 0;
	}

	.text__content-social-item {
		height: 34px;
	}

	.text__content-social-item img {
		width: 28px;
		height: 24px;
	}

	.section-new-gallery {
		overflow: hidden;
		padding: 40px 0 77px;
	}

	.section-new-gallery .title-wrapper.border {
		padding-bottom: 0;
		border-bottom: none;
	}

	.section-new-gallery__btns {
		display: none;
	}

	.section-new-gallery__cont {
		overflow: visible;
		margin-top: 20px;
	}

	.section-new-gallery__cont .news__item {
		width: 80%;
		margin-right: 10px;
		-webkit-box-shadow: 3px 4px 20px rgba(0,21,55,.1);
		box-shadow: 3px 4px 20px rgba(0,21,55,.1);
		border-radius: 4px;
	}

	.section-new-gallery__cont .news__item-photo-inner {
		border-radius: 0;
	}

	.section-new-gallery__cont .news__item-cont {
		margin-top: 0;
		padding: 16px 18px 24px;
	}

	.section-new-gallery__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-events-top {
		padding: 40px 0;
		min-height: 130px;
	}

	.section-events__list {
		padding: 40px 0 75px;
	}

	.section-events__tabs-head-item {
		margin-right: 25px;
		padding-bottom: 8px;
	}

	.section-events__tabs-head-item .text-optional {
		display: none;
	}

	.section-events__tabs-cont {
		margin-top: 20px;
	}

	.section-events__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	.event__item {
		padding-bottom: 28px;
		border-bottom: 2px solid rgba(245,249,255,.8);
	}

	.event__item:nth-child(even):not(:last-child)::after {
		display: none;
	}

	.event__item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.event__item-photo {
		width: 100%;
		border-radius: 3px;
	}

	.event__item-icons {
		top: 16px;
		left: 14px;
	}

	.event__item-icon {
		width: 30px;
		height: 30px;
	}

	.event__item-icon+.event__item-icon {
		margin-left: 8px;
	}

	.event__item-icon-head {
		display: 18px;
		height: 16px;
	}

	.tooltip {
		left: -14px;
	}

	.tooltip::after {
		left: 29px;
	}

	.event__item-photo-infoline {
		padding: 0 18px 0 14px;
		height: 40px;
	}

	.event__item-photo-infoline-address {
		padding-left: 17px;
	}

	.event__item-photo-infoline-address::before {
		width: 14px;
		height: 14px;
	}

	.event__item-cont {
		margin-top: 20px;
	}

	.event__item-text {
		margin-top: 20px;
		margin-bottom: 24px;
	}

	.section-events__more-btn {
		margin-top: 45px;
	}

	.section-event-top {
		padding: 34px 0 355px;
		min-height: 590px;
	}

	.section-event-top .section-bg img {
		object-position: bottom;
	}

	.section-event-top__cont {
		width: 100%;
	}

	.section-event {
		padding: 20px 0 40px;
	}

	.section-event-gallery__btns {
		display: none;
	}

	.section-event-gallery__cont {
		margin-top: 12px;
		overflow: visible;
	}

	.section-event-gallery__cont .event__item {
		padding-bottom: 0;
		width: 80.45%;
		margin-right: 10px;
		-webkit-box-shadow: 3px 4px 20px rgba(0,21,55,.1);
		box-shadow: 3px 4px 20px rgba(0,21,55,.1);
		border-radius: 4px;
	}

	.section-event-gallery__cont .event__item-photo {
		border-radius: 0;
	}

	.section-event-gallery__cont .event__item-photo-infoline {
		display: none;
	}

	.section-event-gallery__cont .event__item-cont {
		padding: 18px 18px 30px;
		margin-top: 0;
	}

	.section-event-gallery__cont .event__item-text {
		display: none;
	}

	.section-event-gallery__cont .event__item-head {
		margin-bottom: 25px;
	}

	.section-event-gallery__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-ingrainings-top {
		padding: 40px 0;
		min-height: 280px;
	}

	.section-ingrainings-top__cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-ingrainings-top__title {
		width: 100%;
	}

	.section-ingrainings-top__content {
		margin-top: 17px;
		width: 100%;
	}

	.section-ingrainings {
		padding: 40px 0 60px;
	}

	.section-ingrainings__filters {
		display: block;
	}

	.section-ingrainings__selects {
		width: 100%;
	}

	.section-ingrainings__filters-counter {
		margin-top: 16px;
		margin-left: 0;
	}

	.section-ingrainings__list {
		margin-top: 40px;
	}

	.section-ingrainings .section__pagination {
		margin-top: 40px;
	}

	.section-event-top.section-ingraining-top {
		padding: 30px 0 162px;
		min-height: 460px;
	}

	.section-event-top.section-ingraining-top .section-event-top__title {
		font-size: 28px;
		line-height: 31px;
	}

	.section-ingraining {
		padding: 45px 0 35px;
	}

	.section-ingraining .section-aside__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
	}

	.section-ingraining .text__content-results {
		margin-top: 24px;
	}

	.section-ingraining .section-aside__cont {
		margin: 30px auto 0;
		width: 92.8%;
	}

	.section-ingraining .section-aside__aside {
		width: 100%;
		margin-top: 0;
	}

	.text__content-results {
		padding: 23px 17px 22px;
	}

	.text__content-results-body {
		margin-top: 10px;
	}

	.section-ingraining .text__content-social {
		margin-top: 20px;
		padding: 12px 0;
	}

	.section-ingraining-gallery__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-contacts {
		padding: 35px 0 60px;
	}

	.section-contacts .grid__content {
		display: block;
	}

	.section-contacts__title {
		width: 100%;
	}

	.section-contacts__cont {
		margin-top: 40px;
		width: 100%;
	}

	.section-contacts__item-subtitle {
		margin-top: 3px;
	}

	.section-contacts__phones {
		margin-top: 40px;
	}

	.section-contacts__phone+.section-contacts__phone {
		margin-top: 10px;
	}

	.section-contacts__phone-head a {
		margin-left: 5px;
	}

	.section-contacts__phone-subhead {
		margin-top: 6px;
	}

	.section-contacts__links {
		margin-top: 40px;
	}

	.section-contacts__btns {
		margin-top: 40px;
	}

	.section-contacts__map {
		height: 400px;
	}

	.my-contacts-hint {
		width: 138px;
		font-size: 11px;
	}

	.section-partners-top {
		min-height: 375px;
		padding: 30px 0 400px;
	}

	.section-partners-top__cont {
		width: 100%;
	}

	.section-partners-top__subtitle {
		margin-bottom: 8px;
	}

	.section-partners-top__text {
		margin-top: 20px;
	}

	.section-partners__advantages {
		padding: 40px 0;
	}

	.advantages-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.advantages-title {
		margin-top: 20px;
	}

	.advantages-text {
		margin-top: 10px;
	}

	.section-partners__steps {
		padding: 32px 0 40px;
	}

	.section-partners__steps-cont {
		margin-top: 22px;
	}

	.section-partners__steps-list li+li {
		margin-top: 25px;
	}

	.section-partners__steps-list li {
		padding-left: 65px;
	}

	.section-partners__steps-list li::before {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 24px;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.section-partners__steps-btns {
		display: block;
	}

	.section-partners__steps-btns .button.section-partners__steps-btn {
		width: 100%;
	}

	.section-partners__steps-btn+.section-partners__steps-btn {
		margin-left: 0;
		margin-top: 11px;
	}

	.section-partners__steps-btns .button.section-partners__steps-btn::after {
		margin-left: auto;
	}

	.section-partners__find {
		min-height: 350px;
		padding: 32px 0 166px;
	}

	.section-partners__find .section-bg img {
		-o-object-position: 0;
		object-position: 0;
	}

	.section-partners__find-cont {
		width: 100%;
	}

	.section-partners__find-text {
		margin-top: 11px;
	}

	.section-partners__find-links {
		margin-top: 11px;
	}

	.section-partners__info {
		padding: 20px 0 50px;
	}

	.partners__info-cards {
		grid-gap: 10px;
	}

	.partners__info-card {
		padding: 27px 22px 32px;
	}

	.partners__info-card-text {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button::after,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button::after {
		display: block;
		margin-left: auto;
	}

	.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.button,.section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button {
		width: 100%;
	}

	.section-resellers__reviews {
		padding: 40px 0;
	}

	.section-resellers__reviews .grid__content {
		display: block;
	}

	.section-resellers__reviews-head {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-resellers__reviews-title {
		width: 60%;
	}

	.section-resellers__reviews-btns {
		margin-top: 0;
		margin-left: auto;
	}

	.section-resellers__reviews-cont {
		margin-top: 20px;
		width: 100%;
	}

	.review-item__text {
		padding-top: 13px;
		padding-left: 17px;
		margin-bottom: 20px;
	}

	.review-item__text::before {
		width: 70px;
		height: 37px;
		top: 0;
		left: 0;
	}

	.review-item__footer {
		padding-top: 20px;
	}

	.review-item__logo {
		margin-right: 15px;
		width: 50px;
		height: 50px;
	}

	.review-item__autor-body {
		margin-top: 0;
	}

	.section-faq {
		padding: 40px 0;
	}

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

	.faq-item__head {
		padding: 20px 45px 20px 0;
	}

	.faq-item__head::after,.faq-item__head::before {
		right: 0;
		width: 18px;
		height: 2px;
	}

	.faq-item__head-text {
		width: 100%;
	}

	.faq-item__body {
		padding-bottom: 25px;
	}

	.faq-item__body-text {
		width: 100%;
	}

	.section-become-partner {
		padding: 35px 0;
	}

	.section-become-partner__btns {
		margin-top: 35px;
	}

	.section-resellers__info .partners__info-cards {
		grid-gap: 10px;
	}

	.section-resellers__info .partners__info-card {
		padding-right: 40px;
	}

	.section-products-top {
        padding: 40px 0;
    	min-height: 130px;
	}

	.section-products-top .grid__content {
		display: block;
	}

	.section-products-top__title {
		width: 100%;
	}

	.section-products-top__text {
		margin-top: 25px;
		width: 100%;
	}

	.section-products {
		padding: 20px 0 75px;
	}

	.section-products .grid__content {
		width: 100%;
	}

	.filters-wrapper {
		padding-left: 3.6%;
		overflow-y: auto;
	}

	.filters-wrapper::-webkit-scrollbar {
		display: none;
	}

	.filter-item+.filter-item {
		margin-left: 4px;
	}

	.filter-item {
		padding: 0 18px;
		height: 34px;
	}

	.section-products__items {
		width: 92.8%;
		margin: 33px auto 0;
	}

	.product-cards {
		grid-gap: 20px;
	}

	.product-card {
		padding: 25px 22px 33px;
	}

	.product-card__logo {
		width: 78px;
		height: 78px;
		top: 21px;
		right: 22px;
	}

	.product-card__tags {
		margin-bottom: 12px;
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 60%;
	}

	.product-card-title {
		width: 70%;
	}

	.product-card__tag+.product-card__tag {
		margin-top: 3px;
		margin-left: 0;
	}

	.product-card .product-card-title .title-logo {
		width: 96px;
	}

	.product-card__text {
		width: 100%;
		margin-top: 14px;
	}

	.section-product-top {
		padding: 36px 0 216px;
		min-height: 590px;
	}

	.section-product-top .section-bg img {
		object-position: bottom;
	}

	.section-product-top__cont {
		width: 100%;
	}

	.section-product-top__title img {
		min-height: 34px;
	}

	.section-product-top__text {
		margin-top: 20px;
		width: 100%;
	}

	.section-product-top__links {
		margin-top: 15px;
	}

	.section-product__btns {
		display: block;
	}

	.section-product__btn.button {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.section-product__btn.button::after {
		margin-left: auto;
	}

	.section-product__btn+.section-product__btn {
		margin-left: 0;
		margin-top: 11px;
	}

	.section-product__btns+.section-product__phone {
		margin-top: 20px;
	}

	.section-product-footer.section-top__footer {
		padding: 15px 0 24px;
	}

	.section-product-footer.section-top__footer .grid__content {
		width: 92.8%;
		margin: 0 auto;
	}

	.section-top__footer-link+.section-top__footer-link {
		margin-top: 20px;
	}

	.section-top__footer-link-logo {
		margin-right: 30px;
		width: 34px;
		height: 34px;
	}

	.section-product-advantages {
		padding: 45px 0 70px;
	}

	.section-product-advantages__cards {
		margin-top: 45px;
	}

	.section-product-solution {
		padding: 50px 0 80px;
	}

	.section-product-solution__text {
		margin-top: 25px;
	}

	.section-product-solution__table {
		margin-top: 48px;
	}

	.section-product-solution__table {
		margin-top: 48px;
	}

	.table__wrapper {
		overflow-x: auto;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.table {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.table__wrapper::-webkit-scrollbar {
		display: none;
	}

	.table-head {
		height: 62px;
	}

	.section-product-solution__table .table-head {
		top: 0;
	}

	.table__row {
		padding: 10px 0;
	}

	.table-head .table-row {
		padding: 20px 0;
	}

	.table__row>div {
		padding: 0 5px;
		width: 130px;
		max-width: 100%;
	}

	.table__row>div:first-child {
		width: 216px;
		padding: 0;
	}

	.table-body {
		height: 372px;
		overflow-y: auto;
	}

	.table__body::-webkit-scrollbar {
		display: none;
	}

	.section-product-protection {
		padding: 32px 0 55px;
	}

	.section-product-protection__title {
		width: 100%;
	}

	.section-product-protection__cards {
		margin-top: 20px;
	}

	.protection-cards {
		grid-gap: 35px;
	}

	.protection-card__logo {
		width: 80px;
		height: 80px;
	}

	.protection-card__title {
		margin-top: 20px;
	}

	.protection-card__text {
		margin-top: 15px;
	}

	.section-product-systems {
		padding: 40px 0;
	}

	.section-product-systems__text {
		margin-top: 18px;
	}

	.section-product-systems__box {
		margin-top: 35px;
	}

	.systems-box {
		display: block;
	}

	.systems-box__items {
		width: 100%;
	}

	.systems-box__items {
		grid-gap: 20px;
	}

	.systems-box__logo {
		position: relative;
		width: 100%;
	}

	.product-headline {
		height: 54px;
	}

	.product-headline__logo {
		display: none;
	}

	.product-headline .section-product__btns {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-headline .button.section-product__btn {
		padding: 0 26px;
		height: 32px;
		font-size: 12px;
		line-height: 16px;
	}

	.product-headline .button.section-product__btn+.button.section-product__btn {
		margin-top: 0;
	}

	.product-headline .button.button-buy {
		width: 41.6%;
	}

	.product-headline .button.button-trial {
		width: 56.6%;
	}

	.product-headline .button.button-buy:after {
		margin-left: auto;
		width: 13px;
		height: 15px;
	}

	.product-headline .button.button-trial:after {
		margin-left: auto;
		width: 15px;
		height: 11px;
	}

	.section-product-license {
		padding: 40px 0;
	}

	.section-product-license__cont {
		margin-top: 20px;
	}

	.section-product-license__items {
		margin-top: 24px;
		width: 100%;
	}

	.license-items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 22px;
	}

	.license-item__icon {
		width: 22px;
	}

	.license-item__body {
		margin-left: 22px;
	}

	.section-product-contacts {
		padding: 46px 0 66px;
	}

	.section-product-contacts__title img {
		height: 34px;
	}

	.section-product-contacts__cont {
		margin-top: 20px;
	}

	.section-product-contacts__links.section-product__links {
		margin-top: 20px;
		display: block;
	}

	.section-product-contacts__links .section-product__btns+.section-product__phone {
		margin-top: 20px;
		margin-left: 0;
	}

	.section-product-more {
		padding: 40px 0 60px;
	}

	.section-product-more__text {
		margin-top: 20px;
	}

	.section-product-more__cards {
		margin-top: 35px;
	}

	.section-buy-top {
		padding: 35px 0;
		min-height: 390px;
	}

	.section-buy-top .grid__content {
		display: block;
	}

	.section-buy-top__cont {
		width: 100%;
	}

	.section-buy-breadcrumbs {
		margin-bottom: 25px;
	}

	.section-buy-top__logo {
		margin-top: 80px;
		margin-left: 0;
		width: 100px;
	}

	.section-versions {
		padding: 33px 0 40px;
	}

	.section-versions__cards {
		margin-top: 15px;
	}

	.versions-cards {
		grid-gap: 10px;
	}

	.version-card {
		padding: 25px 23px 28px 18px;
	}

	.version-card__title .title-logo {
		height: 22px;
	}

	.version-card__title .title-text {
		font-size: 24px;
		line-height: 31px;
	}

	.version-card__title .title-text span {
		display: block;
	}

	.version-card__text {
		width: 100%;
	}

	.section-tariffs {
		padding: 40px 0 23px;
	}

	.tariffs-box__item+.tariffs-box__item {
		margin-top: 30px;
	}

	.section-tariffs__title .title-logo {
		height: 22px;
	}

	.section-tariffs__subtitle {
		margin-top: 10px;
	}

	.tariff-item {
		padding: 15px 18px 18px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.tariff-item+.tariff-item {
		margin-top: 10px;
	}

	.tariff-item__head {
		margin-right: 0;
		width: 75%;
		max-width: 75%;
	}

	.tariff-item__hint {
		margin-left: 7px;
	}

	.tariff-item__hint-head {
		width: 20px;
		height: 20px;
	}

	.tariff-item__hint-body {
		padding: 10px;
		width: 215px;
	}

	.tariff-item__price {
		width: 100%;
		margin-left: 0;
		margin-top: 6px;
	}

	.button.tariff-item__btn {
		margin-top: 17px;
	}

	.section-versions-compare {
		padding: 23px 0;
	}

	.section-versions-compare__table {
		margin-top: 10px;
	}

	.section-versions-compare .table-head {
		top: 0;
	}

	.section-license-policy {
		padding: 23px 0 50px;
	}

	.section-license-policy__text {
		margin-top: 15px;
	}

	.section-solutions {
		padding: 37px 0 60px;
	}

	.section-solutions .grid__content {
		width: 100%;
	}

	.section-solutions__cards {
		margin: 36px auto 0;
		width: 92.8%;
	}

	.solutions-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}

	.solution-card__head {
		padding: 10px 0;
	}

	.solution-card__logo {
		width: 47.98%;
	}

	.solution-card__body {
		padding: 20px 21px 25px;
	}

	.solution-card__title {
		margin-top: 15px;
	}

	.section-solution-top {
		min-height: auto;
		padding: 36px 0 49px;
	}

	.section-solution-top .grid__content {
		display: block;
	}

	.section-solution-top__cont {
		width: 100%;
	}

	.section-solution-top__content {
		margin-top: 20px;
	}

	.section-solution-top__photo {
		width: 100%;
		margin-left: 0;
		margin-top: 27px;
	}

	.section-solution-buy {
		padding: 40px 0 62px;
	}

	.section-solution-buy__text {
		margin-top: 10px;
	}

	.section-solution-buy__cont .section-product__phone {
		margin-top: 10px;
	}

	.section-solution-buy__card.product-card {
		margin-top: 25px;
		padding: 25px 21px 30px;
	}

	.section-solution-buy__card .product-card__logo {
		width: 62px;
		top: 34px;
		right: 22px;
	}

	.section-solution-buy__card .product-card__tags {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 15px;
	}

	.section-solution-buy__card.product-card .product-card-title .title-logo {
		height: 20px;
	}

	.section-solution-buy__card.product-card .product-card__text {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.section-solution-buy__card.product-card .section-product__btns {
		width: 100%;
	}

	.section-solution__about {
		padding: 40px 0 50px;
	}

	.section-404 {
		padding: 40px 0 60px;
	}

	.section-404__photo {
		left: 0;
		width: 100%;
	}

	.section-404__cont {
		margin-top: 17px;
		width: 100%;
	}

	.section-404__subtitle {
		margin-top: 24px;
	}

	.section-404__text {
		margin-top: 29px;
	}

	.section-404__search {
		margin-top: 20px;
		background: #fff;
	}

	.search-input__box {
		height: 44px;
	}

	.search-input__box-input {
		padding: 12px 50px 12px 22px;
		font-size: 14px;
		line-height: 22px;
	}

	.button.search-btn {
		min-width: 62px;
		width: 62px;
	}

	.section-404__search .button.search-btn {
		font-size: 0;
	}

	.search-btn {
		height: 44px;
		margin-left: 0;
	}

	.section-404__search .button.button-search:after {
		width: 27px;
		height: 27px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.section-search {
		min-height: 340px;
		padding: 35px 0 60px;
	}

	.section-search__head {
		display: block;
	}

	.section-search__title {
		width: 100%;
	}

	.section-search__search {
		margin-top: 20px;
		width: 100%;
	}

	.section-search__search .button.search-btn {
		font-size: 0;
		min-width: 62px;
		width: 62px;
	}

	.section-search__search .button.button-search:after {
		width: 27px;
		height: 27px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.section-search__result {
		margin-top: 20px;
	}

	.section-search__result-items {
		margin-top: 10px;
	}

	.section-search__result-item {
		padding: 20px 0 32px;
	}

	.section-search__result-item-text {
		margin-top: 20px;
	}

	.section-search__result-item-link {
		margin-top: 10px;
	}

	.search__empty-logo {
		margin: 50px auto 0;
		width: 140px;
		height: 140px;
	}

	.section-upgrade {
		padding: 25px 0 60px;
	}

	.section-upgrade__list {
		margin-top: 35px;
	}

	.upgrade__list-box+.upgrade__list-box {
		margin-top: 40px;
	}

	.upgrade__list-box-items {
		margin-top: 20px;
	}

	.upgrade-item {
		padding: 40px 0;
		display: block;
	}

	.upgrade-item:last-child {
		padding-bottom: 40px;
		border-bottom: 2px solid var(--borderColor);
	}

	.upgrade-item__cont {
		margin-right: 0;
	}

	.upgrade-item__head {
		margin-bottom: 10px;
	}

	.upgrade-item__info {
		margin-top: 16px;
	}

	.upgrade-item__info-item {
		padding: 0 19px;
	}

	.upgrade-item__footer {
		margin-top: 20px;
	}

	.upgrade-item__btn {
		margin-top: 31px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.button.button-download-2 {
		padding: 0 22px;
		width: 100%;
		height: 40px;
	}

	.button.button-download-2:after {
		width: 12px;
		height: 14px;
	}

	.section-support {
		padding: 38px 0 60px;
	}

	.section-support .grid__content {
		display: block;
	}

	.section-support__title {
		width: 100%;
	}

	.section-support__links {
		margin-top: 40px;
		width: 100%;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.section-support__link {
		margin-bottom: 25px;
	}

	.section-support-contacts {
		padding: 33px 0 60px;
		min-height: auto;
	}

	.section-support-contacts__head-items {
		margin-top: 20px;
	}

	.section-support-contacts__head-text {
		margin-top: 10px;
	}

	.section-support-contacts__body {
		margin-top: 40px;
	}

	.section-support-contacts__body-text {
		margin-top: 9px;
	}

	.section-support-contacts__body-btns {
		margin-top: 20px;
	}

	.button.section-support-contacts__body-btn {
		padding: 0 24px;
		height: 44px;
	}

	.section-documentation {
		padding: 28px 0 40px;
	}

	.section-documentation__item {
		display: block;
	}

	.section-documentation__item+.section-documentation__item {
		margin-top: 40px;
	}

	.section-documentation__head {
		width: 100%;
	}

	.section-documentation__title-logo {
		height: 28px;
		margin-bottom: 0;
	}

	.section-documentation__body {
		margin-top: 20px;
		width: 100%;
	}

	.section-documentation__body-head {
		padding: 11px 22px;
	}

	.document-link {
		min-height: 50px;
		padding: 10px 0 10px 22px;
	}

	.document-link__text {
		width: 68%;
	}

	.document-link .document-link-download__info {
		margin-right: 35px;
	}

	.document-link.document-link-follow::after {
		width: 13px;
		height: 12px;
	}

	.document-link.document-link-download::after {
		width: 15px;
		height: 20px;
	}

	.section-top__search {
		display: block;
	}

	.section-top__search-selects {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}

	.section-top__search-select+.section-top__search-select {
		margin-left: 0;
		margin-top: 10px;
	}

	.section-top__search-select .select__box__options,.section-top__search-select .select__placeholder {
		padding: 14px 60px 14px 22px;
		font-size: 12px;
	}

	.section-top__search-select .select__placeholder {
		height: 44px;
	}

	.section-top__search-select .select__box__options {
		padding-right: 22px;
	}

	.section-top__search-select .select__placeholder::after {
		right: 22px;
	}

	.section-knowledge-top__search .search-input__box {
		height: 44px;
	}

	.section-top__search-input-box .search-input__box-input {
		padding-left: 22px;
		padding-right: 22px;
		font-size: 12px;
		line-height: 16px;
	}

	.section-knowledge-top__search {
		margin-top: 24px;
	}

	.section-knowledge-top__search .section-top__search-selects {
		width: 100%;
	}

	.section-knowledge-top__search .button.button-search {
		height: 44px;
		padding: 0 22px;
		margin-left: 0;
		margin-top: 24px;
		width: 100%;
	}

	.section-knowledge-top__search .button.button-search::after {
		margin-left: auto;
	}

	.section-knowledge-products__title {
		width: 100%;
	}

	.section-knowledge-products__items {
		margin-top: 20px;
	}

	.products-cards-small {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}

	.product-card-small {
		padding: 21px 29px 23px 22px;
	}

	.product-card-small__head {
		margin-bottom: 35px;
	}

	.product-card-small__title .title-logo {
		height: 22px;
	}

	.product-card-small__logo {
		width: 61px;
		height: 64px;
	}

	.product-card-small__btn {
		width: 33px;
		height: 15px;
	}

	.product-card-small:hover .product-card-small__btn {
		width: 45px;
	}

	.section-knowledge-license-top .breadcrumbs {
		margin-bottom: 34px;
	}

	.section-knowledge-license-documentation .section-documentation__item+.section-documentation__item {
		margin-top: 60px;
	}

	.section-knowledge-license-documentation .document-link {
		padding-left: 0;
	}

	.section-knowledge-new-top.section-events-top {
		padding: 30px 0 17px;
	}

	.section-knowledge-new-top .breadcrumbs {
		margin-bottom: 34px;
	}

	.section-knowledge-new-top__subtitle {
		margin-top: 25px;
	}

	.section-knowledge-new {
		padding: 20px 0 53px;
	}

	.section-knowledge-new .section-aside__aside {
		margin-bottom: 44px;
		width: 100%;
	}

	.section-knowledge-new .product-card-small {
		padding: 24px 30px 24px 22px;
	}

	.section-knowledge-new .product-card-small__logo {
		width: 61px;
		height: 64px;
	}

	.section-knowledge-new .product-card-small__title .title-logo {
		height: 22px;
	}

	.section-knowledge-new .product-card-small__title .title-text.text1 {
		font-size: 24px;
		line-height: 31px;
	}

	.section-knowledge-new .post-rate {
		margin-top: 50px;
	}

	.post-rate {
		padding: 18px 22px 21px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.post-rate__cont {
		width: 100%;
	}

	.post-rate__btns {
		margin-top: 21px;
	}

	.post-rate__btn {
		font-size: 16px;
		line-height: 25px;
	}

	.post-rate__btn+.post-rate__btn {
		margin-left: 75px;
	}

	.post-rate__btn::before {
		margin-right: 12px;
		width: 32px;
		height: 32px;
	}

	.section-prolongation-top {
		min-height: 590px;
		padding: 40px 0 198px;
	}

	.section-prolongation-top .section-bg img {
		object-position: bottom;
	}

	.section-prolongation-top__cont {
		width: 100%;
	}

	.section-prolongation-top__text {
		margin-top: 23px;
	}

	.section-prolongation-top__links {
		margin-top: 20px;
	}

	.section-product__btns {
		width: 100%;
	}

	.section-prolongation-top__links .section-product__btn {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-prolongation-advantages {
		padding: 24px 0 45px;
	}

	.section-prolongation-advantages__cards.advantages-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.section-prolongation-steps {
		padding: 35px 0;
	}

	.instruction-cards {
		display: block;
	}

	.instruction-cards li {
		padding-top: 0;
		padding-left: 90px;
		text-align: left;
	}

	.instruction-cards li::before {
		width: 60px;
		height: 60px;
		left: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.instruction-cards li::after {
		display: none;
	}

	.instruction-cards li+li {
		margin-top: 30px;
	}

	.section-locator-top__search {
		margin-top: 25px;
	}

	.section-locator-top__search .section-top__search-select .select__box,.section-locator-top__search .section-top__search-select.select {
		width: 100%;
	}

	.section-locator-top__search .section-top__search-select:first-child .select__box,.section-locator-top__search .section-top__search-select:first-child.select {
		width: 100%;
	}

	.section-locator-top__search .button.search-btn,.section-locator-top__search .search-input__box {
		height: 44px;
	}

	.section-locator-top__search .button.search-btn {
		margin-top: 24px;
		padding: 0 22px;
		width: 100%;
	}

	.section-locator-top__search .button.search-btn::after {
		margin-left: auto;
	}

	.section-locator {
		padding: 22px 0 60px;
	}

	.section-locator__filters-wrapper {
		display: block;
	}

	.section-locator__filters-counter {
		margin-left: 0;
		margin-top: 20px;
	}

	.section-locator__toggle-btns {
		margin-top: 30px;
		width: 100%;
	}

	.locator__toggle-btn {
		width: 50%;
		height: 40px;
	}

	.locator__toggle-btn.--list svg {
		width: 24px;
		height: 14px;
	}

	.locator__toggle-btn.--map svg {
		width: 16px;
		height: 18px;
	}

	.section-locator__inner {
		margin-top: 20px;
	}

	.locator__list-item {
		position: relative;
		padding: 46px 0 95px;
		display: block;
	}

	.locator__list-item-head {
		width: 100%;
	}

	.locator__list-btns {
		margin-top: 0;
		position: absolute;
		left: 0;
		bottom: 20px;
	}

	.locator__list-btn+.locator__list-btn {
		margin-left: 23px;
	}

	.locator__list-btn {
		width: 55px;
		height: 55px;
	}

	.locator__list-item-body {
		margin-top: 10px;
		width: 100%;
	}

	.locator__list-text {
		margin-bottom: 20px;
	}

	.locator__list-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.locator__list-link+.locator__list-link {
		margin-left: 0;
		margin-top: 15px;
	}

	.locator__list-item-footer {
		position: absolute;
		left: 0;
		top: 20px;
		margin-left: 0;
		width: auto;
		text-align: left;
	}

	.locator__list-more-btn {
		margin-top: 50px;
	}

	.locator__map {
		height: 500px;
	}

	.locator-marker__info {
		padding: 123px 21px 100px;
		width: 100%;
	}

	.locator-marker__info-close {
		width: 20px;
		height: 20px;
		top: 22px;
		right: 20px;
	}

	.locator-marker__info-type {
		margin-bottom: 10px;
	}

	.locator-marker__info-text {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.locator-marker__info-links {
		margin-top: 0;
	}

	.locator-marker__info-link {
		margin-top: 25px;
	}

	.cookie-box {
		padding: 16px 18px 15px;
		width: 348px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		bottom: 15px;
	}

	.cookie-box__btn.button {
		margin-top: 7px;
	}

	.section-newevents-top {
		padding: 41px 0;
		min-height: 590px;
	}

	.section-newevents-top .section-product-top__cont {
		width: 100%;
	}

	.section-top__date-box {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-top__date-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-top__date-item+.section-top__date-item {
		margin-left: 0;
		margin-top: 20px;
	}

	.section-top__date-text {
		margin-top: 0;
		margin-left: 15px;
	}

	.section-newevents-top .section-product-top__links {
		margin-top: 45px;
	}

	.section-newevents-top .section-product__btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-newevents-about {
		padding: 30px 0;
	}

	.section-single-text {
		padding: 35px 0;
	}

	.section-single-text__cont {
		width: 100%;
	}

	.section-text-items {
		overflow: hidden;
		padding: 65px 0;
	}

	.section-text-items .grid__content {
		padding-left: 3.6%;
		width: 100%;
		overflow-y: auto;
	}

	.section-text-items .grid__content::-webkit-scrollbar {
		display: none;
	}

	.text-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		grid-gap: 0;
	}

	.text-item {
		padding: 0 28px;
		border-right: 2px solid var(--borderColor);
	}

	.text-item:first-child {
		padding-left: 0;
	}

	.text-item:last-child {
		border: none;
	}

	.section-eventsnew-program {
		padding: 32px 0 55px;
	}

	.section-eventsnew-program .title-wrapper {
		display: block;
	}

	.section-eventsnew-program .title-wrapper .title {
		padding-right: 0;
	}

	.section-eventsnew-program .title-right {
		margin-top: 30px;
		display: block;
	}

	.eventsnew-program__items {
		margin-top: 30px;
	}

	.eventsnew-program__item {
		padding: 20px 0 28px;
		display: block;
	}

	.eventsnew-program__item-body {
		margin-top: 14px;
		width: 100%;
	}

	.eventsnew-program__more-btn.more-btn {
		margin-top: 10px;
	}

	.section-registration {
		padding: 30px 0 53px;
	}

	.section-registration__text {
		margin-top: 15px;
	}

	.section-registration__btns {
		margin-top: 40px;
	}

	.section-contactsnew {
		padding: 40px 0;
	}

	.section-contactsnew__links {
		margin-top: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-contactsnew__link+.section-contactsnew__link {
		margin-left: 0;
		margin-top: 15px;
	}

	.section-downloads {
		padding: 32px 0 80px;
	}

	.download__head {
		margin-bottom: 30px;
	}

	.download__head-logo {
		width: 70px;
		height: 70px;
	}

	.download__version-line {
		padding: 16px 0 29px;
	}

	.download__btns {
		margin-top: 20px;
		display: block;
	}

	.download__btns .button {
		text-align: center;
	}

	.download__btns .button+.button {
		margin-left: 0;
		margin-top: 16px;
	}

	.download__list {
		margin-top: 30px;
	}

	.section-partners-top__button {
		height: 44px;
		width: 100%;
		padding: 0 40px;
		font-size: 16px;
	}
}

@media (max-width:500px) {
	.section-company-top {
		min-height: 590px;
		padding: 40px 0 270px;
	}
}

.section-techpartners-top {
	padding: 90px 0 75px;
}

.section-techpartners-top__cards {
	margin-top: 44px;
}

.techpartners-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 26px 1fr 26px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 26px;
	grid-row-gap: 30px;
}

.techpartner-card {
	padding: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techpartner-card:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.techpartner-card__logo {
	margin: 0 auto;
	margin-bottom: 14px;
	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: 183px;
	height: 111px;
}

.techpartner-card__logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.techpartner-card__name {
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techpartner-card:hover .techpartner-card__name {
	color: var(--lightBlue2);
}

.section-techpartners {
	padding: 50px 0 60px;
	min-height: 430px;
}

.section-techpartners__cont {
	max-width: 720px;
}

.section-techpartners__title .title-logo {
	height: 44px;
	margin-top: -5px;
}

.section-techpartners__text {
	margin-top: 25px;
}

.section-techpartners__btns {
	margin-top: 40px;
}

.section-techpartners__btns .button {
	min-width: 215px;
}

@media (max-width:1679px) {
	.section-techpartners-top {
		padding: 61px 0 93px;
	}

	.section-techpartners-top__cards {
		margin-top: 40px;
	}

	.techpartners-cards {
		grid-column-gap: 22px;
		grid-row-gap: 27px;
	}

	.techpartner-card {
		padding: 30px;
	}

	.techpartner-card__logo {
		width: 167px;
		height: 103px;
		margin-bottom: 12px;
	}

	.section-techpartners {
		padding: 56px 0;
		min-height: 330px;
	}

	.section-techpartners__cont {
		max-width: 598px;
	}

	.section-techpartners__title .title-logo {
		height: 38px;
	}

	.section-techpartners__text {
		margin-top: 20px;
	}

	.section-techpartners__btns {
		margin-top: 20px;
	}

	.section-techpartners__btns .button {
		min-width: 202px;
		height: 40px;
	}
}

@media (max-width:1279px) {
	.section-techpartners-top {
		padding: 61px 0 82px;
	}

	.techpartners-cards {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.techpartner-card {
		padding: 21px;
	}

	.techpartner-card__logo {
		width: 134px;
		height: 81px;
	}

	.section-techpartners {
		padding: 45px 0;
		min-height: 300px;
	}

	.section-techpartners__cont {
		max-width: 490px;
	}

	.section-techpartners__title .title-logo {
		height: 36px;
	}

	.section-techpartners__text {
		margin-top: 13px;
		max-width: 462px;
	}

	.section-techpartners__btns {
		margin-top: 25px;
	}

	.section-techpartners__btns .button {
		min-width: 169px;
		height: 40px;
	}
}

@media (max-width:1023px) {
	.section-techpartners-top {
		padding: 65px 0 55px;
	}

	.section-techpartners-top__cards {
		margin-top: 30px;
	}

	.techpartners-cards {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}

	.techpartner-card {
		padding: 16px 16px 30px;
	}

	.techpartner-card__logo {
		width: 101px;
		height: 62px;
		margin-bottom: 17px;
	}

	.section-techpartners {
		padding: 36px 0 44px;
		min-height: 320px;
	}

	.section-techpartners__text {
		margin-top: 10px;
	}

	.section-techpartners__btns {
		margin-top: 22px;
	}
}

@media (max-width:767px) {
	.section-techpartners-top {
		padding: 35px 0;
	}

	.section-techpartners-top__cards {
		margin-top: 25px;
	}

	.techpartners-cards {
		-ms-grid-columns: 1fr 12px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}

	.techpartner-card {
		padding: 16px 16px 30px;
	}

	.techpartner-card__logo {
		width: 75px;
		height: 45px;
		margin-bottom: 14px;
	}

	.section-techpartners {
		padding: 24px 0 265px;
		min-height: 605px;
	}

	.section-techpartners .section-bg img {
		-o-object-position: bottom center;
		object-position: bottom center;
	}

	.section-techpartners__cont {
		max-width: 100%;
	}

	.section-techpartners__title .title-logo {
		height: 32px;
		margin-top: 0;
	}

	.section-techpartners__text {
		margin-top: 16px;
		max-width: 100%;
	}

	.section-techpartners__btns {
		margin-top: 20px;
	}

	.section-techpartners__btns .button {
		height: 44px;
	}
}

.main-request.main {
	margin: 0;
}

.section-request {
	min-height: 100vh;
	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;
}

.section-request .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-request__cont {
	width: 485px;
}

.section-request .breadcrumbs__back-btn {
	margin-bottom: 95px;
	opacity: .5;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.section-request .breadcrumbs__back-btn:hover {
	opacity: 1;
}

.section-request .breadcrumbs__back-btn::before {
	width: 10px;
	height: 17px;
}

.section-request__title .title-logo {
	margin-top: 20px;
	height: 38px;
}

.section-request__text {
	margin-top: 40px;
	color: var(--darkBlue);
}

.section-request__form-box {
	padding: 30px 82px 60px;
	width: 753px;
	margin-left: auto;
	background: #fff;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.section-request__form-box .form-pp__form-wrapper {
	width: 100%;
}

.section-request__form.form-pp__form {
	padding: 0;
}

.section-request__form .form-pp__form-footer {
	display: block;
	margin-top: 25px;
}

.section-request__form .form-pp__form-btn {
	width: 100%;
}

.section-request__form .form-pp__form-policy {
	width: 100%;
	margin: 20px auto 0;
}

.section-request__form-box .pp__success {
	width: 100%;
	padding: 0;
	background: 0 0;
}

.section-request__form-box .pp__success .button {
	margin-top: 20px;
}

.form-row+.form-row.form-row__check {
	margin-top: 30px;
}

.checkbox-box {
	position: relative;
}

.checkbox-box__checkbox {
	position: absolute;
	opacity: 0;
}

.checkbox-box__checkbox-label {
	padding-left: 34px;
	display: block;
	cursor: pointer;
	transition: all .3s;
}

.checkbox-box__checkbox-label:hover {
	opacity: .6;
}

.checkbox-box__checkbox-custom {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid var(--borderColor);
	border-radius: 2px;
}

.checkbox-box__checkbox-custom::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	background-color: var(--darkBlue);
	border-radius: 2px;
	transition: all .15s ease-in-out;
}

.checkbox-box__checkbox:checked~.checkbox-box__checkbox-custom::before {
	transform: translate(-50%,-50%) scale(1);
	animation: .15s ease-in-out check;
}

@keyframes check {
	0% {
		transform: translate(-50%,-50%) scale(0);
	}

	80% {
		transform: translate(-50%,-50%) scale(1.5);
	}

	100% {
		transform: translate(-50%,-50%) scale(1);
	}
}

@media (max-width:1679px) {
	.section-request {
		min-height: 670px;
	}

	.section-request__cont {
		width: 423px;
	}

	.section-request .breadcrumbs__back-btn {
		margin-bottom: 100px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.section-request__title .title-logo {
		margin-top: 18px;
	}

	.section-request__text {
		margin-top: 20px;
	}

	.section-request__form-box {
		padding: 25px 55px 35px;
		width: 670px;
	}

	.section-request__form .form-row.double>* {
		width: 47.67%;
	}

	.section-request__form .form-pp__form-footer {
		margin-top: 23px;
	}

	.form-row+.form-row.form-row__check {
		margin-top: 32px;
	}
}

@media (max-width:1279px) {
	.section-request {
		padding: 90px 0;
		display: block;
		min-height: 908px;
	}

	.section-request .grid__content {
		display: block;
	}

	.section-request__cont {
		width: 100%;
	}

	.section-request .breadcrumbs__back-btn {
		margin-bottom: 45px;
	}

	.section-request__title .title-logo {
		margin-top: 18px;
	}

	.section-request__text {
		margin-top: 13px;
	}

	.section-request__form-box {
		margin-left: 0;
		margin-top: 50px;
		padding: 20px 60px 34px;
		width: 100%;
	}

	.section-request__form .form-row.double>* {
		width: 48.29%;
	}

	.section-request__form .form-pp__form-footer {
		margin-top: 27px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-request__form .form-pp__form-btn {
		max-width: 228px;
	}

	.section-request__form .form-pp__form-policy {
		margin: 0;
		margin-left: 28px;
		text-align: left;
	}

	.form-row+.form-row.form-row__check {
		margin-top: 22px;
	}

	.checkbox-box__checkbox-label {
		padding-left: 28px;
	}
}

@media (max-width:1023px) {
	.section-request {
		padding: 75px 0;
		min-height: 855px;
	}

	.section-request__title .title-logo {
		margin-top: 28px;
	}

	.section-request__form-box {
		margin-top: 38px;
		padding: 25px 33px 40px;
	}

	.section-request__form .form-row.double>* {
		width: 48.84%;
	}

	.section-request__form .form-pp__form-footer {
		margin-top: 20px;
	}

	.section-request__form .form-pp__form-policy {
		margin-left: 25px;
	}

	.form-row+.form-row.form-row__check {
		margin-top: 42px;
	}
}

@media (max-width:767px) {
	.section-request {
		padding: 80px 0 125px;
		height: auto;
		min-height: 100vh;
	}

	.section-request .grid__content {
		width: 100%;
	}

	.section-request__cont {
		width: 92.8%;
		margin: 0 auto;
	}

	.section-request .breadcrumbs__back-btn {
		margin-bottom: 27px;
		width: auto;
		height: 36px;
		font-size: 16px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-request .breadcrumbs__back-btn::before {
		position: relative;
		display: block;
		margin-right: 19px;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		left: 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: var(--blue);
		opacity: .1;
	}

	.section-request .breadcrumbs__back-btn::after {
		position: absolute;
		opacity: 1;
		z-index: 2;
		width: 9px;
		height: 15px;
		top: 50%;
		left: 13px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(../img/icons/arrow-left-sky.svg) no-repeat center;
		background-size: contain;
	}

	.section-request__title .title-logo {
		margin-top: 10px;
		height: 34px;
	}

	.section-request__text {
		margin-top: 16px;
	}

	.section-request__form-box {
		margin-top: 35px;
		padding: 15px 3.6% 190px;
	}

	.section-request__form .form-row.double>* {
		width: 100%;
	}

	.section-request__form .form-pp__form-footer {
		margin-top: 26px;
		display: block;
	}

	.section-request__form .form-pp__form-btn {
		max-width: 100%;
	}

	.section-request__form .form-pp__form-policy {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.section-request__form-box .pp__success {
		margin-top: 140px;
	}

	.form-row+.form-row.form-row__check {
		margin-top: 52px;
	}
}

.section-technologies {
	padding: 80px 0 110px;
}

.technologies-swiper {
	margin-top: 55px;
}

.technologies-swiper.swiper-container {
	overflow: visible;
}

.technologies-swiper .swiper-slide {
	height: auto;
	opacity: 0;
	pointer-events: none;
}

.technologies-swiper .swiper-slide.swiper-slide-active,.technologies-swiper .swiper-slide.swiper-slide-next,.technologies-swiper .swiper-slide.swiper-slide-next+.swiper-slide,.technologies-swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide,.technologies-swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
	pointer-events: auto;
	opacity: 1;
}

.technologies-swiper__pagination {
	display: none;
}

.technologies__item {
	padding: 44px 28px 34px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.technologies__item:hover {
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.technologies__item-logo {
	margin: 0 auto;
	width: 114px;
	height: 102px;
	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;
}

.technologies__item-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.technologies__item-title {
	margin-top: 24px;
	text-align: center;
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.technologies__item:hover .technologies__item-title {
	color: var(--lightBlue2);
}

.section-technologies-box {
	margin-top: 84px;
}

.technologies__box-item {
	padding-bottom: 71px;
	margin-bottom: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 2px solid rgba(0,32,77,.05);
}

.technologies__box-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.technologies__box-text {
	width: 420px;
}

.technologies__box-links {
	width: 835px;
	margin-left: auto;
}

.learn-more__link {
	position: relative;
	z-index: 1;
	padding: 22px 34px 22px 41px;
	min-height: 72px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.learn-more__link:hover {
	z-index: 2;
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.learn-more__link:last-child {
	margin-bottom: 0;
}

.learn-more__link-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.learn-more__link-head-logo {
	position: relative;
	margin-bottom: -2px;
	height: 20px;
	margin-right: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.learn-more__link-head-logo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.learn-more__link:hover .learn-more__link-head-logo img {
	opacity: 0;
	visibility: hidden;
}

.learn-more__link-head-logo img.--hovered {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.learn-more__link:hover .learn-more__link-head-logo img.--hovered {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.learn-more__link-head {
	margin-right: 30px;
}

.learn-more__link-head-text {
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.learn-more__link:hover .learn-more__link-head-text {
	color: var(--lightBlue2);
}

.learn-more__link-head-icon {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
	margin-top: -2px;
	width: 17px;
	height: 12px;
}

.learn-more__link-head-icon img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.learn-more__link-footer {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.learn-more__link-footer-text {
	opacity: 0;
	color: var(--red);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.learn-more__link:hover .learn-more__link-footer-text {
	opacity: 1;
}

.learn-more__link-footer-icon {
	display: block;
	margin-left: 13px;
	width: 16px;
	height: 14px;
	background: url(../img/icons/link-arrow-red.svg) no-repeat center right;
	background-size: cover;
}

@media (max-width:1679px) {
	.section-technologies {
		padding: 60px 0 120px;
	}

	.technologies-swiper {
		margin-top: 50px;
	}

	.technologies__item {
		padding: 40px 25px 30px;
	}

	.technologies__item-logo {
		width: 105px;
		height: 94px;
	}

	.technologies__item-title {
		margin-top: 22px;
	}

	.section-technologies-box {
		margin-top: 100px;
	}

	.technologies__box-item {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.technologies__box-text {
		width: 353px;
	}

	.technologies__box-links {
		width: 715px;
	}

	.learn-more__link {
		padding: 18px 34px 18px 30px;
		min-height: 60px;
	}

	.learn-more__link.--big {
		padding: 24px 45px 24px 35px;
		min-height: 72px;
	}
}

@media (max-width:1279px) {
	.technologies-swiper {
		margin-top: 35px;
	}

	.technologies__item {
		padding: 30px 20px 20px;
	}

	.technologies__item-logo {
		width: 82px;
		height: 74px;
	}

	.technologies__item-title {
		margin-top: 18px;
	}

	.section-technologies-box {
		margin-top: 85px;
	}

	.technologies__box-text {
		width: 313px;
	}

	.technologies__box-links {
		width: 560px;
	}

	.learn-more__link {
		padding: 16px 35px 16px 28px;
		min-height: 54px;
	}

	.learn-more__link.--big {
		padding: 0 31px 0 35px;
	}

	.learn-more__link-head-icon {
		margin-left: 6px;
	}

	.learn-more__link-footer-icon {
		width: 13px;
		height: 11px;
	}

	.learn-more__link.--big .learn-more__link-footer-icon {
		width: 16px;
		height: 14px;
	}
}

@media (max-width:1023px) {
	.section-technologies {
		padding: 65px 0 120px;
		overflow-x: hidden;
	}

	.technologies-swiper {
		margin-top: 18px;
		width: 100%;
	}

	.technologies-swiper .swiper-slide {
		width: 155px;
		margin-right: 10px;
		pointer-events: auto;
		opacity: 1;
	}

	.technologies-swiper__btns {
		display: none;
	}

	.technologies-swiper__pagination {
		display: block;
	}

	.technologies__item {
		padding: 27px 17px 14px;
	}

	.technologies__item-logo {
		width: 71px;
		height: 64px;
	}

	.technologies__item-title {
		margin-top: 15px;
		font-size:14px;
	}

	.section-technologies-box {
		margin-top: 105px;
	}

	.technologies__box-item {
		padding-bottom: 55px;
		margin-bottom: 58px;
		display: block;
	}

	.technologies__box-text {
		width: 100%;
		margin-bottom: 25px;
	}

	.technologies__box-links {
		width: 100%;
	}

	.learn-more__link {
		padding: 16px 20px 16px 25px;
	}

	.learn-more__link.--big {
		padding: 25px 36px 25px 35px;
	}

	.learn-more__link-footer-text {
		display: none;
	}

	.learn-more__link-head-icon {
		margin-left: 6px;
	}

	.learn-more__link-footer-icon {
		width: 13px;
		height: 11px;
	}

	.learn-more__link.--big .learn-more__link-footer-icon {
		width: 16px;
		height: 14px;
	}
}

@media (max-width:767px) {
	.section-technologies {
		padding: 25px 0 100px;
	}

	.technologies-swiper {
		margin-top: 30px;
	}

	.section-technologies-box {
		margin-top: 84px;
	}

	.technologies__box-item {
		padding-bottom: 41px;
		margin-bottom: 41px;
	}

	.technologies__box-text {
		margin-bottom: 30px;
	}

	.learn-more__link {
		padding: 16px 22px 16px 18px;
	}

	.learn-more__link.--big {
		min-height: 50px;
		padding: 13px 22px 13px 16px;
	}

	.learn-more__link.--big .learn-more__link-head-logo {
		height: 14px;
		margin-right: 6px;
	}

	.learn-more__link.--big .learn-more__link-head-text.text4 {
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 16px;
		line-height: 20px;
	}

	.learn-more__link.--big .learn-more__link-footer-icon {
		width: 15px;
		height: 12px;
	}

	.learn-more__link-head-icon {
		margin-left: 7px;
	}
}

.section-techproduct-top {
	overflow: hidden;
	height: 400px;
	padding: 53px 0;
}

.section-techproduct-top .section-bg {
	width: 100%;
	/* min-width: 1920px; */
}

.section-techproduct-top__cont {
	max-width: 830px;
}

.section-techproduct-top__title {
	display: inline-block;
}

.section-techproduct-top__title>* {
	vertical-align: middle;
}

.section-techproduct-top__headine-icon {
	height: 47px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 12px;
}

.section-techproduct-top__text {
	margin-top: 37px;
	max-width: 720px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.section-techproduct-top__btns {
	margin-top: 35px;
}

.section-techproduct-top__btn.button-download-2 {
	width: auto;
}

.section-techproduct-top__btn.button-download-2::after {
	margin-left: 37px;
}

.section-techproduct-top__logo {
	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: 210px;
	height: 112px;
	position: absolute;
	top: 40.1975%;
	right: 19.7vw;
	background-color: #fff;
}

.section-techproduct-top__logo img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width:1925px) {
	.section-techproduct-top__logo {
		width: 10.9375vw;
		height: 5.83333333vw;
		top: 37.1975%;
	}
}

.section-related-solutions {
	padding: 68px 0 80px;
	background: var(--lightBlueBg);
}

.section-related-solutions__links {
	margin-top: 60px;
}

.section-techproduct-about {
	padding: 91px 0 95px;
	background-color: #fff;
}

.section-techproduct-about .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-techproduct-about__logo {
	margin-left: 157px;
	width: 346px;
	height: 161px;
	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;
	-webkit-box-shadow: 0 10px 40px rgba(12,51,99,.16);
	box-shadow: 0 10px 40px rgba(12,51,99,.16);
}

.section-techproduct-about__logo img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.section-techproduct-about__cont {
	margin-left: 145px;
	max-width: 658px;
}

.section-techproduct-about__text {
	margin-top: 50px;
	max-width: 585px;
}

.section-techproduct-request {
	padding: 78px 0;
	min-height: 320px;
}

.section-techproduct-request .grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-techproduct-request__head {
	width: 390px;
}

.section-techproduct-request__title-logo {
	height: 48px;
}

.section-techproduct-request__title-text span {
	display: block;
	line-height: 1;
}

.section-techproduct-request__title-text span+span {
	margin-top: 5px;
}

.section-techproduct-request__body {
	width: 814px;
	margin-left: 105px;
}

.section-techproduct-request__btns {
	margin-top: 40px;
}

.section-techproduct-request__btn.button {
	padding: 0 33px;
}

.section-techproduct-certificates {
	padding: 89px 0;
	background: var(--lightBlueBg);
}

.section-techproduct-certificates__items {
	margin-top: 55px;
}

.techproduct-certificates {
	display: -ms-grid;
	display: grid;
	grid-gap: 77px;
	grid-template-columns: repeat(auto-fill,minmax(278px,278px));
}

.techproduct-certificate {
	position: relative;
	width: 278px;
	height: 400px;
}

.techproduct-certificate::before {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(36,49,67,.45);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techproduct-certificate:hover::before {
	opacity: 1;
	visibility: visible;
}

.techproduct-certificate::after {
	content: '';
	width: 78.417%;
	height: 64px;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: 0 0;
	-webkit-box-shadow: 0 4px 40px rgba(0,32,79,.6);
	box-shadow: 0 4px 40px rgba(0,32,79,.6);
}

.techproduct-certificate__img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: #fff;
}

.techproduct-certificate__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.techproduct-certificate__icon {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techproduct-certificate:hover .techproduct-certificate__icon {
	opacity: 1;
	visibility: visible;
}

.techproduct-certificate__icon::before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(../img/icons/preview-icon-white.svg) no-repeat center;
	background-size: contain;
}

.certificate-pp__content.pp__content {
	width: 599px;
	height: 858px;
	background: 0 0;
}

.certificate-pp__content.pp__content img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.certificate-pp .pp__close {
	top: 52px;
	right: 66px;
	width: 36px;
	height: 36px;
}

.certificate-pp .close__lane {
	background: #fff;
}

.section-techproduct-materials {
	padding: 45px 0;
	background: var(--lightBlueBg);
}

.section-techproduct-materials__items {
	margin-top: 55px;
}

.techproduct-materials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.techproduct-material {
	margin-right: 77px;
	margin-bottom: 40px;
}

.techproduct-material:hover {
	opacity: 1;
}

.techproduct-material__photo {
	height: 290px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techproduct-material__photo::before {
	content: '';
	width: 78.417%;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: 0 0;
	-webkit-box-shadow: 0 4px 40px rgba(0,32,79,.6);
	box-shadow: 0 4px 40px rgba(0,32,79,.6);
}

.techproduct-material:hover .techproduct-material__photo {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.techproduct-material__photo img {
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.techproduct-material__photo-icon {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: var(--blue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techproduct-material__photo-icon::before {
	content: '';
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%,-50%);
	-ms-transform: translate(-40%,-50%);
	transform: translate(-40%,-50%);
	background: url(../img/icons/play-icon-white.svg) no-repeat center;
	background-size: contain;
}

.techproduct-material:hover .techproduct-material__photo-icon {
	-webkit-transform: translate(-50%,-50%) scale(1.33);
	-ms-transform: translate(-50%,-50%) scale(1.33);
	transform: translate(-50%,-50%) scale(1.33);
}

.techproduct-material__name {
	margin-top: 24px;
	color: var(--darkBlue);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.techproduct-material:hover .techproduct-material__name {
	color: var(--lightBlue2);
}

.techproduct-material__btn {
	margin-top: 25px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: var(--red);
}

.techproduct-material__btn::before {
	content: '';
	display: block;
	margin-right: 13px;
	width: 17px;
	height: 20px;
	background: url(../img/icons/download-icon-red.svg) no-repeat center;
	background-size: contain;
}

.video-pp__content.pp__content {
	width: 1353px;
}

.video-pp__video {
	display: flex;
	position: relative;
	overflow: hidden;
	padding-bottom: 50.1714708%;
}

.video-pp__content iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	border: none;
}

.video-pp .pp__close {
	top: 52px;
	right: 66px;
	width: 36px;
	height: 36px;
}

.video-pp .close__lane {
	background: #fff;
}

@media (max-width:1900px) {
	.section-techproduct-top__logo {
	right: 15.34365vw
	}
}
@media (max-width:1679px) {
	.section-techproduct-top {
		height: auto;
		padding: 0;
	}

	.section-techproduct-top .grid__content {
		position: relative;
		padding: 35px 0;
		height: 330px;
	}

	.section-techproduct-top .section-bg {
		min-width: 100%;
	}

	.section-techproduct-top__cont {
		max-width: 750px;
	}

	.section-techproduct-top__headine-icon {
		height: 40px;
		margin-right: 15px;
	}

	.section-techproduct-top__text {
		margin-top: 17px;
		max-width: 685px;
	}

	.section-techproduct-top__btns {
		margin-top: 30px;
	}

	.section-techproduct-top__btn.button-download-2 {
		min-width: 220px;
	}

	.section-techproduct-top__btn.button-download-2::after {
		margin-left: auto;
	}

	.section-techproduct-top__logo {
		width: 172px;
		height: 92px;
		top: 132px;
		right: 123px;
	}

	.section-related-solutions {
		padding: 55px 0 72px;
	}

	.section-related-solutions__links {
		margin-top: 35px;
	}

	.section-techproduct-about {
		padding: 95px 0 90px;
	}

	.section-techproduct-about__logo {
		margin-left: 114px;
	}

	.section-techproduct-about__cont {
		margin-left: 120px;
		max-width: 540px;
	}

	.section-techproduct-about__text {
		margin-top: 20px;
		max-width: 100%;
	}

	.section-techproduct-request {
		padding: 50px 0;
		min-height: 300px;
	}

	.section-techproduct-request__head {
		width: 347px;
	}

	.section-techproduct-request__title-logo {
		height: 39px;
	}

	.section-techproduct-request__title-text span+span {
		margin-top: 1px;
	}

	.section-techproduct-request__body {
		width: 560px;
		margin-left: 35px;
	}

	.section-techproduct-request__btns {
		margin-top: 35px;
	}

	.section-techproduct-request__btn.button {
		min-width: 220px;
	}

	.section-techproduct-certificates {
		padding: 55px 0 76px;
	}

	.section-techproduct-certificates__items {
		margin-top: 35px;
	}

	.techproduct-certificates {
		grid-gap: 30px;
		grid-template-columns: repeat(auto-fill,minmax(216px,216px));
	}

	.techproduct-certificate {
		width: 216px;
		height: 311px;
	}

	.techproduct-certificate::after {
		width: 78.24%;
		height: 35px;
	}

	.techproduct-certificate__icon {
		width: 50px;
		height: 50px;
	}

	.techproduct-certificate__icon::before {
		width: 20px;
		height: 20px;
	}

	.certificate-pp__content.pp__content {
		top: 60px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.section-techproduct-materials {
		padding: 60px 0 35px;
	}

	.section-techproduct-materials__items {
		margin-top: 40px;
	}

	.techproduct-material {
		margin-right: 65px;
		margin-bottom: 30px;
	}

	.techproduct-material__photo {
		height: 240px;
	}

	.techproduct-material__photo::before {
		height: 25px;
	}

	.techproduct-material__photo-icon {
		width: 50px;
		height: 50px;
	}

	.techproduct-material__photo-icon::before {
		width: 12px;
		height: 13px;
	}

	.techproduct-material__name {
		margin-top: 20px;
	}

	.techproduct-material__btn {
		margin-top: 12px;
	}

	.techproduct-material__btn::before {
		margin-right: 11px;
		width: 14px;
		height: 17px;
	}

	.video-pp__content.pp__content {
		width: 900px;
	}
}

@media (max-width:1279px) {
	.section-techproduct-top .grid__content {
		padding: 42px 0;
		position: static;
	}

	.section-techproduct-top .section-bg {
		width: 1584px;
		left: auto;
		right: -165px;
	}

	.section-techproduct-top__cont {
		max-width: 560px;
	}

	.section-techproduct-top__headine-icon {
		margin-bottom: 0;
		height: 32px;
		margin-right: 12px;
	}

	.section-techproduct-top__text {
		max-width: 100%;
		-webkit-line-clamp: 5;
	}

	.section-techproduct-top__btn.button-download-2 {
		height: 40px;
		padding: 0 30px;
		min-width: 230px;
	}

	.section-techproduct-top__logo {
		width: 172px;
		height: 92px;
		top: 133px;
		right: 150px;
	}

	.section-related-solutions {
		padding: 47px 0 62px;
	}

	.section-related-solutions__links {
		margin-top: 34px;
	}

	.section-techproduct-about {
		padding: 75px 0;
	}

	.section-techproduct-about__logo {
		margin-left: 60px;
		width: 280px;
		height: 130px;
	}

	.section-techproduct-about__cont {
		margin-left: auto;
		max-width: 522px;
	}

	.section-techproduct-request {
		padding: 38px 0;
		min-height: 220px;
	}

	.section-techproduct-request__head {
		width: 260px;
	}

	.section-techproduct-request__title-logo {
		height: 32px;
	}

	.section-techproduct-request__title-text span+span {
		margin-top: 4px;
	}

	.section-techproduct-request__body {
		width: 480px;
		margin-left: 150px;
	}

	.section-techproduct-request__btns {
		margin-top: 27px;
	}

	.section-techproduct-request__btn.button {
		min-width: 197px;
	}

	.section-techproduct-certificates {
		padding: 47px 0 67px;
	}

	.section-techproduct-certificates__items {
		margin-top: 37px;
	}

	.techproduct-certificates {
		grid-gap: 25px;
		grid-template-columns: repeat(auto-fill,minmax(170px,170px));
	}

	.techproduct-certificate {
		width: 170px;
		height: 245px;
	}

	.techproduct-certificate::after {
		height: 39px;
	}

	.techproduct-certificate__icon {
		width: 40px;
		height: 40px;
	}

	.techproduct-certificate__icon::before {
		width: 16px;
		height: 16px;
	}

	.certificate-pp__content.pp__content {
		width: 500px;
		height: 717px;
	}

	.section-techproduct-materials {
		padding: 45px 0 35px;
	}

	.section-techproduct-materials__items {
		margin-top: 35px;
	}

	.techproduct-material {
		margin-bottom: 20px;
	}
}

@media (max-width:1023px) {
	.section-techproduct-top .grid__content {
		padding: 27px 0;
	}

	.section-techproduct-top .section-bg {
		right: -251px;
	}

	.section-techproduct-top__cont {
		max-width: 100%;
	}

	.section-techproduct-top__headine-icon {
		margin-bottom: 0;
	}

	.section-techproduct-top__text {
		margin-top: 13px;
		max-width: 458px;
		-webkit-line-clamp: 6;
	}

	.section-techproduct-top__btns {
		margin-top: 25px;
	}

	.section-techproduct-top__btn.button-download-2 {
		padding: 0 16px 0 23px;
		min-width: 218px;
	}

	.section-techproduct-top__logo {
		top: 133px;
		right: 64px;
	}

	.section-related-solutions {
		padding: 36px 0 52px;
	}

	.section-related-solutions__links {
		margin-top: 25px;
	}

	.section-techproduct-about {
		padding: 55px 0 70px;
	}

	.section-techproduct-about__logo {
		margin-left: 0;
		width: 275px;
		height: 127px;
	}

	.section-techproduct-about__cont {
		margin-left: auto;
		max-width: 400px;
	}

	.section-techproduct-about__title {
		max-width: 305px;
	}

	.section-techproduct-about__text {
		margin-top: 25px;
	}

	.section-techproduct-about__text.text5 {
		font-size: 16px;
		line-height: 26px;
	}

	.section-techproduct-request__body {
		width: 412px;
		margin-left: auto;
	}

	.section-techproduct-request__btns {
		margin-top: 25px;
	}

	.section-techproduct-certificates {
		padding: 36px 0 52px;
	}

	.section-techproduct-certificates__items {
		margin-top: 27px;
	}

	.techproduct-certificates {
		grid-gap: 17px;
		grid-template-columns: repeat(auto-fill,minmax(130px,130px));
	}

	.techproduct-certificate {
		width: 130px;
		height: 186px;
	}

	.techproduct-certificate::after {
		height: 30px;
	}

	.techproduct-certificate__icon {
		width: 30px;
		height: 30px;
	}

	.techproduct-certificate__icon::before {
		width: 14px;
		height: 14px;
	}

	.certificate-pp__content.pp__content {
		top: 100px;
	}

	.certificate-pp .pp__close {
		top: 35px;
		right: 45px;
	}

	.section-techproduct-materials {
		padding: 52px 0 35px;
	}

	.techproduct-material {
		margin-right: 35px;
		margin-bottom: 20px;
	}

	.techproduct-material__photo {
		height: 260px;
	}

	.techproduct-material:hover .techproduct-material__photo {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.techproduct-material__photo::before {
		height: 27px;
	}

	.techproduct-material__name {
		margin-top: 22px;
	}

	.techproduct-material__btn {
		margin-top: 19px;
	}

	.techproduct-material__btn::before {
		width: 16px;
		height: 18px;
	}

	.video-pp__content.pp__content {
		width: 740px;
	}

	.video-pp .pp__close {
		top: 35px;
		right: 35px;
	}
}

@media (max-width:767px) {
	.section-techproduct-top .grid__content {
		padding: 32px 0;
		height: 650px;
	}

	.section-techproduct-top .section-bg {
		width: 100%;
		right: 0;
	}

	.section-techproduct-top .section-bg img {
		-o-object-position: bottom center;
		object-position: bottom center;
	}

	.section-techproduct-top__cont {
		max-width: 100%;
	}

	.section-techproduct-top__headine-icon {
		height: 34px;
	}

	.section-techproduct-top__text {
		margin-top: 18px;
		max-width: 100%;
		-webkit-line-clamp: 9;
	}

	.section-techproduct-top__btn.button-download-2 {
		height: 44px;
		padding: 0 16px 0 23px;
		width: 100%;
	}

	.section-techproduct-top__logo {
		width: 45.8666667%;
		padding-bottom: 24.5333333%;
		top: auto;
		right: auto;
		left: 49.9%;
		-webkit-transform: translateX(-50%)!important;
		-ms-transform: translateX(-50%)!important;
		transform: translateX(-50%)!important;
		bottom: 14.4vw;
	}

	.section-techproduct-top__logo img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.section-related-solutions {
		padding: 35px 0 50px;
	}

	.section-related-solutions__links {
		margin-top: 15px;
	}

	.section-techproduct-about {
		padding: 36px 0 60px;
	}

	.section-techproduct-about .grid__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-techproduct-about__logo {
		margin-top: 40px;
	}

	.section-techproduct-about__cont {
		margin-left: 0;
		max-width: 100%;
	}

	.section-techproduct-about__text.text5 {
		line-height: 24px;
	}

	.section-techproduct-request {
		padding: 50px 0 60px;
		min-height: 442px;
	}

	.section-techproduct-request .grid__content {
		display: block;
	}

	.section-techproduct-request__head {
		width: 100%;
	}

	.section-techproduct-request__title-logo {
		height: 34px;
	}

	.section-techproduct-request__title-text span+span {
		margin-top: 7px;
	}

	.section-techproduct-request__body {
		width: 100%;
		margin-top: 16px;
		margin-left: 0;
	}

	.section-techproduct-request__btns {
		margin-top: 30px;
	}

	.section-techproduct-certificates {
		padding: 36px 0 30px;
		overflow-x: hidden;
	}

	.section-techproduct-certificates .grid__content {
		width: 100%;
	}

	.section-techproduct-certificates__title {
		margin: 0 auto;
		width: 92.8%;
	}

	.section-techproduct-certificates__items {
		margin-top: 27px;
	}

	.techproduct-certificates {
		padding: 0 3.6% 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		grid-gap: 0;
		overflow-x: auto;
	}

	.techproduct-certificates::-webkit-scrollbar {
		display: none;
	}

	.techproduct-certificate {
		margin-right: 17px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.certificate-pp__content.pp__content {
		top: 150px;
		width: 95%;
		height: auto;
		padding-bottom: 143.645%;
	}

	.certificate-pp__content.pp__content img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.certificate-pp .pp__close {
		top: 35px;
		right: 35px;
	}

	.section-techproduct-materials {
		padding: 46px 0 60px;
	}

	.section-techproduct-materials__items {
		margin-top: 25px;
	}

	.techproduct-materials {
		display: block;
	}

	.techproduct-material {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.techproduct-material:last-child {
		margin-bottom: 0;
	}

	.techproduct-material__photo {
		height: auto;
	}

	.techproduct-material__photo img {
		width: 100%;
	}

	.techproduct-material__btn {
		margin-top: 10px;
	}

	.video-pp__content.pp__content {
		width: 95%;
	}
}

.id5__btns {
	width: 1310px;
	height: 0;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
	justify-content: space-between;
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
}

.id5__btn {
	position: relative;
	width: 44px;
	height: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	background-size: cover;
	box-shadow: 3px 4px 20px rgba(0,21,55,.1);
	transition: .5s;
}

.id5__btn.prev-btn {
	transform: translateX(-50%);
	background-image: url(../img/main-swiper-arrow-prev.svg);
}

.id5__btn.next-btn {
	transform: translateX(50%);
	background-image: url(../img/main-swiper-arrow-next.svg);
}

.id5__btn.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.id5-slider-wrapper {
	position: relative;
}

@media screen and (max-width:1679px) {
	.id5__btns {
		width: 1200px;
	}

	.id5__btn {
		width: 39px;
		height: 39px;
	}
}

@media screen and (max-width:1279px) {
	.id5__btns {
		width: 93%;
	}

	.id5__btn {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:1023px) {
	.id5-swiper .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}

	.product-swiper .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}

	.id5__btns {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.main-defense .title-right {
		left: 4%!important;
	}
}

.section-about {
	padding: 65px 0;
}

.title-with-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-with-logo br {
	display: none;
}

.title-with-logo .title-logo-text {
	height: 38px;
	margin: 0 5px -3px;
}

.title-with-logo span {
	font-weight: 200;
}

.section-about__card {
	margin-top: 32px;
	padding: 32px 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid var(--borderColor);
	border-bottom: 2px solid var(--borderColor);
}

.section-about__card:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.section-about__card-logo {
	width: 132px;
	height: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-about__card-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-about__card-cont {
	margin-left: 56px;
	width: 870px;
}

.section-about__card-link {
	margin-top: 15px;
}

.section-about__cards {
	margin-top: 63px;
}

@media screen and (max-width:1679px) {
	.section-about {
		padding: 60px 0;
	}

	.title-with-logo .title-logo-text {
		height: 29px;
		margin: 0 5px -4px;
	}

	.section-about__card {
		margin-top: 20px;
		padding: 27px 0 33px;
	}

	.section-about__card-logo {
		width: 113px;
		height: 120px;
	}

	.section-about__card-cont {
		margin-left: 65px;
	}

	.section-about__card-link {
		margin-top: 20px;
	}

	.section-about__cards {
		margin-top: 40px;
	}
}

@media screen and (max-width:1279px) {
	.section-about {
		padding: 40px 0 43px;
	}

	.title-with-logo .title-logo-text {
		height: 27px;
	}

	.section-about__card {
		padding: 27px 0;
	}

	.section-about__card-logo {
		width: 131px;
		height: 140px;
	}

	.section-about__card-cont {
		margin-left: 56px;
		width: 675px;
	}

	.section-about__card-text.text4 {
		font-size: 16px;
		line-height: 24px;
	}

	.section-about__card-link {
		margin-top: 15px;
	}
}

@media screen and (max-width:1023px) {
	.section-about {
		padding: 50px 0 55px;
	}

	.section-about__card {
		margin-top: 29px;
		padding: 20px 0 26px;
	}

	.section-about__card-cont {
		margin-left: 49px;
		width: 100%;
	}

	.section-about__card-link {
		margin-top: 25px;
	}

	.section-about__cards {
		margin-top: 50px;
	}
}

@media screen and (max-width:767px) {
	.section-about {
		padding: 33px 0 40px;
	}

	.title-with-logo .title-logo-text {
		height: 28px;
		margin: 0 0 -6px 0;
	}

	.title-with-logo {
		display: block;
	}

	.title-with-logo br {
		display: block;
	}

	.section-about__card {
		margin-top: 15px;
		padding: 23px 0 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-about__card-logo {
		width: 71px;
		height: 76px;
	}

	.section-about__card-cont {
		margin-left: 0;
		margin-top: 27px;
	}

	.section-about__card-link {
		margin-top: 20px;
	}

	.section-about__cards {
		margin-top: 30px;
	}
}

.tariff-item__title {
	white-space: normal;
}

.tariff-item__head {
	width: 320px;
}

.tariff-item__price.sale {
	margin: 0 28px;
}

.tariff-item__price {
	width: 11%;
	height: 40px;
}

.tariff-item__head {
	margin-right: 0;
}

.sale-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	position: absolute;
	left: 0;
	top: 100%;
}

.sale-wrapper {
	color: #d92c23;
	position: relative;
}

.price-table__val {
	max-width: 206px!important;
}

.tariff-item__btn.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.price-table__name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 0;
	max-width: calc(100% - (206px * 3));
	padding-right: 200px!important;
}

.price-buy-img {
	display: none;
}

@media (max-width:1679px) {
	.price-table__name {
		padding-right: 30px!important;
	}
}

@media (max-width:1023px) {
	.price-table__name {
		max-width: unset;
		font-size: 16px;
	}

	.price-table__head .price-table__val {
		font-size: 12px;
	}

	.price-table__val {
		width: 115px;
	}

	.price-table__row .price-table__val:last-child {
		width: 101px!important;
		margin-right: 0!important;
	}

	.tariff-item__price.sale {
		margin: 0 15px;
	}

	.tariff-item__price {
		width: 13%;
		height: 40px;
	}

	.tariff-item__price {
		width: 13%;
		height: 40px;
	}
}

@media (max-width:767px) {
	.price-table__val>span {
		display: none;
	}

	.price-buy-img {
		display: block;
	}

	.price-table__val {
		width: 90px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 150%;
	}

	.price-table__row .price-table__val:last-child {
		width: 36px!important;
		margin-right: 0!important;
		padding: 0;
		margin: 0;
	}

	.tariff-item__price {
		width: 30%;
		margin-top: 20px;
	}

	.tariff-item__price.sale {
		margin: 0;
		margin-left: 100px;
		margin-top: 20px;
	}

	.tariff-item__head+.tariff-item__price {
		display: inline-block;
		float: left;
	}

	.tariff-item {
		display: block;
	}

	.tariff-item__head {
		width: 100%;
		max-width: 100%;
	}
}

.snow-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.snow-canvas::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-image: url(/static/img/snow/snow-left.png),url(/static/img/snow/snow-right.png);
	background-repeat: no-repeat;
	background-position: left top,right top;
	background-size: auto 100%;
}

@media (max-width:1680px) {
	.snow-canvas::before {
		background-position: -15% top,115% top;
	}
}

@media (max-width:1430px) {
	.snow-canvas::before {
		background-position: -35% top,135% top;
	}
}

@media (max-width:1023px) {
	.snow-canvas::before {
		background-position: -150px top,10px top;
	}
}

@media (max-width:767px) {
	.snow-canvas::before {
		background-image: url(/static/img/snow/snow-mobile.png);
		background-position: 12% bottom;
		background-size: auto 100%;
	}
}


.techproduct-certificates{
    display:block !important;
}
.techproduct-certificate__img{
    background:none;
    position:static;
    height:auto;
}
.techproduct-certificate::after{
    display:none;
}
.techproduct-certificate {
    position: relative;
    max-width: 200px;
    width:auto;
    height: fit-content;
}

.certificates-slider-wrapper{
    position:relative;
}

.certificates-slider-wrapper .swiper-wrapper{
    align-items: flex-end;
}

@media screen and (max-width:1279px){
    .certificates-swiper{
        overflow:visible;
    }
    .certificates-slider-wrapper .id5__btns{
        display:none;
    }
}

.cert-gap{
    margin-right:60px;
}
.cert-gap:last-child{
    margin-right:0px;
}

@media screen and (max-width:1919px){
    .cert-gap{
    margin-right:60px;
}
}
@media screen and (max-width:767px){
    .cert-gap{
    margin-right:28px;
}
.textarea-box.textarea-box_min{
    height:auto;
}
}

.without-sale{
    height: auto !important;
    line-height: 12px;
}



















