:root {
	--color-solitude: #eaeff5;	
	--color-moon-yellow: #e9c01c;	
	--color-tory-blue: #314095;	
}
@font-face {
	font-display:swap;
	font-family:PTRoubleSans;
	font-style:normal;
	font-weight:400;
	src:url(./fonts/PTRoubleSans.woff2) format("woff2"),
		url(./fonts/PTRoubleSans.woff) format("woff");
}
body {
  font-size: 62.5%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
h1, h2, h3, .bold {
	font-weight: 700;
}
.sup	{
	font-size: 0.84em;
	position: relative;
	top: -0.2em;
}
li {
	list-style-type: none;
	position: relative;
}
.ruble {
	font-family: PTRoubleSans;
	font-weight: normal;
}
.ul li {
	font-size: 18px;
	margin-bottom: .5em;
	padding-left: 1em;
}
.ul_smaller li {
	font-size: 16px;
}
.ul li::before {
	content: '\2022';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.1em;
}
* > .ul-v {
	margin-top: 20px
}
.ul-v li {
	padding-left: 1.5em;
	margin-bottom: 0.8em;
}
.ul-v li:last-child {
	margin-bottom: 0;
}
.ul-v li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	height: 1em;
	width: 1em;
	background: url(../img/v.svg) no-repeat center/contain;
}
.cols_2 {
	column-count: 2;
}

.cols_1 {
	column-count: 1;
}
.cols > *{
	break-inside: avoid-column;
    page-break-inside: avoid;
}
.ebold {
	font-weight: 800;
}
.no-bold {
	font-weight: 400;
}
.noscroll {
	overflow: hidden;
}
button, input, textarea {
	outline: none;
	border: none;
	background: none;
}
.fs14 {
	font-size: 14px;
}
.is-sticky {
	position: sticky;
	top: 25px;
}
.ttup {
	text-transform: uppercase;
}
.ttn {
	text-transform: none !important;
}
.c-white {
	color: #fff;
}
.c-yellow, html:not(.touch) .hc-yellow:hover {
	color: var(--color-moon-yellow);
}
.c-blue {
	color: var(--color-tory-blue);
}
.bg-blue {
	background-color: #283887;
}
.bg-white {
	background-color: #fff;
}
.bg-yellow {
	background-color: var(--color-moon-yellow);
}
.bg-gray {
	background-color: var(--color-solitude);
}
html:not(.touch) .hbg-yellow:hover {
	background-color: var(--color-moon-yellow);
}
html:not(.touch) .hbg-blue:hover {
	background-color: var(--color-tory-blue);
}
.tr-3 {
	transition: all .3s ease-out;
}
.container {
	position: relative;
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
section {
  	position: relative;  
	padding-top: 110px;
	padding-bottom: 110px;
}
.nowrap {
	white-space: nowrap;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
button {
	padding: 0;
}
.icon-arrow path {
	fill:none;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:3px;
}
.stroke-blue {
	stroke:#38499f;
}

.nav-wrapper.is-active {
	transform: translateY(0%);
}
.nav {
	position: fixed;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;	
}
.nav-item {
	position: relative;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-tap-highlight-color: transparent;
}
.nav-item__dot {
	border-radius: 50%;
	background-color: #d8e0ea;
	width: 11px;
	height: 11px;
}
.nav-item:hover .nav-item__dot {
	background-color: var(--color-moon-yellow);
}
.nav-item__label {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: var(--color-moon-yellow);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	height: 42px;
	line-height: 42px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	border-radius: 20px;	
	transition: transform .2s ease-out;
	transform: translateX(-10px);
	box-shadow: 0px 0px 9px 5px rgb(0,0,0,.2);
}
.nav-item__label::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent var(--color-moon-yellow);
}
.nav-item:hover .nav-item__label {
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-top: 35px;
}
.logo img {
	width: 94px;
	height: auto;
}
.MSIE .logo img {
	height: 68px;
}
.header-link {
	margin-left: 50px;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.header-link__img-wrapper {
	flex-shrink: 0;
	width: 20px;
}
.header-link__img-wrapper img {
	max-width: 100%;
	display: block;
}
.header-link__text {
	line-height: 1.2;
}
.header-link_underlined .header-link__text {
	position: relative;	
}
.header-link_underlined .header-link__text::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 3px;
	background-color: var(--color-moon-yellow);
	width: 0%;
	transition: width .3s ease-out;
}
.header-link_underlined:hover .header-link__text::before {
	width: 100%;
}
.h-opacitified {
	transition: opacity .25s ease-out;
}
.h-opacitified:hover {
	opacity: .8;
}
.burger {
	width: 14px;
	height: 14px;
	position: relative;
	align-self: center;
}
.burger span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--color-moon-yellow);
	transition: all .2s ease-in-out;
}
.burger span:nth-child(2) {
	margin-top: 3px;
}
.burger span:nth-child(3) {
	margin-top: 3px;
}
.burger.is-active span:nth-child(1) {
	transform: rotate(45deg) translate(4px, 3px);
}
.burger.is-active span:nth-child(2) {
	opacity: 0;
}
.burger.is-active span:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -3px);
}

