@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/RobotoRegular.eot');
	src: url('fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
	url('fonts/RobotoRegular.woff') format('woff'),
	url('fonts/RobotoRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoBold';
	src: url('fonts/RobotoBold.eot');
	src: url('fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/RobotoBold.woff') format('woff'),
	url('fonts/RobotoBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoLight';
	src: url('fonts/RobotoLight.eot');
	src: url('fonts/RobotoLight.eot?#iefix') format('embedded-opentype'),
	url('fonts/RobotoLight.woff') format('woff'),
	url('fonts/RobotoLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoMedium';
	src: url('fonts/RobotoMedium.eot');
	src: url('fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'),
	url('fonts/RobotoMedium.woff') format('woff'),
	url('fonts/RobotoMedium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
*:focus {
	outline: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	font-family: "RobotoRegular", sans-serif; 
	font-size:14px;
	color:#34343D;
	background:#FFFFFF;
	min-width:320px;
}
p {
	margin:0;
}
b, strong {
	font-weight:normal;
	font-family: "RobotoBold", sans-serif; 
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin:0;
}
h1 {
	font-family: "RobotoBold", sans-serif; 
	font-size:44px;
	line-height:44px;
	letter-spacing: 6px;
	margin-bottom:40px;
}
h2 {
	font-family: "RobotoBold", sans-serif; 
	font-size:36px;
	line-height:38px;
	margin-bottom:45px;
}
h3, h4, h5 {
	font-family: "RobotoBold", sans-serif; 
	font-size:18px;
	line-height: 24px;
	margin-bottom:30px;
}
a {
	color:#ffcc18;
	text-decoration:none;
    -webkit-transition-property: color, background, border-color, box-shadow, opacity, background-position;
    -moz-transition-property: color, background, border-color, box-shadow, opacity, background-position;
    transition-property: color, background, border-color, box-shadow, opacity, background-position;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.main_block {
	overflow:hidden;
}
.container {
	width:100%;
	max-width: 1100px;
	padding: 0 15px;
	margin: auto;
}
.container.nopadding {
	padding: 0;
}
.left_side {
	width:50%;
	padding: 0 15px;
}
.right_side {
	width:50%;
	padding: 0 15px;
}
.container::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.flex_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
}
.block_title {
	font-family: "RobotoBold", sans-serif; 
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 60px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	appearance: button;
	cursor: pointer;
}
.button {
	position: relative;
	cursor: pointer;
    display:block;
	font-family: "RobotoBold", sans-serif; 
	color: #1D1D23;
	font-size: 12px;
    line-height: 12px;
    border: 0;
	padding: 19px 25px;
    cursor: pointer;
	background: transparent;
	text-align: center;
	text-transform: uppercase;
	border:4px solid transparent;
	border-top-color:#FF1111;
	border-right-color:#FF1111;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.button::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 42px;
    height: 4px;
	background: #FF1111;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.button::before {
    content: "";
    position: absolute;
    right: 49px;
    bottom: -4px;
    width: 7px;
    height: 4px;
	background: #FF1111;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.button i::before {
	content: "";
    position: absolute;
    left: -4px;
	top: -4px;
	bottom: -4px;
    width: 4px;
    background: #FF1111;
}
.button i::after {
	content: "";
    position: absolute;
    left: -4px;
	bottom: -4px;
	right: 68px;
    height: 4px;
	background: #FF1111;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.button:hover {
	color:#FFFFFF;
	background: #FF1111;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.button:hover i::after {
	right:100%;
}
.button:hover::before {
	right:calc(100% - 3px);
}
.button:hover::after {
	width:calc(100% + 4px);
}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="date"], textarea {
	font-family: "RobotoLight", sans-serif; 
	color: #2D2D36;
    font-size: 14px;
    line-height: 16px;
    padding: 21px 22px 19px;
    width: 100%;
    display: block;
    border: 0;
    background-color: #ffffff;
}
textarea {
	min-height: 95px;
	resize:none;
}
.input_box {
	position: relative;
}
.input_box .control-label {
	position: absolute;
	font-family: "RobotoLight", sans-serif; 
	color: #BCBCCB;
	font-size: 14px;
	line-height: 14px;
    top: 21px;
    left: 20px;
	transform-origin: 0 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.input_box::after {
	content: "";
	position: absolute;
	left:0;
	bottom: -2px;
	width:100%;
	height: 4px;
	background: #2D2D36;
}
.input_box.input_focused .control-label {
	top: -16px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.input_box.input_filled .control-label {
	top: -16px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.input_box.has-error .control-label {
	color:#FF1414;
}
header {
	position:absolute;
	z-index: 10;
	top:0;
	left:0;
	width:100%;
}
header .logo {
	float:left;
    padding-top:56px;
    opacity: 0;
}
header .logo img {
	display:block;
}
header .right_side_header  {
    opacity: 0;
	float:right;
	font-family: "RobotoBold", sans-serif; 
	margin-right: -115px;
}
header .mobile_menu_btn_block {
	display: none;
	float:left;
}
.mobile_menu_btn {
	display: block;
	position: relative;
    width: 54px;
    height: 54px;
	background: rgba(29, 29, 35, 0.6);
}
.mm-opened .mobile_menu_btn {
	background: rgba(29, 29, 35, 1);
}
.mobile_menu_btn .mobile_humbicon {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 30px;
    height: 3px;
    background: #FFF;
}
.mobile_menu_btn .mobile_humbicon::before, .mobile_menu_btn .mobile_humbicon::after {
	content: "";
	position: absolute;
    top: 11px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
}
.mobile_menu_btn .mobile_humbicon::after {
	top:22px;
}
header .main_menu {
	position: relative;
	float:left;
	background: rgba(29, 29, 35, 0.6);
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	transition:background 0.3s;
}
header .main_menu:hover {
	background:#FFFFFF;
}
header .main_menu > ul {
	padding:0 10px;
	margin:0;
	list-style:none;
}
header .main_menu > ul > li {
	padding:0 10px;
}
header .main_menu > ul > li > a, header .main_menu > ul > li > span {
	display:block;
	padding:22px 10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
	letter-spacing: 2px;
	text-transform:uppercase;
}
header .main_menu:hover > ul > li > a, header .main_menu:hover > ul > li > span {
	color:#BCBCCB;
}
header .main_menu:hover > ul > li > a:hover, header .main_menu:hover > ul > li > span:hover {
	color:#34343D;
}
header .main_menu .dropdown_menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
    top: 100%;
    left: 0;
    right: -216px;
    padding: 40px 0 26px 117px;
	background: #FFFFFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.menu_objects > div {
	width:160px;
	margin-right: 60px;
}
.menu_objects > div:last-child {
	padding-top: 40px;
}
.menu_objects_item {
	margin-bottom: 51px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.menu_objects_item a {
	color:#34343D;
}
.menu_objects_item a:hover {
	color:#BCBCCB;
}
.menu_objects_item img {
	display: block;
	margin-bottom: 20px;
}
.menu_objects_item span {
	font-size: 8px;
	letter-spacing: 2px;
	color:#BCBCCB;
	text-transform: uppercase;
}
.menu_objects_item p {
	font-family: "RobotoBold", sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-top: 10px;
}
header .main_menu li:hover > .dropdown_menu {
	visibility: visible;
	opacity: 1;
}
header .main_menu li:hover > .dropdown_menu .menu_objects_item {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
header .main_menu li:hover .menu_objects > div:nth-child(1) .menu_objects_item:nth-child(1) {
	transition-delay: 0.1s;
}
header .main_menu li:hover .menu_objects > div:nth-child(1) .menu_objects_item:nth-child(2) {
	transition-delay: 0.3s;
}
header .main_menu li:hover .menu_objects > div:nth-child(1) .menu_objects_item:nth-child(3) {
	transition-delay: 0.5s;
}
header .main_menu li:hover .menu_objects > div:nth-child(2) .menu_objects_item:nth-child(1) {
	transition-delay: 0.2s;
}
header .main_menu li:hover .menu_objects > div:nth-child(2) .menu_objects_item:nth-child(2) {
	transition-delay: 0.4s;
}
header .phone {
	float:right;
	color:#FFFFFF;
	font-size:14px;
	line-height:14px;
	padding:21px 50px;
	background:#1D1D23;
}

.main_slide_row {
	font-family: "RobotoBold", sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	position:relative;
    height:100vh;
    padding-top: 140px;
}
.main_slide_row::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	bottom: -1px;
	background-color: rgba(26, 26, 31, 0.5);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgb(52, 52, 61)),color-stop(1, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom,rgb(52, 52, 61) 0%,rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom,rgb(52, 52, 61) 0%,rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top,rgb(52, 52, 61) 0%,rgba(0, 0, 0, 0) 100%);
}
.main_slide_row .container {
	z-index:1;
	position:relative;
}
.main_slide_row .lines {
	display:block;
	width:70px;
	height:8px;
	background:#E51D1D;
    margin-bottom:35px;
    position: relative;
}
.main_slide_row .lines::before {
    content: "";
    position: absolute;
    top:0;
    left: 100%;
    width: 10px;
    height: 100%;
    margin-left: 7px;
    background:#E51D1D;
}
.main_slide_row .lines::after {
    content: "";
    position: absolute;
    top:0;
    left: 100%;
    width: 48px;
    height: 100%;
    margin-left: 22px;
    background:#E51D1D;
}
.main_slide_row .inanim {
    opacity: 0;
}
.main_slide_row p {
	letter-spacing: 2px;
}
.main_slide_image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main_slide_image .layouts {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.main_slide_image .blick {
    position: absolute;
    z-index: -1;
}
.main_slide_image .blick1 {
    left:68px;
    bottom: 50px;
}
.about_row {
	padding:40px 0 65px;
    background:#34343D;
    position: relative;
    z-index: 1;
}
.about_description {
	font-family: "RobotoLight", sans-serif;
	max-width:410px;
	color:#FFFFFF;
	line-height:22px;
}
.about_description .official_site {
	display:inline-block;
	font-family: "RobotoBold", sans-serif;
	color:#FFFFFF;
	font-size:48px;
	line-height:48px;
	margin-bottom:60px;
}
.about_description .official_site span {
	color:#FE0000;
}
.about_anons {
	color:#757586;
	font-size:18px;
	margin-bottom:40px;
}
.about_slogan {
	font-family: "RobotoBold", sans-serif;
	color:#FFFFFF;
	font-size:18px;
	margin-top:100px;
}
.about_slogan span {
	color:#FE0000;
}
.about_advantages_list {
	padding:80px 20px 100px 85px;
	background-color:#E51D1D;
	background-image:url("images/advantages_bg.svg");
	background-repeat:no-repeat;
	background-position:0 0;
}
.about_advantages_list > div {
	width:50%;
	max-width:220px;
}
.about_advantages_list .about_advantages_right {
	padding-top:77px;	
}
.about_advantages_list .advantages_item {
	padding-right:20px;
	margin-bottom:55px;
	font-family: "RobotoBold", sans-serif;
	color:#FFFFFF;
	line-height:20px;
}
.about_advantages_list .advantages_item:last-child {
	margin-bottom:0;
}
.about_advantages_list .advantages_item > div {
	max-width:160px;
}
.about_advantages_list .advantages_item img {
	display:block;
	margin-bottom:30px;
}
.about_row .character {
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 0;
    margin-right: -22px;
}
.about_row .character img {
    display: block;
    width: 100%;
}
/* complex */
.complex_tabs .complex_tab {
	display: none;
}
.complex_tabs .complex_tab.current {
	display: block;
}
.complex_header {
	padding: 116px 0 0;
	position: relative;
	z-index: 1;
    background: #F1F1F4;
    overflow: hidden;
}
.complex_header::before {
	content:"";
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(26, 26, 31, 0.5);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgb(52, 52, 61)),color-stop(1, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom,rgb(52, 52, 61) 0%,rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom,rgb(52, 52, 61) 0%,rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top,rgb(52, 52, 61) 0%,rgba(0, 0, 0, 0) 100%);
}
.complex_header .container {
    position: relative;
    z-index: 2;
}
.complex_header_scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}
.complex_header_scroll img {
    display: block;
    width: 100%;
}
.complex_type {
	color:#B9B9D4;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.complex_name {
	color:#FFFFFF;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 60px;
}
.tabs_complex_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs_complex_nav li {
	position: relative;
	font-family: "RobotoBold", sans-serif;
	color:#BBBBBB;
	line-height: 14px;
	cursor: pointer;
	text-transform: uppercase;
	padding:0 0 16px 0;
	margin-right: 40px;
	letter-spacing: 2px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.tabs_complex_nav li span {
	display: none;
}
.tabs_complex_nav li:last-child {
	margin-right: 0;	
}
.tabs_complex_nav li::after {
	content: "";
	position: absolute;
	left: 0;
    bottom: -2px;
	width:100%;
	height: 4px;
	background: #FF1111;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	transform:scale(0,1);
}
.tabs_complex_nav li.current, .tabs_complex_nav li:hover {
	color:#FFFFFF;
}
.tabs_complex_nav li.current::after {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}
.complex_tab {
	overflow: hidden;
	margin-bottom: 120px;
}
.complex_about .complex_about_header {
	position: relative;
	padding: 60px 0;
	background: #F1F1F4;
	-webkit-flex-wrap: nowrap;
    -ms-flex-flow: row nowrap;
    flex-wrap: nowrap;
}
.complex_about .complex_about_header::before {
	content: "";
	position: absolute;
	z-index: -1;
	top:0;
	left:50%;
	width:200%;
	bottom: -84px;
	background: #F1F1F4;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.complex_about_header .complex_deadline {
	padding-right: 80px;
	padding-top: 4px;
	white-space: nowrap;
}
.complex_about_header .complex_deadline span {
	display: inline-block;
	padding: 12px 16px;
	font-family: "RobotoBold", sans-serif;
	color:#FFFFFF;
	line-height: 12px;
	background: #34343D;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.complex_about_header .complex_anons {
	max-width: 620px;
	font-family: "RobotoBold", sans-serif;
	color:#1D1D23;
	line-height: 22px;
}
.complex_about_left {
	width:60%;
	padding-right: 15px;
}
.complex_about_right {
	width:40%;
	padding-left: 15px;
}
.complex_slider {
	display: none;
	margin-bottom: 58px;
}
.complex_slider.slick-initialized {
	display: block;
}
.complex_slider img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.complex_video_presentation {
	margin-bottom: 50px;
}
.complex_video_presentation a {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: "RobotoBold", sans-serif; 
	color:#34343D;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 11px 18px 11px 76px;
	background: #F1F1F4;
}
.complex_video_presentation a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	width:58px;
	height: 58px;
	background-color: #FE0000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.complex_video_presentation a::after {
	content: "";
	position: absolute;
	top: 12px;
    left: 17px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 26px solid rgba(52, 52, 61, 0.1);
	border-bottom: 17px solid transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.complex_video_presentation a:hover {
	color:#FFFFFF;
}
.complex_video_presentation a:hover::before {
	width:100%;
}
.complex_video_presentation a:hover::after {
	border-left: 26px solid rgba(52, 52, 61, 0.4);
}
.complex_about_advantages {
	color:#FFFFFF;
	font-family: "RobotoBold", sans-serif; 
	padding: 70px 45px 40px;
	background-color: #E51D1D;
    position: relative;
    z-index: 1;
}
.complex_about_advantages > div {
	width:50%;
	padding: 0 25px;
	margin-bottom: 55px;
}
.complex_about_advantages img {
	display: block;
	margin-bottom: 20px;
}
.complex_about_scroll_name {
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    width:100%;
    height:100%;
}
#konak_home .complex_about_scroll_name {
    background-image: url("images/bg_home.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#konak_premium .complex_about_scroll_name {
    background-image: url("images/bg_premium.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#konak_seaside_resort .complex_about_scroll_name {
    background-image: url("images/bg_resort.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#konak_seaside_towers .complex_about_scroll_name {
    background-image: url("images/bg_towers.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#konak_city_tower .complex_about_scroll_name {
    background-image: url("images/bg_city.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.complex_description {
	font-family: "RobotoLight", sans-serif;
	line-height: 22px;
	padding-top: 60px;
}
.complex_description p {
	max-width: 740px;
	margin-bottom: 46px;
}
.complex_description img {
	display: block;
	margin: 46px 0;
	max-width: 100%;
}
.two_images {
	margin: 46px -5px;
}
.two_images img {
	margin: 0 5px;
	width:calc(50% - 10px);
}
.complex_description ul {
	margin: 30px 0 60px;
	padding-left: 17px;
}
.complex_description ul li {
	margin-bottom: 15px;
}
.complex_description *:last-child {
	margin-bottom: 0 !important;
}
.complex_aparts {
	max-width: 850px;
	padding-top: 60px;
}
.complex_aparts h2 {
	margin: 40px 0 20px;
}
.complex_aparts .apart_item {
	font-family: "RobotoMedium", sans-serif;
	color:#000000;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 13px;
	text-transform: uppercase;
	background: #F1F1F4;
	-webkit-align-items: center;
	align-items: center;
    margin-bottom: 20px;
}
.complex_aparts .apart_item span {
	display: block;
	color:#BBBBBB;
	font-size: 12px;
	line-height: 12px;
	text-transform: none;
	margin-bottom: 10px;
}
.apart_item .apart_image {
	position: relative;
	width:80px;
	height: 60px;
	background: #FFFFFF;
}
.apart_item .apart_image::before {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	top: 0;
    left: 0;
    height: 100%;
	width: 100%;
	background-color: rgba(229, 29, 29, 0.8);
	background-image: url("images/icon_scale.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.apart_item .apart_image:hover::before{
	opacity: 1;
	visibility: visible;
}
.apart_item .apart_image img {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.apart_item .apart_type {
	padding: 0 24px;
	flex-grow: 1;
	width: 284px;
}
.apart_item .apart_room {
	flex-grow: 1;
	max-width: 200px;
	padding-right: 24px;
}
.apart_item .apart_area {
	padding-right: 25px;
	width:125px;
}
.logo_text_konak_row {
	height: 76px;
	position: relative;
}
.logo_text_konak_row p {
	position: absolute;
	top:0;
	left:50%;
	font-family: "RobotoBold", sans-serif;
	color:rgba(0, 0, 0, 0.05);
	font-size: 200px;
	line-height: 150px;
	white-space: nowrap;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.questions_form_row {
	padding: 60px 0 120px;
	background:#F1F1F4;
}
footer {
	font-family: "RobotoBold", sans-serif;
	color:#FFFFFF;
	font-size: 18px;
	line-height: 20px;
	padding: 100px 0 120px;
    background: #34343D;
    overflow: hidden;
}
footer > .container {
    position: relative;
    z-index: 1;
}
footer .character {
    position: absolute;
    width: 435px;
    z-index: -1;
    right: 30px;
    bottom: -120px;
}
footer .character img {
    display: block;
    width: 100%;
}
footer .contacts {
	margin-bottom: 80px;
}
footer .contacts a {
	color:#FFFFFF;
}
footer .contacts_left {
	width:330px;
	padding-right: 30px;
}
footer .title {
	font-family: "RobotoLight", sans-serif;
	color:#B9B9D4;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 17px;
}
footer .contacts_email {
	margin-bottom: 55px;
}
footer .office_thumb {
	display: inline-block;
	margin-top: 20px;
}
footer .office_thumb:hover {
	opacity: 0.6;
}
footer .powered {
	font-family: "RobotoLight", sans-serif;
	color:#B9B9D4;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
}
footer .copyright {
	font-size: 12px;
	line-height: 12px;
} 
footer .copyright a {
	color:#FE0000;
}
.fields-row {
	margin: 0 -5px;
}
.fields-row .form-group {
	position: relative;
	width:23.33%;
	padding: 0 5px;
	margin-bottom: 38px;
}
.fields-row .form-group.message {
	width:70%;
}
.fields-row .form-group.send-block {
	width:30%;
}
.send-block .button {
	width:100%;
	float: right;
	max-width: 293px;
}
.fields-row .form-group.agreement {
	width:100%;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	margin-bottom:0;
}
.request_form {
	padding: 30px 22px 15px;
	max-width: 475px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(43, 66, 68, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(43, 66, 68, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(43, 66, 68, 0.1);
}
.request_form .form-group {
	width:50%;
	padding: 0 8px;
	margin-bottom: 15px;
}
.form-group small {
	position: absolute;
    top: 100%;
	color: #d34545;
    font-size: 10px;
    margin-top: 5px;
    display: block;
}
.request_form .form-group.message {
	width:100%;
}
.request_form .agreement {
	width:calc(100% - 166px);
	padding: 0 8px;
	margin-bottom: 15px;
	font-size: 12px;
    line-height: 14px;
}
.request_form .agreement a {
	color:#2b4244;
	border-bottom: 1px solid #758081;
}
.request_form .agreement a:hover {
	border-bottom-color:transparent;
}
.request_form .send-block {
	width:166px;
	padding: 0 8px;
	margin-bottom: 15px;
}
.request_form p.sucsess {
	padding: 0 15px;
    font-size: 18px;
    margin-bottom: 15px;
}

/* mobile_menu */
#mobile_menu.mm-menu {
    background: #34343D;
    border-color: rgba(0,0,0,0);
    color: #ffffff;
    font-family: "RobotoBold", sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform:uppercase;
}
#mobile_menu.mm-menu .menu_logo {
    padding: 16px 15px 0;
}
#mobile_menu.mm-menu .menu_logo img {
    display: block;   
    width: 140px;
}
#mobile_menu.mm-menu .contacts_menu {
    font-size: 12px;
    line-height: 12px;
    text-transform: none;
}
#mobile_menu.mm-menu .contacts_menu > div {
    margin-bottom: 14px;
}
#mobile_menu.mm-menu .contacts_menu > div span {
    display: block;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color:#FFFFFF;
    margin-bottom: 4px;
}   
#mobile_menu.mm-menu .contacts_menu .mobile_phone {
    font-size: 18px;
}
#close_menu {
    position: absolute;
    top: 24px;
    right: 27px;
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml; charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg%3E%3Cpath d='M15.439,13.303l-12.728,-12.728l-2.122,2.122l12.728,12.728l2.122,-2.122Z' style='fill:%23E51D1D;'/%3E%3Cpath d='M0.589,13.303l12.728,-12.728l2.122,2.122l-12.728,12.728l-2.122,-2.122Z' style='fill:%23E51D1D;'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
#close_menu:hover {
    opacity: 0.6;
}
#mobile_menu .mm-navbar.mm-navbar-content-2 {
    height: 56px;
}
#mobile_menu .mm-navbar.mm-hasbtns {
    padding: 0;
}
#mobile_menu .mm-navbar .mm-prev {
    right: 50px;
    top: 17px;
    padding: 0;
}
#mobile_menu .mm-navbar .mm-prev::before {
    border: 0;
    left: 11px;
    width:17px;
    height: 18px;
    background: url("data:image/svg+xml; charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg%3E%3Cpath d='M25.084,13.282l-10.488,10.496l-3.396,-3.393l7.098,-7.103l-7.098,-7.103l3.396,-3.393l10.488,10.496Z' style='fill:%23005BC0;'/%3E%3Crect x='4.593' y='10.883' width='17.098' height='4.798' style='fill:%23005BC0;'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#mobile_menu .mm-navbars_top .mm-navbar {
    background: none;
    padding: 0;
}
#mobile_menu .mm-navbars_bottom {
    padding: 14px 12px;
    height: 155px;
    text-align: left;
    background: #E51D1D;
    top: auto;
    bottom: 0;
}
#mobile_menu .mm-navbars_bottom .mm-navbar {
    text-align: left;
    background: transparent;
}
#mobile_menu .mm-panels>.mm-panel.mm-hasnavbar {
    padding: 20px 12px;
}
#mobile_menu .mm-panels {
    top: 120px;
    bottom: 186px;
    background: none;
}
#mobile_menu .mm-panels .mm-panel {
    background: none;
}
#mobile_menu .mm-listitem {
    color:#FFFFFF;
}
#mobile_menu .mm-listview .mm-next:before {
    display: none;
}
#mobile_menu.mm-menu .mm-listview>li .mm-next:after {
    border: 0;
    width:17px;
    height: 18px;
    background: url("data:image/svg+xml; charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg%3E%3Cpath d='M25.084,13.282l-10.488,10.496l-3.396,-3.393l7.098,-7.103l-7.098,-7.103l3.396,-3.393l10.488,10.496Z' style='fill:%23005BC0;'/%3E%3Crect x='4.593' y='10.883' width='17.098' height='4.798' style='fill:%23005BC0;'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#mobile_menu.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), #mobile_menu.mm-menu .mm-listview>li.mm-selected>span {
	background:transparent;
}
#mobile_menu .mm-opened .hamburger_spring .hamburger_inner,
#mobile_menu .main_container.open_solution_menu .hamburger_spring .hamburger_inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
#mobile_menu .mm-opened .hamburger_spring .hamburger_inner::before,
#mobile_menu .main_container.open_solution_menu .hamburger_spring .hamburger_inner::before {
    top: -4px;
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
#mobile_menu .mm-opened .hamburger_spring .hamburger_inner::after,
#mobile_menu .main_container.open_solution_menu .hamburger_spring .hamburger_inner::after {
	top: -4px;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg); 
}
#mobile_menu.mm-menu .mm-navbar a, #mobile_menu.mm-menu .mm-navbar>* {
	color: #FFFFFF;
	font-weight:700;
}
#mobile_menu .mm-prev:before {
	left: 17px;
}
#mobile_menu .mm-prev:hover:after {
	border-color: #282b4c;
}
#mobile_menu .mm-prev:hover:before {
	border-color: #FFFFFF;
}
#mobile_menu .mm-panel.mm-hasnavbar .mm-navbar:hover a {
	color: #fff !important;
}
#mobile_menu .mm-listview span {
	color:#FFFFFF;
	background:transparent !important;
}
#mobile_menu .mm-listview a:hover {
	background:transparent;
}
#mobile_menu.mm-menu .mm-listview>li .mm-next:hover:after {
	border-color: #282b4c;
}
#mobile_menu .mm-listview>li:not(.mm-divider):after {
	left:0;
}
#mobile_menu .mm-panel.mm-hasnavbar .mm-navbar:hover a {
	color: #282b4c;
}
#mobile_menu.mm-menu .mm-btn:after,
#mobile_menu.mm-menu .mm-btn:before,
#mobile_menu.mm-menu .mm-listview>li .mm-next:after {
	border-color:#FFFFFF;
}
/* mobile_menu */

