html {
	scroll-behavior: smooth
}

@font-face {
	font-family: roboto-light;
	src: url('/fonts/Roboto-Light.woff') format('woff'), 
	url("/fonts/Roboto-Light.otf") format('opentype'), 
	url("/fonts/Roboto-Light.woff2") format('woff2'), 
	url("/fonts/Roboto-Light.ttf") format('truetype'), 
	url("/fonts/Roboto-Light.svg") format("svg");
	font-display: swap
}

@font-face {
	font-family: roboto-regular;
	src: url('/fonts/Roboto-Regular.woff') format('woff'), 
	url("/fonts/Roboto-Regular.otf") format('opentype'), 
	url("/fonts/RobotoRegular.woff2") format('woff2'), 
	url("/fonts/RobotoRegular.ttf") format('truetype'), 
	url("/fonts/Roboto-Regular.svg") format("svg");
	font-display: swap
}

@font-face {
	font-family: roboto-medium;
	src: url('/fonts/Roboto-Medium.woff') format('woff'), 
	url("/fonts/Roboto-Medium.otf") format('opentype'), 
	url("/fonts/RobotoMedium.woff2") format('woff2'), 
	url("/fonts/Roboto-Medium.ttf") format('truetype'), 
	url("/fonts/Roboto-Medium.svg") format("svg");
	font-display: swap
}

@font-face {
	font-family: roboto-bold;
	src: url('/fonts/Roboto-Bold.woff') format('woff'), 
	url("/fonts/Roboto-Bold.otf") format('opentype'), 
	url("/fonts/Roboto-Bold.woff2") format('woff2'), 
	url("/fonts/Roboto-Bold.ttf") format('truetype'), 
	url("/fonts/Roboto-Bold.svg") format("svg");
	font-display: swap;
}

@font-face {
	font-family: Robotocondensed;
	src: url('/fonts/Robotocondensed.woff') format('woff'), 
	url("/fonts/Robotocondensed.woff2") format('woff2'), 
	url("/fonts/Robotocondensed.ttf") format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Robotocondensedbold;
	src: url('/fonts/Robotocondensedbold.woff') format('woff'), 
	url("/fonts/Robotocondensedbold.woff2") format('woff2'), 
	url("/fonts/Robotocondensedbold.ttf") format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Robotocondensedlight;
	src: url('/fonts/Robotocondensedlight.woff') format('woff'), 
	url("/fonts/Robotocondensedlight.woff2") format('woff2'), 
	url("/fonts/Robotocondensedlight.ttf") format('truetype');
	font-display: swap;
}

html * {
	max-width: 99999px
}

body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #424242;
	line-height: normal;
	font-family: roboto-regular, calibri, arial;
	position: relative;
	background: linear-gradient(125deg, #111 24.31%, #2d2d2d 78.45%, #3c3c3c 100%);
}

body::-webkit-scrollbar {
	width: 0;
	height: 3px;
}

body::-webkit-scrollbar,
.checkbox-bl::-webkit-scrollbar {
	width: 10px;
	height: 3px;
}

body::-webkit-scrollbar-button,
::-webkit-scrollbar-button {
	background-color: #262626;
	height: 0;
}

body::-webkit-scrollbar-track {
	background-color: rgb(31 31 31);
	width: 8px;
}

body::-webkit-scrollbar-track-piece {
	background-color: rgb(31 31 31);
}

body::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #f8f8f8;
}

body::-webkit-scrollbar-corner{
	background-color: rgb(31 31 31);
}

body::-webkit-resizer,
.h-menu::-webkit-resizer,
.checkbox-bl::-webkit-resizer {
	background-color: #666;
}

div,
section,
span,
a {
	box-sizing: border-box
}