.intro {
	background: url(../img/body-bg.jpg) no-repeat center/cover;
	padding-bottom: 60px;
	padding-top: 0 !important
}
.intro-content {
	padding-top: 210px;
	margin-bottom: 110px;
}
.btn {
	padding: 0;
	position: relative;
}
.btn__text {
	font-size: 14px;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}
.btn__text_big {
	font-size: 18px;
	font-weight: 800;
}
.btn_big {
	overflow: hidden;
	border-radius: 35px;
	height: 66px;
	padding-left: 45px;
}
.btn_wide {
	/* min-width: 353px; */
	padding-right: 120px;
}
.btn_smaller {
	height: 56px;
	padding-left: 30px;
	padding-right: 100px;
}
.btn_smaller .btn__text {
	font-size: 15px;
}
.btn_smaller .btn-decor {
	width: 55px;
}
.btn_smaller .btn-arrow-area {
	right: 30px;
}
.btn_equal-width {
	width: 100%;
	max-width: 250px;
}
.btn_equal-width .btn__text {
	text-align: left !important;
}

.btn-round {
	border-radius: 50%;
}
.btn-play {
	cursor: pointer;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 97px;
	width: 97px;
	transition: background-color .2s ease-out;
}
html:not(.touch) .btn-play:hover {
	background-color: var(--color-moon-yellow);
}
.btn-play img {
	max-width: 100%;
	position: relative;
    left: 3px;
}
.video-popup-container .fancybox-slide {
	padding-top: 20vh;
	padding-bottom: 20vh;
}
.btn-decor {
	position: absolute;
    right: 0;
    width: 75px;
    height: 100%;
    top: 0;
    transition: all .4s ease-out, visibility 0s;
}
.btn-decor svg {
	position: absolute;
    height: 136px;
    left: -20px;
    top: -10px;
    transition: all .15s ease-out, visibility 0s;
}
.MSIE .btn-decor svg {
	width: 132px;
}
html:not(.touch) .btn:hover .btn-decor {
	width: 100%;
}
html:not(.touch) .btn:hover .btn-decor svg {
	top: 0px;
}
.btn-arrow-area {
	position: absolute;
    height: 16px;
    width: 17px;
    top: 50%;
    margin-top: -8px;
    right: 35px;
    overflow: hidden;
	transition: all .4s ease-out, visibility 0s;
}
.btn-arrow-area img {
	height: auto;
    width: 59px;
    position: absolute;
    right: 0;
    top: 0;
}
.MSIE .btn-arrow-area img {
	height: 15px;
}
html:not(.touch) .btn:hover .btn-arrow-area {
	width: 59px;
}
.section-title {
	font-size: 60px;
	font-weight: 800;
}
.audit__title {
	margin-left: -135px;
    margin-top: 80px;	
}
.audit-text {
	padding-left: 35px;
}
.audit-descr__text {
	font-size: 18px;
}
.audit-descr__img-area {
	width: 85px;
	flex-shrink: 0;
}
.audit-btn-area {
	padding-left: 85px;
}
.audit-descr {
	margin: 10px 0 20px;
}

.video-area {
	position: relative;
}
.video-controls {
	position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    padding-left: 40px;
}
.video-caption {
	font-size: 16px;
	position: absolute;
    left: 150px;
    top: 70px;
}
.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
}
.marquee__item {
	padding-left: 15px;
	padding-right: 15px;
}
.section-subtitle {
	font-size: 18px;
	margin: 30px 0 35px;
}
.service-col_left {
	flex: 0 0 320px;
	max-width: 320px;
	padding-right: 20px;
}
.services-zone {
	position: relative;
}
.services-zone_top {
	padding-top: 160px;
}
.services-zone_top2 {
	margin-top: 80px
}
.services-zone_top3 {
	margin-bottom: 10%;
    padding-top: 27%;
}
.services-zone_bottom {
	padding-top: 170px;
	margin-top: 80px;
}
.services-zone img {
	position: absolute;
	top: 0;
}
.services-zone_top img {
	left: 0;
}
.services-zone_bottom img {
	right: 0;
}
.services-ul {
	background-color: #fff;
	padding: 40px 30px;
	max-width: 460px;
	position: relative;
	z-index: 1;
}
.services-ul_right {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: auto;
}
.services-ul_left {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.services-ul li {
	font-weight: 800;
	font-size: 16px;
	padding-left: 3.125em;
	margin-bottom: 1.25em;
}
.services-ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	height: 19px;
	width: 18px;
	background: url(../img/v.svg) no-repeat center/contain;
}

