/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */

/* line 5, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html {
    line-height: 1;
}

/* line 24, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

ol,
ul {
    list-style: none;
}

/* line 26, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q,
blockquote {
    quotes: none;
}

/* line 103, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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

/* line 32, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

a img {
    border: none;
}

/* line 116, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* line 8, ../sass/style.scss */

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

input, select, textarea {font-family: 'Montserrat', sans-serif;}

/* line 13, ../sass/style.scss */

a {
    text-decoration: none;
}

/* line 17, ../sass/style.scss */

.main {
    overflow: hidden;
}

/* line 21, ../sass/style.scss */

.container {
    max-width: 1310px;
}

/* line 25, ../sass/style.scss */

header {
    position: relative;
    background-color: #435f7b;
    background-size: cover;
}

/* line 27, ../sass/style.scss */

header.main_header {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
}

/* line 35, ../sass/style.scss */

.logo {
    width: 182px;
}

/* line 37, ../sass/style.scss */

.logo img {
    width: 182px;
}

/* line 42, ../sass/style.scss */

nav {
    padding-top: 30px;
}

/* line 47, ../sass/style.scss */

.left_nav {
    display: flex;
    align-items: center;
}

/* line 50, ../sass/style.scss */

.left_nav p {
    font-size: 13.42px;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    margin-left: 30px;
}

/* line 62, ../sass/style.scss */

.right_nav {
    display: flex;
    align-items: center;
}

/* line 65, ../sass/style.scss */

.right_nav > p {
    font-size: 16px;
    color: white;
    line-height: 1.2;
    margin-right: 45px;
}

/* line 74, ../sass/style.scss */

.nav_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 81, ../sass/style.scss */

.tel_nav_wrap {
    position: relative;
	display: flex;
	flex-direction: column; align-items: flex-end;
}

/* line 85, ../sass/style.scss */

.tel_nav {
    font-size: 20px;
    color: white;
    font-weight: bold;
    transition: 0.2s;
}

/* line 90, ../sass/style.scss */

.tel_nav:hover {
    color: #D45B43;
}

/* line 97, ../sass/style.scss */

.email_nav {
    font-size: 16px;
    color: white;
    line-height: 1.791;
    /*position: absolute;
    right: 0;
    bottom: -35px;*/
    transition: 0.2s;
}

/* line 105, ../sass/style.scss */

.email_nav:hover {
    color: #D45B43;
}

/* line 111, ../sass/style.scss */

h1 {
    font-size: 47px;
    color: white;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    max-width: 1116px;
    margin: auto;
    margin-top: 55px;
}

/* line 122, ../sass/style.scss */

.main_header_flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 135px;
    margin-bottom: 90px;
}

/* line 128, ../sass/style.scss */

.main_header_flex > div {
    width: 205px;
    text-align: center;
    margin: 0 20px;
}

/* line 132, ../sass/style.scss */

.main_header_flex > div div {
    height: 66px;
    margin-bottom: 22px;
}

/* line 137, ../sass/style.scss */

.main_header_flex p {
    font-size: 19px;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    transition: 0.2s;
}

/* line 145, ../sass/style.scss */

.main_header_flex a {
    display: inline-block;
}

/* line 148, ../sass/style.scss */

.main_header_flex a:hover p {
    color: #D45B43;
}

/* line 156, ../sass/style.scss */

.hh_link {
    font-size: 18px;
    color: white;
    line-height: 1.2;
    text-align: center;
    position: relative;
    padding-right: 43px;
    transition: 0.2s;
}

/* line 164, ../sass/style.scss */

.hh_link::before {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: -5px;
    background-image: url(../img/hh.png);
    width: 30px;
    height: 30px;
}

/* line 174, ../sass/style.scss */

.hh_link:hover {
    color: #d5001b;
}

/* line 180, ../sass/style.scss */

.header_bottom_txt {
    text-align: center;
}

/* line 185, ../sass/style.scss */

.adres_header {
    margin: 30px 0;
    font-size: 16px;
    color: white;
    line-height: 1.375;
    text-align: center;
}

/* line 193, ../sass/style.scss */

footer {
    background-color: #f2f2f2;
    padding: 30px 0;
}

/* line 198, ../sass/style.scss */

.footer_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* line 205, ../sass/style.scss */

.webking {
    font-size: 16px;
    width: 255px;
    color: #898989;
}