.active {
	opacity: 1!important;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.main_block {
	position: relative;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.invisible_true {
	opacity: 0!important;
	z-index: -10
}

.mob_row {
	display: none
}

.form-block {
	width: 100%
}

.lefail {
	color: #f8f8f8
}

.field_name.lefail:before {
	background-color: #fd8c8c;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.shade {
	height: 0;
	opacity: 0;
	top: 0;
	bottom: auto;
	overflow: hidden;
	background-color: rgba(33, 33, 33, 0.9);
	position: fixed;
	z-index: -1;
	width: 100%;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.big {
	opacity: 1;
	z-index: 5;
	height: 100%;
	overflow: visible;
	top: auto;
	bottom: 0;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.fix {
	overflow: hidden;
	position: relative
}

.send_button {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-family: roboto-medium, calibri, arial;
    max-width: 360px;
    width: 100%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    outline: 0;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(125deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 29.28%, rgba(0, 0, 0, 0) 61.33%, rgba(0, 0, 0, 0) 100%);
    height: 60px;
    text-decoration: none;
    transition: all .5s ease;
}



/**/

.fp-right {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 2
}

.full textarea,
.full input {
	color: #fff
}

.full:after {
	height: 100%;
	top: 0;
	bottom: auto;
	background-color: #a3a3a3;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.full:before {
	height: 0;
	bottom: 0;
	top: auto;
	opacity: 0;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}


.exmarksthespot {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../img/source/close_one.svg);
	position: absolute;
	opacity: .8;
	background-repeat: no-repeat;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	background-size: cover;
	right: 20px;
	top: 20px
}

.sub_header_mk2 {
	font-family: roboto-bold;
	margin-bottom: 24px;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #f8f8f8
}

/**/


.container {
    max-width: 1280px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}


.type {
	display: none
}

.typewriter h1 {
	overflow: hidden;
	border-right: 2px solid transparent;
	white-space: nowrap;
	margin: 0 auto;
	animation: typing 3.5s steps(40, end)
}

@keyframes typing {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes blink-caret {
	from,
	to {
		border-color: transparent
	}
	50% {
		border-color: #fff
	}
}


textarea {
	resize: none;
	height: 40px;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	padding: 8px 16px!important
}

textarea:focus {
	height: 100px!important;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s
}



.inputs {
	width: 100%;
	font-family: roboto-regular;
	font-style: normal;
	font-weight: 300;
	z-index: 1;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	padding: 8px 16px;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 4px;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	background-color: transparent
}


.swap {
	opacity: 0;
	position: absolute;
	transition: .4s all ease-in-out;
	z-index: -1;
	font-size: 250px;
	font-family: roboto-bold;
	-webkit-text-stroke: 2px rgba(248, 248, 248, 0.5);
	color: transparent
}

.m_menu {
	display: none!important
}

.dae {
	display: none
}

.vis {
	opacity: 1!important;
	transition-delay: .2s;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	z-index: 1!important
}

.right {
	margin-left: 88px
}

.inv {
	display: none
}

.protect {
	text-align: center
}

.protect + div a{
	line-height:0;
	display:block;
}

.fp-tooltip {
	display: none
}




/*preloader*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4221;
}

.preloader .outer {
	display: flex;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	align-items: center;
	justify-content: center
}

.preloader .text_left {
	position: absolute;
	left: -300px;
	top: auto;
	font-family: Roboto-bold;
	font-size: 20px;
	color: #f8f8f8;
	opacity: 0;
	transition: .8s all ease-in-out;
	bottom: auto;
	margin: 0
}

.act .text_left {
	opacity: 1;
	left: -190px;
	transition: .8s all ease-in-out
}

.preloader .text_right {
	position: absolute;
	right: -300px;
	font-size: 20px;
	top: auto;
	bottom: auto;
	margin: 0;
	transition: .4s all ease-in-out;
	opacity: 0;
	color: #f8f8f8
}

.act .text_right {
	right: -190px;
	opacity: 1;
	transition: .8s all ease-in-out
}

.pulse {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.pulse .center {
	border: 2px solid #f8f8f8;
	border-radius: 50%;
	margin: 10px;
	height: 80px;
	width: 80px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	transform: scale(1);
	animation: pulse 2s infinite
}

.pulse .inner {
	border: 2px solid #f8f8f8;
	border-radius: 50%;
	margin: 10px;
	opacity: .4;
	height: 50px;
	width: 50px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	transform: scale(1);
	animation: pulse 2s infinite
}

@keyframes pulse {
	0% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7)}
	70% {transform: scale(1);box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)}
	100% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.round_preload_logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.small_round {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	border: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(255, 255, 255, 0.25);
	border-left: 10px solid rgba(255, 255, 255, 0.25);
	border-radius: 100%;
	margin: auto
}

.round_block .round {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	border: 35px solid rgba(0, 0, 0, 0);
	border-bottom: 35px solid rgba(255, 255, 255, 0.05);
	border-left: 35px solid rgba(255, 255, 255, 0.05);
	border-radius: 100%;
	margin: auto
}

.r1 {
	width: 170px;
	height: 170px
}

.r2 {
	width: 140px;
	height: 140px
}

.r3 {
	width: 110px;
	height: 110px
}

.menu_round_block .round1 {
	width: 600px;
	height: 600px
}

.menu_round_block .round2 {
	width: 490px;
	height: 490px
}

.menu_round_block .round3 {
	width: 380px;
	height: 380px
}

.round_block.menu_round_block {
	left: 0;
	position: relative;
	right: 0;
	margin: 0 auto;
	width: 709px;
	height: 691px
}

.menu_round_block .round:nth-child(1) {
	left: -10px
}

.r1,
.round1 {
	-webkit-animation-name: spin_2;
	-webkit-animation-duration: 5680ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin_2;
	-moz-animation-duration: 5680ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin_2;
	-ms-animation-duration: 5680ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	animation-name: spin_2;
	animation-duration: 5680ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.r3,
.round3 {
	-webkit-animation-name: spin_1;
	-webkit-animation-duration: 4680ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin_1;
	-moz-animation-duration: 4680ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin_1;
	-ms-animation-duration: 4680ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	animation-name: spin_1;
	animation-duration: 4680ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transition: all 2s ease
}

.r2,
.round2 {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 4680ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 4680ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 4680ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	animation-name: spin;
	animation-duration: 4680ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transition: all 1s ease
}

@-ms-keyframes spin_1 {
	0% {transform: rotate(53deg)}
	50% {transform: rotate(650deg)}
	51% {transform: rotate(660deg)}
	52% {transform: rotate(669deg)}
	53% {transform: rotate(677deg)}
	54% {transform: rotate(684deg)}
	55% {transform: rotate(690deg)}
	56% {transform: rotate(695deg)}
	57% {transform: rotate(699deg)}
	58% {transform: rotate(702deg)}
	59% {transform: rotate(704deg)}
	60% {transform: rotate(705deg)}
	61% {transform: rotate(705deg)}
	70% {transform: rotate(705deg)}
	71% {transform: rotate(705deg)}
	72% {transform: rotate(706deg)}
	73% {transform: rotate(708deg)}
	74% {transform: rotate(711deg)}
	75% {transform: rotate(715deg)}
	76% {transform: rotate(720deg)}
	77% {transform: rotate(726deg)}
	78% {transform: rotate(733deg)}
	79% {transform: rotate(741deg)}
	80% {transform: rotate(750deg)}
	100% {transform: rotate(1130deg)}
}

@-moz-keyframes spin_1 {
	0% {transform: rotate(53deg)}
	50% {transform: rotate(650deg)}
	51% {transform: rotate(660deg)}
	52% {transform: rotate(669deg)}
	53% {transform: rotate(677deg)}
	54% {transform: rotate(684deg)}
	55% {transform: rotate(690deg)}
	56% {transform: rotate(695deg)}
	57% {transform: rotate(699deg)}
	58% {transform: rotate(702deg)}
	59% {transform: rotate(704deg)}
	60% {transform: rotate(705deg)}
	61% {transform: rotate(705deg)}
	70% {transform: rotate(705deg)}
	71% {transform: rotate(705deg)}
	72% {transform: rotate(706deg)}
	73% {transform: rotate(708deg)}
	74% {transform: rotate(711deg)}
	75% {transform: rotate(715deg)}
	76% {transform: rotate(720deg)}
	77% {transform: rotate(726deg)}
	78% {transform: rotate(733deg)}
	79% {transform: rotate(741deg)}
	80% {transform: rotate(750deg)}
	100% {transform: rotate(1130deg)}
}

@-webkit-keyframes spin_1 {
	0% {transform: rotate(53deg)}
	50% {transform: rotate(650deg)}
	51% {transform: rotate(660deg)}
	52% {transform: rotate(669deg)}
	53% {transform: rotate(677deg)}
	54% {transform: rotate(684deg)}
	55% {transform: rotate(690deg)}
	56% {transform: rotate(695deg)}
	57% {transform: rotate(699deg)}
	58% {transform: rotate(702deg)}
	59% {transform: rotate(704deg)}
	60% {transform: rotate(705deg)}
	61% {transform: rotate(705deg)}
	70% {transform: rotate(705deg)}
	71% {transform: rotate(705deg)}
	72% {transform: rotate(706deg)}
	73% {transform: rotate(708deg)}
	74% {transform: rotate(711deg)}
	75% {transform: rotate(715deg)}
	76% {transform: rotate(720deg)}
	77% {transform: rotate(726deg)}
	78% {transform: rotate(733deg)}
	79% {transform: rotate(741deg)}
	80% {transform: rotate(750deg)}
	100% {transform: rotate(1130deg)}
}

@keyframes spin_1 {
	0% {transform: rotate(53deg)}
	50% {transform: rotate(650deg)}
	51% {transform: rotate(660deg)}
	52% {transform: rotate(669deg)}
	53% {transform: rotate(677deg)}
	54% {transform: rotate(684deg)}
	55% {transform: rotate(690deg)}
	56% {transform: rotate(695deg)}
	57% {transform: rotate(699deg)}
	58% {transform: rotate(702deg)}
	59% {transform: rotate(704deg)}
	60% {transform: rotate(705deg)}
	61% {transform: rotate(705deg)}
	70% {transform: rotate(705deg)}
	71% {transform: rotate(705deg)}
	72% {transform: rotate(706deg)}
	73% {transform: rotate(708deg)}
	74% {transform: rotate(711deg)}
	75% {transform: rotate(715deg)}
	76% {transform: rotate(720deg)}
	77% {transform: rotate(726deg)}
	78% {transform: rotate(733deg)}
	79% {transform: rotate(741deg)}
	80% {transform: rotate(750deg)}
	100% {transform: rotate(1130deg)}
}

@-ms-keyframes spin_2 {
	0% {transform: rotate(0)}
	50% {transform: rotate(680deg)}
	51% {transform: rotate(690deg)}
	52% {transform: rotate(699deg)}
	53% {transform: rotate(707deg)}
	54% {transform: rotate(714deg)}
	55% {transform: rotate(720deg)}
	56% {transform: rotate(725deg)}
	57% {transform: rotate(729deg)}
	58% {transform: rotate(732deg)}
	59% {transform: rotate(734deg)}
	60% {transform: rotate(735deg)}
	61% {transform: rotate(735deg)}
	70% {transform: rotate(735deg)}
	71% {transform: rotate(735deg)}
	72% {transform: rotate(736deg)}
	73% {transform: rotate(738deg)}
	74% {transform: rotate(741deg)}
	75% {transform: rotate(745deg)}
	76% {transform: rotate(750deg)}
	77% {transform: rotate(756deg)}
	78% {transform: rotate(763deg)}
	79% {transform: rotate(771deg)}
	80% {transform: rotate(780deg)}
	100% {transform: rotate(1010deg)}
}

@-moz-keyframes spin_2 {
	0% {transform: rotate(0)}
	50% {transform: rotate(680deg)}
	51% {transform: rotate(690deg)}
	52% {transform: rotate(699deg)}
	53% {transform: rotate(707deg)}
	54% {transform: rotate(714deg)}
	55% {transform: rotate(720deg)}
	56% {transform: rotate(725deg)}
	57% {transform: rotate(729deg)}
	58% {transform: rotate(732deg)}
	59% {transform: rotate(734deg)}
	60% {transform: rotate(735deg)}
	61% {transform: rotate(735deg)}
	70% {transform: rotate(735deg)}
	71% {transform: rotate(735deg)}
	72% {transform: rotate(736deg)}
	73% {transform: rotate(738deg)}
	74% {transform: rotate(741deg)}
	75% {transform: rotate(745deg)}
	76% {transform: rotate(750deg)}
	77% {transform: rotate(756deg)}
	78% {transform: rotate(763deg)}
	79% {transform: rotate(771deg)}
	80% {transform: rotate(780deg)}
	100% {transform: rotate(1010deg)}
}

@-webkit-keyframes spin_2 {
	0% {transform: rotate(0)}
	50% {transform: rotate(680deg)}
	51% {transform: rotate(690deg)}
	52% {transform: rotate(699deg)}
	53% {transform: rotate(707deg)}
	54% {transform: rotate(714deg)}
	55% {transform: rotate(720deg)}
	56% {transform: rotate(725deg)}
	57% {transform: rotate(729deg)}
	58% {transform: rotate(732deg)}
	59% {transform: rotate(734deg)}
	60% {transform: rotate(735deg)}
	61% {transform: rotate(735deg)}
	70% {transform: rotate(735deg)}
	71% {transform: rotate(735deg)}
	72% {transform: rotate(736deg)}
	73% {transform: rotate(738deg)}
	74% {transform: rotate(741deg)}
	75% {transform: rotate(745deg)}
	76% {transform: rotate(750deg)}
	77% {transform: rotate(756deg)}
	78% {transform: rotate(763deg)}
	79% {transform: rotate(771deg)}
	80% {transform: rotate(780deg)}
	100% {transform: rotate(1010deg)}
}

@keyframes spin_2 {
	0% {transform: rotate(0)}
	50% {transform: rotate(680deg)}
	51% {transform: rotate(690deg)}
	52% {transform: rotate(699deg)}
	53% {transform: rotate(707deg)}
	54% {transform: rotate(714deg)}
	55% {transform: rotate(720deg)}
	56% {transform: rotate(725deg)}
	57% {transform: rotate(729deg)}
	58% {transform: rotate(732deg)}
	59% {transform: rotate(734deg)}
	60% {transform: rotate(735deg)}
	61% {transform: rotate(735deg)}
	70% {transform: rotate(735deg)}
	71% {transform: rotate(735deg)}
	72% {transform: rotate(736deg)}
	73% {transform: rotate(738deg)}
	74% {transform: rotate(741deg)}
	75% {transform: rotate(745deg)}
	76% {transform: rotate(750deg)}
	77% {transform: rotate(756deg)}
	78% {transform: rotate(763deg)}
	79% {transform: rotate(771deg)}
	80% {transform: rotate(780deg)}
	100% {transform: rotate(1010deg)}
}

@-ms-keyframes spin {
	0% {transform: rotate(95deg)}
	50% {transform: rotate(700deg)}
	51% {transform: rotate(710deg)}
	52% {transform: rotate(719deg)}
	53% {transform: rotate(727deg)}
	54% {transform: rotate(734deg)}
	55% {transform: rotate(741deg)}
	56% {transform: rotate(747deg)}
	57% {transform: rotate(752deg)}
	58% {transform: rotate(756deg)}
	59% {transform: rotate(759deg)}
	60% {transform: rotate(761deg)}
	61% {transform: rotate(762deg)}
	70% {transform: rotate(762deg)}
	71% {transform: rotate(763deg)}
	72% {transform: rotate(765deg)}
	73% {transform: rotate(768deg)}
	74% {transform: rotate(772deg)}
	75% {transform: rotate(777deg)}
	76% {transform: rotate(783deg)}
	77% {transform: rotate(790deg)}
	78% {transform: rotate(798deg)}
	79% {transform: rotate(807deg)}
	80% {transform: rotate(817deg)}
	100% {transform: rotate(1050deg)}
}

@-moz-keyframes spin {
	0% {transform: rotate(95deg)}
	50% {transform: rotate(700deg)}
	51% {transform: rotate(710deg)}
	52% {transform: rotate(719deg)}
	53% {transform: rotate(727deg)}
	54% {transform: rotate(734deg)}
	55% {transform: rotate(741deg)}
	56% {transform: rotate(747deg)}
	57% {transform: rotate(752deg)}
	58% {transform: rotate(756deg)}
	59% {transform: rotate(759deg)}
	60% {transform: rotate(761deg)}
	61% {transform: rotate(762deg)}
	70% {transform: rotate(762deg)}
	71% {transform: rotate(763deg)}
	72% {transform: rotate(765deg)}
	73% {transform: rotate(768deg)}
	74% {transform: rotate(772deg)}
	75% {transform: rotate(777deg)}
	76% {transform: rotate(783deg)}
	77% {transform: rotate(790deg)}
	78% {transform: rotate(798deg)}
	79% {transform: rotate(807deg)}
	80% {transform: rotate(817deg)}
	100% {transform: rotate(1050deg)}
}

@-webkit-keyframes spin {
	0% {transform: rotate(95deg)}
	50% {transform: rotate(700deg)}
	51% {transform: rotate(710deg)}
	52% {transform: rotate(719deg)}
	53% {transform: rotate(727deg)}
	54% {transform: rotate(734deg)}
	55% {transform: rotate(741deg)}
	56% {transform: rotate(747deg)}
	57% {transform: rotate(752deg)}
	58% {transform: rotate(756deg)}
	59% {transform: rotate(759deg)}
	60% {transform: rotate(761deg)}
	61% {transform: rotate(762deg)}
	70% {transform: rotate(762deg)}
	71% {transform: rotate(763deg)}
	72% {transform: rotate(765deg)}
	73% {transform: rotate(768deg)}
	74% {transform: rotate(772deg)}
	75% {transform: rotate(777deg)}
	76% {transform: rotate(783deg)}
	77% {transform: rotate(790deg)}
	78% {transform: rotate(798deg)}
	79% {transform: rotate(807deg)}
	80% {transform: rotate(817deg)}
	100% {transform: rotate(1050deg)}
}

@keyframes spin {
	0% {transform: rotate(95deg)}
	50% {transform: rotate(700deg)}
	51% {transform: rotate(710deg)}
	52% {transform: rotate(719deg)}
	53% {transform: rotate(727deg)}
	54% {transform: rotate(734deg)}
	55% {transform: rotate(741deg)}
	56% {transform: rotate(747deg)}
	57% {transform: rotate(752deg)}
	58% {transform: rotate(756deg)}
	59% {transform: rotate(759deg)}
	60% {transform: rotate(761deg)}
	61% {transform: rotate(762deg)}
	70% {transform: rotate(762deg)}
	71% {transform: rotate(763deg)}
	72% {transform: rotate(765deg)}
	73% {transform: rotate(768deg)}
	74% {transform: rotate(772deg)}
	75% {transform: rotate(777deg)}
	76% {transform: rotate(783deg)}
	77% {transform: rotate(790deg)}
	78% {transform: rotate(798deg)}
	79% {transform: rotate(807deg)}
	80% {transform: rotate(817deg)}
	100% {transform: rotate(1050deg)}
}

/*preloader--DNE--*/

/*block indicator*/

.fp-left {
	position: fixed;
	left: 0;
	height: 100%;
	opacity: 0;
	z-index: 100;
	bottom: 0
}

.blured {
	filter: blur(6px);
	-webkit-filter: blur(6px)
}

.fp-left ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	height: 100%
}

.fp-left li {
	list-style: none;
	width: 8px;
	height: 11.11vh;
	position: relative
}

.fp-left a {
	height: 100%;
	width: 100%;
	display: block;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transiton: .4s;
	background-color: rgba(248, 248, 248, 0.06)
}

.fp-left a:hover,
.fp-left .active {
	height: 100%;
	width: 100%;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transiton: .4s;
	background-color: #f8f8f8
}

.fp-left .fp-sr-only {
	position: absolute;
    left: -300px;
    color: transparent;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 1em;
    opacity: 0;
    height: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 1s ease;
}

.fp-left a.active .fp-sr-only {
	opacity: 1;
	left: 100%;
	color: #f8f8f8
}

/*block indicator--DNE--*/

/*header*/

header {
	padding-top: 55px;
    position: fixed;
    z-index: 3;
    top: -134px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .4s all ease;
    -webkit-transition-duration: .4s;
}

header.active {
	padding: 5px 0;
    background: #1a1a1a;
}

header.active .descriptor{
    font-size: 0.7em;
    right: -5px;
}

header.active .logo_desktop img {
	height: 70px;
}

.half_block .phone_block {
	margin-right: 30px;
	display: flex
}

header .info_block.massangers {
	display: flex;
	margin-right: 10px
}

header .info_block.massangers a {
	margin-right: 5px
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row
}

.menu_block .line:nth-child(2),
.menu_block .line:nth-child(3) {
	width: 40px;
	transition: all .2s linear
}

.menu_block:hover .line:nth-child(2) {
	width: 30px;
	transition: all .2s linear
}

.open {
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.open:hover .line:nth-child(2),
.open:hover .line:nth-child(3),
.open .line:nth-child(2),
.open .line:nth-child(3) {
	width: 40px
}

.menu_block {
	width: 40px;
	position: relative;
	height: 30px;
	display: flex;
	cursor: pointer;
	z-index: 3;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.menu_block .line {
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 8px
}

.menu_block .line:nth-child(3) {
	margin: 0;
}

.open .line:nth-child(1) {
	width: 0;
	height: 0;
	opacity: 0
}

.open .line:nth-child(2) {
	transform: rotate(45deg);
	position: absolute;
	margin-bottom: 0
}

.open .line:nth-child(3) {
	position: absolute;
	transform: rotate(-45deg)
}

.menu_block:hover .line:nth-child(3) {
	width: 20px;
	transition: all .2s linear
}

.half_block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row
}

header .phone_block a {
	text-decoration: none;
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #f8f8f8
}

.round_block {
	position: absolute;
	left: 0;
	right: 0;
	margin: -10px auto 0 auto
}

.mk1 .round1 {
	width: 620px;
	height: 620px
}

.mk1 .round2 {
	width: 510px;
	height: 510px
}

.mk1 .round3 {
	width: 400px;
	height: 400px
}

.round_block .round:nth-child(2) {
	transform: rotate(95deg)
}

.logo_desktop {
	position: relative
}

.logo_desktop img {
    height: 105px;
	transition: all 0.5s ease;
}

.logo_desktop .descriptor {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    white-space: nowrap;
	transition:all 0.5s ease;
}

.info_block.massangers {
	display: flex;
	margin-bottom: 0
}

.info_block.massangers a {
	margin-right: 30px;
	padding: 2px 0 2px calc(32px + 8px)
}

.info_block.massangers a:last-child {
	margin-right: 0
}

a.viber.desktop {
	display: inline-block
}

header .info_block.massangers a.viber.mobile,
.block11 .info_block a.viber.mobile {
	display: none
}

a.viber {
	background: url(/img/source/viber.svg) no-repeat left center
}

a.telegram {
	background: url(/img/source/telegram.svg) no-repeat left center
}


/*header--DNE--*/

/*lines-animate*/

.lines .line_down {
	top: 0;
    height: 100%;
    background-color: #Fff;
    opacity: .02;
    width: 4px;
}

.lines {
    position: fixed;
    margin: 0 auto;
    right: 0;
    height: 0;
    transition-duration: .6s;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    top: 0;
    max-width: 1280px;
    top: 0;
    z-index: 0;
    left: 0;
    width: 99%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
}



/*lines-animate--DNE--*/



/*home block1*/

.block1 {
    text-align: center;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
    height: 100vh;
}

.block1 .h1_block {
	margin-top: 8%;
	margin-bottom: 80px;
	cursor: pointer
}

.block1 h1 {
	margin: 0;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 96px;
	line-height: 112px;
	font-family: roboto-medium;
	text-shadow: 3px 3px 1px rgba(255, 255, 255, 0.05);
	color: #f8f8f8;
}




.block1 h1 {
	font-size: 75px;
	line-height: 92px
}
.block1 h1 {
	font-size: 75px
}

.button_block,
.button_block.open-modal {
	margin-top: 30px
}




/*home block1--DNE--*/

/*advantages block2*/

.block2 .container {
	margin: 0 auto
}

.block2 .left .list_item:last-child {
	margin-bottom: 0
}

.block2 .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.block2 .list_item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 48px;
	cursor: pointer
}

.block2 .img_block {
	margin-left: 43px
}

.block2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.block2 .txt {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding-left: 78px;
	line-height: 27px;
	color: #f8f8f8
}

.block2 .header {
	margin-top: 15px;
	display: flex;
	font-family: roboto-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 16px;
	color: #f8f8f8;
	margin-top: 0;
	margin-bottom: 0
}

.block2 .num {
	margin-right: 16px;
	color: transparent;
	transition: .4s all ease-in-out;
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 45px;
	-webkit-text-stroke: 2px #f8f8f8
}.block2 .list_item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 48px;
	cursor: pointer
}

.block2 .img_block {
	margin-left: 43px
}

.block2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.block2 .txt {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding-left: 78px;
	line-height: 27px;
	color: #f8f8f8
}

.block2 .header {
	margin-top: 15px;
	display: flex;
	font-family: roboto-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 16px;
	color: #f8f8f8;
	margin-top: 0;
	margin-bottom: 0
}

.block2 .num {
	margin-right: 16px;
	color: transparent;
	transition: .4s all ease-in-out;
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 45px;
	-webkit-text-stroke: 2px #f8f8f8
}


.block2 .list1:hover .pack1,
.block2 .list2:hover .pack2,
.block2 .list3:hover .pack3 {
	background-color: red
}

.block2 .list1:hover .num,
.block2 .list2:hover .num,
.block2 .list3:hover .num,
.block2 .list_item.active .num {
	color: #f8f8f8;
	transition: .4s all ease-in-out
}

#radio1:checked~.block2 .num,
#radio2:checked~.block2 .num,
#radio3:checked~.block2 .num {
	color: #f8f8f8
}

.block2 .right {
	position: relative;
	width: 637px;
	height: 685px
}

#radio1:checked~.pack1 {
	z-index: 1;
	opacity: 1;
	right: 0;
	transition: .4s all ease-in-out
}

