@import url(ttf/stylesheet.html);
:root {
	--brown-grey: #989898;
	--faded-red: #315B97;
	--tomato-gradient: #315B97;
	--lipstick-gradient: #315B97;
	--tomato-red: #315B97;
	--grey: #E9E9E9
}

input::-moz-placeholder {
	color: #989898
}

input::-webkit-input-placeholder {
	color: #989898
}

input:-ms-input-placeholder {
	color: #989898
}

input::-ms-input-placeholder {
	color: #989898
}

input::placeholder {
	color: #989898
}

h2,
.h2 {
	font-size: 1.58rem!important
}

@font-face {
	font-family: "Museo Sans Cyrl";
	font-weight: 100;
	src: url(ttf/MuseoSansCyrl-100.ttf) format("opentype")
}

@font-face {
	font-family: "Museo Sans Cyrl";
	font-weight: 300;
	src: url(ttf/MuseoSansCyrl-300.ttf) format("opentype")
}

@font-face {
	font-family: "Museo Sans Cyrl";
	font-weight: 500;
	src: url(ttf/MuseoSansCyrl-500.ttf) format("opentype")
}

@font-face {
	font-family: "Museo Sans Cyrl";
	font-weight: 700;
	src: url(ttf/MuseoSansCyrl-700.ttf) format("opentype")
}

@font-face {
	font-family: "Museo Sans Cyrl";
	font-weight: 900;
	src: url(ttf/MuseoSansCyrl-900.ttf) format("opentype")
}

* {
	transition: color .1s, fill .5s;
	font-family: Museo Sans Cyrl;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	outline: 0!important;
	color: #3a3a3a
}

a {
	color: #fff;
	text-decoration: none!important
}

a:link {
	color: #fff
}

a:visited {
	color: #fff
}

a:hover {
	color: #fff
}

input {
	border: none!important
}

a:active {
	color: #fff;
	text-decoration: none
}

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

.modal_trigger {
	cursor: pointer
}

.main_logo {
	width: 4rem;
}
.logo-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px !important;
}

#actions {
	position: fixed;
	top: 4.5625rem;
	left: 1.875rem;
	z-index: 99999
}

#actions a {
	background: rgba(0, 0, 0, .8);
	padding: .4375rem;
	margin: .125rem;
	color: #ccc;
	display: inline-block
}

#actions a:hover {
	color: #fff;
	background: #81A140
}

#header {
	color: rgb(255, 255, 255)
}

.btn-custom {
	width: 13.75rem;
	height: 3.5rem;
	border: 1px solid var(--tomato-red);
	background: transparent;
	border-radius: .3rem;
	color: var(--tomato-red);
	transition: .3s
}

.btn-custom:hover {
	background: var(--tomato-red);
	color: white
}

.btn-custom:disabled:hover {
	border: 1px solid var(--tomato-red);
	background: transparent;
	color: var(--tomato-red)
}

.info-timeline .active a {
	color: var(--tomato-red)!important
}

.info-timeline a {
	transition: .25s!important
}

.info-timeline a:hover,
.info-timeline .active a {
	transform: scale(1.1) translateX(-1rem);
	font-weight: 900
}

.info-timeline ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.info-timeline ul li div.timeline-circle {
	position: relative;
	border: 1px solid #315B97;
	border-radius: 100%;
	width: .375rem;
	height: .375rem;
	text-align: center;
	background-color: #315B97;
	z-index: 2;
	display: inline-block;
	transition: .25s;
	margin-left: .19rem
}

.timeline-circle-in {
	opacity: 0;
	position: absolute;
	border: 1px solid #315B97;
	border-radius: 100%;
	width: .375rem;
	height: .375rem;
	text-align: center;
	background-color: #315B97;
	z-index: 2;
	margin: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.info-timeline .active .timeline-circle {
	width: 1.5rem;
	height: 1.5rem;
	background-color: inherit;
	margin: -.375rem;
	transition: .25s
}

.info-timeline .active .timeline-circle-in {
	transition: .25s;
	opacity: 1
}

.info-timeline ul li a {
	position: absolute;
	color: #fff;
	font-weight: 500
}

.info-timeline li {
	height: 6.25em;
	width: 6.25rem
}

.info-timeline a {
	margin-right: 1.5rem;
	width: 100%;
	text-align: right;
	transition: .8s linear
}

.verticalLine {
	height: 19.125rem;
	position: fixed;
	margin-right: 5.8125rem;
	margin-top: .3125rem;
	border: 1px solid #315B97;
	top: 13.8rem
}

#header {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 99;
	height: 9.25rem
}

