/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none;
	}

	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

@media (max-width: 1080px) {
	.justify-content-between {
		justify-content: space-around !important;
	}
}

.flex-column {
	flex-direction: column !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
	float: left;
}

.col-5-th {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 768px) {
	.col-sm-5th {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-md-5th {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5th {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (max-width: 992px) {
	.col-md-5th {
		width: 33%;
		float: none;
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}

	.col-md-5th.col-sm-5th {
		width: 20%;
		float: left;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (max-width: 769px) {
	.col-md-5th {
		width: 100%;
		float: none;
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-5th.col-sm-5th {
		width: 50%;
		float: none;
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
    	color: #fff;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

body {
	font-family: "Montserrat", "Roboto", "Open Sans", sans-serif;
	background: #fffef9;
	color: #231a1a;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	scroll-behavior: smooth;
}

#button-up {
	display: none;
	text-align: center;
	position: fixed;
	bottom: 60px;
	left: 60px;
	background: url(../assets/images/icons/arrow-up-black.png) no-repeat center;
	background-color: #fac80f;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 100;
	cursor: pointer;
}

a {
	text-decoration: none;
}

b {
	font-weight: 700;
}

ul {
	padding: 0;
}

button,
select,
input {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
}

select {
	cursor: pointer;
	margin-bottom: 10px;
	border: 1px solid #231a1a;
	padding: 15px 10px;
	position: relative;
}

select option::before {
	content: ">";
	color: #000;
	background: #000;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

button {
	cursor: pointer;
	margin-bottom: 10px;
}

.btn {
	transition: all 0.2s ease-in;
	height: 50px;
	font-weight: 700;
	outline: none;
}

.btn-orange {
	background: #f4991a;
}

.btn-orange:hover {
	box-shadow: 0 0 50px rgba(244, 153, 26, 0.6);
}

.btn-yellow {
	background: #ffd849;
}

.btn-yellow-border {
	border: 6px solid #ffd849;
}

.btn-yellow:hover,
.btn-yellow-border:hover {
	box-shadow: 0 0 18px 12px rgba(250, 200, 15, 0.2);
	background: #ffd849;
}

.btn-grey {
	background: #D3D3D3;
}

.btn-grey-border {
	border: 6px solid #D3D3D3;
}

.btn-grey:hover,
.btn-grey-border:hover {
	box-shadow: 0 0 18px 12px rgba(220, 220, 220, 0.2);
	background: #D3D3D3;
}

.btn-black {
	background: #231a1a;
	color: #ffffff !important;
}

.btn-black:hover {
	box-shadow: 0 0 50px rgba(35, 26, 26, 0.6);
}

header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #ffffff;
	min-height: 85px;
	border-bottom: 2px solid #231a1a;
}

header .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu-btn {
	display: none;
	margin: 0;
	width: 30px;
	height: 21px;
	background: url(../assets/images/icons/menu.png) no-repeat center;
	cursor: pointer;
	outline: none;
}

.mobile-menu {
	display: none;
	background: #ffffff;
	text-align: center;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	border-bottom: 2px solid #231a1a;
}

nav {
	display: flex;
	align-items: center;
}

.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
	cursor: pointer;
}

.header-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-list li {
	margin: 0 16px;
	list-style: none;
}

.header-list li .header-list__link {
	transition: 0.3s;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	color: #231a1a;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
}

.header-list li .header-list__link.active,
.header-list li .header-list__link:hover {
	color: #f4991a;
	border-bottom: 2px solid #f4991a;
}

.header-list li .header-list__link-live:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
	display: inline-block;
	margin-right: 4px;
}

.header-list a[href="news.php"] {
	display: none !important;
}

.header-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.header-phone img {
	padding-right: 10px;
}

.header-phone a {
	text-decoration: none;
	color: #231a1a;
	font-weight: 700;
}

main {
	flex-grow: 1;
	padding-bottom: 50px;
	padding-top: 85px;
}

.screen1 {
	position: relative;
	height: calc(100vh - 81px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.screen1 .slick-list,
.screen1 .slick-track {
	height: 100%;
}

.screen1 .container {
	position: relative;
}

.screen1 h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #ffffff;
}

.screen1 .benefits-list {
	color: #ffffff;
	padding-left: 21px;
	list-style: none;
}

.screen1 .benefits-list li {
	position: relative;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}

.screen1 .benefits-list li::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #fac80f;
	border-radius: 100%;
	position: absolute;
	left: -18px;
	top: 30%;
}

.screen1 .promo {
	max-width: 420px;
	padding: 35px 20px;
	padding-top: 40px;
	margin-bottom: 50px;
	margin-top: 50px;
	color: #231a1a;
	font-size: 22px;
	background: #fac80f;
	font-weight: 600;
	-webkit-clip-path: polygon(0 0, 100% 13%, 100% 84%, 0% 100%);
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}

.screen1 .promo p {
	margin: 0;
	margin-bottom: 10px;
}

.screen1 .promo p:last-child {
	margin-bottom: 0;
}

.screen1 .bg-promo {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.screen1 .bg-promo li>span {
	position: relative;
}

span.free {
	color: #fac710;
}

span.question {
	position: absolute;
	color: #000;
	background: #fac80f;
	margin-left: 10px;
	font-size: 12px;
	top: 2px;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	display: inline-flex;
	border-radius: 50%;
	cursor: pointer;
}
span.question:hover {
	background: #ffd849;
}
span.zadarmo {
	position: relative;
	margin-left: 8px;
}
span.zadarmo > span.question {
	top: 0;
}
.screen1 .screen1-form-wrapper {
	background: #ffffff;
	padding: 30px 50px;
	text-align: center;
}

.screen1 .screen1-form-wrapper b {
	font-size: 22px;
}

.screen1 .screen1-form-wrapper form {
	margin-top: 25px;
	margin-bottom: 25px;
}

.screen1 .screen1-form-wrapper .btn {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.screen1 .screen1-form-wrapper .btn-video_instruction {
	position: relative;
	flex-direction: row;
}

.screen1 .screen1-form-wrapper .btn-video_instruction i {
	width: 25px;
	height: 19px;
	background-image: url("../assets/images/icons/youtube.png");
	background-size: 25px;
	margin-right: 10px;
}

.screen1 .screen1-form-wrapper .btn-submit {
	text-transform: uppercase;
}

.screen1 .screen1-form-wrapper a {
	background-color: rgba(244, 153, 26, 0.2);
	font-weight: 500;
	color: #231a1a;
}

.screen1 .screen1-form-wrapper a:hover {
	background-color: rgba(244, 153, 26, 0.5);
}

.screen1 .screen1-form-wrapper .price {
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: left;
}

.price_value {
	font-weight: 700;
	font-size: 44px;
}

.price_value_top {
	margin-top: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.price_grey {
	color: #666262;
	font-size: 15px;
}

.screen1-columns {
	display: flex;
	justify-content: space-between;
}

.screen1-column {
	transition: .5s ease-in;
}

.screen1-column-left {
	flex-grow: 1;
}

.screen1-column-right {
	width: 360px;
	background: #ffffff;
}

.select-wrapper {
	text-align: left;
	width: 100%;
	position: relative;
	opacity: .8;
	border: 1px solid #231a1a;
	margin-bottom: 10px;
	cursor: pointer;
	transition: .3s;
}

.select-wrapper:hover,
.select-wrapper.active,
.select-wrapper.selected {
	opacity: 1;
}

.select-wrapper.active .select-field {
	background-image: url(../assets/images/icons/select-arrow-up-black.png);
}

.select-wrapper.active .select-dropdown {
	display: block;
}

.select-wrapper.selected {
	font-weight: 500;
	box-shadow: 0 0 0 1px;
}

.select-wrapper.selected .select-dropdown {
	border-width: 2px;
	left: -2px;
	right: -2px;
}

.select-dropdown {
	display: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #231a1a;
	border-top: none;
	padding: 4px;
}

.select-dropdown-item {
	background: #e9e8e8;
	padding: 10px 15px;
	transition: .3s;
}

.select-dropdown-item.selected,
.select-dropdown-item:hover {
	background: #fac80f;
}

.select-field {
	padding-right: 40px;
	padding-left: 20px;
	background: url(../assets/images/icons/select-arrow-down-black.png) no-repeat center right 20px;
	display: flex;
	align-items: center;
	min-height: 48px;
}

[data-type="size"] .select-field {
	white-space: nowrap;
}

.screen1-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.screen1-slider .slick-arrow {
	opacity: 0.6;
	background: #ffffff no-repeat center;
	color: #231a1a;
	font-weight: 600;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	outline: none;
	transition: .3s;
}

.screen1-slider .slick-prev {
	left: 5%;
	background-image: url(../assets/images/icons/arrow-left-black.png);
}

.screen1-slider .slick-prev:hover {
	opacity: 1;
}

.screen1-slider .slick-next {
	right: 5%;
	background-image: url(../assets/images/icons/arrow-right-black.png);
}

.screen1-slider .slick-next:hover {
	opacity: 1;
}

.containers .slick-arrow {
	opacity: 1;
	background: #fac80f no-repeat center;
	color: #231a1a;
	font-weight: 600;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	outline: none;
	transition: .3s;
}

.containers .slick-prev {
	left: 5%;
	background-image: url(../assets/images/icons/arrow-left-black.png);
}

.containers .slick-prev:hover {
	opacity: 1;
}

.containers .slick-next {
	right: 5%;
	background-image: url(../assets/images/icons/arrow-right-black.png);
}

.containers .slick-next:hover {
	opacity: 1;
}

.screen1-slider .slick-dots {
	position: absolute;
	font-size: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	list-style: none;
	margin-bottom: 40px;
}

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

.screen1-slider .slick-dots button {
	display: block;
	margin: 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 20px;
	height: 20px;
	outline: none;
}

.screen1-slider .slick-dots .slick-active {
	padding: 5px;
	border-radius: 100px;
	border: 1px solid #fac80f;
}

.screen1-slider .slick-dots .slick-active button {
	width: 8px;
	height: 8px;
	background: #fac80f;
	border: 0;
}

.screen1-slider-item {
	padding: 80px 0;
	min-height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-containers {
	margin-top: 100px;
}

.section-containers h2 {
	text-align: center;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 700;
}

.containers {
	display: flex;
}

.container-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 12px;
	will-change: transform;
	transition: .3s;
	width: 100%;
}

.container-item:nth-child(4) {
	order: -2;
}
.container-item:nth-child(3) {
	order: -1;
}

.container-item a {
	color: inherit;
}

.container-item h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.container-item .img-wrapper {
	min-height: 135px;
	text-align: center;
}

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

.container-item .btn {
	color: #231a1a;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	display: block;
}

.container-item:hover {
	background: #ffffff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	z-index: 10;
	transform: scale(1.1);
}

.container-description {
	text-align: left;
	margin-bottom: auto;
}

.container-description p {
	font-size: 15px;
	color: #666262;
}

.container-description p.big {
	text-align: center;
	font-weight: 600;
}

.container-description b {
	font-weight: 600;
}

.reviews {
	margin-top: 100px;
}

.reviews h2 {
	text-align: center;
	font-size: 30px;
}

.reviews-list-item blockquote {
	background-color: white;
	background-repeat: no-repeat, no-repeat;
	background-image: url(../assets/images/quote-left.png), url(../assets/images/quote-right.png);
	background-position: 15px 40px, right 15px bottom 50px;
	box-shadow: 0px 4px 21.25px 3.75px rgba(21, 21, 21, 0.04);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: 10px 45px;
	margin: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 160px;
}

.reviews-list-item blockquote cite {
	position: absolute;
	bottom: -15px;
	right: 20px;
	background: #fac80f;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
	font-style: normal;
}

.reviews-slider-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
}

.review-slider-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 5px;
	background: #231a1a no-repeat center;
	opacity: .2;
	transition: .3s;
	outline: none;
}

.review-slider-arrow-prev {
	background-image: url(../assets/images/icons/arrow-left-white.png);
}

.review-slider-arrow-next {
	background-image: url(../assets/images/icons/arrow-right-white.png);
}

.review-slider-arrow:hover {
	opacity: 1;
}

.breadcrumbs {
	color: #666262;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.breadcrumbs a {
	color: inherit;
}

.alert {
	text-align: center;
}

.service-card {
	margin-bottom: 70px;
}

.service-card h2 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.service-card h2:before {
	display: block;
	content: " ";
	margin-top: -120px;
	height: 120px;
	visibility: hidden;
	pointer-events: none;
}

.service-card-main {
	display: flex;
	flex-flow: row wrap;
	padding: 40px 45px;
	background: #ffffff;
	box-shadow: 0px 5px 26.25px 8.75px rgba(21, 21, 21, 0.06);
}

.service-card-main .btn {
	display: block;
	width: 240px;
	margin: 40px auto 0;
	color: inherit;
	text-align: center;
	line-height: 50px;
}

.service-card-main img {
	margin-right: 10%;
	max-width: 40%;
}

.service-description {
	width: 50%;
}

.service-description p {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px;
}

.service-characteristics {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

.service-characteristic {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.service-characteristic img {
	margin-right: 10px;
}

.service-characteristic p {
	font-size: 15px;
	color: #666262;
	margin-top: 0;
	margin-bottom: 5px;
}

.service-characteristic p:last-child {
	margin-bottom: 0;
}

.service-characteristic b {
	font-weight: 600;
}

.container-size {
	margin: auto;
	font-size: 30px;
	font-weight: 700;
	color: #3f5aa0;
}

.page-404 h1 {
	margin-top: 20px;
}

.cookies {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(35, 26, 26, 0.8);
	color: #ffffff;
	z-index: 100;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

.cookies-text {
	margin-bottom: 15px;
}

.cookies .btn {
	padding: 5px 10px;
	color: inherit;
	font-weight: 400;
}

.cookies .btn-confirm {
	margin-right: 10px;
}

footer {
	padding: 35px 0 0;
	background: #f4991a;
	color: #ffffff;
}

footer ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	flex-direction: column;
	margin: 0;
}

footer ul li {
	margin-bottom: 20px;
	list-style: none;
}

footer ul a {
	color: inherit;
	font-weight: 600;
}

footer .contact {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	flex-direction: column;
}

footer .contact-link {
	font-weight: 500;
	color: inherit;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 35px;
	background: no-repeat left center;
	min-height: 35px;
}

footer .contact-link-location {
	background-image: url(../assets/images/icons/pin.png);
}

footer .contact-link-phone {
	background-image: url(../assets/images/icons/phone.png);
}

footer .contact-link-email {
	background-image: url(../assets/images/icons/email.png);
}

.partners b {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.partners ul {
	margin-top: 20px;
	display: none;
}

.partners a {
	font-weight: 500;
}

.footer-columns {
	display: flex;
	justify-content: space-between;
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 575px;
	margin: 15px auto 40px;
}

.social-link {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	padding-left: 40px;
	color: inherit;
	background: no-repeat left center;
	line-height: 30px;
}

.social-link-youtube {
	background-image: url(../assets/images/icons/youtube.png);
}

.social-link-fb {
	background-image: url(../assets/images/icons/facebook.png);
}

.social-link-insta {
	background-image: url(../assets/images/icons/instagram.png);
}

.footer-bottom {
	border-top: 1px solid #ffffff;
	font-size: 12px;
	padding: 20px 0;
}

.gallery {
	display: flex;
	flex-flow: row wrap;
}

.gallery a {
	width: calc((100% - 50px) / 6);
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery a:nth-child(6n) {
	margin-right: 0;
}

.gallery img {
	max-width: 100%;
	display: block;
}

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

.faq-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.faq-items li {
	background: url(../assets/images/icons/arrow-right.svg) no-repeat left 2px;
	background-size: 9px auto;
	padding: 0 0 5px 20px;
}

.faq-items P {
	margin: 20px 0;
}

.faq-items ul+p {
	display: none;
	margin-top: 0;
	padding-left: 20px;
}

.contact-page h2 {
	text-align: center;
}

.contacts-columns {
	display: flex;
}

.contacts-column-left {
	flex-grow: 1;
	margin-right: 10px;
}

.contact-form {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.contact-form-left {
	width: 35%;
}

.contact-form-right {
	width: 63%;
	margin-left: 20px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #231a1a;
	margin-bottom: 10px;
	outline: none;
	padding: 10px;
	background: white;
}

.contact-form input.required:invalid,
.contact-form textarea.required:invalid {
	border-color: red;
	box-shadow: 0 0 0 1px red;
}

.contact-form input.disabled,
.contact-form textarea.disabled {
	pointer-events: none;
}

.contact-form textarea {
	resize: none;
	height: 143px;
}

.contact-form button {
	float: right;
	width: 130px;
}

.success-message {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(250, 200, 15, 0.9);
	color: #ffffff;
	padding: 20px 40px;
	font-size: 20px;
	display: none;
}

.order-page h2 {
	text-align: center;
	margin-top: 50px;
}

.order-page .contact-form textarea {
	height: 194px;
}

.about-page main ul {
	padding-left: 21px;
	list-style: none;
}

.about-page main li {
	position: relative;
	margin-bottom: 7px;
}

.about-page main li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #fac80f;
	border-radius: 100%;
	position: absolute;
	left: -18px;
	top: 20%;
}

.zlava {
	width: 28%;
	height: auto;
	float: right;
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.zlava2 {
	width: auto;
	height: 50px;
	float: right;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.overlay_bkgr_fricc {
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.hover_bkgr_fricc .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hover_bkgr_fricc>div {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	height: auto;
	max-width: 460px;
	min-height: 100px;
	vertical-align: middle;
	width: 84%;
	position: relative;
	border-radius: 8px;
	padding: 15px 5%;
	z-index: 50;
}

.hover_bkgr_fricc>div .btn {
	display: block;
	display: inline;
	width: 49%;
	margin: 25px auto 0;
	color: inherit;
	text-align: center;
	line-height: 50px;
}

.hover_bkgr_fricc>div input {
	width: 100%;
	border: 1px solid #231a1a;
	margin-bottom: 10px;
	outline: none;
	padding: 10px;
	background: white;
	margin: 25px auto 0;
}

.hover_bkgr_fricc>div .error {
	display: none;
	padding: 5px;
	background: red;
	color: #fff;
	margin-top: 2px;
}

.popupCloseButton {
	background-color: #fff;
	border: 3px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.popupCloseButton:hover {
	background-color: #ccc;
}

/* Popup box BEGIN */
.container-video {
	display: flex;
	/* flex-direction: column; */
}

.section-video {
	flex: 1;
	/*grow*/
	margin: 0 5px;
}

.section-video img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	border-radius: 5px;
}

@media (max-width: 768px) {

	/*breakpoint*/
	.container-video {
		flex-direction: column;
	}
}

.location h3 {
	text-align: center;
}

.location .select-wrapper {
	width: 340px;
	margin-bottom: 0;
	margin-right: 15px;
	background: #fac80f;
}

.location .select-dropdown {
	border-width: 2px;
	left: -2px;
	right: -2px;
}

.location .select-field {
	min-height: 60px;
}

.location-2,
.location-3 {
	padding-top: 60px;
}

.location-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.location-link {
	display: flex;
	align-items: center;
	padding-left: 55px;
	height: 50px;
	background: url(../assets/images/icons/pin-black.png) no-repeat;
	background-size: 50px;
	color: inherit;
}

.container-row {
	display: flex;
	border-bottom: 2px solid;
}

.container-row-first {
	padding-top: 35px;
}

.container-row-first .container-period {
	display: block;
	width: calc(100% + 4px);
	height: 30px;
	position: absolute;
	bottom: 100%;
	left: -2px;
	border: 2px solid;
	border-top: 0;
}

.container-row-left {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.container-row-left p {
	margin: 0;
	line-height: 140%;
    text-align: center;
}

.container-row-left img {
	max-width: 100%;
}

.container-row-right {
	flex-grow: 1;
	display: flex;
}

.container-col {
	display: flex;
	flex-direction: column;
	width: 33.3%;
	text-align: center;
	position: relative;
	border-left: 2px solid;
	padding: 20px 0;
}

.container-col:last-child .container-period {
	border-right: 0;
}

.container-period {
	display: block;
	font-weight: 700;
}

.container-price {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container-price span {
	color: #666262;
	margin-top: 10px;
	font-size: 14px;
}

.container-price .new-price {
	color: #f00;
	font-weight: 600;
	margin-left: 1em;
	font-size: 30px;
}

.container-price .new-price:before {
	content: url(../assets/images/crown.png);
	display: block;
	position: relative;
	top: 30px;
	width: 250px;
	left: 0.1em;
}

.container-price .old-price {
	margin-top: 10px;
}

.container-price .old-price del {
	text-decoration: none;
	position: relative;
}

.container-price .old-price del:before {
	content: "";
	border-bottom: 2px solid red;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(-12deg);
	left: 0;
}

.container-price .old-price del:after {
	content: "";
	border-bottom: 2px solid red;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(12deg);
	left: 0;
}

.container-price .promo {
	color: #f00;
}

.container-price .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	opacity: 0;
	background: white;
	transition: .3s;
}

.container-price .overlay a {
	margin: auto;
	width: 100%;
	max-width: 240px;
	color: inherit;
	line-height: 50px;
	display: block;
}

.container-price:hover .overlay,
.container-price:active .overlay {
	opacity: 1;
}

.notice {
	font-size: 14px;
}

.notification {
	padding: 30px;
	margin: 100px auto;
	position: relative;
	border: 1px solid #231a1a;
	border-radius: 10px;
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
}

.notification-cross {
	position: absolute;
	border-radius: 50%;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	color: #b2afaf;
	border: 1px solid;
	width: 50px;
	height: 50px;
	display: flex;
	font-size: 25px;
}

.notification-cross span {
	margin: auto;
}

.page-terms h1,
.terms-btns {
	text-align: center;
}

.terms-btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.terms-btns .btn {
	color: #231a1a;
	height: 50px;
	line-height: 50px;
	width: 300px;
	text-align: center;
}

.terms-btns span {
	margin: 0 20px;
}

.cancel-discount-offer {
	text-align: center;
	font-size: 20px;
}

.cancel-discount-offer .btn {
	color: #231a1a;
	font-size: 25px;
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	width: 500px;
	text-align: center;
	display: inline-block;
}

.cancel-discount-offer .small {
	font-size: 12px;
}

.cancel-page .notification {
	font-size: 24px;
	margin-bottom: 50px;
}

.cancel-page .notification-cross {
	position: static;
	margin: 20px auto;
	transform: none;
}

.discount-page {
	text-align: center;
}

.discount-page p {
	margin: 100px 0;
	line-height: 1.5;
}

.discount-page .btn {
	color: #231a1a;
	height: 50px;
	line-height: 50px;
	width: 300px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}



/********* mobile **********/
@media (max-width: 1080px) {
	main {
		padding-top: 80px;
	}

	header {
		min-height: 80px;
	}

	header .container {
		flex-direction: column;
		position: relative;
	}

	.header-list,
	.header-phone {
		display: none;
	}

	.mobile-menu-btn {
		display: block;
		margin-left: auto;
	}

	.mobile-menu {
		padding-bottom: 30px;
	}

	.mobile-menu .header-list,
	.mobile-menu .header-phone {
		display: block;
	}

	.mobile-menu .header-list li {
		margin: 0;
	}

	.mobile-menu .header-list .header-list__link {
		display: block;
		font-size: 22px;
		border: none;
		padding: 10px;
	}

	.mobile-menu .header-list .header-list__link:active,
	.mobile-menu .header-list .header-list__link.active,
	.mobile-menu .header-list .header-list__link:hover {
		background: #f4991a;
		color: #ffffff;
		border: none;
	}

	.mobile-menu .header-phone a {
		font-size: 22px;
	}

	.mobile-menu .header-phone img {
		padding: 0;
		width: 30px;
		position: relative;
		top: 7px;
	}

	nav {
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}

	.header-logo {
		margin-left: auto;
		margin-right: 0;
	}

	.header-logo img {
		width: 165px;
	}

	.screen1 {
		height: auto;
		padding: 30px 0;
	}

	.screen1 .screen1-form-wrapper .price {
		text-align: center;
	}

	.screen1 .promo {
		margin: 20px 0;
	}

	.screen1 h2 {
		font-size: 25px;
		text-align: center;
	}

	.screen1 .benefits-list {
		margin-bottom: 25px;
	}

	.screen1 .benefits-list li {
		font-size: 18px;
	}

	.screen1-columns {
		flex-direction: column;
	}

	.screen1-column-right {
		width: 100%;
	}

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

	.section-containers h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.screen1-slider-item[data-slick-index="2"] {
		background-position: -245px bottom;
	}

	.containers {
		display: block;
	}

	.containers .slick-list {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.containers .slick-dots {
		list-style: none;
		display: flex;
		justify-content: center;
	}

	.containers .slick-dots li {
		width: 20px;
		height: 20px;
		font-size: 0;
		border: 1px solid #231a1a;
		border-radius: 50%;
		margin: 0 5px;
		position: relative;
	}

	.containers .slick-dots li.slick-active button {
		position: absolute;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #231a1a;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: none;
	}

	.container-item {
		background: #ffffff;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
		margin: 0 10px;
		padding: 40px;
		min-height: 463px;
		display: flex !important;
	}

	.container-item:hover {
		transform: none;
	}

	.container-item img {
		display: inline-block;
	}

	.reviews {
		margin-top: 50px;
	}

	.reviews h2 {
		font-size: 24px;
	}

	.reviews-slider-arrows {
		margin-bottom: 50px;
	}

	.review-slider-arrow {
		margin: 0 10px;
		opacity: .6;
	}

	.service-card {
		margin-bottom: 30px;
	}

	.service-card h2 {
		font-size: 24px;
	}

	.service-card-main {
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
		flex-direction: column;
	}

	.service-card-main img {
		max-width: 100%;
		margin-right: 0;
	}

	.service-description {
		order: 1;
		width: 100%;
		margin-top: 30px;
	}

	.service-characteristics {
		flex-direction: column;
	}

	footer {
		padding-top: 25px;
	}

	footer ul {
		text-align: center;
	}

	footer ul li {
		margin-bottom: 5px;
		width: 100%;
	}

	footer .contact {
		align-items: center;
		margin-top: 10px;
	}

	footer .contact br {
		display: none;
	}

	footer .contact-link {
		background: none;
		padding: 0;
		margin-bottom: 0;
		min-height: 30px;
	}

	.footer-columns {
		flex-direction: column;
	}

	.footer-navigation a {
		display: block;
		border: 1px solid;
		padding: 5px;
	}

	.partners {
		text-align: center;
		margin-top: 15px;
	}

	.partners b {
		text-transform: none;
		font-size: 16px;
	}

	.partners ul {
		margin-top: 10px;
	}

	.partners ul li {
		margin-bottom: 10px;
	}

	.footer-social {
		width: 100%;
		justify-content: center;
		margin: 20px 0 30px;
	}

	.social-link {
		font-size: 0;
		background-position: center;
		margin: 0 5px;
	}

	.footer-bottom {
		text-align: center;
		padding: 10px 0;
	}

	.contacts-columns {
		flex-direction: column;
	}

	.contacts-columns iframe {
		width: 100%;
	}

	.gallery a {
		width: calc((100% - 20px) / 3);
	}

	.gallery a:nth-child(3n) {
		margin-right: 0;
	}

	.location-top p {
		font-size: 14px;
	}

	.container-row-first {
		padding-top: 0;
	}

	.container-row-first .container-period {
		position: static;
		transform: none;
		border: 0;
		border-top: 2px solid;
		border-right: 2px solid;
		width: 70px;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.container-row-first .container-col:first-child .container-period,
	.container-row-first .container-col:first-child .container-price {
		border-top: 2px solid;
	}

	.container-row-left {
		padding-right: 5px;
		width: 155px;
		border-right: 2px solid;
		flex-shrink: 0;
	}

	.container-row-left p {
		font-size: 14px;
	}

	.container-row-right {
		flex-direction: column;
	}

	.container-col {
		width: 100%;
		height: 33.3%;
		flex-direction: row-reverse;
		border: 0;
		padding: 0;
	}

	.container-col:first-child .container-period,
	.container-col:first-child .container-price {
		border-top: 0;
	}

	.container-col:last-child .container-period {
		border-right: 2px solid;
	}

	.container-period {
		font-size: 14px;
		width: 70px;
		padding: 10px 5px;
		border-top: 2px solid;
		border-right: 2px solid;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.container-price {
		width: calc(100% - 70px);
		padding: 10px 5px;
		border-right: 2px solid;
		border-top: 2px solid;
		font-size: 14px;
	}

	.container-price span {
		margin-top: 2px;
	}

	.container-price .overlay {
		display: none;
		opacity: 1;
	}

	.container-price .overlay a {
		height: 40px;
		line-height: 40px;
		max-width: 120px;
		width: calc(100% - 20px);
	}

	.container-price .new-price:before {
		display: none;
	}
}

@media (max-width: 1500px) {
	.screen1-slider .slick-dots {
		margin-bottom: 20px;
		z-index: 0;
	}
}

@media (max-width: 500px) {
	.terms-btns {
		flex-direction: column;
	}

	.terms-btns span {
		margin: 20px 0;
	}

	.notification {
		margin-top: 50px;
	}

	.cancel-discount-offer .btn {
		width: 100%;
		font-size: 20px;
	}

	.location .select-wrapper {
		margin-right: 10px;
	}
}
@media (max-width: 425px) {
	.screen1 .screen1-form-wrapper {
		padding: 30px 20px;
	}
	.select-field {
		padding-left: 15px;
		background: url('../assets/images/icons/select-arrow-down-black.png') no-repeat center right 15px;
	}
}
@media (max-width: 365px) {
	.container-row-left {
		width: 40%;
	}

	.container-price {
		font-size: 12px;
	}
}

/*# sourceMappingURL=main.css.map */

.section-video iframe {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	/* width: 600px;
  height: 450px; */
}

/* @media (max-width: 767px) {
  .section-video iframe {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    width: 600px;
    height: 375px;
  }
  }
  @media (max-width: 575px) {
    .section-video iframe {
      max-width: 100%;
      max-height: 100%;
      border-radius: 5px;
      width: 500px;
      height: 375px;
    }
    }
    @media (max-width: 540px) {
      .section-video iframe {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px;
        width: 500px;
        height: 270px;
      }
      }
      @media (max-width: 360px) {
        .section-video iframe {
          max-width: 100%;
          max-height: 100%;
          border-radius: 5px;
          width: 500px;
          height: 240px;
        }
        } */
.con iframe {
	width: 540px;
	height: 405px;
}

@media (max-width: 540px) {
	.con iframe {
		width: 100%;
		height: 383px;
	}
}

@media (max-width: 414px) {
	.con iframe {
		width: 100%;
		height: 288px;
	}
}

@media (max-width: 411px) {
	.con iframe {
		width: 100%;
		height: 286px;
	}
}

@media (max-width: 375px) {
	.con iframe {
		width: 100%;
		height: 259px;
	}
}

@media (max-width: 360px) {
	.con iframe {
		width: 330px;
		height: 248px;
	}
}

@media (max-width: 320px) {
	.con iframe {
		width: 100%;
		height: 218px;
	}
}

.select-disable {
	background: none !important;
	padding: 0;
	justify-content: center;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes slideIn {
	from {
		transform: translate(0, -50px);
	}

	to {
		transform: none;
	}
}

@keyframes slideOut {
	from {
		transform: none;
	}

	to {
		transform: translate(0, -50px);
	}
}

.modal[aria-hidden="true"] {
	animation: fadeOut 0.15s linear;
}

.modal[aria-hidden="false"] {
	animation: fadeIn 0.15s linear;
}

.modal[aria-hidden="true"] .modal-dialog {
	animation: slideOut 0.3s ease-out;
}

.modal[aria-hidden="false"] .modal-dialog {
	animation: slideIn 0.3s ease-out;
}

.modal.show {
	display: block;
}

.btn-close {
	width: 16px;
	height: 16px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	opacity: 0.5;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	cursor: pointer;
}

.btn-close:hover {
	opacity: 0.7;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 510px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: #fff;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 1px;
	--bs-modal-border-radius: 0.5rem;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: calc(0.5rem - 1px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: -1;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
}

.myinput-box__input {
	width: auto !important;
}

.form-text {
	margin: 0 0 10px 0;
}
.myinput-box {
	margin: 0 0 10px 0;
}
/* для элемента input c type="radio" */
.myinput-box__label>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label связанного с .myinput-box__label */
.myinput-box__label>span {
	user-select: none;
	display: inline-flex;
	align-items: center;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.myinput-box__label>span::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 50%;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.myinput-box__label>input:not(:disabled):not(:checked)+span:hover::before {
	border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.myinput-box__label>input:not(:disabled):active+span::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.myinput-box__label>input:focus+span::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.myinput-box__label>input:focus:not(:checked)+span::before {
	border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.myinput-box__label>input:checked+span::before {
	border-color: #f4991a;
	background-color: #f4991a;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.myinput-box__label>input:disabled+span::before {
	background-color: #e9ecef;
}

@media (max-width: 767.98px) {
	.contact-form {
		flex-direction: column;
	}

	.contact-form-left {
		width: 100%;
	}

	.contact-form-right {
		width: 100%;
		margin-left: 0;
	}
	.contact-form button {
		width: 100%;
		margin-top: 10px;
	}
}

@media (min-width: 1080px) {
	.container-row-left p br {
		display: none;
	}
}
.price-cena {
	display: none;
}

.blog-article .btn {
	width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  .blog-article a.btn {
	background-color: rgba(255, 216, 73);
  font-weight: 500;
  color: #231a1a;
  }
	  
  .blog-article .terms-btns {
		margin: 0 auto;
		flex: auto;
		max-width: 360px;
	  }
	  .blog-article .content {
		padding: 10px;
	  }
	  .blog-article .screen1-column-right {
		  margin: 0 auto;
	  }
	  .blog-article #app {
		padding-top: 0px;
	  }
	  .blog-article .title__content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	  }
	  .blog-article .tel {
		display: flex;
		color: #ff0000;
		align-items: center;
	  }
	  .blog-article .logos {
		margin: 0px 20px;
	  }
	  @media (min-width: 576px) {
		.blog-article .title__content {
			flex-direction: column;
			}
		  }
		  @media (min-width: 768px) {
			.blog-article .title__content {
			flex-direction: column;
			}
			  }
		  @media (min-width: 992px) {
			.blog-article .title__content {
			flex-direction: row;
			}
		  }
		  @media (min-width: 1200px) {
			.blog-article .title__content {
			flex-direction: row;
			}
			  }