#radio2:checked~.pack2 {
	z-index: 1;
	opacity: 1;
	transition: .4s all ease-in-out;
	right: 0
}



#radio3:checked~.pack3 {
	z-index: 1;
	opacity: 1;
	right: 0;
	transition: .9s all ease-in-out
}

input[type="radio"] {
	display: none
}

.pack1,
.pack2,
.pack3 {
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .9s all ease-in-out;
	margin: 0 auto;
	position: absolute;
	right: -500px;
	z-index: -100;
	opacity: 0
}



/*advantages block2--DNE--*/

/*developing block3*/

.block3 .left {
	width: 100%;
	height: 100%;
	padding-top: 10%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box
}

.block3 .switch {
	justify-content: space-between;
	align-items: center;
	margin: 60px 0 42px;
	display: flex;
	max-width: 1000px;
	flex-wrap: wrap;
	width: 100%;
}

.block3 .priсe {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #f8f8f8
}

.block3 .priсe{
	display:none;
}


/*developing block3--DNE--*/


.breads{
	margin-top: 120px;
    padding: 24px 0;
	color: #f8f8f8;
}

.breads a{
	color: #f8f8f8;
}

.breads a:hover{
	text-decoration:none;
}

.breads--inner__item__separator{
    color: transparent;
    font-size: 0;
    position: relative;
    width: 15px;
    margin-right: 5px;
}