.header-position {
	margin: 0.5rem;
	padding: 0 6rem
}

.main-header-info {
	height: 3.75rem;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end
}

.text-type-header {
	font-size: .875rem;
	margin: .5rem 0;
	font-weight: 400;
	color: white
}

.text-type-header:after {
	display: block;
	content: '';
	z-index: -1;
	position: relative;
	border-bottom: solid 3px #315B97;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out
}

.text-type-header:hover:after {
	transform: scaleX(1);
	transform-origin: 0 50%
}

#section0 {
	position: relative;
	background: #000000!important;
	overflow: hidden
}

#section0:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: .1;
	opacity: .4;
	background-image: url(../img/law-fon.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

.background-1 {
	background-color: rgb(33, 33, 33);
	height: 14.375rem;
	position: relative;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.background-1:before {
	content: ' ';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 14.375rem;
	opacity: .4;
	background-repeat: no-repeat;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.row:nth-child(2) .col-12:first-of-type .background-1:before {
	background-image: url(../img/razvod.png), url(../img/safari/block_1-1.html)
}

.row:nth-child(2) .col-12:nth-of-type(2) .background-1:before {
	background-image: url(../img/imush.png), url(../img/safari/block_1-2.html)
}

.row:nth-child(2) .col-12:nth-of-type(3) .background-1:before {
	background-image: url(../img/zemla.png), url(../img/safari/block_1-3.html)
}

.row:nth-child(2) .col-12:nth-of-type(4) .background-1:before {
	background-image: url(../img/dogovora.png), url(../img/safari/block_1-4.html)
}

.row:nth-child(3) .col-12:nth-of-type(1) .background-1:before {
	background-image: url(../img/dtp.png), url(../img/safari/block_2-1.html);
	background-position-x: -1rem
}

.row:nth-child(3) .col-12:nth-of-type(2) .background-1:before {
	background-image: url(../img/ugolovka.png), url(../img/safari/block_2-2.html)
}

.row:nth-child(3) .col-12:nth-of-type(3) .background-1:before {
	background-image: url(../img/pens.png), url(../img/safari/block_2-3.html)
}

.row:nth-child(3) .col-12:nth-of-type(4) .background-1:before {
	background-image: url(../img/alimenti.png), url(../img/safari/block_2-4.html)
}

.header-phone {
	font-size: 1rem;
	color: #3a3a3a
}

.header-phone:after {
	display: block;
	content: '';
	z-index: -1;
	position: relative;
	border-bottom: solid 4px #315B97;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out
}

.header-phone:hover:after {
	transform: scaleX(1);
	transform-origin: 0 50%
}

.header-phone:hover {
	color: white
}

.btn-custom-inverted {
	width: 12.5rem;
	height: 3.5rem;
	border-radius: 4px;
	border: none;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(106deg, #315B97, #315B97)
}

.btn-custom-inverted:hover {
	background: white;
	border: 1px solid var(--tomato-gradient);
	color: var(--tomato-red)
}

.get-result {
	width: 13.75rem;
	height: 3.5rem;
	border-radius: 4px;
	border: none;
	color: #fff;
	font-weight: 700;
	background-image: linear-gradient(106deg, #315B97, #315B97)
}

.centered-head {
	width: 50%;
	text-align: center
}

.my-auto {
	margin: 0 .375rem
}

.my-auto svg {
	fill: white
}

.fp-tooltip {
	font-size: 1.5rem!important;
	top: -.3125rem!important
}

.main-text {
	font-family: Museo Sans Cyrl Big, sans-serif!important;
	font-size: 3.625rem;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff
}

.sub-title {
	color: #fff;
	font-size: 1rem;
	font-weight: 300
}

.main-inputs {
	width: 100%;
	height: 3.5rem;
	border-radius: 4px;
	background-color: #fff;
	margin-top: 1.125rem;
	border: 1px solid #eeeeee !important;
    padding-left: 10px;
}

.main-inputs:focus {
	border: 1px solid #315B97 !important;
}

.header-position-body {
	padding: 0 6rem;
	margin-top: 9rem
}

.sub-title-main {
	margin-top: 1rem
}

.postion-calc {
	margin: 2rem 0
}

.icon-input-pin {
	background-image: url(../img/pin.svg);
	background-size: 1rem 1.25rem;
	background-repeat: no-repeat;
	background-position: 1.5rem 1.25rem;
	font-size: .8125rem;
	padding-left: 3.75rem
}

.icon-input-person {
	background-image: url(../img/person.svg);
	background-size: 1rem 1.25rem;
	background-repeat: no-repeat;
	background-position: 1.5rem 1.25rem;
	font-size: .8125rem;
	padding-left: 3.75rem
}

.icon-input-mail {
	background-image: url(../img/mail.svg);
	background-size: 1rem 1.25rem;
	background-repeat: no-repeat;
	background-position: 1.5rem 1.25rem;
	font-size: .8125rem;
	padding-left: 3.75rem
}

.icon-input-mass {
	background-image: url(../img/kilogram.svg);
	background-size: 1rem 1.25rem;
	background-repeat: no-repeat;
	background-position: 1.5rem 1.25rem;
	font-size: .8125rem;
	padding-left: 3.75rem
}

.icon-input-phone {
	background-image: url(../img/phone.svg);
	background-size: 1rem 1.25rem;
	background-repeat: no-repeat;
	background-position: 1.5rem 1.25rem;
	font-size: .8125rem;
	padding-left: 3.75rem
}

.right-menu {
	position: absolute;
	right: 0;
	width: 11.875rem;
	height: 26.25rem;
	top: 13.5625rem
}

.menu-icon {
	width: .375rem;
	height: .375rem;
	border-radius: .375rem;
	margin: auto 1.25rem;
	background-image: linear-gradient(to bottom, var(--tomato-gradient), var(--lipstick-gradient))
}

.rectangle-call {
	width: 8.125rem;
	position: absolute;
	font-size: .8125rem;
	font-weight: 500;
	color: var(--tomato-red);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	text-align: center;
	height: 1.5rem;
	margin-top: 16.5rem;
	border: none;
	background: none;
	transition: .5s!important
}

.rectangle-call:after {
	content: ' ';
	border: 1px solid var(--tomato-red);
	position: absolute;
	right: .8rem;
	bottom: 0;
	width: 6.6rem
}

.rectangle-call:hover {
	color: white;
	background: var(--tomato-red)
}

.rectangle-call:hover:after {
	border: none
}

.content-service {
	margin-left: 6rem!important;
	/*padding-right: 12rem!important*/
}

.cs-desktop {
	height: 70%
}

.red-circle {
	width: .375rem;
	display: inline-block;
	height: .375rem;
	border-radius: 100%;
	margin: .625rem 1.25rem .3rem 0;
	background-image: linear-gradient(to bottom, var(--tomato-gradient), var(--lipstick-gradient));
}

.header-text {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-bottom: 1.25rem;
	margin-left: -15rem!important
}

.name-service {
	display: inline-block;
	margin: 0;
	width: 38rem
}

.no-padding {
	padding: 0!important
}

.no-margin {
	margin: 0!important
}

.text-service {
	font-size: 1rem;
	color: #fff;
	padding: 1.5rem;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.order-service {
	display: none;
	border: none;
	width: 8.125rem;
	height: 3.125rem;
	margin-top: 4rem;
	margin-left: 2rem;
	border-radius: 4px;
	background-color: #fff;
	color: var(--tomato-gradient);
	position: absolute;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.order-service:hover {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	box-shadow: 5px 7px 14px 0 rgba(0, 0, 0, .5)
}

.background-1:hover {
	background: var(--tomato-red)
}

.background-1:hover:before {
	opacity: .2
}

.background-1:hover .text-service {
	transform: scale(1.1)
}

.background-1:hover>.order-service {
	display: inline-block
}

#myMenu {
	direction: rtl
}

.main-text {
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 1.2
}

#section1 .offers {
	width: 57.5rem;
	height: 30rem;
	box-sizing: content-box
}
#section1-1 .offers {
	width: 57.5rem;
	height: 30rem;
	box-sizing: content-box
}

#section2 .quiz {
	width: 59.125rem;
	min-height: 28.125rem;
	background: #f9f9f9;
	padding: 2.5rem;
	border-radius: 8px
}

#section2 .quiz .counter {
	font-weight: 700;
	font-size: 2.4375rem;
	color: var(--tomato-red);
	margin-bottom: 1.875rem
}

#section2 .quiz .quiz-slide {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: 2.1875rem
}

#section2 .quiz .quiz-slide__image {
	width: 15.25rem;
	height: 8.5652rem;
	background-image: url(../img/q1-1.webp), url(../img/safari/q1-1.html);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 1.0625rem;
	margin-right: 2.3125rem
}