/* line 209, ../sass/style.scss */

.webking a {
    font-size: 16px;
    color: #898989;
    transition: 0.2s;
}

/* line 213, ../sass/style.scss */

.webking a:hover {
    color: #D45B43;
}

/* line 219, ../sass/style.scss */

.privacy {
    font-size: 16px;
    color: #898989;
    transition: 0.2s;
}

/* line 223, ../sass/style.scss */

.privacy:hover {
    color: #D45B43;
}

/* line 228, ../sass/style.scss */

.soc_wrap {
    width: 255px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* line 233, ../sass/style.scss */

.soc_wrap a {
    display: block;
    margin-left: 12px;
}

/* line 237, ../sass/style.scss */

.soc_wrap a:hover img {
    opacity: 0.6;
}

/* line 241, ../sass/style.scss */

.soc_wrap a img {
    width: 31px;
    transition: 0.3s;
    display: block;
}

/* line 249, ../sass/style.scss */

#map {
    width: 100%;
    height: 350px;
}

/* line 255, ../sass/style.scss */

.slider-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* line 264, ../sass/style.scss */

.slider_xs {
    display: none;
}

.slider_xs .slick-dots {
    display: flex;
    justify-content: center;
        width: 100%;
    bottom: 12px;
    position: absolute;
}

.slider_xs .slick-dots button {
    background-color: #fff;
    font-size: 0;
    padding: 0;
    margin: 0 7px;
    width: 11px;
    height: 11px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    transition: 0.2s;
}
.slider_xs .slick-dots .slick-active button {
    background-color: #D45B43;
}