.breads--inner__item__separator:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:7px;
	height:7px;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	transform: rotate(-45deg);
}

.breads__inner{
	display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
}

/*prices block4*/

.block4 .left .form {
	max-width: 500px;
	width: 100%
}

.block4 .h2_block,
.block2 .h2_block {
    margin-bottom: 60px;
    max-width: 1520px;
    width: 100%;
    font-family: roboto-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #f8f8f8;
}

.block4 .left {
	max-width: 750px;
	width: 100%
}

.block4 .send_button {
	margin: 16px auto 0 auto;
	width: 360px
}

.block4 .text_block {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	max-width: 390px;
	width: 100%;
    line-height: 1.5;
	color: #f8f8f8
}

.block4 .right {
    margin-left: 0;
    position: relative;
    top: 0;
}

.field_name {
	margin-bottom: 24px;
	width: 100%;
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center
}

.field_name textarea::-webkit-input-placeholder,
.field_name input[type="tel"]::-webkit-input-placeholder,
.field_name input[type="text"]::-webkit-input-placeholder {
	color: transparent
}

.field_name textarea::-ms-input-placeholder,
.field_name input[type="tel"]::-ms-input-placeholder,
.field_name input[type="text"]::-ms-input-placeholder {
	color: transparent
}

.field_name textarea::-moz-placeholder,
.field_name input[type="tel"]::-moz-placeholder,
.field_name input[type="text"]::-moz-placeholder {
	color: transparent
}