.gift {
	width: 290px;
    text-align: center;
    position: absolute;
    /*bottom: 340px;*/
    top: 460px;
    left: 0;
    padding: 0 40px;
}
.gift_shifted {
	top: 26%;
}
.gift img {
	margin-bottom: 15px;
}
.service-col_right {
	position: relative;
}

.prices-title-row-col-left {
	flex: 0 0 37%;
    max-width: 37%;
	padding-right: 20px;
}
.r-fsize {
	font-size: 18px;
}
.md-fsize {
	font-size: 36px;
}
.underlined::after {
	content: '';
	display: block;
	width: 35px;
	height: 3px;
	background-color: var(--color-moon-yellow);
	margin-top: 20px;
}
.tac.underlined::after {
	margin-left: auto;
	margin-right: auto;
}
.price-from span {
	font-size: 28px;
}
.price-table-area {
	padding: 30px;
	border-radius: 30px;
	margin-left: -20px;
    margin-right: -20px;
	margin-top: 20px;
}
.price-table {
	margin-bottom: 40px;
}
.price-item {
	height: 100%;	
	text-align: center;
}
.MSIE .price-item {
	display: block!important;
}
.price-item__name {
    flex-grow: 1;
	padding-bottom: 5px;
}
.price-table__col:not(:last-child) {
	border-right: 2px solid #fff;
}

.examples {
	margin: 80px auto 0;
    max-width: 960px;
	width: 81%;
}
.examples-slider {
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
}
.examples-slide__col {
	position: relative;
	padding-top: 30px;
}
.example-price {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left: 3px solid var(--color-moon-yellow);
	padding: 20px 25px;
	position: absolute;
    top: 0;
}
.example-img {
	width: 100%;
}
.example-task::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 21px;
	background: url(../img/arrow-down.svg) no-repeat center/cover;
	position: relative;
	top: 13px;
	left: 6px;
}
.slider-arrow {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 1;
}
.slider-arrow_prev {
	left: -130px;
}
.slider-arrow_prev img {
	transform: rotate(180deg);
}
.slider-arrow_next {
	right: -130px;
}

.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.circle img {
	width: 17px;
}
html:not(.touch) .btn-cricled:hover .circle {
	background-color: var(--color-tory-blue);
}
.license-item a {
    display: block;
    padding: 0 10px;
}
.license-item a img {
    margin: auto;
    max-width: 100%;
	transition: all .2s ease-out;
	transform: scale(1);
}
.license-item a:hover img {
	transform: scale(.95);
}
.licenses-slider {
	margin-top: 25px;
}
.licenses-slider .slider-arrow {
	box-shadow: 0px 0px 7px 1px rgb(0,0,0,.1);
}
.licenses-slider .slider-arrow_prev {
	left: -30px;
}
.licenses-slider .slider-arrow_next {
	right: -30px;
}
.licenses-slider .slider-arrow.slick-disabled {
	visibility: hidden;
}

