@font-face {
    font-family: "Segoe UI";
    src: url('../fonts/ofont_ru_SegoeUI.eot');
    src: url('../fonts/ofont_ru_SegoeUI.eot') format('embedded-opentype'),
         url('../fonts/ofont_ru_SegoeUI.woff2') format('woff2'),
         url('../fonts/ofont_ru_SegoeUI.woff') format('woff'),
         url('../fonts/ofont_ru_SegoeUI.ttf') format('truetype'),
         url('../fonts/ofont_ru_SegoeUI.svg#ofont_ru_SegoeUI') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI";
    src: url('../fonts/ofont_ru_SegoeUIBold.eot');
    src: url('../fonts/ofont_ru_SegoeUIBold.eot') format('embedded-opentype'),
         url('../fonts/ofont_ru_SegoeUIBold.woff2') format('woff2'),
         url('../fonts/ofont_ru_SegoeUIBold.woff') format('woff'),
         url('../fonts/ofont_ru_SegoeUIBold.ttf') format('truetype'),
         url('../fonts/ofont_ru_SegoeUIBold.svg#ofont_ru_SegoeUIBold') format('svg');
	font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Black";
    src: url('../fonts/SegoeUIBlack.eot');
    src: url('../fonts/SegoeUIBlack.eot') format('embedded-opentype'),
         url('../fonts/SegoeUIBlack.woff2') format('woff2'),
         url('../fonts/SegoeUIBlack.woff') format('woff'),
         url('../fonts/SegoeUIBlack.ttf') format('truetype'),
         url('../fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?66983478');
  src: url('../fonts/fontello.eot?66983478#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?66983478') format('woff2'),
       url('../fonts/fontello.woff?66983478') format('woff'),
       url('../fonts/fontello.ttf?66983478') format('truetype'),
       url('../fonts/fontello.svg?66983478#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: "Segoe UI";
	font-size: 14px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.75;
	color: #6b6b6b;
}
:focus {
    outline: none;
}
a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #282828;
	font-weight: 400;
	font-family: "Segoe UI Black";
}
button:focus, input:focus, textarea:focus, a:focus {
	outline:none!important;
}
input.form-control, textarea.form-control {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
ul, ol {
	list-style-position:inside;
}
table {
	width:100%;
	margin:10px 0;
}
table td,
table th {
	padding:5px;
	border:1px solid;
}
.form-control::-webkit-input-placeholder {
	color:#fff;
}
.form-control:-moz-placeholder {
	color:#fff;
}
.form-control:-moz-placeholder {
	color:#fff;
}
.form-control:-ms-input-placeholder{
	color:#fff;
}
.popup_menu_btn {
    display: none;
}
.list-inline{
	margin: 0;
}
.list-inline>li {
    padding:0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-left-arrow:before { content: '\e83a'; } /* '' */
.icon-right-arrow:before { content: '\e83b'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.backtotop.hidden-top {
    bottom: -100px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.backtotop {
    background-color: #3d2518;
    width: 45px;
    bottom: 20px;
    right: 10px;
    height: 42px;
    line-height: 38px;
    font-size: 36px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #fff !important;
}
.backtotop:hover{
	background-color: #ff6000;
}
img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
img.aligncenter {
    margin: 0px auto;
    display: block;
}
a{
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}
/* 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;
	width: 100%;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.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);
        -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;
}
.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;
    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;
}
.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-arrow {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index: 1001;
    text-align: center;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
	width: 40px;
    height: 60px;
    border: none;
    line-height: 1;
    font-size: 48px;
    position: absolute;
    top: 0;
    color: #282828;
}
.slick-arrow:hover {
    background-color: transparent;
    border: none;
    color: #50ab2a;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    right: 0;
}
/* burger menu */
.open_main_menu {
    border: 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
    text-align: center;
    background:none;
	position:relative;
	z-index:105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
	float: right;
    width: 88px;
    border-left: 1px solid rgba(255,255,255,.2);
    height: 100%;
}
.open_main_menu .lines {
    display: inline-block;
    width: 17px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
	margin-right: 4px;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 17px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
    top: 5px;
}
.open_main_menu .lines:before {
    top: -5px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.main_title{
	color: #fff;
	font-size: 58px;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
    margin: 20px 0 12px;
}
.section_title{
	font-size: 30px;
	line-height: 1.333333333;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.block_title{
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/*header*/
#header{
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.head_block{
	border: 1px solid rgba(255,255,255,.2);
	height: 121px;
	text-align: center;
}
.logo_block{
	float: left;
	border-right: 1px solid rgba(255,255,255,.2);
	height: 100%;
	padding: 43px 24px 43px 19px;
}
.lang_block{
	float: right;
	border-left: 1px solid rgba(255,255,255,.2);
	height: 100%;
	position: relative;
}
.lang_drop {
    min-width: 60px;
    padding: 0 10px;
    margin: -22px 0 0;
	font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
	left: 50%;
    margin-left: -30px;
}
.lang_drop:before{
    width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 21px;
    content: "";
}
.lang_drop>li{
	position: relative;
}
.lang_drop>li>a {
    padding: 20px 9px;
    color: #330100;
	font-weight: 700;
	letter-spacing: 1.05px;
}
.lang_drop>li+li:before{
	width: 40px;
	height: 1px;
	background-color: #c5c5c5;
	position: absolute;
	top: 0;
	left:0;
	content:"";
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ff0000;
    background-color: transparent;
}
.current_lang {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 49px 38px 47px 42px;
    display: block;
	letter-spacing: 1.05px;
}
.current_lang:after{
	font-family: 'fontello';
	content: '\f107';
	font-size: 8px;
	padding-left: 11px;
    position: relative;
    top: -2px;
}
.main_nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 47px;
	padding-left: 6px;
}
.main_menu{
	list-style: none;
}
.main_menu>li{
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	color: #aaa;
	margin: 0 18px;
    letter-spacing: 1.05px;
}
.main_menu>li>a{
	color: #aaa;
}
.main_menu>li>a:hover, .main_menu>li>a.active, .main_menu>li.active>a{
	color: #fafafa;
}

/*main*/
#main{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.main_text {
    max-width: 690px;
	color: #a5a5a5;
	font-size: 16px;
	line-height: 1.875;
	height: 100vh;
    padding-top: 245px;
	min-height: 700px;
}
.main_text  p {
    margin: 0 0 32px;
}
.btn_link{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.05px;
	cursor: pointer;
}
.main_slider{
	
}
.main_slider .slick-arrow{
	width: 110px;
	height: 140px;
	background-color: #ff0000;
	font-size: 36px;
	color: #fff;
	top: auto;
	margin-top: 0;
	bottom:0;
}
.main_slider .slick-arrow.slick-prev {
    left: auto;
    right: 110px;
}
.main_slider .slick-arrow.slick-prev:after{
	width: 1px;
	height: 80px;
	background-color: #ff7a7a;
	top:30px;
	right:0;
	content:"";
	position: absolute;
	z-index: 5;
}
/* progress bar */
.slider-progress {
	width: 100%;
	height: 2px;
	position: absolute;
	top:0;
	left:0;
	z-index:5;
}
.slider-progress .progress {
	width: 0%;
	height: 2px;
	background: #fff;
}

/*top menu*/
#top_menu_fixed {
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;
    right: 0px;
    height: 90px;
    box-shadow: 0 8px 8px rgba(0,0,0,0.36);
    width: 100%;
    display: none;
	background: #0d0000;
}
#top_menu_fixed  .head_block {
    height: 90px;
	border: none;
}
#top_menu_fixed .current_lang {
    padding: 32px 38px;
}
#top_menu_fixed .logo_block {
    padding: 27px 25px;
}
#top_menu_fixed .main_nav {
    margin-top: 32px;
    padding-left: 0;
}
#top_menu_fixed .lang_drop{
	box-shadow: 0 8px 8px rgba(0,0,0,0.36);
}


