@charset "UTF-8";
/**
 * Сброс стилей
 **/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600;700&display=swap");

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%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

.modal-open {
    padding-right: 0 !important;

}

.modal-open {
    overflow-y: auto !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Основные стили
 **/


body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #282828;
    min-width: 320px;
}



img {
    max-width: 100%;
    height: auto;
}

.wrap {
    min-width: 320px;
    max-width: 1140px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

p,
ul {
    color: #282828;
    line-height: 1.5;
    margin-bottom: 12px;
}

header {
    background: #f9f9f9;
}

.header_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo_big {
    position: relative;
    padding: 0px 15px;
    background: #ffc314;
    border-bottom: 8px solid #0088b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    /* height: 146px;*/
}

.logo_big:hover .logo_circle {
    width: 220px;
    height: 220px;
}

.mobile_buttons {
    display: none;
}

.logo_mobile {
    display: none;
}

.logo_circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #efb50c;
    bottom: -100px;
    right: -100px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo_img {
    z-index: 20;
}

.logo_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    position: relative;
    z-index: 20;
}

.logo_txt_top {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #282828;
    font-size: 32px;
    margin-bottom: 5px;
}

.logo_txt_bottom {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 41px;
}

.contact_part {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
}

.contact_part__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact_part__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #ececec;
}

.contact_part__top_dcsr {
    font-size: 17px;
    font-weight: 600;
}

.contact_part__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 20px 15px;
}

.ic_header {
    fill: #0088b3;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 3px;
}

.header_adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*   align-items: center;*/
}

.header_adress p {
    /*letter-spacing: 1.2px;*/
    padding-left: 5px;
}

.header_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    align-items: center;*/
}

.ic_mail {
    margin-bottom: 4px;
}

.header_mail a {
    line-height: 1;
    text-decoration: none;
    color: #282828;
}

.header_phone a {
    font-family: 'Arial';
    font-size: 22px;
    font-weight: 700;
    color: #282828;
}

.btn_yellow {
    padding: 20px 40px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc314), to(#ffd458));
    background-image: linear-gradient(0deg, #ffc314 0%, #ffd458 100%);
    -webkit-box-shadow: 0px 3px 0px 0px #f0bb1f, 0px 12px 16px 0px #28282829;
    box-shadow: 0px 3px 0px 0px #f0bb1f, 0px 12px 16px 0px #28282829;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px -1px #d4a826;
    text-transform: uppercase;
    cursor: pointer;
}

.btn_yellow:hover {
    -webkit-box-shadow: 0px 3px 0px 0px #f0bb1f, 0px 12px 6px 0px #28282829;
    box-shadow: 0px 3px 0px 0px #f0bb1f, 0px 12px 6px 0px #28282829;
}

.bg-light {
    background-color: #ffffff !important;
}

.navbar {
    padding: 20px 0;
    z-index: 900;
}

.navbar .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 20px !important;
    color: #282828 !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar .nav-link:hover {
    color: #0088b3 !important;
}

.navbar-nav {
    padding: 0px;
}