.field_name .place {
	line-height: 27px;
	font-size: 18px;
	font-family: roboto-regular;
	transition-duration: .6s;
	-webkit-transition: .6s;
	-ms-transition: .6s;
	position: absolute;
	color: #424242;
	bottom: 0;
	top: 0;
	margin: 0;
	left: 16px;
	display: flex;
	align-items: center
}

.field_name textarea:focus+.place,
.full .place,
.field_name input[type="tel"]:focus+.place,
.field_name input[type="text"]:focus+.place {
	font-size: 12px;
	bottom: -25px;
	top: auto;
	color: #f8f8f8;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.price_text_block {
    font-family: roboto-bold;
    font-style: normal;
    color: transparent;
    transition-duration: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -webkit-text-stroke: 2px rgba(248, 248, 248, 0.5);
    font-weight: bold;
    font-size: 240px;
    line-height: 240px;
    position: absolute;
    opacity: 1;
    left: -14px;
    bottom: -13px;

}

.fp-completely .price_text_block {
	left: 0;
	opacity: 1;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.field_name:after {
	bottom: 0;
	height: 0;
	background-color: #000
}

.field_name:before {
	top: 0;
	height: 100%;
	bottom: auto;
	background-color: #f8f8f8
}

.field_name:before,
.field_name:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	border-radius: 4px;
	z-index: 0
}

.fields textarea,
.fields input[type="tel"],
.fields input[type="text"] {
	width: 100%;
	font-family: roboto-regular;
	font-style: normal;
	font-weight: 300;
	z-index: 1;
	outline: 0;
	-webkit-appearance: none;
	z-index: 1;
	font-size: 16px;
	-moz-appearance: none;
	height: 50px;
	padding: 0 16px;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 4px;
	background-color: transparent;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.fields {
	display: flex;
	max-width: 500px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%
}

.send_button {
	margin-top: 35px
}




/*prices block4--DNE--*/

/*audit block5*/

.flex-block{
	display:flex;
}

.fnc--feedback__title{
	text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 2.4em;
    font-family: roboto-bold;
    color: #f8f8f8;
}

.fnc--feedback--container .form-block{
	max-width:500px;
	margin:auto;
}

.fnc--feedback--container .send_button {
    margin-top: 35px;
    margin: auto;
}

.fnc--feedback__second--title{
	font-size: 1.4em;
    text-align: center;
    color: #f8f8f8;
    padding: 0 0 24px;
}

.block5 .flex-block{
	align-items:center;
}

.block5 .h2_block {
	width: 100%;
    text-align: left;
    margin-bottom: 64px;
}


.block5 .header_block .stroke {
	font-family: roboto-bold;
	font-style: normal;
	color: transparent;
	font-weight: bold;
	font-size: 64px;
	line-height: 75px;
	-webkit-text-stroke: 2px #f8f8f8
}

.block5 .header_block {
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 56px;
	color: #f8f8f8
}

.block5 .list_item:last-child {
	margin-bottom: 0
}

.block5 .list_item .text {
	font-style: normal;
	font-weight: normal;
	padding-top: 16px;
	font-size: 18px;
	line-height: 27px;
	font-family: roboto-regular;
	color: #f8f8f8
}

.block5 .right .header {
	font-family: roboto-regular;
	font-style: normal;
	margin-bottom: 32px;
	font-size: 27px;
	line-height: 44px;
	text-align: center;
	color: #f8f8f8;
	font-weight: bold
}

.block5 .list_item .num {
	margin-right: 24px;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 75px;
	color: transparent;
	font-family: roboto-bold;
	-webkit-text-stroke: 1px #f8f8f8;
	box-sizing: border-box
}

.block5 .list_item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 44px
}

.block5 .send_button {
	height: 60px;
	margin: 20px auto 0 auto
}

.block5 .right {
    z-index: 1;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
}

.mob_button {
	text-transform: unset;
	border-radius: 50px;
	width: 100%;
	max-width: 100%;
	background: linear-gradient(125deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 29.28%, rgba(0, 0, 0, 0) 61.33%, rgba(0, 0, 0, 0) 100%);
	align-items: center;
	justify-content: center;
	height: 75px;
	font-weight: bold;
	border: 2px solid #fff;
	text-decoration: none;
	transition: all .5s ease;
	font-size: 23px;
	color: #fff
}

.mob_button {
	display: none
}



/*audit block5--DNE--*/

/*marketing block6*/

.block6 .header_block {
    margin-bottom: 60px;
}

.block6 .left {
	height: 100%;
	padding-top: 10%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box
}

.block6 .switch {
	justify-content: space-between;
    align-items: center;
    display: flex;
    width: 800px;
    margin: 0 0 42px;
}

.block6 .priсe {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #f8f8f8;
}

.block6 .swap {
	text-transform: uppercase
}

/*marketing block6--DNE--*/

/*cases block7*/

.block7 .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	transition: .4s all ease-in-out;
	flex-direction: row
}

.block7 .hidden_row {
	opacity: 0;
	height: 1px;
	overflow: hidden;
	transition: .4s all ease-in-out
}

.block7 .header_block {
    margin-bottom: 60px;
    max-width: 1520px;
    margin: 0 auto 60px;
    width: 100%;
}