/*dignity*/
#dignity{
	margin-bottom: 100px;
	position: relative;
}
#dignity:before{
	position: absolute;
	background: url(../images/img4.png) top center no-repeat;
	background-size: cover;
	width: 106px;
	height: 146px;
    right: 0;
    bottom: -47px;
	z-index: 1;
	content:"";
}
.padding_no{
	padding-left: 0;
	padding-right: 0;
}
.dignity_block_wrap{
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff;
	height: 451px;
	padding-top: 106px;
	position: relative;
    z-index: 5;
	transition: .3s all;
}
.dignity_block_wrap:hover{
	border-bottom-color: #ff0000;
}
.dignity_block{
	width: 292px;
	margin: 0 auto;
	max-width: 100%;
}
#dignity .row>div:first-child .dignity_block_wrap{
	border-left: none;
}
.dignity_block .bimg{
    margin-bottom: 45px;
}

/*about*/
#about{
	padding: 201px 0 51px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.about_wrap{
	position: relative;
	overflow: hidden;
}
.about_wrap:before{
	width: 100%;
	height: 1785px;
	background-color: #f2f2f2;
	position: absolute;
	top: -70px;
	left:0;
	content:"";
	z-index:1;
	transform: skew(-72deg);
}
.about_wrap:after{
	width: 100%;
	height: 1785px;
	background-color: #f2f2f2;
	position: absolute;
	top: 475px;
	left:0;
	content:"";
	z-index:1;
	transform: skew(-72deg);
}
.about_text{
	padding-top: 96px;
	max-width: 600px;
	position: relative;
}
.about_text:before{
	position: absolute;
	background: url(../images/img5.svg) top center no-repeat;
	background-size: cover;
	width: 146px;
	height: 146px;
    left: -114px;
    top: -190px;
	z-index: 1;
	content:"";
}
.about_text p{
    margin-bottom: 24px;
}
.about_img{
	text-align: right;
}