.contacts-item-text {
	font-size: 24px;
	transition: all .2s ease-out;
	border-bottom: 1px solid transparent;
}
a:hover .contacts-item-text {
	border-bottom-color: currentColor;
}
.contacts-item-img-wrapper {
	width: 35px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.contact-items li:not(:first-child) {
	margin-top: 15px;
}
.copyright {
	color: #737b83;
	font-size: 14px;
}

.map-wrapper {
	max-width: 700px;
	margin-left: auto;
}
.map {
	height: 400px;	
}

.form-popup-container .fancybox-bg {
	opacity: 0;
}
.form-popup-container .fancybox-close-small {
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
}

.form-popup-container .popup {
	box-shadow: 0px 0px 50px 15px rgb(23, 48, 127, .5);
	padding: 50px 25px 20px;
	border-radius: 30px;
	max-width: 580px;
	cursor: default;
}
.form-agreement-text {
	font-size: 12px;
	color: #a2a4a7;
	margin-top: 50px;
}
.popup form {
	margin: auto;
	max-width: 340px;
	position: relative;
}
.popup form button {
	width: 100%;
	text-align: center;
}
.form-control {
    margin-top: 25px;
	position: relative;
}
input[type="text"] {
	background: var(--color-solitude);
    width: 100%;
    border-radius: 30px;
    height: 66px;
    color: #444c55;
    font-size: 18px;
    padding: 0 35px;
	border: 1px solid transparent
}
.input-error input[type="text"] {
	border-color: red;
}
input::-ms-clear {
	display: none;
}
.required {
	position: absolute;
	color: var(--color-moon-yellow);
	font-size: 18px;
	right: -5px;
    top: -5px;
}
.msg-error {
	color: red;
	font-size: 14px;
	text-align: center;
	margin: 15px 0;
}
.form-success {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.popup__title {
	font-size: 36px;
}

.form-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.form-loader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .4;
}
.lds-spinner {
	position: absolute;
	width: 40px;
	height: 40px;  
  }
  .subscribe-form .lds-spinner {
	right: -50px;
	top: -2px;
  }
  .form-callback .lds-spinner {
	right: 0;
	left: 0;
	margin: auto;
	top: 50%;
	margin-top: -20px;
  }
  @media screen and (max-width: 1199px) {
	.subscribe-form .lds-spinner {
	  transform: scale(.5);
	  right: -35px;
	}
  }
  .lds-spinner div {
	transform-origin: 20px 20px;
	animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 18px;
	width: 3px;
	height: 8px;
	border-radius: 20%;
	background: var(--color-tory-blue);
  }
  .lds-spinner.dark div:after {
	background-color: #000
  }
  .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes lds-spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }


.btn-up {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 99999;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-out;
}
.btn-up.is-visible {
	visibility: visible;
	opacity: 1;
}
.btn-up img {
	transform: rotate(-90deg);
	width: 15px;
}

.section-help {
	padding-top: 80px;
	padding-bottom: 80px;
}
.help {
	display: flex;
}
.help__images {
	flex: 0 0 45%;
	position: relative;
}
.help__images img {
	position: absolute;
}
.help-img1 {
	width: 51%;
	right: 63%;
	bottom: 50%;
	transform: translateY(25%);
}
.help-img2 {
	right: 0;
	width: 63%;
	bottom: 50%;
	transform: translateY(11%);
}
.help-img3 {
	width: 119%;
	right: -18%;
	bottom: 50%;
	transform: translateY(113%);
}
.help__text {	
	color: #fff;
	padding-left: 200px;
	padding-top: 25px;
	flex: 0 0 55%;
}

.help__text_right {
	padding-right: 170px;
	padding-left: 0;
	padding-top: 0;
}
.help-text-block {
	margin-bottom: 40px;
	margin-left: -140px;
}
.help-text-ul li {
	list-style-type: none;
	margin-bottom: 40px;
}
.section-title-bigger {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: .1em;
}

.section-title-bigger_preparation {
	margin-bottom: 16px !important;
	text-transform: uppercase !important;
}

.section-title-bigger_flex {
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
}

.span-small {
	font-size: 19px;
	margin-left: 17px;
}

.section-title-bigger_v {
	position: relative;
}
.section-title-bigger_v::before {
	content: '';
	position: absolute;
	top: .24em;
	left: -1em;
	width: .7em;
	height: .75em;
	background: url(../img/v.svg) no-repeat center / contain;
}

.section-title-bigger_left::before {
	left: -0.3em;
}
.text-regular-bigger {
	font-size: 19px;
	font-weight: 700;
}

.text-note {
	font-size: 14px;
	line-height: 1.2;
	opacity: .5;
}

.help__text .text-note {
	margin-left: -30px;
	margin-top: 60px;
}

.help__text .text-note-preparation {
	color: #a1a7c6;
	opacity: 1;
	margin-left: 0.5em;
	margin-top: 17px;
}

.section-outsource {
	padding: 70px 0;
}