.block7 .header_block h2 {
    font-family: roboto-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    color: #f8f8f8;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}

.block7 div {
	transition: .4s all ease-in-out
}

.block7 .slick-dots,
.block7 .slick-arrow {
	cursor: pointer;
	opacity: 0;
	z-index: -100;
	transition-delay: .2s;
	transition-duration: .4s;
	-webkit-transition-duration: .4s
}

.block7 .card:hover .more {
	transition-duration: .4s;
	-webkit-transition: .4s;
	opacity: 1;
	-ms-transition: .4s;
	bottom: 20px
}

.block7 .card .more:hover {
	background-image: url(../img/source/arrow_down.svg), linear-gradient(125deg, #424242 0, #4f4f4f 29.28%, #6b6b6b 61.33%, #a3a3a3 100%)
}

.block7 .card .more {
	position: absolute;
	right: 0;
	margin: 0 auto;
	left: 0;
	opacity: 0;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 100px;
	transition: all .35s ease;
	box-sizing: border-box;
	font-family: roboto-medium, calibri, arial;
	max-width: 200px;
	width: 100%;
	color: #f8f8f8;
	cursor: pointer;
	bottom: -200px;
	outline: 0;
	font-size: 20px;
	background: linear-gradient(125deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 29.28%, rgba(0, 0, 0, 0) 61.33%, rgba(0, 0, 0, 0) 100%);
	padding: 16px 40px;
	display: inline-block;
	text-decoration: none;
	background-image: url(../img/source/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	transform: rotate(-90deg);
	font-size: 0;
	padding: 0
}

.block7 .container {
    position: relative;
}

.block7 .card:before {
	background-size: 100% auto;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(0);
	opacity: 1;
	background-position: center;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	position: absolute;
	z-index: -1;
	top: 0;
	content: ""
}

.block7 .card .more:hover {
	color: #f8f8f8;
	transition: 0.4s all ease
}

.block7 .card .img-block{
	line-height: 0;
}

.block7 .card:hover .img-block {
	filter: blur(4px);
	opacity: 0.6;
	transition-duration: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s
}


.block7 .card .img-block img{
	max-width:100%;
}

.block7 .card {
	position: relative;
    border-radius: 4px;
    border: 1.5px solid #f8f8f8;
    transition-duration: .4s;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    overflow: hidden;
    outline: 0;
    box-sizing: border-box;
    padding: 0;
    flex-basis: 31%;
    margin: 0 1% 20px;
}

.portfolio {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
}

.card:hover .top_info {
	top: 0;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.card .top_info {
	position: absolute;
    z-index: 1;
    width: 100%;
    top: -100%;
    left: 0;
    right: 0;
    padding: 20px;
    transition-duration: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
}

.top_info {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 32px;
	color: #f8f8f8
}

.top_info .name {
	display: block;
	font-family: roboto-bold;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #f8f8f8
}

.appear {
	display: flex!important;
	opacity: 1!important;
	overflow: visible!important;
	height: auto!important
}

.stat_block {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}

.card:hover .stats {
	opacity: 1;
    top: calc(50% - 34px);
    transition-duration: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
}

.stats {
	border: 1px solid #f8f8f8;
    padding: 13px 20px 17px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    top: -100%;
    transition-duration: 1.2s;
    -webkit-transition: 1.2s;
    -ms-transition: 1.2s;
}

.stat_block:last-child {
	margin-bottom: 0
}

.stat_block {
	margin-bottom: 14px
}

.stat_block .num {
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	width: 42px;
	height: 33px;
	margin-right: 7px;
	text-align: center;
	line-height: 42px;
	color: #f8f8f8
}

.stat_block .text {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    line-height: normal;
    color: #f8f8f8;
}

.crooked_cross .line:nth-child(2) {
	transform: rotate(90deg)
}

.crooked_cross .line {
	width: 2px;
	height: 100%;
	background-color: #f8f8f8;
	position: absolute;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	left: 0;
	right: 0;
	margin: 0 auto;
	display:none;
}

.card:hover .crooked_cross {
	width: 20px;
	height: 20px;
	z-index: 1;
	opacity: 1;
	left: 0;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	right: 0;
	top: calc(44%);
	margin: 0 auto;
	opacity: 0
}

.crooked_cross {
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto
}

.more_projects:hover:after {
	bottom: -62px;
	transition: .4s all ease-in-out
}

.more_projects:after {
	content: "";
	position: absolute;
	left: 0;
	transition: .4s all ease-in-out;
	right: 0;
	margin: 0 auto;
	bottom: -48px;
	height: 32px;
	width: 15px;
	background-image: url('../img/source/arrow_down.svg');
	background-repeat: no-repeat;
	background-position: center
}

.more_projects {
	font-family: roboto-regular;
    font-style: normal;
    width: 277px;
    position: relative;
    transition: .2s all ease-in-out;
    height: 19px;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin: 50px auto;
    cursor: pointer;
    text-align: center;
    color: #f8f8f8;
    left: 0;
    right: 0;
}



/*cases block7--DNE--*/

/*team block8*/

.block8 .slick-arrow {
	z-index: 1
}

.block8 .right .h3_block{
	display:none;
}

.block8 .list_block .header_block {
	font-family: roboto-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 28px;
	color: #f8f8f8
}

.block8 .list_block .txt {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	font-family: roboto-regular;
	color: #f8f8f8
}

.block8 .list_block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 65px;
	justify-content: flex-start;
	flex-direction: row
}

.block8 .list_block .num {
	margin-right: 16px;
	color: transparent;
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 75px;
	-webkit-text-stroke: 2px #f8f8f8
}

.block8 .container {
	display: flex;
	align-items: center;
	justify-content: center
}


.block8 .right .quote .prof {
	max-width: 300px;
	margin: 0 auto
}

.block8 .container {
	display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-height: 100%;
}

.block8 .right .quote .name {
	font-family: roboto-medium;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px
}

.block8 .right .quote {
	display:none;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(55%);
	font-style: normal;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	font-family: roboto-regular;
	color: #f8f8f8;
	margin: 0 auto
}

.block8 .right .img:hover .quote {
	color: transparent;
	display: none
}

.block8 .text {
	font-style: normal;
	max-width: 605px;
	font-size: 18px;
	line-height: 140.62%;
	font-family: roboto-regular;
	color: #f8f8f8
}

.dreamteam {
    max-width: calc(800px - 40px);
    width: calc(50% - 40px);
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
    max-height: 700px;
}

.dreamteam .img-block {
    text-align: center;
    line-height: 0;
}

.dreamteam .img-block img,
.dreamteam .img-block img.team_image{
	max-width:100%;
	max-height: 700px;
	transition: all 0.5s ease;
}

.dreamteam .img-block img.team_image{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	transition:all 0.5s ease;
	margin:auto;
}

.dreamteam .swiper-button-next, 
.dreamteam .swiper-button-prev{
	display:none;
}

#team .left{
	max-width: 50%;
}

#team .left .h3_block{
	margin-bottom:60px;
}

.block8 .right .img:hover .img-block img:not(.team_image){
	opacity:0;
}

.block8 .right .img:hover .img-block img.team_image{
	opacity:1;
}

/* .block8 .right .img .img-block:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	background-size: auto 700px;
	background-position: center bottom;
	background-repeat: no-repeat;

}

.block8 .right .img.alex:hover .img-block {
    background-image: url(/img/source/team/team-1_hover.png);
}

.block8 .right .img.vlad:hover .img-block:before {
    background-image: url(/img/source/team/team-2_hover.png);
}

.block8 .right .img.julia:hover .img-block:before {
    background-image: url(/img/source/team/team-3_hover.png);
}

.block8 .right .img.nick:hover .img-block:before {
    background-image: url(/img/source/team/team-4_hover.png);
} */

.block8 .right .img:hover .img-block img{
	opacity:0;
}

.block8 .button{
	margin-top:48px;
}

/*team block8--DNE--*/

/*contacts block11*/

.block11.main_block{
	padding-bottom:0;
}

.block11 .container.bottom_line{
    padding: 48px 60px 32px;
    align-items: center;
}


.block11 .h3_block {
    margin-bottom: 60px;
}

.block11 .info_block a {
	display: block;
	text-decoration: none;
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #f8f8f8;
	transition:all 0.5s ease;
}

.block11 .info_block a.viber:hover{
	color: #7360f2;
}

.block11 .info_block a.telegram:hover{
	color: #0088cc;
}

.block11 .info_block svg.viber:hover{
	fill: #7360f2;
}

.block11 .info_block svg.telegram:hover{
	fill: #0088cc;
}

.block11 .info_block {
	margin-bottom: 30px;
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #f8f8f8
}

.block11 .header {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #f8f8f8
}

.block11 .container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    padding-left: 60px;
    padding-right: 60px;
}