#section2 .quiz .quiz-slide__content {
	width: 100%
}

#section2 .quiz .quiz-slide__content input[type="radio"],
#section2 .quiz .quiz-slide__content input[type="checkbox"] {
	display: none
}

#section2 .quiz .quiz-slide__content label {
	margin-bottom: 0
}

#section2 .quiz .quiz-slide__content input[type="radio"]:checked~.radio_wrap,
#section2 .quiz .quiz-slide__content input[type="checkbox"]:checked~.checkbox_wrap {
	border-color: var(--tomato-red);
	background: var(--tomato-red);
	box-shadow: inset 0 0 0 2px white
}

.radio_wrap,
.checkbox_wrap {
	cursor: pointer
}

.radio_wrap {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	border: 1px solid #B9B9B9;
	margin-right: .625rem;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.checkbox_wrap {
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #B9B9B9;
	margin-right: .625rem;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

#section2 .payment_info {
	width: 59.375rem;
	min-height: 29rem;
	border: 1px solid var(--grey);
	border-radius: 5px
}

#section2 .payment_info .payment_info--block {
	height: 14.5rem;
	border: 1px solid var(--grey);
	padding: 2.5rem;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	transition: .25s
}

#section2 .payment_info .payment_info--block:hover {
	transform: scale(1.05);
	background: #f9f9f9;
	border-radius: 5px;
	z-index: 9999
}