@media only screen and (max-width: 1200px) {
    .header_phone a {
        font-size: 20px;
    }

    .btn_yellow {
        padding: 20px 20px;
        border-radius: 4px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc314), to(#ffd458));
        background-image: linear-gradient(0deg, #ffc314 0%, #ffd458 100%);
        -webkit-box-shadow: 0px 3px 0px 0px #f0bb1f, 0px 12px 16px 0px #28282829;
        box-shadow: 0px 3px 0px 0px #f0bb1f, 0px 12px 16px 0px #28282829;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px -1px #d4a826;
        text-transform: uppercase;
        cursor: pointer;
    }
}

@media only screen and (max-width: 992px) {
    header {
        display: none;
    }

    .logo_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 5px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        border-bottom: 2px solid #0088b3;
        height: auto;
    }

    .logo_mobile .logo_txt {
        margin-left: 5px;
    }

    .logo_mobile .logo_txt_top {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .logo_mobile .logo_txt_bottom {
        font-size: 16px;
    }

    .logo_mobile .logo_img img {
        max-width: 22px;
    }

    .logo_mobile .logo_circle {
        display: none;
    }

    .mobile_buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .mobile_buttons a {
        background: #0088b3;
        width: 30px;
        height: 30px !important;
        margin-right: 2px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 4px;
    }

    .mobile_buttons .ic_mob {
        width: 18px;
        height: 18px;
        fill: #fff;
    }

    .navbar-toggler {
        padding: 0 .45rem;
        font-size: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        margin-right: 10px;
    }

    .navbar {
        padding: 0;
        position: fixed;
        width: 100%;
        -webkit-box-shadow: 0 2px 5px #ececec;
        box-shadow: 0 2px 5px #ececec;
        left: 0;
        top: 0;
    }

    .navbar-nav {
        padding: 20px;
    }
}

.bg1 {
    background: url("../img/bg1.jpg") center top no-repeat;
    padding: 90px 0 130px 0;
}

.bg1 p {
    font-size: 19px;
    font-weight: 600;
    padding-right: 120px;
}

h1 {
    font-size: 51px;
    font-family: 'Oswald', sans-serif;
    color: #282828;
    font-weight: 700;
    line-height: 1.373;
    margin-bottom: 20px;
}

h1 span {
    position: relative;
    z-index: 20;
}

h1 span::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    height: 10px;
    background: #ffc314;
    z-index: -10;
}

.btn_blue {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0088b3), to(#0ba2d2));
    background-image: linear-gradient(0deg, #0088b3 0%, #0ba2d2 100%);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 12px 24px 0px rgba(143, 143, 143, 0.86);
    box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 12px 24px 0px rgba(143, 143, 143, 0.86);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 -1px 0 #041419;
    cursor: pointer;
}

.btn_blue i {
    margin-left: 10px;
}

.btn_blue:hover {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 5px 24px 0px rgba(143, 143, 143, 0.86);
    box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 5px 24px 0px rgba(143, 143, 143, 0.86);
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 39px;
    }
}

@media only screen and (max-width: 768px) {
    .bg1 {
        background: url("../img/bg1-mobile.jpg") center top no-repeat;
        padding: 90px 0 320px 0;
    }

    h1 {
        margin-bottom: 30px;
    }

    .btn_blue {
        padding: 30px;
    }
}

@media only screen and (max-width: 540px) {
    h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .btn_blue {
        padding: 30px 13px;
    }

    .bg1 p {
        padding-right: 0px;
    }
}

.tizers_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 33px 38px 0px rgba(199, 199, 199, 0.47);
    box-shadow: 0px 33px 38px 0px rgba(199, 199, 199, 0.47);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tizer1 {
    background: #f4f4f4;
    border-radius: 5px 0 0 5px;
}

.tizer2 {
    background: #efefef;
}

.tizer3 {
    background: #f9f9f9;
}

.tizer4 {
    background: #ffc314;
    border-radius: 0 5px 5px 0;
}