.block11.main_block .left{
	flex-basis: 300px;
}

.bottom_line {
    padding-bottom: 20px;
    color: #f8f8f8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_line > div:first-child a{
	color:#fff;
}

.bottom_line > div:first-child a:hover{
	text-decoration: none;
}

.bottom_line > div:last-child img {
    max-width: 160px;
}

.map {
    margin-left: 110px;
    max-width: calc(100% - 110px - 300px);
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    height: 540px;
}

.city-change{
    margin-bottom: 40px;
    display: flex;
	justify-content: space-between;
    border: 4px solid #303030;
    max-width: 283px;
}

.city-change div{
    width: calc(50% - 1px);
    text-align: center;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: roboto-medium, calibri, arial;
	cursor:pointer;
	transition: all 0.5s ease;
}

.city-change div:hover,
.city-change div.active{
	background: #fff;
	color:#424242;
}


/*contacts block11--DNE--*/

/*menu*/

.languages{
	position: absolute;
    bottom: 40px;
    right: 60px;
    display: flex;
    font-size: 1.5em;
    color: #fff;
}

.languages > div{
	margin: 0 0 0 16px;
}

.languages .language a{
	color:#f8f8f8;
	opacity:0.8;
	text-decoration:none;
}

.languages .language a:hover{
	color:#fff;
	opacity:1;
	text-decoration: underline;
}

.languages .languageact a{
	color:#fff;
}