#section2 .payment_info .payment_info--block .block-icon {
	padding-right: 1.875rem
}

#section2 .payment_info .payment_info--block .block-icon img {
	width: 2.5rem;
	height: 2.5rem
}

#section2 .payment_info .payment_info--block .block-content .hidden_link {
	opacity: 0;
	font-size: .8125rem;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

#section2 .payment_info .payment_info--block:hover .block-content .hidden_link {
	opacity: 1;
	color: var(--tomato-red)
}

#section2 .payment_info .payment_info--block .block-content h1 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.25rem
}

#section2 .payment_info .payment_info--block .block-content p {
	font-size: .8125rem
}

#section3 .contacts {
	width: 57.125rem;
	height: 31.125rem;
	margin-top: 4rem
}

#section3 .contacts .cell {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-top: 1.5rem
}

#section3 .contacts .cell h1 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem
}

#section3 .contacts .cell .cell__icon {
	margin-right: 1.875rem
}

#section3 .contacts .cell .cell__icon img {
	width: 2.5rem;
	height: 2.5rem
}

#section3 .contacts .cell .cell__content a,
#section3 .contacts .cell .cell__content p {
	color: #3a3a3a;
	line-height: 2
}

#section3 .contacts .grey {
	/*background: #f9f9f9;*/
	border-radius: 10px;
	padding: 0;
}

#section3 .contacts .grey h1 {
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 1.875rem
}

#section3 .contacts .grey input {
	border: 1px solid #e9e9e9!important
}

#section3 .contacts .grey .btn-custom-inverted {
	margin-top: 1.875rem;
	font-size: .875rem
}

.footer {
	margin-top: 3.6rem;
	align-items: center
}

.footer a:first-of-type,
.footer p {
	color: #3a3a3a;
	font-size: .8125rem
}

.footer a:first-of-type:hover {
	color: var(--tomato-red)
}

.footer a svg {
	width: 1.125rem;
	height: 1.125rem;
	fill: var(--tomato-red)
}

