@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=cyrillic');
body {
    font-family: 'Montserrat', sans-serif;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

* {
    outline: none!Important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
body {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 17px !important;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex::before, .row.flex::after {
    display: none
}
.flex.center { 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
}
.main_slider {
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 35px;
}
.carousel_wrp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main_slider .container {
	position: relative;
    z-index: 100;
}
.slide_item {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.h1_wrp {
	padding-left: 75px;
}
h1 {
    margin-bottom: 32px;
    font-size: 77px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
}
h1 span {
    display: block;
    font-size: 46px;
    font-weight: bold;
}
.subh1 {
    font-size: 30px;
    color: #ffe100;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.new_ttle {
    margin-bottom: 18px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.new_ttle img {
    margin-right: 24px;
}
.new_item {
    display: block;
    position: relative;
  border-radius: 8px;
  background-color: rgba(255, 255, 255,0.8);
  
    width: 100%;
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 42px;
}
.new_slider_wrp {
    max-width: 213px;
}
.new_item p {
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
}
.new_item span {
    display: block;font-size: 13px;
    color: #111111;
    line-height: 20px;
}
.new_slider_wrp .owl-dots {
    
position: absolute;
    
bottom: 12px;
    
left: 18px;
    
z-index: 100;
}
.new_slider_wrp .owl-dot {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #9b9b9b;
    width: 8px;
    height: 8px;
    margin-right: 18px;
}
.new_slider_wrp .owl-dot:last-child {
    margin-right: 0;
}
.new_slider_wrp .owl-dot.active {
    background-color: #ffe600;
}
.carousel_wrp .owl-dots {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    width: 100%;
    bottom: 45px;
}
.carousel_wrp .owl-dot {
    display: inline-block;vertical-align: middle;
    margin: 0 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(254, 215, 0,0.71);
  width: 90px;
    border-radius: 100px;
  height: 12px;

}
.carousel_wrp .owl-dot.active {
    background-color: rgba(254, 215, 0,1);
    border-color: rgba(254, 215, 0,1)
}
.scrol_down {
    left: calc(50% - 48px);
    position: absolute;
    bottom: 100px;
    z-index: 100;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.container {
    max-width: 1518px;
    width: 100%;
    margin: 0;
    margin-left: 310px;
    width: calc(100% - 310px);
}
header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 35px 0;
}
header .container {
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.book_it {
	font-size: 15px;
    color: #ffe100;
    text-transform: uppercase;
    position: relative;
    width: 226px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.book_it::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /*background-image: url(../img/bookit.png);*/
    background-repeat: no-repeat;
    background-position: center;
    border: 4px solid transparent;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.book_it:hover::before {
    border-color:#ffe100
}
.book_it img {
    margin-right: 14px;
}
.toptel {
	font-size: 24px;
    color: #ffe100;
}
.toptel img {
	margin-right: 25px;
}
.toptel span {
	border-bottom: 1px dashed #ffe100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.toptel:hover span {
    border-bottom-color: transparent
}
.fixed_panel_wrp {
    position: fixed;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 45px;
    z-index: 1000;
    white-space: nowrap;
    width: 5px;
}
.fixed_panel_wrp::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #929292;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
}
.fixed_panel_wrp::after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 133px;
    background-color: #ffe100;
    top: 0;
    left: -1.5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.fixed_panel_wrp ul  {
    
}
.fixed_panel_wrp ul li {
    margin-bottom: 18px;
}
.fixed_panel_wrp ul li:last-child {
    margin-bottom: 0;
}
.fixed_panel_wrp ul li a {
    position: relative;
    display: block;
    padding-left: 29px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 13px;
    color: #929292;
    text-transform: uppercase;
    font-weight: 500;
}
.fixed_panel_wrp ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/active.png);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 33px;
    height: 34px;
    top: calc(50% - 17px);
    left: -16px;
}
.fixed_panel_wrp ul li.active a {
    color: #000;
    font-weight: bold;
}
.fixed_panel_wrp ul li.active a::before {
    opacity: 1;
}
.one {
    padding-top: 140px;
    padding-bottom: 90px;    
}
h2 {
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 18px 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #111111;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}
h2 span {
    display: block;
    margin-left: 28px;
}
h2::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/skoba1.png);
    width: 34px;
    height: 36px;
    top: 0;
    left: 0;
}
h2::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/skoba2.png);
    width: 34px;
    height: 37px;
    right: 0;
    bottom: 0;
}
.video_main {
    min-height: 200px;
    position: relative;
    display: block;
    margin-left: auto;
    background-position: center;
    background-size: cover;
    max-width: 690px;
    height: 100%;
}
.video_main::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/play.png);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.video_main:hover::before {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}
.ab_wrp2 {
    display: none
}
.ab_wrp {
	min-height: 49vh;
}
.ab_wrp2 {
	display: none
}
.ct1 {
	font-size: 13px;
    color: #a1a1a1;
    font-weight: 300;
    margin-bottom: 7px;
}
.ct2 {
	font-size: 15px;
    color: #000000;
}
.ct2 img {
	margin-right: 13px;
}
.read_more {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 19px;
    color: black;
    text-transform: uppercase;
}
.read_more:hover {
    cursor: pointer;
}
.read_more:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}
.read_more img {
    margin-right: 22px;
    width: 28px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.one_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 50px;
    margin-top: 100px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2
}
.l_wrp {
    text-align: center;
}
.l_wrp p {
    font-size: 19px;
    color: #0c0c0c;
    font-weight: bold;
    line-height: 26px;
    min-height: 78px;
}
.l_wrp span {
    font-size: 15px;
    color: #0c0c0c;
    display: inline-block;
    font-weight: 300;
    line-height: 25px;
}
.l_wrp img {
    
}
.l_wrp div {
    
display: -webkit-box;
    
display: -ms-flexbox;
    
display: flex;
    
-webkit-box-align: center;
    
-ms-flex-align: center;
    
align-items: center;
    
-webkit-box-pack: center;
    
-ms-flex-pack: center;
    
justify-content: center;
    
height: 142px;
    
margin-bottom: 17px;
}
.two {
    padding-top: 140px;
    padding-bottom: 70px;
}
.subh2 {
    line-height: 35px;
    margin-bottom: 75px;
    color: #020202;
    font-size: 18px;
}
.two h2 {
    margin-bottom: 60px;
}
.case_item {
	margin-bottom: 60px;
}
.case_item:last-child {
	margin-bottom: 0;
}
.case_ttle {
    margin-bottom: 38px;
    font-size: 22px;
    color: #020202;
    font-weight: bold;
    font-style: italic;
}
.gal_wrp {
    
}
.gal_wrp .owl-dots {
	margin-top: 60px;
    text-align: center;
    max-width: 1518px;
}
.gal_wrp .owl-dot {
    display: inline-block;vertical-align: middle;
    margin: 0 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(254, 215, 0,0.71);
  width: 30px;
    border-radius: 100px;
  height: 12px;
}
.gal_wrp .owl-dot.active {
    background-color: rgba(254, 215, 0,1);
    border-color: rgba(254, 215, 0,1)
}
.gal_img {
	background-position: center;
    display: block;
    width: 470px;
    margin-right: 50px;
    position: relative;
    background-size: cover;
}
.gal_img::before {
    padding-top: 100%;
    display: block;
    content: '';
}
.show_more {
    display: inline-block;
    margin-top: 55px;
    font-size: 19px;
    color: #020202;
    text-transform: uppercase;
}
.show_more img {
    margin-right: 24px;
    width: 28px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.show_more span {
    border-bottom: 1px dashed #020202;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.show_more:hover span {
    border-bottom-color: transparent;
}
.show_more:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}
.three {
    padding-bottom: 140px;
    padding-top: 60px;
}
.rev_item {
	max-width: 270px;
    width: 100%;
    text-align: center;
}
.rt1 {
    font-size: 20px;
    color: #111111;
    margin-bottom: 5px;
}
.rt2 {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 16px;
    font-style: italic;
}
.rt3 {
    font-size: 28px;
    color: #111111;
    font-size: 16px;
}
.rev_avatar {
	width: 210px;
    margin-bottom: 35px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.rew_carousel {
    margin-top: 70px;
}
.rew_carousel .owl-dots {
	margin-top: 70px;
    text-align: center;
}
.rew_carousel .owl-dot {
	display: inline-block;vertical-align: middle;
    margin: 0 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(254, 215, 0,0.71);
  width: 90px;
    border-radius: 100px;
  height: 12px;
}
.rew_carousel .owl-dot.active {
    background-color: rgba(254, 215, 0,1);
    border-color: rgba(254, 215, 0,1)
}
.four {
    padding-bottom: 140px;
    padding-top: 50px;
}
.conttt1 {
    margin-bottom: 24px;
    font-size: 18px;
    color: #020202;
    padding-top: 30px;
}
.cont_item {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding-right: 68px;
    margin-bottom: 40px;
}
.cont_item:last-child {
    margin-bottom: 0;
}
.cit1 {
    font-size: 13px;
    color: #020202;
    font-weight: 500;
    margin-bottom: 2px;
}
.cit2 {
    font-size: 18px;
    color: #020202;
    font-weight: bold;
}
.cit2  >a {
    color: #020202;
}
.cit3 {
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 300;
    margin-bottom: 2px;
}
.cit4 {
    color: #020202;
    font-weight: 300;
}
.c_img {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    position: absolute;
    right: 0;
    top: calc(50% - 37px);
}
.five {
    padding-top: 50px;
    padding-bottom: 140px;
}
.adr_text {
    font-size: 15px;
    color: #020202;
    font-weight: bold;
    margin-bottom: 14px;
}
.map_wrp {
    
height: 66vh;
}
.map_wrp iframe {
    width: 100%;
    height: 100%;
    border: none
}
.cit2:hover, .cit4:hover {
    text-decoration: underline;
}
.six h2 {
    margin-bottom: 70px;
}
.six {
    padding-top: 140px;
 
}
.six_t {
    font-size: 18px;
    color: #020202;
    line-height: 35px;
}


.ovin {
	font-size: 20px;
    color: #020202;
    margin-bottom: 6px;
}
.field {
    position: relative;
    z-index: 10;
}
.field input {
    height: 65px;
    background: none;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #1f1f1f;
    padding: 0 24px;
    border: 1px solid #e2e2e2;
    z-index: 100;
    padding-top: 15px;
}
.field label {
    position: absolute;
    left: 24px;
    top: 0;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: #7c7c7c;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.field .moveUp {
	font-size: 12px;
	color: #d0d0d0;
	padding-bottom: 29px;
}
.in_wrp {
    margin-bottom: 26px;
}
.send_form {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    font-size: 22px;
    color: #020202;
    text-transform: uppercase;
    padding-top: 10px;
}
.send_form img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 25px;
}
.send_form:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}
.form_wrp {
    background-image: url(../img/grad_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 645px;
    padding-left: 74px;
    padding-right: 74px;
    padding-bottom: 60px;
    position: relative;
    padding-top: 60px;
}
.form_wrp form {
    position: relative;
    z-index: 100
}
.form_wrp::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    left: 14px;
    top: 14px;
    background-color: #fff;
}
.about_text {
    padding-top: 30px;
    font-size: 18px;
    color: #020202;
    line-height: 33px
}
[data-fancybox-thumbs] {
    display: none
}
.fixMe {
    background-color: #fff;
    padding: 12px 0
}
.fixMe .book_it {
    color: #060606;
}
.fixMe .book_it img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
} 
.fixMe .book_it::before {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}
.fixMe .toptel {
    color: #1e1e1e;
}
.fixMe .toptel span {
    border-color: #1e1e1e
}


.fixMe .toptel img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.logo {
    display: block;
    background-image: url(../img/logo.png);
    width: 174px;
    height: 38px;
}
.fixMe .logo {
    background-image: url(../img/logo2.png)
}
.custom_color_scroll  ul li.active a {
    color: #fff
}
.open_nav {
    display: none
}
.bot_fix {
	display: none
}
.onlyxs {
    display: none
}
.wow {
    visibility: hidden
}
.thanks_text {
    margin: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    display: none
}
.date {
    border: 1px solid #e2e2e2!important
}
.closenav {
    display: none
}
.sh_m_wrp {
    display: none
}
.video_main iframe {
    position: absolute;left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.video_main {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.toptel > a {
    color: #ffe100
}