/*services*/
#services {
    padding: 50px 0 127px;
	position: relative;
	z-index:2;
}
.serv_text {
    text-align: center;
    width: 705px;
    margin: 0 auto 76px;
}
.serv_text .section_title{
    margin-bottom: 23px;
}
.slick-dots {
    position: absolute;
    bottom: -78px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
	height: 12px;
	background-color: #c5c5c5;
	border-radius: 50%;
	content:"";
}
.slick-dots li.slick-active button:before {
    background-color: #ff0000;
}
.serv_block{
	height: 520px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.serv_block:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	position: absolute;
	width: 100%;
	height: 72%;
	left: 0;
	bottom: 0;
	z-index: 1;
	content: "";
}
.serv_slider{
	margin: 0 -10px;
}
.serv_slider .slick-slide{
	padding: 0 10px;
}
.serv_block_text{
	position: absolute;
    bottom: 46px;
    left: 50px;
    width: 215px;
    z-index: 5;
	transition: .3s all;
}
.serv_block_text:before{
	position: absolute;
	bottom: -47px;
	left:0;
	z-index:1;
	font-family: 'fontello';
	content: '\e83b';
	color: #fff;
	font-size: 22px;
	opacity: 0;
	transition: .3s all;
}
.serv_block_text .block_title{
	color: #fff;
	line-height: 1.35;
    min-height: 72px;
}
.serv_block:hover .serv_block_text{
	left: 40px;
	bottom: 96px;
}
.serv_block:hover .serv_block_text:before{
	opacity: 1;
}


/*contacts*/
#contacts{
	padding: 50px 0 101px;
	position: relative;
	z-index:2;
}
#contacts .section_title{
	text-align: center;
	margin-bottom: 64px;
}
.map-container {
	width: 100%;
	position: relative;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
	height: 646px;
}
.map-container iframe.clicked{
	pointer-events: auto;
}
.contacts_block {
    position: absolute;
    width: 380px;
    min-height: 300px;
    background-color: #fff;
    top: 50%;
    left: 20%;
    padding: 78px 50px 30px;
    margin-left: -190px;
    margin-top: -150px;
}
.contacts_block .block_title{
	margin: 0 0 11px;
}
.block_group {
    margin-bottom: 34px;
}
.tel_link{
	color: #6b6b6b !important;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 8px;
    display: inline-block;
}
.phone_link{
	color: #ff0000 !important;
	text-decoration: underline;
}

/*footer*/
.footer{
	background-color: #111;
	color: #4b4b4b;
	padding: 58px 0;
}
.copyright {
    margin-top: 3px;
}
.footer_logo {
    text-align: center;
    padding-right: 8px;
}
.devel {
    margin-top: 3px;
	text-align: right;
}
.footer a{
	color: #ff0000 !important;
}
img{
	max-width: 100%;
	height: auto;
}

