@charset "UTF-8";
/*задаём иконки с спрайта  .icon-home{ @include sprite($calendar); } */
/* reset */
/* main variables */
body { margin: 0px; padding: 0px; font-family: "Montserrat", sans-serif; background-color: #213850; height: 100%; line-height: 1.223; position: relative; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; font-size: 18px !important; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; font-family: "Montserrat", sans-serif; outline: none; -webkit-border-radius: 0; border-radius: 0; -webkit-appearance: none; }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #fff; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover { color: #D9C194; }

a, span, div, button { outline: none !important; }

input[type=submit], input[type=button], button { -webkit-appearance: none; outline: none; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after, .wrapper:after, .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

@font-face { font-family: 'SF Pro Display'; src: url("../fonts/SFProDisplay-Regular.eot"); src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'SF Pro Display'; src: url("../fonts/SFProDisplay-Medium.eot"); src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype"), url("../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; }

@font-face { font-family: 'SF Pro Display'; src: url("../fonts/SFProDisplay-Bold.eot"); src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }

@font-face { font-family: 'SF Pro Display'; src: url("../fonts/SFProDisplay-Light.eot"); src: url("../fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype"), url("../fonts/SFProDisplay-Light.svg#SFProDisplay-Light") format("svg"); font-weight: 300; font-style: normal; font-display: swap; }

@font-face { font-family: 'SF Pro Display'; src: url("../fonts/SFProDisplay-Semibold.eot"); src: url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype"), url("../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold") format("svg"); font-weight: 600; font-style: normal; font-display: swap; }

@font-face { font-family: 'Didot'; src: local("Didot Regular"), local("Didot-Regular"), url("../fonts/Didot.woff2") format("woff2"), url("../fonts/Didot.woff") format("woff"), url("../fonts/Didot.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header { width: 100%; min-width: 320px; text-align: left; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-order: 1; position: absolute; right: 0; left: 0; top: 0; z-index: 90; padding: 30px 0; }

.header_logo { position: relative; z-index: 25; }

.header_cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav li { list-style: none; margin-left: 60px; }

.nav li a { color: #fff; font-size: 16px; padding-top: 2px; line-height: 20px; font-weight: bold; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.nav li a:hover { color: #D9C194; }

.nav li.active a { color: #D9C194; }

.nav li .btn { height: 36px; padding: 2px 15px 0; text-transform: uppercase; }

.nav li .btn:hover { color: #213850; }

.logo { display: block; line-height: 0; width: 330px; }

.header_nav_opener { margin-left: auto; margin-right: -3px; display: none; z-index: 50; height: 30px; width: 30px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header_nav_opener span { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; background: #fff; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; width: 24px; -webkit-border-radius: 2px; border-radius: 2px; height: 2px; display: block; margin: 0px 0 0px 0px; }

.header_nav_opener span:before, .header_nav_opener span:after { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; content: ''; background: #fff; -webkit-border-radius: 2px; border-radius: 2px; height: 2px; display: block; width: 100%; position: absolute; }

.header_nav_opener span:before { top: 8px; right: 0%; }

.header_nav_opener span:after { bottom: 8px; left: 0; }

.header_nav_opener.active span { background: transparent; }

.header_nav_opener.active span:before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.header_nav_opener.active span:after { bottom: 0px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* */
@media screen and (max-width: 1199px) { .nav li { margin-left: 38px; } }

@media screen and (min-width: 1024px) { .header { padding-top: 62px; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) { .header { padding-top: 42px; } }

@media screen and (max-width: 1023px) { .header_cols { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header_nav { -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; padding: 5px 20px 5px; left: 100%; position: fixed; background: #1b2f44; z-index: 20; width: 100%; top: 0; height: 100%; overflow: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .header_nav_opener { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .header_nav .nav { display: block; text-align: center; }
  .header_nav .nav li { margin: 20px 0; }
  .header_nav .nav li a { font-size: 20px; line-height: 30px; padding-top: 0; }
  .header_nav .nav li .btn { height: 40px; padding-top: 0; }
  .header.open .header_nav { left: 0; }
  .noscroll-tablet { overflow: hidden; } }

@media screen and (max-width: 767px) { .header { padding-top: 20px; }
  .logo { width: 250px; } }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer { text-align: left; width: 100%; min-width: 320px; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-order: 3; position: relative; padding: 124px 0 29px; }

.footer_logo { width: 255px; margin: -24px 0 -4px -1px; }
svg {max-width: 100%;}
.footer_cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 100px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.footer_cols_item { max-width: 178px; }
.footer_cols_item h4 {margin-right: -5px;}
.footer_cols_right { width: 280px; }

.footer_nav { list-style: none; }

.footer_nav li { list-style: none; margin: 5px 0 9px; }

.footer_copy { text-align: center; line-height: 23px; }

.footer_press { line-height: 27px; margin: 1px 0 16px; max-height: 54px;font-size: 90%;
overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;}

.footer_press a { text-decoration: underline; }

.footer_txt { margin-bottom: 38px; }

.footer .btn { text-transform: uppercase; padding: 0 15px; width: 280px; height: 56px; }

@media screen and (max-width: 1199px) { .footer { padding: 100px 0; }
  .footer_logo { margin: -24px -10px -4px -14px; } }

@media screen and (max-width: 1023px) { .footer_logo { display: none; } }

@media screen and (max-width: 767px) { .footer { padding: 50px 0; }
  .footer_cols { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 50px; }
  .footer_cols_item { max-width: 50%; margin-bottom: 30px; padding-right: 10px; }
  .footer_cols_right { width: 100%; }
  .footer_press { margin-bottom: 14px; }
  .footer_press:last-child { margin-bottom: 0px; }
  .footer_txt { margin-bottom: 30px; } }

@media screen and (max-width: 599px) { .footer_cols { display: block; }
  .footer_cols_item { max-width: 100%; margin-bottom: 40px; padding-right: 0px; }
  .footer_cols_right { width: 100%; } }

.main-wrapper { padding: 0 0 0 0; margin: 0 auto; min-width: 320px; width: 100%; position: relative; overflow: hidden; min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -ms-flex-direction: column; -webkit-box-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: start; -webkit-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }

.wrapper { min-width: 320px; max-width: 1200px; padding: 0 30px 0 30px; margin: 0 auto; position: relative; width: 100%; }

img { max-width: 100%; }

/* titles */
p { padding: 0 0 22px 0; }

h1, .h1 { position: relative; font-size: 48px; line-height: 1.2; color: inherit; font-family: "Montserrat", sans-serif; padding: 0px 0 10px 0; font-weight: bold; }

h1 strong, .h1 strong { color: #D9C194; }

h2, .h2 { position: relative; font-size: 36px; line-height: 1.23; color: inherit; font-family: "Montserrat", sans-serif; padding: 0px 0 24px 0; font-weight: bold; }

h2 strong, .h2 strong { color: #D9C194; }

h3, .h3 { font-size: 24px; line-height: 1.2; color: inherit; padding: 0px 0 24px 0; font-weight: bold; font-family: "Montserrat", sans-serif; text-transform: uppercase; }

h3 strong, .h3 strong { color: #D9C194; }

h4, .h4 { font-size: 24px; line-height: 1.2; color: inherit; padding: 0px 0 16px 0; font-family: "Montserrat", sans-serif; font-weight: bold; }

h4 strong, .h4 strong { color: #D9C194; }

/* text position */
.text-left { text-align: left !important; }

.text-center { text-align: center !important; }

.text-right { text-align: right !important; }

.nowrap { white-space: nowrap !important; }

.loaded { background: #fff; }

.loaded .main-wrapper { opacity: 0; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content { min-width: 320px; text-align: left; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-order: 2; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-grow: 1; position: relative; }

/* */
.btn { position: relative; overflow: hidden; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; vertical-align: middle; height: 48px; padding: 0 24.5px; font-family: "Montserrat", sans-serif; text-align: center; cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; background: #fff; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 4px; border-radius: 4px; color: #213850; border: 1px solid transparent; font-size: 20px; line-height: 1.2; font-weight: bold; }

.btn img { width: 22px; margin-right: 23px; margin-left: -2px; }

.btn:hover { color: #213850; background: #D9C194; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7); }

.btn-bord { background: transparent; color: #fff; border: 1px solid #fff; }

.btn-bord:hover { color: #213850; background: #D9C194; border-color: #D9C194; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7); }

.form_label { color: #34342E; display: block; font-weight: bold; font-size: 13px; line-height: 27px; text-transform: uppercase; }

.form_row { margin-bottom: 14px; position: relative; }

.form_btn { margin-top: 48px; }

span.error, label.error { color: #FF3333; display: none; font-size: 12px; }

.form-control { position: relative; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; display: block; width: 100%; height: 34px; font-size: 13px; color: #000; line-height: 1.2; font-family: "Montserrat", sans-serif; font-weight: bold; background: transparent; padding: 5px 0px 2px; -webkit-border-radius: 0px; border-radius: 0px; border: none; border-bottom: 0.5px solid #2F3D46; }

.form-control.error { border-color: #FF3333; }

textarea.form-control { height: 164px; resize: none; }

.form-control::-webkit-input-placeholder { color: #4e5158; opacity: 1; }

.form-control:-moz-placeholder { color: #4e5158; opacity: 1; }

.form-control::-moz-placeholder { color: #4e5158; opacity: 1; }

.form-control:-ms-input-placeholder { color: #4e5158; opacity: 1; }

.checks_item { margin-bottom: 15px; font-size: 13px; line-height: 16px; padding-top: 2px; }

.checks_item label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; cursor: pointer; }

.checks_item input { position: absolute; opacity: 0; }

.checks_item a { border-bottom: 1px solid #10BAEA; }

.checks_item a:hover { border-color: transparent; color: #10BAEA; }

.checks_item_txt { min-height: 16px; display: block; position: relative; padding: 0px 0px 0px 27px; line-height: 16px; }

.checks_item_txt:before { position: absolute; left: 0px; content: ''; top: 0px; width: 16px; height: 16px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #10BAEA; }

.checks_item input:checked + .checks_item_txt:before { background: url(../svg/check-w.svg) no-repeat center #10BAEA; -webkit-background-size: 10px 10px; background-size: 10px; }

.checks_item input:disabled + .checks_item_txt { opacity: 0.25; }

/* */
.js-bg { background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; background-position: top; }

.no-scroll { overflow: hidden; }

.section_txt { text-align: center; margin: 0px auto 35px; max-width: 750px; }

.c-gold { color: #D9C194; }

/* */
.section-welcome { padding: 100px 0 87px; position: relative; height: 907px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.section-welcome:before { content: ''; position: absolute; left: 0; top: 0; right: 0; opacity: 0.15; background: url(../img/bg1.jpg) no-repeat 0 0; /*height: 1317px;*/ bottom: -410px; }

.welcome { max-width: 900px; }

.welcome_txt { font-size: 24px; line-height: 29px; margin: 14px 0 48px; }

.cover_link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }

/* */
.section-serv { padding: 100px 0 100px; position: relative; z-index: 1; }

.section-serv:before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 416px; background: -webkit-linear-gradient(269.81deg, rgba(33, 56, 80, 0) -6.18%, #213850 40.4%, #213850 85.49%); background: -o-linear-gradient(269.81deg, rgba(33, 56, 80, 0) -6.18%, #213850 40.4%, #213850 85.49%); background: linear-gradient(180.19deg, rgba(33, 56, 80, 0) -6.18%, #213850 40.4%, #213850 85.49%); }

.section-serv h2 { text-align: center; }

.serv { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -111px; }

.serv_item { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 49px; padding-right: 112px; }

.serv_item_icon { width: 61px; margin-right: 49px; min-width: 61px; margin-top: 34px; }

.serv_item_txt { font-size: 14px; line-height: 17px; }

/* */
.section-about { padding: 100px 0 100px; }

.about { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.about_left { padding-top: 4px; }

.about_txt p:last-child { padding-bottom: 0; }

.about_img { min-width: 282px; margin-left: 7%; line-height: 0; }

/* */
.section-press { padding: 100px 0 200px; background: url(../img/bg2.png) no-repeat right 316px; }

.press { margin: 0 auto; max-width: 749px; background: rgba(27, 47, 68, 0.5); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); -webkit-border-radius: 8px; border-radius: 8px; padding: 48px; }

.press_btn { text-align: center; margin-top: 60px; }

.press_btn .btn { background: #D9C194; width: 193px; }

.press_btn .btn:hover { color: #fff; background: #0f253c; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7); }

.press_list { list-style: none; border-bottom: 1px solid #FFFFFF; margin-top: 35px; }

.press_list li { border-top: 1px solid #FFFFFF; }

/*.press_list li a { display: block; padding: 25px 48px 23px 16px; position: relative; }
.press_list li a:after { content: ''; position: absolute; width: 20px; height: 21px; right: 13px; top: 50%; margin-top: -10px; background: url(../svg/plus.svg) no-repeat center; }
*/
.press_list_opener {cursor: pointer; display: block; padding: 25px 48px 23px 16px; position: relative; }
.press_list_opener:after { content: ''; position: absolute; width: 20px; height: 21px; right: 13px; top: 50%; margin-top: -10px; background: url(../svg/plus.svg) no-repeat center; }
.press_list_opener:before { content: ''; position: absolute; width: 20px; height: 5px; right: 13px; top: 50%; margin-top: -2.5px; background: url(../svg/plus.svg) no-repeat center; overflow: hidden;opacity: 0;}
.press_list_opener.active:after {opacity: 0;}
.press_list_opener.active:before {opacity: 1;}
.press_list_drop {display: none;padding: 0px 48px 23px 16px; font-size: 14px; color: rgba(255,255,255,0.7);}
.press_list_drop a {color: #D9C194;}

.press_list li.hid { display: none; }

.press_list_date { font-weight: 500; font-size: 14px; line-height: 17px; color: #D7CCB2; margin-bottom: 3px; }

/* */
.section-book { padding: 135px 0 141px; background: url(../img/bg3.png) no-repeat top; -webkit-background-size: cover; background-size: cover; }

.book { text-align: center; }

.book_txt { max-width: 680px; margin: -1px auto 46px; }

.book .btn { height: 68px; font-size: 24px; text-transform: uppercase; }

.book .btn img { width: 32px; margin-right: 23px; margin-left: -2px; }

/* */
@media screen and (min-width: 1975px) { .section-welcome:before { -webkit-background-size: cover; background-size: cover; } }

@media screen and (min-width: 1441px) { 
 /* .section-book { -webkit-background-size: 1440px 1440px; background-size: 1440px; position: relative; }
  .section-book:before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1440px; margin-left: -720px; 
  background: -webkit-linear-gradient(left, #213850 0%, rgba(33, 56, 80, 0) 6%, rgba(33, 56, 80, 0) 94%, #213850 100%); 
  background: -webkit-gradient(linear, left top, right top, from(#213850), color-stop(6%, rgba(33, 56, 80, 0)), color-stop(94%, rgba(33, 56, 80, 0)), to(#213850)); 
  background: -o-linear-gradient(left, #213850 0%, rgba(33, 56, 80, 0) 6%, rgba(33, 56, 80, 0) 94%, #213850 100%); 
  background: linear-gradient(to right, #213850 0%, rgba(33, 56, 80, 0) 6%, rgba(33, 56, 80, 0) 94%, #213850 100%); } */
}

@media screen and (max-width: 1199px) { .section-welcome { height: 780px; }
  .section-welcome:before { -webkit-background-size: auto 100%; background-size: auto 100%; }
  .about_img { margin-right: -14px; margin-left: 5%; }
  .serv_item_icon { margin-right: 29px; } }

@media screen and (max-width: 1023px) { h1, .h1 { font-size: 46px; }
  .section_txt { margin-bottom: 15px; }
  .serv { margin-right: 0; }
  .serv_item { width: 100%; padding-right: 0; margin-top: 69px; } }

@media screen and (max-width: 767px) { body { font-size: 17px !important; }
  p { padding: 0 0 21px 0; }
  h1, .h1 { font-size: 42px; }
  h2, .h2 { font-size: 30px; padding-bottom: 20px; }
  h3, .h3 { font-size: 22px; padding: 0px 0 10px 0; }
  h4, .h4 { font-size: 22px; padding: 0px 0 14px 0; }
  .welcome_txt { font-size: 20px; line-height: 26px; margin: 10px 0 35px; }
  .section-serv { padding: 50px 0; }
  .serv_item { margin-top: 45px; }
  .section-about { padding: 50px 0 90px; }
  .about { display: block; }
  .about_img { margin: 10px auto 0; text-align: center; }
  .about_img img { max-width: 70%; }
  .section-press { padding: 10px 0 100px; }
  .section-press .wrapper { padding: 0 10px; }
  .press { padding: 30px; }
  .press_list { margin-top: 6px; }
  .press_btn { margin-top: 30px; }
  /*.press_list li a { padding: 25px 32px 23px 0px; }
  .press_list li a:after { right: 0; }*/
  .press_list_opener { padding: 25px 32px 23px 0px; }
  .press_list_opener:after { right: 0; }
  .press_list_opener:before { right: 0; }
  .press_list_drop {padding: 0px 32px 23px 0px;}
  .section-book { padding: 100px 0; } }

@media screen and (max-width: 599px) { h1, .h1 { font-size: 34px; }
  .wrapper { padding: 0 20px; }
  .section-welcome { height: auto; padding-bottom: 50px; }
  .press { padding: 30px 25px; }
  .serv_item { display: block; margin-top: 32px; }
  .serv_item_icon { margin: 0 0 10px; }
  .book .btn { font-size: 22px; } 
  .section-serv h2 {text-align: left;}
  .section-serv .section_txt {text-align: left;}
}

@media screen and (max-width: 374px) { body { font-size: 16px !important; }
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 28px; padding-bottom: 18px; }
  h3, .h3 { font-size: 20px; padding: 0px 0 10px 0; }
  h4, .h4 { font-size: 20px; padding: 0px 0 12px 0; }
  .wrapper { padding: 0 10px; }
  .welcome_txt { font-size: 18px; line-height: 24px; margin: 10px 0 35px; }
  .btn { padding: 0 15px; }
  .book .btn img, .btn img { margin-right: 20px; } }

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