.sl1-main {
    background-image: url(../img/sl/1.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 272, ../sass/style.scss */

.sl2-main {
    background-image: url(../img/sl/2.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 280, ../sass/style.scss */

.sl3-main {
    background-image: url(../img/sl/3.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 288, ../sass/style.scss */

.sl4-main {
    background-image: url(../img/sl/4.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 296, ../sass/style.scss */

.sl5-main {
    background-image: url(../img/sl/5.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 304, ../sass/style.scss */

.sl6-main {
    background-image: url(../img/sl/6.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 312, ../sass/style.scss */

.sl7-main {
    background-image: url(../img/sl/7.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 320, ../sass/style.scss */

.sl8-main {
    background-image: url(../img/sl/8.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* line 327, ../sass/style.scss */

.slider-main .slick-track {
    height: 100%;
}

/* line 331, ../sass/style.scss */

.slider-main .slick-list {
    height: 100%;
}

/* line 335, ../sass/style.scss */

.form_wrap {
    max-width: 416px;
    margin: auto;
    margin-top: 10px;
    background-color: #fff;
    padding: 65px 0 50px;
}

/* line 344, ../sass/style.scss */

.form_title {
    margin-bottom: 12px;
    font-size: 27px;
    color: black;
    font-weight: 800;
    line-height: 0.955;
    text-align: center;
}

/* line 353, ../sass/style.scss */

.form {
    max-width: 273px;
    margin: auto;
}

/* line 358, ../sass/style.scss */

.inp {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 54px; 
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
}

/* line 371, ../sass/style.scss */

.select {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 54px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px; 
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* line 386, ../sass/style.scss */

.select_wrap {
    position: relative;
}

/* line 388, ../sass/style.scss */

.select_wrap::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/select.png);
    width: 9px;
    height: 7px;
    background-repeat: no-repeat;
    right: 25px;
    top: 23px;
    pointer-events: none;
}

/* line 402, ../sass/style.scss */

.textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 119px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
    resize: none; 
    font-weight: 500;
    padding-top: 13px;
}

/* line 417, ../sass/style.scss */

.form_wrap .btn {
    width: 100%;
}

/* line 421, ../sass/style.scss */

.form_wrap {
    position: relative;
}

/* line 424, ../sass/style.scss */

.form_wrap.thx .form_wrap_inside {
    opacity: 0;
    visibility: hidden;
}

/* line 428, ../sass/style.scss */

.form_wrap.thx .thx_form {
    opacity: 1;
    visibility: visible;
}

/* line 435, ../sass/style.scss */

.form_wrap_inside {
    transition: 0.2s;
}

/* line 440, ../sass/style.scss */

.btn {
    border-radius: 5px;
    background-color: #f35b40;
    padding: 17px 50px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}

/* line 456, ../sass/style.scss */

.btn:hover {
    background-color: #c93c22;
}

/* line 463, ../sass/style.scss */

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
}

/* line 1672, ../sass/style.scss */

/* line 476, ../sass/style.scss */

.control a {
    color: #000;
    text-decoration: underline;
}

/* line 1676, ../sass/style.scss */

/* line 483, ../sass/style.scss */

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* line 1681, ../sass/style.scss */

/* line 491, ../sass/style.scss */

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #F2F2F2;
    border: 0px solid #000000;
}

/* line 1693, ../sass/style.scss */

/* line 503, ../sass/style.scss */

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #F2F2F2;
}

/* line 1698, ../sass/style.scss */

/* line 510, ../sass/style.scss */

.control input:checked ~ .control_indicator {
    background: #f2f2f2;
}

/* line 1701, ../sass/style.scss */

/* line 516, ../sass/style.scss */

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #f2f2f2;
}

/* line 1705, ../sass/style.scss */

/* line 523, ../sass/style.scss */

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

/* line 1710, ../sass/style.scss */

/* line 531, ../sass/style.scss */

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

/* line 1716, ../sass/style.scss */

/* line 540, ../sass/style.scss */

.control input:checked ~ .control_indicator:after {
    display: block;
}

/* line 1719, ../sass/style.scss */

/* line 546, ../sass/style.scss */

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #2e5f7d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* line 1728, ../sass/style.scss */

/* line 558, ../sass/style.scss */

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/* line 563, ../sass/style.scss */

.thx_form {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    transition: 0.3s;
}

/* line 578, ../sass/style.scss */

.thx_form p {
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 1309px) {
    /* line 586, ../sass/style.scss */
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 1023px) {
    /* line 592, ../sass/style.scss */
    .container {
        max-width: 768px;
    }

    /* line 595, ../sass/style.scss */
    .right_nav > p {
        /*display: none;*/
		margin-right: 0;
    }

    /* line 598, ../sass/style.scss */
    h1 {
        font-size: 40px;
    }

    /* line 601, ../sass/style.scss */
    .soc_wrap {
        width: auto;
    }
}

@media (max-width: 767px) {
    /* line 608, ../sass/style.scss */
    .container {
        max-width: 550px;
    }

    /* line 611, ../sass/style.scss */
    .left_nav p {
        display: none;
    }

    /* line 614, ../sass/style.scss */
    h1 {
        font-size: 30px;
    }

    /* line 617, ../sass/style.scss */
    .logo img {
        width: 120px;
    }

    /* line 620, ../sass/style.scss */
    .logo {
        width: auto;
    }

    /* line 623, ../sass/style.scss */
    .main_header_flex > div {
        margin: 0 10px;
    }

    /* line 626, ../sass/style.scss */
    .main_header_flex > div div {
        margin-bottom: 13px;
    }
	.right_nav { flex-direction: column;
  align-items: flex-end; }
    /* line 629, ../sass/style.scss */
    .webking {
        width: auto;
    }

    /* line 632, ../sass/style.scss */
    .footer_flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* line 637, ../sass/style.scss */
    .soc_wrap a {
        margin: 0 6px;
    }

    /* line 640, ../sass/style.scss */
    .privacy {
        display: inline-block;
        margin: 10px 0;
    }
    .slider_xs {
        display: block;
    }
    .slider-main {
        display: none;
    }
    header {
            background-image: url(../img/bg1.jpg);
    background-size: cover;
    }
}

@media (max-width: 425px) {
    /* line 647, ../sass/style.scss */
    .main_header_flex {
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    /* line 653, ../sass/style.scss */
    .main_header_flex > div {
        margin: 0;
        margin-bottom: 25px;
    }
}

@media (max-width: 375px) {
    /* line 660, ../sass/style.scss */
    .tel_nav {
        font-size: 16px;
    }

    /* line 663, ../sass/style.scss */
    .email_nav {
        font-size: 15px;
        color: white;
        line-height: 1.791;
        position: absolute;
        right: 0;
        bottom: -28px;
        transition: 0.2s;
    }

    /* line 672, ../sass/style.scss */
    .logo img {
        width: 105px;
    }
}


#map {position: relative;}
#map:before {content:""; position: absolute; left: 50%; top: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; background: url('/img/loader.svg') 0 0 no-repeat; background-size: 100% auto;}

