html {
	height: 100%;
}

body,
html {
	min-height: 100%;
}

body {
	font: 400 16px/1.45 'Montserrat', Arial, sans-serif;
	width: 100%;
	height: auto;
	color: #898989;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
input {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

input:focus,
textarea:focus,
button:focus,
a:focus {
	outline: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input:focus,
textarea:focus {
	-webkit-box-shadow: inset 0 0 5px #fcdb00;
	box-shadow: inset 0 0 5px #fcdb00;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,
textarea {
	border: 0;
}

.section-title {
	margin-bottom: 23px;
	font-size: 32px;
	font-family: 'Filson', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	color: #2b2969;
}

.btn {
	display: inline-block;
	padding: 20px 31px;
	font-size: 22px;
	line-height: 1.1;
	border: 2px solid transparent;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #2b2969;
	color: #fcdb00;
	cursor: pointer;
	-webkit-transition: color .2s ease, background .2s ease;
	-o-transition: color .2s ease, background .2s ease;
	transition: color .2s ease, background .2s ease;
}

.btn:hover {
	color: #2b2969;
	background: rgba(252, 219, 0, 0.8);
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
}

.btn:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

.btn:active {
	-webkit-transform: translateY(3px) scale(0.9);
	-ms-transform: translateY(3px) scale(0.9);
	transform: translateY(3px) scale(0.9);
}


/*==filson==*/

@font-face {
	font-family: 'Filson';
	src: url("../fonts/filson.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Filson';
	src: url("../fonts/filson.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.container {
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 960px;
}

[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}


/* -----------------------------------------
 HEADER
----------------------------------------- */

.header {
	padding: 17px 0 96px;
	background: #f4f8fc url("../img/header-bg.jpg") 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.container.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1300px;
	width: 100%;
}

.container.links .menu-toggle {
	top: 15px !important;
	left: auto;
	right: 15px;
}

.container.links:before,
.container.links:after {
	display: none;
}

.head-top__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 10px;
}

.head-top__links--nav {
	display: none;
}

.head-top__links a {
	font-size: 16px;
	color: #27246B;
	border-bottom: 1px solid #27246B;
	line-height: 20px;
	margin-right: 15px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'Montserrat', sans-serif;
}

.head-top__links a:hover {
	color: #fcdb00;
	border-bottom: 1px solid #fcdb00;
}

.head-top__links button {
	font-size: 16px;
	color: #27246B;
	background-color: transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	margin-right: 15px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding: 15px;
	border: 2px solid #27246B;
}

.head-top__links button:hover {
	background-color: #27246B;
	color: #fff;
}

.head-top {
	margin-bottom: 60px;
}

.head-logo {
	display: block;
}

.intro {
	color: #2b2969;
}

.intro__title {
	margin-bottom: -29px;
	font-size: 82px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Filson', sans-serif;
}

.intro span {
	display: inline-block;
	margin-top: -70px;
	padding: 20px 129px 30px 16px;
	background: url(../img/intro-title-bg.png) 0 34% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transform: translate(-18px, -28px);
	-ms-transform: translate(-18px, -28px);
	transform: translate(-18px, -28px);
}

.intro__text {
	font-size: 24px;
	line-height: 1.66;
	max-width: 535px;
}

.intro__text--font {
	font-family: 'Filson', sans-serif;
}

.intro__btn {
	margin-top: 41px;
	font-weight: 600 !important;
}

.intro__btn+.intro__btn {
	margin-left: 7px;
	padding-left: 29px;
	padding-right: 29px;
}


/* -----------------------------------------
 INFO
----------------------------------------- */

.info {
	padding: 54px 0 41px;
	text-align: center;
	background-color: #f4f8fc;
}

.info__subtitle {
	margin: 0 auto 33px;
	max-width: 748px;
}

.info__subtitle--color {
	color: #2b2969;
}

.info__subtitle:last-child {
	margin-bottom: 40px;
}

.info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.info-item {
	width: 20%;
	margin-bottom: 30px;
}

.info-item:nth-child(2) .info-item__icon {
	background-position: -93px 7px;
}

.info-item:nth-child(3) .info-item__icon {
	background-position: -187px -18px;
}

.info-item:nth-child(4) .info-item__icon {
	background-position: -285px 7px;
}

.info-item:nth-child(5) .info-item__icon {
	background-position: -364px 6px;
}

.info-item__icon {
	margin: 0 auto 25px;
	width: 69px;
	height: 74px;
	background: url(../img/info-icons.png) -10px 6px no-repeat;
}

.info-item__title {
	display: inline-block;
	margin-bottom: 12px;
	line-height: 1;
	font-size: 22px;
	color: #2b2969;
	text-transform: capitalize;
}

.info-item__text {
	font-size: 16px;
}


/* -----------------------------------------
 COOPERATE
----------------------------------------- */

.cooperate {
	position: relative;
	padding: 51px 0 36px;
	text-align: center;
}

.cooperate__title {
	margin-bottom: 10px;
}

.cooperate__subtitle {
	margin-bottom: 80px;
	font-size: 20px;
}

.cooperate__path {
	content: '';
	position: absolute;
	top: 363px;
	left: 4px;
	width: 99%;
	height: 250px;
	background: url(../img/cooperate-path-icon.png) 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -1;
}

.cooperate__path2 {
	content: '';
	position: absolute;
	top: 609px;
	left: 4px;
	width: 99%;
	height: 250px;
	background: url(../img/cooperate-path-icon-2.png) 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -1;
}

.cooperate-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 75px;
}

.cooperate-item:hover .cooperate-item__icon {
	background-color: #fcdb00;
}

.cooperate-item:nth-child(n+4) {
	margin-bottom: 15px;
}

.cooperate-item:nth-child(n+4) .cooperate-item__icon {
	margin-bottom: 26px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}

.cooperate-item:nth-child(n+4) .cooperate-item__title {
	margin-bottom: 0;
}

.cooperate-item__title {
	margin: 0 auto 26px;
	color: #2b2969;
	width: 165px !important;
}

.cooperate-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 169px;
	height: 169px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #f4f8fc;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.cooperate-item__icon img {
	display: inline-block;
}

.cooperate-item__tooltip {
	display: none;
	position: absolute;
	top: -185px;
	right: -98px;
	width: 245px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(43, 41, 105, 0.88);
	color: #fff;
	font-size: 13px;
}

.cooperate-item__tooltip p:first-child {
	font-size: 14px;
	margin-bottom: 10px;
}

.cooperate-item__tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 22px;
	height: 13px;
	background: url(../img/cooperate-icon-arrow.png) 50% no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cooperate-item__tooltip-inner {
	padding: 35px 25px;
	overflow: hidden;
	height: 174px;
}

.cooperate-item .mCSB_inside>.mCSB_container {
	margin-right: 15px;
}

.cooperate-item__btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #2b2969 url(../img/cooperate-icon-btn.png) 50% no-repeat;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	z-index: 4;
}

.js-tooltip-open .cooperate-item__icon {
	background-color: #fcdb00;
}

.js-tooltip-open .cooperate-item__tooltip {
	display: block;
}

.js-tooltip-open .cooperate-item__btn {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* -----------------------------------------
 REQUIREMENTS
----------------------------------------- */

.requirements {
	position: relative;
	padding: 57px 0 69px;
	background-color: rgba(252, 219, 0, 0.18);
}

.requirements:before {
	content: '';
	position: absolute;
	width: 42%;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../img/requirements-img.jpg) 100% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.requirements__title {
	margin-bottom: 5px;
}

.requirements__subtitle {
	font-size: 20px;
}

.requirements__list {
	margin-top: 34px;
	padding-top: 30px;
	padding-bottom: 46px;
	padding-right: 24px;
	padding-left: 76px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 70px rgba(252, 190, 0, 0.35);
	box-shadow: 0 3px 70px rgba(252, 190, 0, 0.35);
	background-color: #fff;
	text-align: left;
}

.contact-form-info__item--active a:hover {
	text-decoration: underline;
	color: #2b2969;
}

.requirements__list li {
	margin-top: 15px;
	padding-left: 34px;
	list-style-image: url(../img/requirements-list-icon.png);
}

.requirements__sublist {
	margin-left: 5px;
}

.requirements__sublist li {
	list-style-image: url(../img/requirements-list-icon-violet.png);
}


/* -----------------------------------------
 SERVICES
----------------------------------------- */

.services {
	text-align: center;
	background-color: #f4f8fc;
}

.services__inner {
	padding: 38px 0 46px;
	border-bottom: 1px solid rgba(137, 137, 137, 0.36);
}

.services__title {
	margin-bottom: 34px;
}

.services__navigation {
	margin-bottom: 42px;
}

.services__navigation ul {
	max-width: 500px;
	margin: auto;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: 0;
}

.services__navigation ul li {
	width: 50%;
	display: inline-block;
	font-size: 18px;
	font-family: "Filson", sans-serif;
	border: 2px solid #2b2969;
	text-align: center;
	text-transform: uppercase;
	color: #2b2969;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	transition-property: background-color, color;
}

.services__navigation ul li:first-child {
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}

.services__navigation ul li:last-child {
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}

.services__navigation ul li.js-service-active,
.services__navigation ul li:hover {
	background-color: #2b2969;
	color: #fff;
}

.services__navigation ul li a {
	padding: 17px 0;
	display: block;
}

.services-content {
	display: none;
}

.services-content.js-service-active {
	display: block;
}

.service__title {
	margin-bottom: 20px;
	font-size: 22px;
	color: #1d1b46;
}

.service__text {
	margin: auto;
	max-width: 280px;
}

.service--before .service__text {
	max-width: none;
	width: 100%;
}


/* -----------------------------------------
 CONTACTS
----------------------------------------- */

.contacts {
	position: relative;
	padding-top: 81px;
	text-align: center;
}

.contacts__title {
	margin-bottom: 7px;
}

.contacts__subtitle {
	margin-bottom: 46px;
	font-size: 20px;
}

.contacts .top-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 938px;
	background-color: #f4f8fc;
	z-index: -1;
}

.commentd,
.pets-commentd {
	display: none;
}

.commentd textarea,
.pets-commentd textarea {
	max-width: 100%;
	resize: vertical;
}

.contact-form__checkbox .addcom,
.contact-form__checkbox .addpetscom {
	margin-top: 0;
	margin-bottom: 15px;
	width: 100%;
}

.contact-form__checkbox .addcom {
	margin-bottom: 10px;
}

.contact-form__checkbox .addpetscom {
	margin-bottom: 15px;
}

.contacts .bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 233px;
	background-color: #1d1b46;
	z-index: -1;
}

.contact-form-wrap {
	position: relative;
	margin-bottom: 73px;
	padding: 35px 55px 60px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
}

.contact-form-info {
	margin: 0 auto 45px;
	padding-top: 35px;
}

.contact-form-info__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 18%;
}