.section-preparation {
	padding: 110px 0 40px;
}
.opo-img-wrapper {
	position: relative;
	height: 100%;
}
.opo-img-wrapper img {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.opo-text-wrapper {
	padding-left: 45px;
}
.opo-text-wrapper ul {
	font-size: 20px
}
.disclaimer {
	font-size: 12px;
	line-height: 1.2;
	padding-right: 10px;
}
.disclaimer p:not(:last-child) {
	margin-bottom: 1em;
}
.disclaimer a {
	color: inherit;
	text-decoration: underline;
}
.disclaimer a:hover {
	text-decoration: none;
}
.offer-block {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	position: relative;
	padding-top: 5em;
}
.offer-block::before {
	content: '';
	position: absolute;
	top: 2.5em;
	left: 0;
	width: 3em;
	background-color: white;
	height: 1px;
}
.offer-block_no-separator {
	padding-top: 3em;
}
.offer-block_no-separator::before {
	display: none;
}
.offer-block__info {
	flex-grow: 1;
	font-weight: 800;
	display: flex;
}
.offer-block__icon {
	width: 2em;
	flex-shrink: 0
}
.offer-block__icon img {
	width: 100%;
}
.offer-block__text {
	padding-left: 1.25em;
	padding-right: 1em;
}
.offer-block__btn {
	flex-shrink: 0;
}

.help-text-item {
	margin-left: 4.7em;
}

.btn_left-preparation {
	margin-left: -4.7em;
}

.preparation__images {
	flex: 0 0 45%;
    position: relative;
}

.preparation__images img{
    position: absolute;
}

.preparation-img1 {
    width: 45%;
    right: 62%;
    bottom: 65%;
    transform: translateY(25%);
}

.preparation-img2 {
	right: 3%;
    width: 59%;
    bottom: 53%;
    transform: translateY(11%);
}

.preparation-img3 {
    width: 107%;
    right: 11%;
    bottom: 66%;
    transform: translateY(113%);
}

.preparation {
	display: flex;
}

.preparation-text-ul .help-text-item:last-child {
	margin-bottom: 0;
}

.preparation-text-ul .help-text-item:first-child {
	margin-top: 30px;
}

.btn_left-preparation .btn__text_big {
	font-size: 14px;
}
@media screen and (max-width: 1400px) {
	.section-title-bigger {
		font-size: 36px
	}
	.text-regular-bigger {
		font-size: 16px
	}
	.opo-text-wrapper ul {
		font-size: 16px;
	}
	.text-note {
		font-size: 12px
	}
	.help__text {
		padding-left: 170px;
	}
	.help-text-ul li,
	.help-text-block {
		margin-bottom: 20px;
	}
	.help__images {
		margin-left: 7%;
		flex-basis: 30%
	}

	.preparation {
		justify-content: space-between;
	}

	.preparation__images {
		margin-right: 6%;
		flex-basis: 37%
	}

	.span-small {
		font-size: 16px;
	}

	.preparation-text-ul .help-text-item:first-child {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.help__text {
		padding-top: 0;
		padding-left: 90px;
	}
	.help__images {
		flex-basis: 220px;
	}

	.preparation-img1 {
		width: 57%;
		right: 80%;
		bottom: 66%;
	}

	.preparation-img2 {
		right: 1%;
		width: 79%;
		bottom: 61%;
	}

	.preparation-img3 {
		width: 128%;
		right: 23%;
		bottom: 67%;
	}
	.section-title-bigger {
		font-size: 26px;
	}
	.text-regular-bigger {
		font-size: 14px;
	}
	.help__images img {
		bottom: 45%;
	}

	.opo-img-wrapper img {
		height: 70vw;
		position: static;
	}
	.opo-text-wrapper {
		padding-left: 0;
	}
	.opo-text-wrapper ul {
		font-size: 14px;
	}
	.disclaimer {
		padding-right: 0
	}

	.help__text_right {
		padding-right: 50px;
	}

	.span-small {
		font-size: 13px;
		margin-left: 13px;
	}

	.btn_left-preparation .btn__text_big {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.section-help {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.help {
		display: block;
	}
	.help__images {
		margin: 0 0 30px;
	}
	.help__images img:not(:last-child) {
		display: none;
	}
	.help-img3 {
		width: 100%;
		position: static !important;
		transform: none;
	}
	.help__text {
		padding: 0;
	}
	.help-text-block {
		margin-left: 0;
	}
	.help-text-ul {
		margin-left: 28px;
	}
	.text-note {
		font-size: 10px
	}
	.help__text .text-note {
		margin-left: 0;
		margin-top: 30px;
	}
	.section-title-bigger {
		font-size: 20px;
	}
	.text-regular-bigger {
		font-size: 12px
	}
	.help-text-ul li,
	.help-text-block {
		margin-bottom: 30px;
	}
	.section-outsource {
		padding: 40px 0;
	}

	.section-preparation {
		padding: 40px 0;
	}
	.offer-block {
		font-size: 16px;
		display: block;
	}
	.offer-block__info {
		margin-bottom: 20px;
	}
	.opo-text-wrapper ul {
		font-size: 12px;
	}
	.disclaimer {
		font-size: 10px
	}

	.section-title-bigger_flex {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.span-small {
		margin-left: 0;
		margin-top: 5px;
	}

	.help__text_right {
		order: 2;
	}

	.preparation-text-ul .help-text-item:first-child {
		margin-top: 30px;
	}
}

@media screen and (max-width: 575px) {
	.offer-block {
		font-size: 14px
	}
}


@media screen and (max-width: 1400px) {
	.slider-arrow_prev {
		left: -70px;
	}
	.slider-arrow_next {
		right: -70px;
	}
	.btn-up.is-visible {
		opacity: .6;
	}

	.help__text_right {
		padding-left: 0;
	}

	.help-text-item {
		margin-left: 3.8em;
	}

	.btn_left-preparation {
		margin-left: -3.7em;
	}
}
@media screen and (max-width: 1270px) {	
	.price-table-area {
		margin-right: 0;
		margin-left: 0;
	}	
	.licenses-slider {
		width: 90%;
	}

	.span-small {
		font-size: 14px;
	}

	.preparation__images {
		margin-right: 6%;
		flex-basis: 40%;
	}

}
@media screen and (max-width: 1199px) {
	/*section:not(.intro) {*/
	section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.nav {
		right: 10px;
	}
	.intro-content {
		padding-top: 150px;
	}
	.video-poster img {
		width: 500px;
	}
	.section-title {
		font-size: 42px;
	}
	.audit__title {
		margin-left: -115px;
		margin-top: 75px;
		max-width: 500px;
	}
	.audit-descr__text {
		font-size: 15px;
		padding-right: 20px;
	}
	.audit-descr__img-area {
		width: 65px;
	}
	.audit-descr__img-area img {
		max-width: 80%;
	}
	.audit-btn-area {
		padding-left: 0;
	}
	.services-zone img {
		width: 60%;
	}
	.gift {
		width: 220px;
		padding: 0 20px;
	}
	.price-table__col:not(:last-child) {
		border:none
	}
	.slider-arrow {
		width: 40px;
		height: 40px;
	}
	.slider-arrow img {
		width: 13px;
		height: 12px;
	}
	.licenses-slider .slider-arrow_prev {
		left: -15px;
	}
	.licenses-slider .slider-arrow_next {
		right: -15px;
	}

	.btn_left-preparation {
		margin-left: -3.8em;
	}

	.section-preparation {
		padding: 70px 0 40px;
	}
}

@media screen and (min-width: 768px) {	
	.btn_smaller-fs .btn__text_big {
		width: 63%;		
		font-size: 14px;
		text-align: center;
	}	
	.services-ul li:last-child {
		margin-bottom: 0;
	}	
	.tal-md {
		text-align: left;
	}
	.tal-md.underlined::after {
		margin-left: 0;
		margin-right: 0;
	}	
	.examples-slide__col:last-child {
		padding-left: 55px;
	}
}
@media screen and (min-width: 992px) {
	.btn_smaller-fs {
		/* min-width: 247px; */
		padding-right: 125px;
	}
	.btn_smaller-fs .btn__text_big {
		width: 40%;
	}
	.tal-lg {
		text-align: left;
	}
	.tal-lg.underlined::after {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {	
	.intro-content {
		padding-top: 80px;
	}
	.video-poster img {
		width: 400px;
	
	}
	.section-title {
		font-size: 36px;
	}
	.audit__title {
		margin-left: -95px;
		margin-top: 60px;
	}
	.btn_big {
		height: 53px;
		padding-left: 25px;
	}
	.btn_wide {
		/* min-width: 274px; */
		padding-right: 90px;
	}
	.btn__text_big {
		font-size: 14px;
	}
	.btn-decor {
		width: 55px;
	}
	.btn-decor svg {
		height: 106px;
	}
	.btn-arrow-area {
		right: 25px;
	}
	.btn_equal-width .btn__text {
		font-size: 12px;
	}
	.logo img {
		width: 49px;
		height: 36px;
	}
	header {
		padding-top: 20px;
	}
	.header-link {
		font-size: 14px;
		margin-left: 0;
		margin-right: 15px;
	}
	.btn-play {
		width: 80px;
		height: 80px;
	}
	.video-caption {
		left: 135px;
		top: 50px;
		font-size: 14px;
	}
	.services-zone_top {
		padding-top: 0;
	}
	.services-zone_bottom {
		padding-top: 190px;
		margin-top: 0px;
	}
	.services-zone_top3 {
		padding-top: 0;
	}
	.services-zone_top3 .services-ul_right {
		margin-left: 0;
	}
	.gift {
		right: 0;
		margin: auto;
		/*bottom: 275px;*/
		top: 20%;
	}
	.gift_shifted {
		top: 23%;
	}

	.preparation__images {
		flex-basis: 220px;
	}

	.help-text-item {
		margin-left: 2.8em;
	}

	.btn_left-preparation {
		margin-left: -2.8em;
	}
}
@media screen and (max-width: 767px) {
	/*section:not(.intro) {*/
	section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ul li {
		font-size: 14px;
	}
	.header-link__img-wrapper {
		width: 15px;
	}
	.intro, header {
		background: var(--color-tory-blue);
	}
	header {
		padding-bottom: 20px;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
	}
	.nav-wrapper {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		position: fixed;
		height: 100%;
		overflow: auto;
		z-index: 999;
		transform: translateY(-100%);
	}
	.nav-wrapper.animable {
		transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
	}
	.nav {
		position: relative;
		top: auto;
		right: auto;
		transform: translateY(0%);
		background: var(--color-tory-blue);
		box-shadow: 0px 50px 50px 15px rgb(23, 48, 127, .5);
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.nav-item {
		width: auto;
		display: block;
		text-align: center;
		height: auto;
		margin: 20px 0;
	}
	.nav-item__dot {
		display: none;
	}
	.nav-item__label {
		position: static;
		visibility: visible;
		opacity: 1;
		background: no-repeat;
		box-shadow: none;
		transform: none;
		margin-top: 0;
		height: auto;
		line-height: 1;
		border-radius: 0px;
	}
	.nav-item__label::after {
		display: none;
	}
	.menu-overlay {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}
	.section-title {
		font-size: 30px;
	}
	.audit__title {
		margin: 0;
		text-align: center;
		max-width: none;
	}
	.audit-descr__img-area {
		width: 85px;
	}
	.audit-descr__text {
		font-size: 14px;
	}
	.intro-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
		margin-bottom: 0;
	}
	.audit-text {
		padding-left: 0;
	}
	.audit-btn-area {
		text-align: center;
		margin-bottom: 25px;
	}
	.video-area {
		margin-right: -20px;
		margin-left: -20px;
	}
	.video-poster img {
		width: 100%;
	}
	.video-controls {
		padding-right: 20px;
		padding-left: 55%;
		top: 30px;
		bottom: auto;
	}
	.video-caption {
		position: relative;
		color: var(--color-tory-blue);
		top: auto;
		left: auto;
		margin-bottom: 15px;
	}
	.btn-play {
		width: 52px;
		height: 52px;
	}
	.btn-play img {
		width: 20px;
	}
	.marquee {
		font-size: 16px;
	}
	.marquee-track {
		margin: 10px 0;
	}
	.intro {
		padding-bottom: 0;
	}
	.service-col_left {
		max-width: none;
		text-align: center;
	}
	.section-subtitle {
		margin: 10px 0 15px;
		font-size: 14px;
	}
	.services-ul {
		background-color: transparent;
		border-radius: 0%;
		max-width: none;
		padding-bottom: 0;
	}
	.services-ul li {
		font-size: 14px;
	}
	.services-zone_top2 {
		margin-top: 0
	}
	.services-zone_top2 .services-ul {
		padding-top: 0
	}
	.services-zone_top3 {
		margin-bottom: 0;
	}
	.services-zone_top3 + div .services-ul {
		padding-top: 0;
	}
	.gift {
		position: static;
	}
	.services-zone_bottom, .services-zone_bottom .services-ul {
		padding-top: 0;
	}	
	.r-fsize {
		font-size: 14px;
	}
	.md-fsize {
		font-size: 22px;
	}
	.prices-title-row-col-left {
		max-width: none;
		text-align: center;
	}
	.slider-arrow_prev {
		left: -55px;
	}
	.slider-arrow_next {
		right: -55px;
	}
	.circle {
		width: 38px;
		height: 38px;
	}
	.licenses-slider {
		width: auto;
	}
	.contacts-item-img-wrapper {
		width: 25px;
	}
	.contacts-item-img-wrapper img {
		width: 15px;
	}
	.contacts-item-text {
		font-size: 14px;
	}
	.contact-items {
		width: 200px;
		margin: 0 auto 30px;
	}
	.map-wrapper {
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;		
	}
	input[type="text"] {
		font-size: 14px;
		height: 46px;
		padding: 0 25px;
	}
	.form-agreement-text {
		font-size: 10px;
	}	
	.popup__title {
		font-size: 26px;
	}
	.form-agreement-text {
		margin-top: 20px;
	}
	.msg-error {
		font-size: 12px;
	}

	.preparation {
		flex-direction: column;
	}

	.preparation__images {
		margin: 0 0 30px;
		order: 1;
		flex-basis: 0;
	}

	.preparation__images img:not(:last-child) {
		display: none;
	}

	.preparation-img3 {
		width: 100%;
		position: static !important;
		transform: none;
	}

	.help-text-item {
		margin-left: 1.9em;
	}

	.btn_left-preparation {
		margin-left: -1.7em;
	}

	.preparation-text-ul {
		margin-left: 0;
	}

	.help__text .text-note-preparation {
		margin-left: 0;
	}

	.section-preparation {
		padding: 30px 0 30px;
	}
}
@media screen and (min-width: 576px) {
	.tal-sm {
		text-align: left;
	}
}
@media screen and (max-width: 575px) {
	.services-ul {
		padding: 25px 0 0;
	}
	.services-ul li {
		font-size: 12px;
	}
	.gift {
		width: auto;
		padding: 10px 20px 0;
	}
	.gift img {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}	
	.md-fsize {
		font-size: 18px;
	}
	.price-table-area {
		padding: 20px 15px;
	}
	.price-item__name {
		flex: 0 0 55%;
		max-width: 55%;
		padding-right: 20px;
		text-align: right;
	}
	.price-item .price-from span {
		font-size: 14px;
	}
	.btn-xs-long {
		display: block;
		width: 100%;
		text-align: center;
	}
	.examples {
		width: auto;
	}
	.slider-arrow {
		top: 25%;
		margin-top: 0;
	}
	.slider-arrow_prev {
		left: -15px;
	}
	.slider-arrow_next {
		right: -15px;
	}
	.example-price .price-from span {
		font-size: 20px;
	}
	.example-price {
		padding: 14px;
		border-width: 2px;
	}
	.examples-slide__col {
		padding-top: 10px;
	}
	.example-task::after {
		top: 8px;
		height: 15px;
		width: 18px;
	}
	.examples-slider {
		margin-bottom: 20px;
	}
	.btn_longtext .btn__text {
		font-size: 12px;
	}
	.licenses-slider {
		margin-right: -20px;
	}
	.licenses-slider .slick-list {
		padding-right: 10%;
	}
	.license-item a {
		padding: 0 5px;
	}
	.licenses-slider .slider-arrow {
		top: 50%;
		margin-top: -20px;
	}
	.licenses-slider .slider-arrow_next {
		right: 15px;
	}
	.copyright {
		font-size: 11px;
	}
	section.contacts {
		padding-bottom: 10px;
	}
	.map {
		height: 250px;
	}
	.btn-up {
		right: 10px;
		bottom: 20px;
		width: 30px;
		height: 30px;
	}
	.btn-up img {
		width: 12px;
	}
	
	.video-popup-container .fancybox-slide {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 764px) {
	.audit-descr__text {
		margin-bottom: 3%;
	}
}

.report-content {
	margin: 50px 0;
}
.image-w-label-bottom {
	position: relative;
	font-size: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
}
.image-w-label-bottom__label {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--color-solitude);
	border-left: 3px solid var(--color-moon-yellow);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 1.1em 1.8em 1.1em 2.6em;
	font-weight: 900;
	color: var(--color-tory-blue);
}
.image-w-label-bottom__image {
	width: 100%;
	position: absolute;
	height: calc(100% - 36px);
	top: 0;
	left: 0;
	object-fit: cover;
}
.image-w-label-bottom__label .text {
	font-size: 1.8em;
}
.image-w-label-bottom__label .price {
	font-size: 4.4em;
	padding-left: .4em;
}
.image-w-label-bottom__label .price__currency {
	font-size: .6em;
	font-weight: 700;
}
.report-cta-wrapper {
	margin: 50px 0;
}
@media screen and (max-width: 767px) {
	.report-content,
	.report-cta-wrapper {
		margin: 20px 0;
	}
	.image-w-label-bottom {
		height: 300px;
		margin-bottom: 20px;
	}
	.image-w-label-bottom {
		font-size: 8px;
	}
}

.intro .caution-text {
	margin-top: 30px;
}
.section-outsource .caution-text {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.intro .caution-text {
		margin-bottom: 30px;
	}
	.section-subtitle.caution-text {
		margin-top: 30px;
	}
}

.ymaps-2-1-79-ground-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}