.success {
	width: 49.8125rem;
	height: 24.3125rem;
	border: 1px solid #E9E9E9;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.success .icon {
	width: 6.25rem;
	height: 6.25rem;
	border-radius: 6rem;
	padding: 1.0625rem;
	box-sizing: border-box;
	background: white;
	position: absolute;
	top: -3.125rem;
	left: 21.78125rem
}

.success .icon img {
	width: 4.125rem;
	height: 4.125rem
}

.success .content {
	width: 18.75rem;
	min-height: 13.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center
}

.success .content h1 {
	font-weight: 700;
	font-size: 1.875rem;
	margin-bottom: 1.875rem
}

.success .content h4 {
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 2.6875rem
}

.success .content p,
.success .content a {
	font-weight: 300;
	font-size: .8125rem
}

.success .content p #return_time {
	color: var(--tomato-red)
}

.success .content a {
	color: #3a3a3a;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s
}

.success .content a:hover {
	color: var(--tomato-red)
}

#counter__current {
	color: var(--tomato-red)
}
.modal_window_1,
.modal_window_2,
.modal_window {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 100000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .5s
}
.modal_window_1 .modal_container,
.modal_window_2 .modal_container,
.modal_window .modal_container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32.875rem;
	height: 36.25rem;
	background: white;
	border-radius: 10px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 5rem 5.625rem 4.5625rem 5.625rem
}
.modal_window_1 .modal_container,
.modal_window_2 .modal_container {
    padding: 2rem 2.625rem 2.5625rem 2.625rem;
}

.modal_window_1 .modal_container .cross,
.modal_window_2 .modal_container .cross,
.modal_window .modal_container .cross {
	width: 3.625rem;
	height: 3.625rem;
	position: absolute;
	top: -1.5rem;
	right: -4rem;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	cursor: pointer
}
.modal_window_1 .modal_container .cross:hover svg,
.modal_window_2 .modal_container .cross:hover svg,
.modal_window .modal_container .cross:hover svg {
	fill: var(--tomato-red)
}
.modal_window_1 .modal_container .cross:hover,
.modal_window_2 .modal_container .cross:hover,
.modal_window .modal_container .cross:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.modal_window_1 .modal_container .cross svg,
.modal_window_2 .modal_container .cross svg,
.modal_window .modal_container .cross svg {
	width: 3rem;
	height: 3rem;
	fill: white
}

.modal_window_1 .modal_container .container_form,
.modal_window_2 .modal_container .container_form,
.modal_window .modal_container .container_form {
	text-align: center
}

.modal_window_1 .modal_container .container_form .icon,
.modal_window_2 .modal_container .container_form .icon,
.modal_window .modal_container .container_form .icon {
	margin-bottom: 2.5rem
}

.modal_window_1 .modal_container .container_form .icon img,
.modal_window_2 .modal_container .container_form .icon img,
.modal_window .modal_container .container_form .icon img {
	/*width: 2.875rem;*/
	height: 2.975rem
}

.modal_window_1 .modal_container .container_form h1,
.modal_window_2 .modal_container .container_form h1,
.modal_window .modal_container .container_form h1 {
	font-weight: 700;
	font-size: 1.875rem;
	margin-bottom: 1.25rem
}

.modal_window_1 .modal_container .container_form p,
.modal_window_2 .modal_container .container_form p,
.modal_window .modal_container .container_form p {
	font-weight: 300;
	font-size: 1rem;
	margin-bottom: 2.125rem
}

.modal_window_1 .modal_container .container_form input,
.modal_window_2 .modal_container .container_form input
.modal_window .modal_container .container_form input {
	border: 1px solid #e6e6e6!important;
	margin-bottom: 1.25rem;
	margin-top: 0
}

@keyframes a-ltr-after {
	0% {
		transform: translateX(-100%)
	}
	100% {
		transform: translateX(101%)
	}
}

@keyframes a-ltr-before {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(200%)
	}
}

#s2q,
#s2ht,
#section3 {
	opacity: 0
}

.ns-desktop {
	width: 14rem
}

.main-inputs-check {
    text-align: left;
    font-size: 0.7em;
    display: inline-block;
    width: 100%;    
}