.contact-form-info__item:not(:last-child):before {
	content: '';
	position: absolute;
	top: -20px;
	left: 105px;
	width: 86%;
	height: 7px;
	background-color: #e8e8ec;
}

.contact-form-info__item a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-top: 33px;
	margin-top: -30px;
	cursor: pointer;
}

.contact-form-info__item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 19px;
	height: 19px;
	border: 4px solid #e8e8ec;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e8e8ec url(../img/contacts-form-icon.png) 48% 25px no-repeat;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-property: background-color, background-position;
	-o-transition-property: background-color, background-position;
	transition-property: background-color, background-position;
	z-index: 2;
}

.contact-form-info__item--passed.contact-form-info__item:before {
	background-color: #1d1b46;
}

.contact-form-info__item--active a:before {
	background-color: #1d1b46;
	background-position: 41.6% 6px;
}

.contact-form__item-icon {
	display: inline-block;
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	fill: #1d1b46;
}

.contact-form {
	text-align: left;
}

.contact-form__item-wrap {
	position: relative;
	display: none;
	background-color: #fff;
}

.contact-form__item-wrap.js-form-wrap-active {
	display: block;
}

.contact-form__item-wrap_file .contact-form__item label {
	width: 100%;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label:before {
	content: "\26AB";
	position: absolute;
	top: 29%;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	color: #2b2969;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid rgba(29, 27, 70, 0.1);
	background-color: #fff;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label:after {
	content: '\2714';
	position: absolute;
	top: 27%;
	left: 4px;
	width: 16px;
	height: 16px;
	opacity: 0;
	-webkit-transition: opacity ease .4s;
	-o-transition: opacity ease .4s;
	transition: opacity ease .4s;
	color: #2b2969;
	font-weight: bold;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label.active:after {
	opacity: 1;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item input {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item a {
	text-decoration: underline;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-left: 5px;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item a:hover {
	color: #000;
}

.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child button[disabled] {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #ccc;
	color: #000;
	cursor: default;
}

.contact-form__item-wrap[data-form="4"] .contact-form__checkbox {
	min-width: 500px;
}

.contact-form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 23px;
}

.contact-form__item:last-child {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.contact-form__item label {
	display: inline-block;
	width: 48%;
}

.confirm-form-phone .contact-form__field-wrap {
	position: relative;
}

.confirm-form-phone .contact-form__field-wrap:before {
	content: attr(data-phone-code);
	position: absolute;
	top: 55%;
	left: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	width: fit-content;
	height: 20px;
	color: #000;
}

.confirm-form-phone .contact-form__field {
	padding-left: 58px;
}

.contact-form__item_sms {
	position: relative;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-form__item_sms .contact-form__postal-btn {
	padding: 0 24px;
}

.contact-form__field-select:focus {
	outline: none !important;
}

.contact-form__field-select .ui-select-match {
	margin-left: -15px;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	padding: 0 15px;
}

.contact-form__field {
    width: 100%;
    height: 43px;
    padding: 8px 15px;
    /*	line-height: 43px;*/
    margin-top: 10px;
    /*	padding: 0 15px;*/
	-webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid rgba(29, 27, 70, 0.1);
    background-color: #fff;
    opacity: 0.8;
}

.contact-form__field:focus {
	-webkit-box-shadow: inset 0 0 5px #fcdb00;
	box-shadow: inset 0 0 5px #fcdb00;
}

.contact-form__field.js-field-error {
	border: 1px solid #cc3341;
	color: #cc3341;
}

.contact-form__postal {
	display: block;
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 55px;
	padding-right: 55px;
	background-color: #fff;
	text-align: center;
}

.contact-form__postal .contact-form__field.js-field-error {
	border-right-color: transparent;
}

.contact-form__postal.js-contact-form__postal-hidden {
	display: none;
}

.contact-form__postal label {
	text-align: left;
}

.contact-form__item-icon-protection {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 127px;
	height: 127px;
	background-color: #fff;
}

.contact-form__item-icon-protection.js-form-wrap-active {
	display: block;
}

.contact-form__postal .contact-form__item {
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.contact-form__postal .contact-form__field {
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	border-right-color: transparent;
}

.contact-form__postal-btn {
	position: relative;
	left: -1px;
	height: 47px;
	line-height: 47px;
	padding: 0 31px !important;
	font-family: 'Filson', sans-serif;
	font-size: 16px !important;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	text-transform: uppercase;
	background-color: #fcdb00;
	color: #010101;
	margin-bottom: 5px;
}

.contact-form__postal-btn:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.contact-form__postal-btn:active {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

	.contact-form__postal-btn:focus-visible, .contact-form__postal-btn:active:focus, .contact-form__btn:active:focus {
		outline: none !important;
	}

.contact-form__postal-btn.js-confirm-form-btn-disable {
	opacity: 0.5;
}

.confirm-form-phone .contact-form__item-title {
	font-size: 30px;
}

.confirm-form-phone .contact-form__item-icon {
	width: 127px;
	height: 127px;
}

.contact-form__radio {
	position: relative;
	left: -50px;
}

.contact-form__radio p {
	position: relative;
	left: -30px;
	margin-bottom: 5px;
}

.contact-form__radio label {
	height: 47px;
	line-height: 47px;
	text-indent: 28px;
}

.contact-form__radio input[type="radio"] {
	display: none;
}

.contact-form__radio input[type="radio"]+label {
	position: relative;
}

.contact-form__radio input[type="radio"]+label:before {
	content: "\26AB";
	position: absolute;
	top: 29%;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	color: #2b2969;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(29, 27, 70, 0.1);
	background-color: #fff;
}

.contact-form__radio input[type="radio"]+label:after {
	content: '';
	position: absolute;
	top: 38%;
	left: 4px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #2b2969;
	opacity: 0;
	-webkit-transition: opacity ease .4s;
	-o-transition: opacity ease .4s;
	transition: opacity ease .4s;
}

.contact-form__radio input[type="radio"]:checked+label:after {
	opacity: 1;
}

.contact-form__checkbox input[type="checkbox"] {
	display: none;
}

.contact-form__checkbox input[type="checkbox"]+label {
	position: relative;
}

.contact-form__checkbox input[type="checkbox"]+label:before {
	content: "\26AB";
	position: absolute;
	top: 29%;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	color: #2b2969;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid rgba(29, 27, 70, 0.1);
	background-color: #fff;
}

.contact-form__checkbox input[type="checkbox"]+label:after {
	content: '\2714';
	position: absolute;
	top: 27%;
	left: 4px;
	width: 16px;
	height: 16px;
	opacity: 0;
	-webkit-transition: opacity ease .4s;
	-o-transition: opacity ease .4s;
	transition: opacity ease .4s;
	color: #2b2969;
	font-weight: bold;
}

.contact-form__checkbox label {
	padding-top: 8px;
	padding-left: 35px;
	margin-top: 25px;
}

.contact-form__checkbox {
	display: inline-block;
	width: 48%;
}

.contact-form__checkbox input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.contact-form__upload-title {
	width: 50%;
	float: left;
}

.contact-form__upload {
	position: relative;
	overflow: hidden;
	height: 47px;
	line-height: 43px;
	margin-top: 10px;
	padding: 0 15px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid rgba(29, 27, 70, 0.1);
	background-color: #fff;
	-webkit-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	cursor: pointer;
}

.contact-form__upload.contact-form__upload--focus {
	-webkit-box-shadow: inset 0 0 5px #fcdb00;
	box-shadow: inset 0 0 5px #fcdb00;
}

.contact-form__upload.js-field-error {
	border: 1px solid #cc3341;
	color: #cc3341;
}

.contact-form__upload span {
	float: right;
	cursor: pointer;
}

.contact-form__upload input[type="file"] {
	display: none;
	-webkit-transform: scale(20);
	-ms-transform: scale(20);
	transform: scale(20);
	letter-spacing: 10em;
	/* IE 9 fix */
	opacity: 0;
	cursor: pointer;
}

.contact-form__btn {
	position: relative;
	top: 19px;
	height: 42px;
	width: 48%;
	padding: 0 15px !important;
	line-height: 43px;
	font-family: 'Filson', sans-serif;
	font-size: 16px !important;
	background-color: #fcdb00;
	color: #010101;
	text-transform: uppercase;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.contact-form-finish {
	z-index: 5;
	max-height: 0;
	overflow: hidden;
	will-change: max-height;
	-webkit-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
	font-size: 20px;
}

.contact-form-finish.js-form-wrap-active {
	max-height: 2000px;
}

.contact-form-finish .contact-form__item-title {
	font-size: 26px;
}

.confirm-form-timer {
	width: 100%;
}

.confirm-form-sms__row {
	position: relative;
}

.confirm-form-sms__field-message {
	max-height: 0;
	position: absolute;
	top: 105%;
	left: 0;
	right: 0;
	font-size: 18px;
	color: #cc3341;
	text-align: center;
	overflow: hidden;
	will-change: max-height;
	-webkit-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
}

.confirm-form-sms__field-message.js-confirm-form-sms-error {
	max-height: 200px;
}

.confirm-form-sms .contact-form__item {
	width: 100%;
}

.register__error {
	color: red;
	display: none;
}
/* -----------------------------------------
 FOOTER
----------------------------------------- */
.copyright {
	font-size: 14px;
	width: 100%;
	text-align: center;
	line-height: 0;
	padding-bottom: 30px;
}

.footer {
	background-color: #1d1b46;
	font-size: 20px;
}

.footer .container {
	max-width: 1170px;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 56px 0 55px;
	border-top: 1px solid rgba(255, 255, 255, 0.36);
	font-size: 14px;
}

.footer__links {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-right: 30px;
}

.footer__links--mobile {
	display: none;
}

.footer__links a {
	border-bottom: 1px solid #898989;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.footer__links a:hover {
	color: #fcdb00;
	border-bottom-color: #fcdb00;
}

.footer__links a:not(:last-child) {
	margin-right: 25px;
}

.social {
	/*margin-left         : auto;*/
	/*-webkit-flex-shrink : 0;*/
	/*-ms-flex-negative   : 0;*/
	/*flex-shrink         : 0;*/
}

.social__item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.social__item+li {
	margin-left: 23px;
}

.social__link {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border: 1px solid transparent;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #fcdb00;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-property: border-color, background-color;
	-o-transition-property: border-color, background-color;
	transition-property: border-color, background-color;
}

.social__link:hover {
	border-color: #fcdb00;
	background-color: transparent;
}

.social__link:hover .social__icon {
	fill: #fcdb00;
}

.social__icon {
	vertical-align: middle;
	width: 31px;
	height: 26px;
	fill: #2b2969;
	fill-rule: evenodd;
	-webkit-transition: fill 0.2s ease-in-out;
	-o-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}

.modal .close {
	font-size: 42px;
	position: absolute;
	top: 0;
	right: 10px;
}

.modal .modal-header {
	padding-top: 40px;
}

.modal-title {
	font-size: 30px;
	line-height: 30px;
}

.modal-dialog {
	overflow-y: initial !important
}

.modal-body {
	height: 75vh;
	overflow-y: scroll;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 5px #fcdb00, 0 0 5px 10px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 5px #fcdb00, 0 0 5px 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fcdb00, 0 0 10px 10px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fcdb00, 0 0 10px 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 5px #fcdb00, 0 0 5px 10px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 5px #fcdb00, 0 0 5px 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fcdb00, 0 0 10px 10px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fcdb00, 0 0 10px 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@media screen and (min-width: 993px) {
	.cooperate-item__title {
		-webkit-transform: translateX(-14px);
		-ms-transform: translateX(-14px);
		transform: translateX(-14px);
	}
}

@media screen and (max-width: 1350px) {
	.cooperate__path {
		width: 85%;
		top: 360px;
		left: 96px;
	}
	.cooperate__path2 {
		width: 85%;
		top: 568px;
		left: 96px;
	}
	.cooperate-item {
		margin-bottom: 45px;
	}
	.cooperate-item:nth-child(n+4) .cooperate-item__icon {
		margin-bottom: 8px;
	}
	.cooperate-item__icon {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 1200px) {
	.cooperate__path {
		width: 96%;
		top: 373px;
		left: 23px;
	}
	.cooperate__path2 {
		width: 96%;
		top: 564px;
		left: 23px;
	}
	.cooperate-item {
		margin-bottom: 25px;
	}
	.footer__links a:not(:last-child) {
		margin-right: 10px;
	}
	/*
    .footer__inner {
    	font-size: 14px;
    	flex-direction: column;
    	padding: 56px 0 50px;
    }
    .footer__links{
    	font-size: 14px;
	    margin : 0px 0 25px 0;
    }

    .copyright {
    	order: 3;
    	margin-top: 25px;
    }*/
}

@media screen and (max-width: 1050px) {
	.cooperate-item__tooltip {
		right: -43px;
	}
	.cooperate-item__tooltip:after {
		left: auto;
		right: 46px;
	}
}

@media screen and (max-width: 992px) {
	.info-item {
		margin-bottom: 15px;
		width: 24%;
	}
	.cooperate__path {
		display: none;
	}
	.cooperate__path2 {
		display: none;
	}
	.cooperate-item:nth-child(2n+3) {
		clear: both;
	}
	.cooperate-item:nth-child(n+4) .cooperate-item__icon {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-order: 0;
		margin-bottom: 0;
	}
	.cooperate-item:nth-child(n+4) .cooperate-item__title {
		margin-bottom: 15px;
	}
	.requirements {
		padding: 15px 0 30px;
	}
	.requirements__list {
		padding: 15px 15px 15px 55px;
	}
	.requirements__list li {
		padding-left: 15px;
	}
	.service {
		margin-bottom: 20px;
	}
	.contact-form__btn {
		width: 100%;
		padding: 0 5px;
		font-size: 14px;
	}
	.contact-form-info {
		position: relative;
		z-index: 7;
	}
	.contact-form-info__item:not(:last-child):before {
		left: 58%;
		width: 100%;
	}
	.footer .container {
		width: 100%;
	}
	.footer__inner {
		font-size: 14px;
	}
	.footer__links {
		font-size: 14px;
		margin: 0px 0 25px 0;
	}
	/*.copyright {
		order: 3;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}*/
}

@media screen and (max-width: 855px) {
	.menu-slide .social {
		display: none;
	}
	.footer__links {
		font-size: 13px;
	}
	.footer__links a:not(:last-child) {
		margin-right: 4px;
	}
}

@media screen and (max-width: 768px) {
	body {
		line-height: 1.45;
		font-weight: 400;
	}
	.head-top__links {
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.contact-form__item .petscheñket {
		display: none;
	}
	.section-title {
		font-size: 25px;
	}
	.wow {
		-webkit-animation-name: none !important;
		animation-name: none !important;
		visibility: visible !important;
	}
	.btn {
		padding: 10px 21px;
		font-size: 18px;
	}
	body {
		line-height: 1.45;
		font-weight: 400;
	}
	.header {
		padding: 5px 0 60px;
		background-position: 78% 50%;
	}
	.head-top {
		margin-bottom: 10px;
	}
	.head-logo {
		width: 50%;
		position: relative;
		z-index: 6;
	}
	.intro__title {
		max-width: none;
		margin-bottom: 10px;
		font-size: 28px;
	}
	.intro span {
		margin-top: -15px;
		padding: 20px 50px 30px 5px;
		-webkit-transform: translate(-8px, 0);
		-ms-transform: translate(-8px, 0);
		transform: translate(-8px, 0);
	}
	.intro__text {
		max-width: none;
		width: 70%;
		font-size: 16px;
		background: rgba(255, 255, 255, 0.65);
	}
	.info {
		padding: 50px 0;
	}
	.info__subtitle {
		max-width: none;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.info__subtitle:last-child {
		margin-bottom: 10px;
	}
	.info-item {
		width: 45%;
	}
	.info-item__icon {
		margin-bottom: 15px;
	}
	.info-item__title {
		margin-bottom: 5px;
	}
	.cooperate {
		padding: 50px 0;
	}
	.cooperate__title {
		margin-bottom: 5px;
	}
	.cooperate__subtitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.cooperate-item {
		margin-bottom: 15px;
	}
	.cooperate-item:not(:last-child) .cooperate-item__icon:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 6px;
		height: 100px;
		background: url(../img/cooperate-path-icon-mobile.png) 50% 0 no-repeat;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.requirements {
		text-align: center;
		padding: 50px 0;
	}
	.requirements__subtitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.requirements__list {
		margin-top: 15px;
		padding-left: 60px;
		font-size: 14px;
	}
	.requirements__list li {
		margin-top: 5px;
		padding-left: 20px;
	}
	.services__inner {
		padding: 50px 0;
	}
	.services__title {
		margin-bottom: 15px;
	}
	.services__navigation {
		margin-bottom: 15px;
	}
	.services__navigation ul {
		max-width: 400px;
	}
	.services__navigation ul li {
		font-size: 16px;
	}
	.services__navigation ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.service {
		margin-bottom: 10px;
	}
	.service__title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.service__text {
		font-size: 14px;
	}
	.service--before .service__text {
		max-width: 280px;
	}
	.contacts {
		padding: 50px 0 15px;
	}
	.contacts .top-bg {
		height: 690px;
	}
	.contacts__title {
		margin-bottom: 0;
	}
	.contacts__subtitle {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.contact-form-wrap {
		margin-bottom: 15px;
		padding: 15px 15px 25px;
	}
	.contact-form {
		padding-top: 10px;
	}
	.contact-form-info {
		margin-bottom: 20px;
	}
	.contact-form__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
	.contact-form__checkbox {
		width: 50%;
	}
	.contact-form__postal {
		top: 100px;
		padding-top: 110px;
	}
	.contact-form__postal .contact-form__item {
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.contact-form__postal-btn {
		margin-bottom: 15px;
		padding: 0 31px;
	}
	.contact-form__item label {
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-form__radio {
		left: 0;
	}
	.contact-form__radio p {
		margin-top: 15px;
		left: 0;
	}
	.contact-form__radio label {
		height: 30px;
		line-height: 41px;
	}
	.contact-form__radio input[type="radio"]+label:after {
		top: 42%;
	}
	.contact-form__btn {
		top: 0;
		width: 90%;
		padding: 14px 5px;
		height: auto;
		line-height: 1.1;
		font-size: 14px;
	}
	.contact-form-finish {
		padding-top: 30px;
	}
	.contact-form-finish .contact-form__item-icon {
		width: 100px;
		height: 100px;
	}
	.contact-form-finish .contact-form__item-title {
		font-size: 22px;
	}
	.footer {
		font-size: 14px;
	}
	.footer__inner {
		-webkit-box-orient: column;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 20px 0;
	}
	.footer__inner {
		-webkit-box-orient: column;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.footer__links {
		font-size: 14px;
	}
	.footer__links--mobile {
		display: block;
	}
	.payment_form__col:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.requirements:before {
		content: none;
	}
}

@media screen and (max-width: 640px) {
	.head-logo {
		width: 100%;
		margin-bottom: 0;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	.head-logo.active {
		width: 50%;
		margin-bottom: 50px;
	}
	.head-top__links {
		display: none;
		position: absolute;
		background: #A498C6;
		top: 0;
		left: 0;
		margin-top: 0;
		padding-top: 25px;
		padding-bottom: 25px;
		z-index: 5;
		border: 1px solid #354052;
		width: 100%;
	}
	.head-top__links--nav {
		display: block;
		border: none;
		position: static;
		text-align: center;
	}
	.head-top__links a {
		margin-right: 0;
		margin-bottom: 15px;
		margin-top: 15px;
		display: block;
		text-align: center;
		border-bottom: none;
	}
	.head-top__links a:hover {
		color: #354052;
		border-bottom: none;
	}
	.head-top__links form {
		text-align: center;
	}
	.head-top__links button {
		margin-top: 15px;
		margin-right: 0;
	}
	.head-top__links button:hover {
		background-color: #2b2969;
		color: #fff;
	}
	.heading h1 {
		padding-right: 0 !important;
	}
	.heading img {
		display: none;
	}
	.wrapper {
		position: relative;
	}
	.nav {
		display: none;
		position: absolute;
		z-index: 5;
		background-color: #A498C6;
		padding: 40px 15px;
		top: -135px;
		width: -webkit-calc(100% + 30px) !important;
		width: calc(100% + 30px) !important;
		left: -15px;
	}

	.menu-toggle {
		/*display    : block !important;*/
		/*position   : relative;*/
		/*z-index    : 6;*/
		/*top        : -150px;*/
		/*left       : auto;*/
		/*right : 0;*/
		/*margin-left : auto;*/
		/*transition : all .3s linear;*/
		/*width      : 35px;*/
	}
	/*.menu-toggle span {*/
	/*background-color : #211a52;*/
	/*width            : 35px;*/
	/*height           : 5px;*/
	/*position         : absolute;*/
	/*border-radius    : 4px;*/
	/*transition       : all .3s linear;*/
	/*}*/
	/*.menu-toggle span:nth-child(1) {*/
	/*top : 0;*/
	/*}*/
	/*.menu-toggle span:nth-child(2) {*/
	/*top : 10px;*/
	/*}*/
	/*.menu-toggle span:nth-child(3) {*/
	/*top : 20px;*/
	/*}*/
	/*.menu-toggle.active span:nth-child(1) {*/
	/*transform : rotate(45deg);*/
	/*top       : 10px;*/
	/*}*/
	/*.menu-toggle.active span:nth-child(2) {*/
	/*opacity : 0;*/
	/*}*/
	/*.menu-toggle.active span:nth-child(3) {*/
	/*transform : rotate(-45deg);*/
	/*top       : 10px;*/
	/*}*/
	.contact-form-info__item {
		width: 29%;
	}
	.contact-form-info__item-3 {
		margin-bottom: 45px;
	}
	.contact-form-info__item-3.contact-form-info__item:not(:last-child):before {
		content: none;
	}
	.confirm-form-phone .contact-form__item-title {
		font-size: 25px;
	}
	.contact-form-finish {
		padding-top: 95px;
	}
	.heading {
		padding-bottom: 0;
	}
	.heading h1{
		width: 100%;
		margin-bottom: 0;
	}
	.heading h1 .sub_title{
		text-align: center;
	}
}

@media screen and (max-width: 524px) {
	.intro__title {
		font-size: 25px;
	}
	.info__inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
	.info-item {
		width: 80%;
	}
	.info-item__text {
		font-size: 14px;
	}
	.cooperate__subtitle {
		font-size: 14px;
	}
	.requirements__subtitle {
		font-size: 14px;
	}
	.services__navigation ul {
		max-width: none;
		width: 96%;
	}
	.services__navigation ul li {
		font-size: 14px;
	}
	.contacts__subtitle {
		font-size: 14px;
	}
	.contact-form__checkbox input[type="checkbox"]+label:after {
		top: 28%;
	}
	.contact-form__checkbox label {
		padding-top: 8px;
		padding-left: 27px;
		margin-left: 0;
		margin-top: 0;
	}
	.contact-form {
		padding-top: 50px;
	}
	.contact-form__checkbox {
		display: inline-block;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	/*.social {*/
	/*margin-left : 0;*/
	/*margin-top  : 10px;*/
	/*}*/
    /*
	.contact-form__field {
		height: 35px;
		line-height: 35px;
	}
    */
	.contact-form-info__item {
		width: 32%;
	}
	.contact-form__postal {
		padding-left: 15px;
		padding-right: 15px;
		top: 130px;
	}
	.contact-form__postal-btn {
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.contact-form-info__item a {
		font-size: 14px;
	}
	.contact-form__item_sms .contact-form__postal-btn {
		padding: 0 10px;
	}
    /*
	.contact-form__postal .contact-form__field {
		height: 35px;
		line-height: 33px;
	}
    */
	.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 30px 0 0;
	}
	.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		position: relative;
	}
	.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label:before {
		top: 0;
		left: 50%;
	}
	.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child label:after {
		top: 0;
		left: 50.5%;
	}
	.contact-form__item-wrap[data-form="4"] .contact-form__item:last-child a {
		margin: 0;
	}
	.contact-form__item-wrap[data-form="4"] .contact-form__checkbox {
		min-width: 270px;
	}
}

@media screen and (max-width: 320px) {
	.section-title {
		margin-bottom: 5px;
	}
	.intro span {
		padding-right: 28px;
	}
	.info-item {
		margin-bottom: 5px;
	}
	.requirements__list {
		padding-left: 45px;
	}
	.requirements__list li {
		padding-left: 8px;
	}
	.contact-form-info__item:not(:last-child):before {
		top: -16px;
	}
	.contact-form-info__item-3.contact-form-info__item a:before {
		top: 3px;
	}
	.contact-form-info__item-4.contact-form-info__item a:before {
		top: 3px;
	}
	.top-bgcontact-form-info__item a {
		font-size: 11px;
	}
	.contact-form__item label {
		font-size: 14px;
	}
	.contact-form__field {
		height: 35px;
		line-height: 31px;
	}
	.contact-form__upload {
		height: 35px;
		line-height: 31px;
	}
	.contact-form-finish.contact-form__postal {
		padding-top: 73px;
	}
}


/*new style*/

.forms {
	position: relative;
	/*padding-top: 175px;*/
	padding-bottom: 73px;
	background-image: url(../img/emop-bg-girls.jpg);
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: 0 -90px;
}

.forms .container {
	position: relative;
	z-index: 1;
}

.top-bg {
	/*background-color : #f4f8fc;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	/*	background-image: url(../img/emop-bg-girls.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;*/
}

.bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #1d1b46;
	z-index: -1;
}

.form {
	background-color: #fff;
	padding: 35px 55px 60px;
}

.txt__form {
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 285px;
	margin-right: 15px;
	font-size: 21px;
	color: #354052;
	line-height: 27px;
	padding-left: 22px;
	padding-right: 22px;
}

.box__title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.box__title input {
	width: 0;
	height: 0;
}

.box__title input:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	background-color: #fff;
}

.box__title input[type="checkbox"]:checked:before {
	background-color: #f8e71c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../img/2check.png);
	background-position: center;
	background-repeat: no-repeat;
	border-color: #f8e71c;
}

.box__title span {
	font-size: 16px;
	color: #211a52;
	letter-spacing: 0.5px;
	line-height: 1.2;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 4px;
	padding-left: 30px;
	padding-right: 30px;
}

.box__image {
	min-height: 80px;
	margin-top: 45px;
}

.box img {
	/*margin-top    : 45px;*/
	margin-bottom: auto;
}

.question {
	opacity: 0.5;
	font-size: 13px;
	color: #1d1d26;
	letter-spacing: 0.5px;
	line-height: 14px;
	margin-top: 15px;
	text-align: center;
	display: none;
}

.count__row {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: auto;
	/*  margin-top: 10px;*/
	position: relative;
	z-index: 1;
	display: none;
}

.count__row input {
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	color: #211a52;
}

.count__row button {
	width: 33px;
	height: 33px;
	border: none;
	background-color: #fff;
	font-size: 24px;
	color: #211a52;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.count__row button:hover {
	background-color: #f8e71c;
}

.box.active .count__row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.box.active .question {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 30px;
}

/*.submit_btn {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}*/

.form__img {
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	left: 10px;
}

@media screen and (max-width: 1600px) {
	.forms {
		background-position: center -90px;
	}
}

@media screen and (max-width: 991px) {
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		padding-top: 10px !important;
	}
	.heading {
		padding-top: 0 !important;
	}
	.forms {
		/*padding-top: 120px;*/
		padding-bottom: 20px;
	}
	.verify {
		margin-top: 20px !important;
	}
	.payment_check {
		margin-top: 30px !important;
		margin-bottom: 10px !important;
	}
	.contact_info input,
	.adress_box input {
		height: 45px !important;
	}
	.slider__title {
		margin-bottom: 30px;
	}
	.txt__form {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		height: 45px;
	}
	.type {
		height: auto !important;
		min-height: auto;
	}
	.heading.finish h1 {
		margin-bottom: 15px !important;
	}
	.verify,
	.contact_info {
		padding-bottom: 30px !important;
	}
	.message_box {
		margin-bottom: 20px;
	}

	.box.active::after,
	.type.active::after {
		border-color: rgb(252, 219, 0) !important;
	}
	.box__title {
		position: relative;
		overflow: hidden;
	}
	.box__title input {
		position: absolute;
		top: 0;
		left: -99999px;
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
	}
	.box__title span {
		position: relative;
		top: 0 !important;
	}
	.box img {
		margin-top: 20px !important;
	}
	.box {
		min-height: auto !important;
	}
}

@media screen and (max-width: 580px) {
	.form {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 480px) {
	.box__title span {
		top: 40px;
		padding: 0;
	}
	.type .box__title span {
		top: 2px;
		/*padding-left : 15px;*/
	}
	.box img {
		margin-top: 90px;
	}
}

@media screen and (max-width: 370px) {
	.main .box {
		width: 100%;
	}
	.box__title span {
		top: 2px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.box img {
		margin-top: 32px;
	}
}


/*inner pages*/

.wrapper__page .container {
	max-width: 1300px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.inside__txt {
	opacity: 0.5;
	font-size: 13px;
	color: #1d1d26;
	letter-spacing: 0.5px;
	line-height: 17px;
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: auto;
}

.wrapper {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 35px;
	padding-bottom: 50px;
}

.summary {
	max-width: 337px;
	position: relative;
	z-index: -1;
	-webkit-transition: top 0.3s linear;
	-o-transition: top 0.3s linear;
	transition: top 0.3s linear;
}


/*
@media screen and (max-height: 800px) {
  .summary {
    position: relative;
  }
}
*/

.summary.active {
	position: absolute;
	bottom: 0;
}

.wrap__summery {
	max-width: 337px;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.main {
	width: 100%;
	padding-right: 75px;
}

.nav {
	width: 100%;
	border-bottom: 2px #e6ebf0 solid;
}

.menu-toggle {
	display: none;
}

.heading {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-top: -60px;
	margin-bottom: 30px;
}

.heading h1 {
	font-size: 36px;
	color: #211a52;
	line-height: 41px;
	margin: 0;
	margin-bottom: 20px;
}
.heading h1 .sub_title{
	display: block;
	padding-top: 12px;
	font-size: 16px;
	color: #354052;
	line-height: 1.1;
}
.heading h1.inner3-title .sub_title{
    padding-top: 0;
    margin-top: 12px;
    background-color: rgba(252, 219, 0, 0.8);
}

.heading img.inner2-img {
	margin-left: auto;
}

.slider__box {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-top: 30px;
}

.slider__title {
	font-size: 16px;
	color: #354052;
	margin-right: 55px;
	white-space: nowrap;
	line-height: 1;
	margin-top: -3px;
}

.wrap_slider {
	width: 100%;
}

#slider {
	width: 100%;
	border: 2px solid #1f143f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 9px;
	position: relative;
}

.ui-slider-handle {
	background: #1f143f;
	-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.53);
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.53);
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	outline: none !important;
	cursor: pointer;
}

.ui-slider-range {
	background-color: #f8e71c;
	height: 100%;
}

.slider__steps {
	width: 100%;
	margin-top: 19px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider__steps span {
	font-size: 16px;
	color: #354052;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrap__btn {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.summary {
	width: 100%;
}

.summary__box {
    background: #fff;
    border: 1px solid #dfe2e5;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 0 0 0;
}

.summary__box h5 {
    font-size: 24px;
    color: #354052;
    margin: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.summary__box .date {
    font-size: 14px;
    color: #7f8fa4;
    line-height: 14px;
    display: block;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.summary__list {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px rgba(53, 64, 82, .5) solid;
    margin-left: 30px;
    margin-right: 30px;
}

.summary__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 5px 0;
}

.title__service {
    font-size: 13px;
    color: #354052;
    font-weight: 600;
}

.price__service {
    font-size: 13px;
    color: #7f8fa4;
    margin-left: auto;
    text-align: right;
}
.price__hours{
    font-size: 15px;
}
.total__box {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fefce8;
    border-top: 1px solid #dfe2e5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.no-bottom-border{
    border-bottom: 0;
}
.total__box__descr{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}


.total__box__title {
    display: block;
    font-size: 14px;
    color: #7f8fa4;
    text-transform: uppercase;
    text-align: right;
    margin: 0 30px;
}
.ts__total{
    font-size: 15px;
}

.ts__total span{
    font-size: 12px;
    color: #7f8fa4;
    width: 100%;
    display: block;
    font-weight: 400;
}

.ts__total__price{
    color: #354052;
    font-size: 16px;
    font-weight: bold;
}
.total {
    display: block;
    text-transform: uppercase;
    text-align: right;
    font-size: 40px;
    margin: 0 30px;
    color: #354052;
}

.important__txt {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 30px 6px 30px 30px;
}

.important__txt img {
	margin-right: 6px;
	margin-top: 2px;
}

.important__txt span {
	opacity: 1;
	font-size: 13px;
	color: #211A52;
	line-height: 19px;
	font-weight: 900;
}

.summary_mob {
	position: static;
	display: none;
}


/*inner2*/

.verify {
	width: 100%;
	margin-top: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 55px;
	border-bottom: 2px #dfe2e5 solid;
}

.verify .title {
	font-size: 16px;
	color: #354052;
	line-height: 27px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.verify .txt {
	opacity: 0.5;
	font-size: 12px;
	color: #1d1d26;
	letter-spacing: 0.5px;
	line-height: 17px;
	display: inline-block;
	max-width: 210px;
	margin-left: 25px;
}

.wrap_select {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.wrap_select .select_list {
	width: 150px;
	height: 68px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 21px;
	color: #354052;
	line-height: 27px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.entered_elem {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	text-decoration: none !important;
}

.entered_elem img {
	margin-right: 10px;
}

.drop {
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	z-index: 2;
}

.select_list_item ul li {
	padding-left: 15px;
	padding-right: 15px;
}

#dropdown {
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 15px;
}

.tel_num {
	width: 250px;
	height: 68px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 21px;
	color: #354052;
	margin-right: 10px;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #2b2969;
	background: rgba(252, 219, 0, 0.8);
	outline: none;
}

.verify-block {
	width: 100%;
	display: none;
	padding-top: 15px;
}

.verify-block .btn {
	vertical-align: top;
}

.verify-code {
	width: 410px;
	height: 68px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 21px;
	color: #354052;
	margin-right: 10px;
	margin-bottom: 15px;
}

.information_form {
	padding-top: 30px;
}

.contact_info {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 50px;
	border-bottom: 2px solid #dfe2e5;
}

.contact_info label {
	font-size: 16px;
	color: #354052;
	line-height: 27px;
	margin: 0;
	margin-bottom: 10px;
}

.contact_info input {
	font-size: 21px;
	color: #354052;
	line-height: 27px;
	height: 68px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 21px;
	padding-right: 21px;
	width: 100%;
}

.contact_info .box:first-child {
	padding-right: 15px;
}

.contact_info .box:nth-child(2) {
	padding-right: 15px;
}

.adress_info {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
}

.adress_info .left_content {
	width: 50%;
}

.adress_box {
	width: 100%;
}

.adress_box label {
	font-size: 16px;
	color: #354052;
	line-height: 27px;
	margin-bottom: 10px;
}

.adress_box input {
	font-size: 21px;
	color: #354052;
	line-height: 27px;
	height: 68px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 21px;
	padding-right: 21px;
	width: 100%;
}

.check {
	margin-top: 47px;
}

.check input {
	display: none;
}

.check label {
	font-size: 16px;
	color: #354052;
	line-height: 27px;
	margin: 0;
	padding-left: 42px;
	position: relative;
	cursor: pointer;
}

.check label:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	left: 0;
}

.check input[type="checkbox"]:checked+label:before {
	background-color: #f8e71c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../img/2check.png);
	background-position: center;
	background-repeat: no-repeat;
	border-color: #f8e71c;
}

.right_content {
	padding-left: 15px;
	width: 50%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.right_content .title_box {
	width: 100%;
	font-size: 16px;
	color: #354052;
	line-height: 27px;
	margin-bottom: 10px;
}

.box.email {
	width: 50%;
}

.type {
	width: -webkit-calc(50% - 7.5px);
	width: calc(50% - 7.5px);
	position: relative;
	height: 221px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	cursor: pointer;
}

.type:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.type:hover:after {
	border: 3px solid #211a52;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.type.active:after {
	border: 3px solid #211a52;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.type img {
	margin-top: auto;
	margin-bottom: auto;
}

.message_box {
	width: 100%;
}

.title_box {
	font-size: 16px;
	color: #354052;
	display: block;
	line-height: 27px;
	margin-bottom: 0;
	margin-bottom: 10px;
}

.message_box textarea {
	font-size: 21px;
	color: #354052;
	line-height: 27px;
	height: 125px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 21px;
	padding-right: 21px;
	width: 100%;
	resize: none;
}

.summary__text {
	margin: 0;
	padding: 30px;
	opacity: 0.72;
	font-size: 12px;
	color: #354052;
	line-height: 19px;
	background: rgba(248, 231, 28, 0.10);
	border: 1px solid #e7e5cf;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/*.payment {*/


/*margin-top : 71px;*/


/*}*/

.payment_title {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #211a52;
	line-height: 19px;
	width: 100%;
	margin-bottom: 30px;
}

.payment_form {
	padding: 60px 100px;
	border: 2px solid #e6ebf0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.payment_form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.payment_form__item:not(:last-child) {
	margin-bottom: 70px;
}

.payment_form__col {
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}

.payment_form__col:first-child {
	margin-right: 30px;
}

.payment_form label {
	width: 100%;
	font-size: 14px;
	color: #B0B3C2;
}

.payment_form input {
	display: block;
	margin-top: 5px;
	width: 100%;
	border: 2px solid #e6ebf0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #211a52;
	padding: 15px 45px 15px 15px;
}

.payment_form input.js-field-error {
	border: 1px solid #cc3341;
	color: #cc3341;
}

.card_number_img {
	position: absolute;
	top: 49%;
	right: 20px;
	width: 25px;
	height: 20px;
	background: url(../img/Visa-Payment.jpg) 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.payment_check label {
	font-size: 16px;
	color: #354052;
	line-height: 27px;
	margin: 0;
	padding-left: 42px;
	position: relative;
	cursor: pointer;
	text-align: left;
}

.payment_check label a {
	text-decoration: underline;
}

.payment_check label a:hover {
	text-decoration: none;
}

.payment_check label:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 1px solid #e6ebf0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	left: 0;
}

.payment_check input[type="checkbox"]:checked+label:before {
	background-color: #f8e71c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../img/2check.png);
	background-position: center;
	background-repeat: no-repeat;
	border-color: #f8e71c;
}

.payment_check {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
}

.payment_check input {
	display: none;
}

.payment_agree {
	padding-left: 8px;
	position: relative;
	font-size: 12px;
	color: #ff0000 !important;
	line-height: 14px;
	opacity: 0;
	visibility: hidden;
}

.payment_agree.visible {
	opacity: 1;
	visibility: visible;
}

.payment_agree::before {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff0000;
}

.finish_txt {
	font-size: 18px;
	color: #354052;
	line-height: 1.2;
	margin-top: 20px;
}

.heading.finish {
	padding-bottom: 0;
	margin-top: -30px;
}

.heading.finish h1 {
	margin-bottom: 25px;
}

.finish .summary,
.payment .summary {
	position: static;
}

@media screen and (max-width: 1200px) {
	.adress_info .left_content {
		width: 100%;
		margin-bottom: 15px;
	}
	.right_content {
		width: 100%;
	}
	.main .box {
		width: -webkit-calc(50% - 7.5px);
		width: calc(50% - 7.5px);
	}
	.tel_num,
	.wrap_select,
	.verify .btn {
		margin-bottom: 20px;
	}
	.verify .btn {
		margin-right: 20px;
	}
	.verify .txt {
		display: block;
		width: 100%;
		margin: 0;
	}
	.payment_form {
		padding: 30px;
	}
	.payment_form__item:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1100px) {
	.heading {
		position: relative;
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.heading img {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.heading img.inner2-img {
		right: -50px;
	}
	.heading img.inner3-img {
		right: -100px;
	}
	.heading img.inner4-img {
		width: 40%;
	}
	.heading h1 {
		position: relative;
		z-index: 2;
		padding-right: 40%;
	}
	.heading h1.inner3-title {
		padding-right: 50%;
	}
	.slider__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.slider__title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 900px) {
	.adress_info .left_content {
		width: 50%;
		margin-bottom: 0;
	}
	.right_content {
		width: 50%;
	}
	.wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.main {
		padding-right: 0;
	}
	.wrap__summery {
		display: none;
	}
	.summary_mob {
		display: block;
		margin: 0 auto;
	}
	.heading img.inner2-img {
		right: 0;
	}
	.heading h1.inner3-title {
		padding-right: 60%;
	}
	.heading img.inner3-img {
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.tel_num,
	.wrap_select,
	.verify .btn,
	.wrap_select .select_list,
	.verify-code {
		height: 42px;
	}
	.contact_info {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact_info .box:first-child,
	.contact_info .box:nth-child(2) {
		padding: 0;
	}
	.contact_info .box {
		width: 100%;
		margin-bottom: 15px;
	}
	.adress_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.adress_info .left_content,
	.adress_info .right_content {
		width: 100%;
	}
	.adress_info .right_content {
		padding-left: 0;
		margin-top: 40px;
	}
	.footer__links a {
		width: 95%;
		border: none;
		text-decoration: underline;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
		margin: 10px;
		display: inline-block;
	}
	.copyright {
		margin-top: 25px;
	}
	.heading h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.finish_txt {
		font-size: 16px;
		margin-top: 10px;
	}
	.payment {
		margin-top: 15px !important;
	}
	.payment_form {
		padding: 15px;
	}
	.payment_form__item {
		display: block;
	}
	.payment_form__col {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.slider__steps span {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.verify-code {
		width: 250px;
	}
	.verify-code::-webkit-input-placeholder {
		font-size: 13px;
		line-height: 13px;
	}
	.verify-code:-ms-input-placeholder {
		font-size: 13px;
		line-height: 13px;
	}
	.heading {
		padding-bottom: 0;
	}
	.heading h1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.verify {
		padding-top: 0;
	}
	.payment {
		margin-top: 25px;
	}
    .header2 .header__right{
    }
    .header__right .to_faq{
        margin-right: 16px;
    }
    .header2 .header__logo{
        margin-right: 12px !important;
    }
}

@media screen and (max-width: 400px) {
	.type {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 370px) {
	.main .box {
		width: 100%;
	}
}


/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.bootstrap-timepicker {
	position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
	left: auto;
	right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
	left: auto;
	right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
	left: auto;
	right: 13px;
}

.bootstrap-timepicker .input-group-addon {
	cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
	padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
	left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
	right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bootstrap-timepicker-widget table {
	width: 100%;
	margin: 0;
}

.bootstrap-timepicker-widget table td {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
	min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
	width: 100%;
}

.bootstrap-timepicker-widget table td a {
	border: 1px transparent solid;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 8px 0;
	outline: 0;
	color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
	text-decoration: none;
	background-color: #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
	margin-top: 2px;
	font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
	width: 25px;
	margin: 0;
	text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
	padding: 4px;
}

@media (min-width: 767px) {
	.bootstrap-timepicker-widget.modal {
		width: 200px;
		margin-left: -100px;
	}
}

@media (max-width: 767px) {
	.bootstrap-timepicker {
		width: 100%;
	}
	.bootstrap-timepicker .dropdown-menu {
		width: 100%;
	}
}


/********************/


/* added 14.07.2017 */


/********************/


/* header */

.wrap-menu-slide {
	position: relative;
}

.menu-slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	background-color: #211a52;
	z-index: 4;
}

.menu-slide .footer__links {
	text-align: left;
}

.menu-slide .footer__links a:not(:last-child) {
	margin-right: 10px;
}

.menu-slide .container {
	max-width: 1300px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header2 {
	padding: 10px 0;
	height: auto;
	line-height: normal;
	background-color: #fff;
}

.nav {
	display: block !important;
	opacity: 1!important;
}

.head-top__links--nav {
	display: none !important;
}

.header2 .menu-toggle {
	position: relative;
}

.header2 .menu-toggle {
	display: block;
	margin-left: auto;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 35px;
	height: 30px;
}

.header2 .menu-toggle span {
	background-color: #211a52;
	width: 35px;
	height: 5px;
	position: absolute;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header2 .menu-toggle span:nth-child(1) {
	top: 0;
}

.header2 .menu-toggle span:nth-child(2) {
	top: 10px;
}

.header2 .menu-toggle span:nth-child(3) {
	top: 20px;
}

.header2 .menu-toggle.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.header2 .menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.header2 .menu-toggle.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.header2 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1300px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.header2 .container::before,
.header2 .container::after,
.header2 .header__nav::before,
.header2 .header__nav::after,
.menu-slide .container::before,
.menu-slide .container::after {
	display: none;
}

@media screen and (max-width: 1024px) {
	.header2 .container {
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.header2 .container {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.header2 .logo img {
	max-height: 85px;
	width: auto;
}

.header2 .logo {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.header2 .logo img {
		width: 100px;
	}
	.nav {
		display: none !important;
	}
}

.header2 .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header2 .buttons span {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.header2 .buttons {
		margin: auto;
	}
}

.header2 .header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.to_faq{
    display: inline-block;
    margin-right: 30px;
    color: #2b2969;
}
.to_faq:hover{
    text-decoration: underline;
}

.header__left {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header__logo {
	margin-right: 46px !important;
}

@media screen and (max-width: 991px) {
	.header__logo {
		margin-right: 20px !important;
	}
}


/* end header */

.non-stop {
	padding: 30px 0 10px;
	margin: 0 auto;
	display: block;
}


/* buttons */

.header2 .buttons {
	outline: none;
	cursor: pointer;
}
/* END buttons */


/* nav */

.header2 .header__nav {
	padding-right: 48px;
	width: auto;
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.header2 .header__nav {
		display: none;
	}
}

.header2 .nav {
	font-size: 0;
}

/* end nav */

.contacts-section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}

.contacts-section .container {
	position: relative;
	z-index: 1;
}

.contacts-section__content {
	background-color: #fff;
	padding: 85px 55px 120px;
}

.contacts-section__top {
	text-align: center;
	color: #272660;
	line-height: 16px;
	font-size: 16px;
	font-weight: 400;
}

.contacts-section__mail {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	text-decoration: underline;
	margin-top: 40px;
}

.contacts-section__middle {
	text-align: center;
	color: rgba(39, 38, 96, .55);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	width: 37px;
	height: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #dfdfe9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 30px auto 25px;
	z-index: 5;
	background-color: #fff;
}

.contacts-section__middle:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 282px;
	top: -webkit-calc(100% - 18px);
	top: calc(100% - 18px);
	left: -122px;
	background-color: #dfdfe9;
	z-index: -2;
}

.contacts-section__or {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #dfdfe9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.contacts-section__bottom {
	text-align: center;
	color: #272660;
	line-height: 16px;
	font-size: 16px;
	font-weight: 400;
}

.contacts-section__tel {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	/*text-decoration: underline;
	margin-top: 5px;*/
}

@media screen and (max-width: 640px) {
	.contacts-section__top {
		font-size: 14px;
	}
	.contacts-section__middle {
		font-size: 14px;
	}
	.contacts-section__bottom {
		font-size: 14px;
	}
	.contacts-section__mail {
		font-size: 26px;
		line-height: 26px;
	}
	.contacts-section__tel {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width: 640px) {
	.contacts-section__content {
		width: 100%;
		padding: 40px 20px 60px;
	}
	.contacts-section__mail {
		font-size: 22px;
		line-height: 22px;
	}
	.contacts-section__tel {
		font-size: 22px;
		line-height: 22px;
	}
}

#timepicker{
	position: relative;
	margin-top: -13px;
	color: #354052;
}
#timepicker .change-time {
	position: absolute;
	top: 16%;
	display: inline-block;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: none;
	border: none;
	background-color: transparent;
	outline: none;
}
#timepicker .change-time:after{
	content: '';
	display: inline-block;
	border: 5px solid transparent;
}
#timepicker .change-time.prev{
	left: 38px;
}
#timepicker .change-time.prev:after{
  border-right: 5px solid #354052;
}
#timepicker .change-time.next{
	right: 38px;
}
#timepicker .change-time.next:after{
  border-left: 5px solid #354052;
}
#timepicker table{
	margin-left: auto;
	margin-right: auto;
}
#timepicker .minuts,
#timepicker .join,
#timepicker .hours{
	font-size: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#timepicker .meridian{
	padding-bottom: 4px;
	vertical-align: bottom;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.no-padding{
	padding: 0 !important;
}

@media screen and (max-width: 790px){
	.forms{
		background-position: center top;
	}
}
@media screen and (max-width: 526px){
    .non-stop{
        margin-bottom: 5%;
    }
	.forms{
		-webkit-background-size: 120% 120%;
		background-size: 120%
	}
}

.postcode__errors{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: red;
}
.postcode__errors span{
	display: block;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12.6px;
}
.txt__form.errors {
    border: 1px solid red;
}

@media screen and (max-width: 768px){
	.postcode__errors{
		position: static;
		margin-top: 6px;
		margin-bottom: 20px;
	}
	.postcode__errors span{
		max-width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 480px){
	.postcode__errors span{
		font-size: 12px;
	}
}