.hidden_menu {
	position: fixed;
	top: -10px;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.visible_true {
	height: 100%;
	top: 0;
	opacity: 1;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.hidden_menu .container {
	width: 100%;
	position: relative
}

.actual_menu a:last-child {
	margin-bottom: 0
}

.actual_menu a.active,
.actual_menu a:hover {
	color: #f8f8f8;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.actual_menu a {
	font-style: normal;
	width: 100%;
	color: transparent;
	-webkit-text-stroke: 2px #f8f8f8;
	font-weight: bold;
	text-decoration: none;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: roboto-bold;
	box-sizing: border-box
}

.actual_menu {
	margin-top: 20px;
	max-width: 522px;
	width: 100%;
	display: flex;
	flex-direction: column
}

.social {
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 60px;
}

.social a {
	margin-right: 30px
}

.social a svg{
	fill: #f8f8f8;
	transition: all 0.5s ease;
}

.social a.facebook:hover svg{
	fill: #1876f2;
}

.social a.instagram:hover svg{
	fill: #cd2d89;
}

.social a:last-child {
	margin-right: 0
}


/*menu--DNE--*/

/*modal window*/

.modal {
	top: 0;
	position: fixed;
	left: 0;
	width: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	z-index: 0;
	justify-content: center;
	height: 0;
	overflow: hidden;
	transition: .4s all ease-in-out
}

.modal_open {
	opacity: 1;
	transition: .4s all ease-in-out;
	height: 100%;
	overflow: visible;
	z-index: 5
}

.exmarksthespot:hover {
	transform: rotate(90deg);
	opacity: 1;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

#dbody {
	opacity: 0
}



.modal .field_name {
	margin-bottom: 34px
}

.modal_container {
	max-width: 650px;
	width: 100%;
	position: relative;
	z-index: 6;
	display: flex;
	border-radius: 15px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 70px 22px 30px 22px
}

.modal_header {
	font-size: 25px;
	font-family: roboto-bold, calibri, arial;
	color: #fff;
	padding: 10px 0 0 0
}

.modal .sub_header {
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 60px;
	font-family: roboto-regular
}

/*modal window--DNE--*/

/*slick slider*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	padding: 0!important;
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	outline: 0;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block;
	margin: 0 15px
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-prev {
	background-image: url('../img/source/toleft.png');
	left: 5%
}

.slick-next {
	background-image: url('../img/source/toright.png');
	right: 5%
}

.slick-arrow {
	position: absolute;
	bottom: -4px;
	width: 32px;
	font-size: 0;
	color: transparent;
	border: 0;
	background-position: center;
	background-color: transparent;
	outline: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 32px
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: transparent;
	color: transparent;
	border: 0;
	border-radius: 360px;
	font-size: 0;
	transition: .4s all ease-in-out;
	outline: 0
}

.slick-dots li:hover button,
.slick-dots .slick-active button {
	width: 15px;
	background-color: #f8f8f8;
	height: 15px
}

.slick-dots li {
	cursor: pointer;
	border: 1.5px solid #f8f8f8;
	overflow: hidden;
	border-radius: 360px;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none
}

.slick-dots {
	display: flex;
	margin: 40px auto 20px auto;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: row
}

/*slick slider--DNE--*/


.block8 .button:hover,
.mob_button:hover,
.send_button:hover,
.block1 .modal_button:hover,
.button_block:hover {
	background: linear-gradient(125deg, #424242 0, #4f4f4f 29.28%, #6b6b6b 61.33%, #a3a3a3 100%);
	color: #fff
}

.block8 .button:before,
.send_button:before,
.block1 .modal_button:before,
.button_block:before,
.button_block.open-modal:before {
	border-radius: 100px;
	content: '';
	border: 2px solid #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: all .35s ease
}

.block8 .button:hover:before,
.send_button:hover:before,
.button_block:hover:before,
.block1 .modal_button:hover:before,
.button_block.open-modal:hover:before {
	border-color: rgba(255, 255, 255, 0);
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px
}



.block8 .button,
.button_block,
.block1 .modal_button,
.button_block.open-modal {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-family: roboto-medium, calibri, arial;
    max-width: 360px;
    width: 100%;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(125deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 29.28%, rgba(0, 0, 0, 0) 61.33%, rgba(0, 0, 0, 0) 100%);
    height: 60px;
    text-decoration: none;
    transition: all .5s ease;
}

.block6 .container,
.block3 .container,
.block2 .container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between
}

.block6 .header_block h2,
.block3 .header_block h2 {
	margin: 0 0 16px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	font-family: roboto-bold;
	color: #f8f8f8;
	text-transform: uppercase
}

.block6 .sub_header,
.block3 .sub_header {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	font-family: roboto-regular;
	color: #f8f8f8
}

.block6 .info p,
.block3 .info p {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
    line-height: 1.5;
	margin: 0 0 27px 0;
	color: #f8f8f8
}

.block6 .container,
.block3 .container {
	height: 100%
}



.block6 .priсe span,
.block3 .priсe span {
	font-size: 36px;
	line-height: 42px;
	font-family: roboto-bold
}

.block6 .switch .sw:hover:after,
.block3 .switch .sw:hover:after {
	width: 100%
}

.block6 .switch .active:after,
.block3 .switch .active:after {
	width: 100%
}

.block6 .switch .sw:hover,
.block6 .switch .active,
.block3 .switch .sw:hover,
.block3 .switch .active {
	transition: all .5s ease-in-out;
	color: #f8f8f8
}

.block6 .sw:after,
.block3 .sw:after {
	width: 0;
	transition: all .5s ease-in-out;
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	height: 2px;
	background-color: #f8f8f8
}

.block6 .switch .sw,
.block3 .switch .sw {
	position: relative;
	transition: all .5s ease-in-out;
	font-family: roboto-bold;
	text-transform: uppercase;
	font-style: normal;
	cursor: pointer;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	flex-direction: row
}

.block6 .info,
.block3 .info {
    display: none;
    transition-duration: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    max-width: 650px;
    min-height: 1px;
}

.block6,
.block3 {
	overflow: hidden;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-ms-overflow: hidden
}

.block3 .right,
.block6 .right {
	text-align: left;
	z-index: -1;
	min-width: 50%;
	position: absolute;
	right: 0;
	top: 55%;
	height: 45%;
	bottom: 0;
	padding-left: 88px;
	margin: 0;
	display: flex;
	align-items: center
}

.price_text_block:hover,
.swap:hover {
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.8)
}

.block6 .active,
.block3 .active {
	z-index: 1;
	display: block;
	transition: .2s all ease-in-out;
	opacity: 1
}

.block6 .info.active,
.block3 .info.active {
	min-height: 1px
}

.block5 .sub_header,
.block7 .sub_header,
.sub_header {
	font-family: roboto-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	color: #f8f8f8
}

.right .active {
	font-size: 240px;
	transition: .7s all ease-in-out
}

.block11 .h3_block h3,
.block8 .h3_block h3 {
	font-family: roboto-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	color: #f8f8f8;
	margin: 0;
	text-transform: uppercase
}

.block4221.main_block {
	display: none
}

.block4221.main_block.active {
	display: none
}


/*404 error, thanks page*/

.error404 .block1 .h1_block,
.thanks_page .block1 .h1_block,{
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.error404 .block1 .h1_block h1{
	font-size: 15em;
    line-height: normal;
}

.thanks_page  .block1 .h1_block h1{
    line-height: normal;
	margin-bottom:30px;
}

.error404 .block1 .h1_block .after-h,
.thanks_page .block1 .h1_block .after-h{
    font-size: 1.5em;
    color: #f8f8f8;
    margin-bottom: 40px;
}

/* --DNE--*/


/*media desktop*/


@media(max-width:1400px){
    .fp-left a.active .fp-sr-only{
        display:none;
    }
}

@media(max-width:1300px) {
	.actual_menu a {
		font-size: 40px;
		line-height: 50px
	}

	header .container,
	.main_block .container {
		padding: 0 48px;
	}

	.block1 h1 {
		font-size: 69px;
		line-height: normal;
	}

    header {
        padding-top: 10px;
    }

    .logo_desktop img {
        height: 80px;
    }

    .logo_desktop .descriptor {
        font-size: 0.8em;
    }

    header .phone_block a {
        font-size: 24px;
    }

}

@media(max-height:1280px){


    .right .active {
        line-height: 200px;
        font-size:210px;
    }

    .swap{
        font-size:200px;
    }
    
    .right .active{
        line-height:200px;
    }

	.block2 .right {
		width: 50%;
		height: 600px;
	}


}

@media(max-width:1200px) {
	.block8 .text {
		max-width: 425px
	}
	.block4 .text_block {
		font-size: 18px;
		line-height: 28px
	}
	.block4 .left {
		max-width: 500px;
		width: 100%;
	}
	.block4 .right {
		margin-left: auto;
	}
	.price_text_block {
		font-size: 200px
	}
	.mk1 .round1 {
		transform: rotate(0);
		width: 650px;
		height: 650px
	}
	.mk1 .round2 {
		width: 550px;
		height: 550px
	}
	.mk1 .round3 {
		width: 450px;
		height: 450px
	}

	.menu_round_block .round:first-child {
		width: 470px;
		height: 470px
	}
	.menu_round_block .round:nth-child(2) {
		width: 380px;
		height: 380px
	}
	.menu_round_block .round:nth-child(3) {
		width: 280px;
		height: 280px
	}
	.actual_menu {
		padding-left: 40px
	}
	header .phone_block a {
		font-size: 23px
	}
	.block3 .header_block {
	}
	.block6 .switch,
	.block3 .switch {
	}
	.swap {
		font-size: 210px
	}
	.block6 .right .active,
	.block3 .right .active {
		font-size: 200px;
		top: 30px
	}
	.block6 .info p,
	.block3 .info p {
		font-size: 18px;
		line-height: 1.5
	}
	header {
		padding-top: 25px
	}
	.actual_menu a {
		font-size: 35px;
		line-height: 25px
	}
	.block6 .container,
	.block3 .container,
	.block2 .container {
		justify-content: center
	}
	.block2 img,
	.block8 img {
		max-width: 510px
	}
	.block8 .text {
		max-width: 475px
	}
	.map {
		max-width: 65%
	}
	.block8 .right .img {
		width: 478px
	}
	.block5 .header_block {
		font-size: 40px;
		margin-top: 10px
	}
	.block5 .header_block .stroke {
		font-size: 54px
	}
	.fp-left {
		bottom: 0
	}
	.block5 .right {
		max-width: 500px;
		width: 100%;
	}
	.more_projects {
		bottom: -40px
	}
	.block6 .switch {
		margin-top: 0
	}



}

@media(max-width:1150px) {
	.block7 .slick-slider {
		max-width: 1050px
	}
	.block2 .list_item {
		max-width: 380px
	}
	.block2 .list_item br {
		display: none
	}
	.block2 .list_item {
		margin-bottom: 35px
	}
	.block2 .header {
		font-size: 22px
	}
	.block2 .txt {
		font-size: 16px
	}

	.map {
		max-width: 61%
	}
	.swap {
		font-size: 170px
	}
	.block6 .right .active,
	.block3 .right .active {
		font-size: 160px;
		top: 70px;
		line-height: 150px
	}
}

@media(max-width:1100px) {
	.block4 .left .form {
		max-width: 450px;
		width: 100%
	}
	.map {
		max-width: 58%
	}
	.block8 .right .img {
		width: 408px
	}
	.block7 .header_block {
		margin-bottom: 40px;
		margin-top: 40px
	}
	.block5 .list_item .text {
		padding-top: 0
	}
	.block5 .list_item {
		max-width: 410px;
		margin-bottom: 30px
	}
	.block7 .slick-slider {
		max-width: 1000px
	}
	.mk1 .round1 {
		width: 600px;
		height: 600px
	}
	.mk1 .round2 {
		width: 490px;
		height: 490px
	}
	.mk1 .round3 {
		width: 380px;
		height: 380px
	}
	.block3 .right,
	.block6 .right {
		left: 50%
	}

	.block1 .h1_block {
		margin-bottom: 42px;
	}

	.block1 h1 {
		font-size: 4em;
	}

	.block3 .right, .block6 .right{
		display:none;
	}

	.price_text_block {
		font-size: 130px;
	}

	.fp-left li {
		list-style: none;
		width: 4px;
	}

	.block7 .card {
		flex-basis: 380px
	}

	.block7 .card {
		flex-basis: 377px;
	}

	header .container,
	.main_block .container,
	.content--center--page__text .container,
	.breads__inner {
		padding: 0 40px;
		box-sizing: border-box
	}

	.block5 .right {
		max-width: 420px;
	}

	.block5 .list_item .text br{
		display:none;
	}
}

@media(max-width:1050px) {

	.block8 .right {
		width: 420px;
	}
	.block8 .right .img:hover .quote {
		color: #f8f8f8
	}
	.block7 .slick-slider {
		max-width: 900px
	}
	.block8 .slick-arrow {
		bottom: -54px
	}

	.dreamteam .img-block img {
		max-height: 600px;
	}
	
	
}

@media(max-width:1024px) {
	.right .active {
		font-size: 170px
	}
	.block5 .list_item .text {
		font-size: 16px
	}
	.block1 h1 {
		font-size: 3.8em;
	}
}


.content--center--page__text{
	color: #f8f8f8;
    line-height: 1.5;
}


.content--center--page__text h1{
	font-size: 2.1em;
}

.content--center--page__text h2,
.content--center--page__text h3{
	font-size: 1.6em;
}


#modal-form-5 .field_name:nth-child(3){
	display:none;
}