@media only screen and (max-width: 1320px) {
	header .right_side_header {
		margin-right: -15px;
	}
	.logo_text_konak_row p {
		font-size: 145px;
	}
}
@media only screen and (max-width: 1024px) {
	.complex_about_advantages {
		padding: 50px 15px 20px;
	}
}
@media only screen and (max-width: 980px) {
	header .logo {
		padding-top: 5px;
		width: 31px;
		overflow: hidden;
	}
	header .logo img {
		width: 148px;
	}
	header .main_menu {
		display: none;
	}
	header .mobile_menu_btn_block {
		display: block;
	}
	header .phone {
		padding: 20px 30px;
	}
	.left_side {
		width:100%;
	}
	.right_side {
		width:100%;
	}
	.about_row {
		padding-bottom: 0;
	}
	.about_description {
	    max-width: 100%;
    	margin-bottom: 50px;	
	}
	.about_description .official_site {
		margin-bottom: 30px;
	}
	.about_anons {
		margin-bottom: 20px;
	}
	.about_slogan {
		margin-top: 50px;
	}
	.about_advantages_list {
		margin: 0 -15px;
	}
	.about_advantages_list > div {
	    max-width: none;
	}
	.complex_about_header .complex_deadline {
		padding-right: 30px;
	}
	.complex_about_left {
		width: 100%;
		padding-right: 0;
	}
	.complex_slider {
		max-width: 630px;
		margin: 0 auto 30px;
	}
	.complex_video_presentation {
		margin-bottom: 30px;
	}
	.complex_about_right {
		width: 100%;
		padding: 0;
	}
	.complex_about_advantages {
		margin: 0 -15px;
	}
	.logo_text_konak_row p {
		font-size: 145px;
	}
	.complex_tab {
		margin-bottom: 60px;
	}
	.logo_text_konak_row p {
	    font-size: 96px;	
	}
	.fields-row .form-group {
		width: 33.33%;
	}
	.fields-row .form-group.message {
		width: 66.66%;
	}
	.fields-row .form-group.send-block {
		width: 33.33%;
	}
	footer .contacts_left {
		width: 265px;
	}
}
@media only screen and (max-width: 680px) {
	h1 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}
	.main_slide_row {
		padding-top: 0;
	}
	.main_slide_row .lines {
		height: 4px;
		margin-bottom: 20px;
    }
    .complex_header_scroll {
        width:150%;
    }
    .about_row .character {
        top:30%;
        bottom: auto;
    }
	.about_advantages_list {
		padding: 60px 15px 100px 15px;
	}
	.about_advantages_list .advantages_item {
		font-size: 12px;
		line-height: 17px;	
	}
	
	.complex_header {
		padding: 63px 0 0;
	}
	.complex_type {
		margin-bottom: 15px;
	}
	.complex_name {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.tabs_complex_nav {
		-webkit-flex-wrap: nowrap;
		-ms-flex-flow: row nowrap;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: auto;
	}
	.tabs_complex_nav li {
		font-size: 11px;
		padding: 0 0 9px 0;
		margin-right: 15px;
	}
	.tabs_complex_nav li p {
		display: none;
	}
	.tabs_complex_nav li span {
		display: block;
	}
	.complex_about .complex_about_header {
		padding: 30px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-wrap: wrap;
	}
	.complex_about_header .complex_deadline {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.complex_about_header .complex_anons {
		width: 100%;
	}
	.complex_about_advantages > div {
		padding: 0 15px;
		margin-bottom: 35px;
	}
	h3, h4, h5 {
		margin-bottom: 15px;
	}
	.complex_description p {
		margin-bottom: 26px;
	}
	.complex_description img {
		margin: 26px 0;
	}
	.complex_description ul {
		margin: 15px 0 30px;
	}
	.complex_description ul li {
		margin-bottom: 10px;
	}
	.two_images {
		margin: 26px -15px;
	}
	.two_images img {
		width: 100%;
		margin: 10px 0;
	}
	.complex_aparts .apart_item {
		-webkit-justify-content: center;
		justify-content: center;
		padding: 20px 15px;
		margin: 0 -15px 20px;
	}
	.apart_item .apart_type {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 20px;
	}
	.apart_item .apart_room {
		min-width: 50%;
		margin-top: 20px;
		text-align: center;
		padding-right: 0;
	}
	.apart_item .apart_area {
		min-width: 50%;
		margin-top: 20px;
		text-align: center;
		padding-right: 0;
	}
	.logo_text_konak_row {
		height: 50px;
	}
	.logo_text_konak_row p {
		font-size: 58px;
		line-height: 90px;
	}
	.block_title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.questions_form_row {
		padding: 30px 0 60px;
	}
	.fields-row .form-group {
		width: 100%;
	}
	.fields-row .form-group.message {
		width: 100%;
	}
	.fields-row .form-group.send-block {
		width: 100%;
	}
	.fields-row .form-group.agreement {
		text-align: left;
	}
	.send-block .button {
		float: none;
		margin: auto;
	}
	footer {
		padding: 40px 0 60px;
	}
	footer .contacts_left {
		width:100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	footer .title {
		margin-bottom: 8px;	
	}
	footer .contacts_email {
		margin-bottom: 30px;
	}
	footer .contacts {
		margin-bottom: 40px;
	}
}