.tizer {
    padding: 40px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.tizer_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.tizer_title {
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    color: #282828;
    text-transform: uppercase;
    line-height: 1.308;
}

.tizer_lnk {
    cursor: pointer;
    padding-bottom: 3px;
    border-bottom: 1px dotted #282828;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tizer_lnk:hover {
    color: #0088b3;
}

.tizer_descr {
    line-height: 1.5;
}

.tizer_descr span {
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .tizer {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .tizer1 {
        background: #f0f0f0;
        border-radius: 5px 0 0 5px;
    }

    .tizer2 {
        background: #e8e8e8;
    }

    .tizer3 {
        background: #e8e8e8;
    }

    .tizer4 {
        border-radius: 0 8px 8px 0;
    }
}

@media only screen and (max-width: 540px) {
    .tizers_wrp {
        margin-top: -20px;
    }

    .tizer {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .tizer1 {
        background: #f0f0f0;
        border-radius: 5px 5px 0 0;
    }

    .tizer4 {
        border-radius: 0 0 5px 5px;
    }

    .tizer3 {
        background: #f0f0f0;
    }

    .tizer {
        padding: 15px;
    }

    .tizer_icon {
        width: 40px;
        margin-bottom: 0;
    }
}

.catalog {
    padding: 78px 0;
    margin-bottom: 78px;
}

h4 {
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    color: #282828;
    font-weight: bold;
    line-height: 1.667;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.catalog_dscr {
    padding-left: 30px;
    border-left: 3px solid #ffc314;
    margin-bottom: 30px;
}

.catalog_dscr p {
    line-height: 1.7;
}

.pr-prev,
.pr-next {
    border: none;
    padding: 10px 15px;
    background: #ffc314;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pr-prev:hover,
.pr-next:hover {
    opacity: .7;
}

.catalog_slider {
    margin: 0 -15px;
}

.slider_item {
    -webkit-box-shadow: 0 10px 15px #dcdcdc85;
    box-shadow: 0 10px 15px #dcdcdc85;
/*     margin: 30px 15px; */
    padding: 15px 15px 25px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width:100%;
}

.slider_item:hover {
    -webkit-box-shadow: 0 5px 5px #dcdcdc85;
    box-shadow: 0 5px 5px #dcdcdc85;
}

.slider_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 200px;
}



.slider_img img {
    object-fit: cover;
}



.slider_title {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #282828;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}



.slider_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.colors_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}

.color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 7px;
}

.color:last-child {
    margin-right: 0;
}

.c_white {
    background: #ececec;
}

.c_blue {
    background: #00b7f4;
}

.c_greeen {
    background: #83c550;
}

.c_brown {
    background: #976d49;
}

.buy_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider_btn {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0088b3), to(#0ba2d2));
    background-image: linear-gradient(0deg, #0088b3 0%, #0ba2d2 100%);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 12px 24px 0px rgba(143, 143, 143, 0.86);
    box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 12px 24px 0px rgba(143, 143, 143, 0.86);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 17px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 -1px 0 #041419;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_btn i {
    margin-left: 10px;
}

.slider_btn:hover {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 5px 24px 0px rgba(143, 143, 143, 0.86);
    box-shadow: 0px 3px 0px 0px rgba(4, 107, 140, 0.93), 0px 5px 24px 0px rgba(143, 143, 143, 0.86);
}

.ic_slider {
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-left: 10px;
}
h2{
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    color: #282828;
    font-weight: bold;
    line-height: 1.667;
    margin-bottom: 20px;
}

@media only screen and (max-width: 540px) {
    
    .slider_img {

    height: 100px;
}
    h4 {
        font-size: 28px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

  padding-right: 5px;
  padding-left: 5px;
}

h2{
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    color: #282828;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.slider_title {
  font-size: 14px;
}
.slider_btn {
    padding: 14px 12px;
    font-weight: 600;

}

}




.st_wrp {
    background: url(../img/bg2.png) center top no-repeat;
    margin-top: -100px;
}

.stages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stage {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #282828;
    font-weight: bold;
    line-height: 1.5;
    padding: 30px 0 30px 30px;
    border-left: 3px solid #ffc314;
    margin-bottom: 30px;
}

.stage:last-child {
    margin-bottom: 0;
}

.st_right__wrp {
    padding: 70px 50px;
}

.stage_title {
    font-size: 42px;
    font-family: "Oswald", sans-serif;
    color: white;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.stage_dscr p {
    font-size: 15px;
    color: white;
    line-height: 1.5;
    margin-bottom: 30px;
}

.btn_yellow2 {
    padding: 30px 50px;
    display: inline-block;
    margin-bottom: 200px;
}

@media only screen and (max-width: 992px) {
    .st_wrp {
        padding: 70px 0;
    }

    .st_or1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .st_or2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .st_wrp {
        background: #0088b3;
        margin-top: -100px;
    }

    .btn_yellow2 {
        padding: 30px 50px;
        display: inline-block;
        margin-bottom: 30px;
    }

    .st_right__wrp {
        padding: 0;
    }

    .stage {
        color: #fff;
        padding: 15px 0 15px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .about {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .director_info {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.about {
    position: relative;
    margin-bottom: 60px;
}

.about_img {
    margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
    .about {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
}

.contacts {
    position: relative;
    margin-top: 60px;
}

.map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    display: block;
}

.contact_title {
    margin-top: 55px;
}

.contacts_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact_box__wrp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.contact_box__wrp-title p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.ic_footer {
    width: 17px;
    height: 17px;
    fill: #0088b3;
    margin-right: 10px;
}

.contact_box__wrp-adress {
    margin-bottom: 30px;
    line-height: 1.3;
}

.contact_box__wrp-adress span {
    font-family: 'Arial';
}

.contact_box__wrp-adress a {
    color: #282828;
    display: block;
}

.contact_box__wrp-tel {
    margin-bottom: 30px;
}

.contact_box__wrp-tel a {
    font-weight: 700;
    font-family: 'Arial';
    font-size: 24px;
    text-decoration: none;
    color: #282828;
    display: block;
    line-height: 1.3;
}

.footer_bottom {
    background: #2e5e88;
}

.footer_bottom .bottom_line_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:center;
}
.footer_bottom .bottom_line_wrp a {
color:#fff;
}

.footer_bottom .bottom_line {
    padding: 7px 0;
    color: #fff;
    opacity: .6;
    font-size: 14px;
}

.footer_bottom .bottom_line a {
    color: #fff;
    opacity: .6;
}

@media only screen and (max-width: 768px) {
    .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact_box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .map {
        position: relative;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

body.modal-open {
    padding-right: 0px !important;
}

.modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.modal-header a {
    color: #282828;
}

.form-group_modal {
    padding: 20px 25px;
}

.form-group_modal label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-group_modal label span {
    color: red;
}

.form_input__modal {
    padding: 13px 20px;
    border: 1px solid #0088b3;
    margin-bottom: 20px;
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: transparent;
}

.form_input__modal:focus {
    border: 1px solid lightgray;
}

textarea:focus {
    border: 1px solid lightgray;
    outline: none;
}

.form_group__bottom-modal {
    padding: 0px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.form_btn__modal {
    padding: 17px 25px;
    background: #0088b3;
    color: #fff;
    border: 1px solid #0088b3;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.form_btn__modal:hover {
    background: #fff;
    color: #244d72;
    border: 1px solid #0088b3;
}

.politika_modal {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.close-menu__modal {
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 900;
}

.close-menu__modal span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #282828;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.close-menu__modal span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.close-menu__modal span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.reg_tabs {
    margin: 0 40px;
}

.modal-header_reg {
    border-bottom: 1px solid transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
}

.modal-header {
    padding: 40px 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-header h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}

.modal-header h5 span {
    font-weight: 300;
    font-size: 18px;
}

.modal-header a {
    display: block;
    font-family: 'Arial';
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}

.modal-body {
    position: relative;
}

#success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: none;
    text-align: center;
    padding: 40px;
    display: none;
    z-index: 800;
}

.text_success {
    font-size: 34px;
    line-height: 1.5;
}

@media only screen and (max-width: 568px) {

    .form-group_modal,
    .form_group__bottom-modal {
        padding: 0px 0px;
    }

    .modal-header {
        padding-top: 60px;
    }

    .modal_heading {
        padding: 0px 0px;
        margin-bottom: 20px;
    }
}

.pre-block{
    margin-bottom: 40px;
}