@media (max-width: 1700px) {
	.about_wrap:after {
		top: 320px;
	}
}
@media (max-width: 1219px) {
.head_block {
    height: 90px;
}
.current_lang {
    padding: 32px 25px;
}
.logo_block {
    padding: 27px 25px;
}
.main_nav {
    margin-top: 32px;
    padding-left: 0;
}
.dignity_block_wrap {
    height: 350px;
    padding-top: 50px;
}
.about_text:before {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -120px;
}
#dignity:before {
    width: 78px;
    height: 100px;
}
#dignity {
    margin-bottom: 50px;
}
#about {
    padding: 110px 0 50px;
}
.about_text {
    padding-top: 80px;
}
.about_wrap:after {
    top: 240px;
}
.serv_block {
    height: 420px;
}
.serv_block_text {
    left: 35px;
}
.serv_text {
    margin: 0 auto 50px;
}
}
@media (max-width: 991px) {
.dignity_block_wrap {
    height: 400px;
    padding: 30px 30px;
}
.dignity_block .bimg {
    margin-bottom: 30px;
}
.about_text {
    padding-top: 0;
}
.about_img {
    margin-top: 60px;
}
.main_menu{
	display: none;
	position: absolute;
    top: 100px;
    right: 10px;
    width: 250px;
    background: #fff;
    z-index: 1000;
    padding: 20px;
	box-shadow: 0 8px 8px rgba(0,0,0,0.36);
}
.main_menu>li {
    display: block;
}
.main_menu>li+li{
	margin-top: 10px;
}
.main_menu>li>a{
    color: #330100;
}
.main_menu>li>a:hover, .main_menu>li>a.active, .main_menu>li.active>a {
    color: #ff0000;
}
.main_menu:before {
    width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 36px;
    content: "";
}
}
@media (max-width: 767px) {
.main_text {
    height: auto;
    padding-top: 100px;
    min-height: auto;
    padding-bottom: 90px;
}
.main_slider .slick-arrow {
    width: 50px;
    height: 70px;
    font-size: 18px;
}
.main_slider .slick-arrow.slick-prev {
    right: 50px;
}
.main_slider .slick-arrow.slick-prev:after {
    height: 50px;
    top: 10px;
}
.main_text p {
    margin: 0 0 15px;
}
.main_title {
    font-size: 30px;
    left: 0;
}
.lang_drop {
    margin: 1px 0 0;
	box-shadow: 0 8px 8px rgba(0,0,0,0.36);
	left: 0;
}
.main_menu:before {
    right: 24px;
}
.main_menu {
    top: 61px;
}
.logo_block {
    border-right: none;
}
.logo_block {
    width: 170px;
    padding: 17px 12px !important;
}
.head_block {
    height: 61px !important;
}
.current_lang {
    padding: 18px 14px !important;
}
.current_lang:after {
    padding-left: 5px;
}
.open_main_menu {
    width: 60px;
}
.about_wrap:after {
    top: 170px;
}
.dignity_block_wrap {
    height: auto;
}
.about_img {
    max-width: 600px;
    margin: 10px auto 0;
    text-align: left;
}
.about_wrap:before, .about_wrap:after{
	display: none;
}
.about_text:before{
	display: none;
}
#dignity {
    margin-bottom: 0;
}
#about {
    padding: 50px 0 10px;
}
#services {
    padding: 20px 0 30px;
}
.slick-dots {
    bottom: -30px;
}
.serv_text .section_title {
    margin-bottom: 15px;
}
.serv_text {
    margin: 0 auto 30px;
	max-width: 100%;
}
#contacts {
    padding: 30px 0 0;
}
#contacts .section_title {
    margin-bottom: 30px;
}
.about_text {
    margin: 0 auto;
}
.contacts_block {
    width: 340px;
    min-height: 260px;
    padding: 30px 30px 10px;
    margin-left: -170px;
    margin-top: -130px;
}
.map-container iframe {
    height: 400px;
}
.section_title {
    font-size: 24px;
}
.footer {
    padding: 20px 0;
    text-align: center;
}
#top_menu_fixed {
    height: 61px;
}
.lang_drop>li>a {
    padding: 12px 9px;
}
.serv_block {
    height: 350px;
	max-width: 380px;
    margin: 0 auto;
}
.tel_link {
    margin-bottom: 0;
}
.block_group {
    margin-bottom: 15px;
}
.copyright {
    margin-top: 0;
    margin-bottom: 15px;
}
.footer_logo {
    padding-right: 0;
    width: 150px;
    margin: 0 auto 15px;
}
.devel {
    margin-top: 0;
    text-align: center;
}
}
@media (orientation: landscape) and (max-width: 767px){
	
}
@media (max-width: 767px) and (min-width: 467px) {
	.col-sx-6 {
		width: 50%;
		float: left;
	}
	.col-sx-7 {
		width: 58.33333333%;
		float: left;
	}
	.col-sx-5 {
		width: 41.66666667%;
		float: left;
	}
	.col-sx-4 {
		width: 33.33333333%;
		float: left;
	}
	.col-sx-3 {
		width: 25%;
		float: left;
	}
	.contacts_block {
		left: 50%;
	}
}
@media (max-width: 467px) {
.contacts_block {
    width: 270px;
    margin-left: -135px;
    margin-top: -140px;
	left: 50%;
}
}