@font-face {
    font-family: "PF Agora Sans Pro";
    src: url("../fonts/PFAgoraSansProRegular/PFAgoraSansPro-Regular.eot?") format("eot"), url("../fonts/PFAgoraSansProRegular/PFAgoraSansPro-Regular.woff") format("woff"), url("../fonts/PFAgoraSansProRegular/PFAgoraSansPro-Regular.ttf") format("truetype"), url("../fonts/PFAgoraSansProRegular/PFAgoraSansPro-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: KelsonSans b;
    src: url("../fonts/KelsonSansBoldRU/KelsonSans-BoldRU.eot?") format("eot"), url("../fonts/KelsonSansBoldRU/KelsonSans-BoldRU.woff") format("woff"), url("../fonts/KelsonSansBoldRU/KelsonSans-BoldRU.ttf") format("truetype"), url("../fonts/KelsonSansBoldRU/KelsonSans-BoldRU.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: HarmoniaSansProCyr b;
    src: url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyr-Bold.eot?") format("eot"), url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyr-Bold.woff") format("woff"), url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyr-Bold.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyr-Bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: HarmoniaSansProCyr;
    src: url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyr-Regular.eot?") format("eot"), url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyr-Regular.woff") format("woff"), url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyr-Regular.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyr-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2";
    src: url("../fonts/Exo2Regular/Exo2Regular.eot?") format("eot"), url("../fonts/Exo2Regular/Exo2Regular.woff") format("woff"), url("../fonts/Exo2Regular/Exo2Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html * {
    max-height: 1000000px;
}

body {
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.fixed {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.btn-center {
    text-align: center;
}

p {
    margin-bottom: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

input.error {
    color: red !important;
}

input.error::-webkit-input-placeholder {
    color: red;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

input.error::-moz-placeholder {
    color: red;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

input.error:-moz-placeholder {
    color: red;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

input.error:-ms-input-placeholder {
    color: red;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.fancybox-inner {
    overflow: visible !important;
}

.fancybox-close {
    width: 30px;
    height: 30px;
    background: url("../img/ico/close.png") center no-repeat;
}

.fancybox-close:hover {
    background: url("../img/ico/close-a.png") center no-repeat;
}

.fancybox-next span {
    background: url("../img/ico/f_right.png") center no-repeat;
}

.fancybox-next span:hover {
    background: url("../img/ico/f_right-a.png") center no-repeat;
}

.fancybox-prev span {
    background: url("../img/ico/f_left.png") center no-repeat;
}

.fancybox-prev span:hover {
    background: url("../img/ico/f_left-a.png") center no-repeat;
}


/*modal-thanks*/

.my-modal-thanks {
    width: 300px;
    height: 160px;
    margin: auto;
    padding-right: 0 !important;
    border-bottom: 5px solid #DE242B;
    background: #fff;
    z-index: 9999;
    text-align: center;
    border-radius: 10px;
}

.modal-thanks-h3 {
    color: #333;
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 35px;
}

.modal-thanks-p {
    text-align: center;
    color: #333;
    font-family: HarmoniaSansProCyr b;
    font-size: 18px;
}


/*my_modal_window*/

.my_modal_window {
    width: 400px;
    height: auto;
    padding: 30px 0 50px;
    background: #fff;
    display: none;
    box-shadow: 0 0 14px #000;
    border-radius: 5px;
    text-align: center;
}

.my_modal_window .header_form_h1 {
    font-family: HarmoniaSansProCyr b;
    font-size: 33px;
    line-height: 42px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.my_modal_window .header_form_h1 span {
    display: block;
    color: #333;
    font-family: HarmoniaSansProCyr b;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}

.my_modal_window input {
    margin-bottom: 15px;
    width: 260px;
    height: 45px;
    background-color: rgb(252, 252, 252);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 5px;
    box-shadow: inset 0 3px 0 rgba(234, 234, 234, 0.35);
    color: rgb(175, 175, 175);
    font-family: HarmoniaSansProCyr;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 15px;
    outline: none;
}

.my_modal_window textarea {
    background-color: rgb(252, 252, 252);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 5px;
    box-shadow: inset 0 3px 0 rgba(234, 234, 234, 0.35);
    color: rgb(175, 175, 175);
    font-family: HarmoniaSansProCyr;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 15px;
    outline: none;
    width: 100%;
    max-width: 260px;
    margin-bottom: 15px;
    height: 120px;
}

.my_modal_window .submit_btn {
    width: 260px;
    height: 60px;
    background: #de242b;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    font-family: HarmoniaSansProCyr b;
    outline: none;
    position: relative;
    border: none;
    outline: none;
    font-size: 25px;
}

.my_modal_window .submit_btn:hover {
    color: #fff;
    background: #FD4B52;
}

.my_modal_window .submit_btn:active {
    border-color: transparent;
    transition: .1s;
}

@media screen and (max-width: 430px) {
    .fancybox-close {
        right: 5px;
        top: -23px
    }
    .my_modal_window {
        width: 100%;
        min-width: 305px;
    }
    .my_modal_window .header_form_h1 {
        font-size: 25px;
        line-height: 27px;
    }
}

@media screen and (max-width: 360px) {
    .my_modal_window {
        min-width: 300px;
    }
}

.container-fluid {
    overflow: hidden;
}


/*header*/

header {
    background: #EEEEEE;
    height: 100px;
    border-bottom: 2px solid #de242b;
}

.logo {
    margin-top: 7px;
    display: inline-block;
}

.logo img {
    width: auto;
    height: 85px;
}

.header_callback {
    margin-top: 10px;
    text-align: center;
}

.header_callback>p {
    color: #000;
}

.header_callback>p>span {
    font-weight: bold;
}

.header_callback>a {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background: #de242b;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    font-family: HarmoniaSansProCyr b;
}

.header_callback>a:hover {
    background: #FD4B52;
    color: #fff;
}

.header_slogan>h1 {
    text-align: center;
    line-height: 100px;
    font-size: 35px;
    margin: 0;
}


/*screen1*/

.screen1 {
    height: 550px;
    position: relative;
}

.top_menu_links_wrapper {
    margin-top: 26px;
}

.top_menu {
    height: 45px;
    background: rgba(255, 255, 255, .8);
    z-index: 2;
    text-align: center;
}

.top_menu_links.more {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 4;
    text-align: center;
}

.top_slide {
    height: 550px;
}

.top_slide img {
    display: block;
    margin: 0 auto;
}

.nav_list {
    margin-bottom: 0;
    padding: 0;
}

.nav_list li {
    display: inline-block;
    vertical-align: top;
}

.nav_list li a {
    padding: 0 10px;
    color: #000;
    line-height: 45px;
    font-family: HarmoniaSansProCyr b;
    font-size: 18px;
    position: relative;
}

.nav_list li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #DE242B;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.nav_list li a:hover:after {
    width: 100%;
}

.top_menu_links.more .nav_list li a {
    color: #fff;
}

.top_menu.more .nav_list li a {
    color: #fff;
}


/*screen2*/

.screen2 {
    background: #fff;
    padding: 45px 0;
}

.about_img {
    text-align: center;
}

.main_title_wrapper {
    text-align: center;
}

.main_title {
    text-transform: uppercase;
    color: #000;
    margin: 0 0 25px;
    position: relative;
    text-align: center;
    font-family: KelsonSans b;
}

.scr2_about {
    padding-bottom: 30px;
    font-family: "PF Agora Sans Pro";
    color: #000;
    line-height: 25px;
    text-align: justify;
    font-size: 18px;
}

.scr2_about p span {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.main_title span {
    display: inline-block;
    background: #fff;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}

.main_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #de242b;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.main_blocks {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 0;
}

.main_block {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin: 10px;
    font-size: 0;
}

.item_title {
    font-family: HarmoniaSansProCyr;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}

.item_title b,
.item_title strong {
    font-family: HarmoniaSansProCyr b;
}

.item_picture {
    text-align: center;
    position: relative;
    width: 100%;
    /*height: 240px;*/
    overflow: hidden;
    font-size: 0;
}

.item_picture img {
    width: 100%;
    height: auto;
}

.abs_hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6) url("../img/ico/item_lens.png") center no-repeat;
    z-index: 2;
    opacity: 0;
    font-size: 0;
}

.item_picture:hover .abs_hover {
    opacity: 1;
    visibility: visible;
}

.item_picture img {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
}

.item_picture:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1;
}

.blocks_slider {
    margin: 0 auto 50px;
    width: 1100px;
}

.blocks_slider .main_block {
    display: block;
    margin: 0 auto;
}

.main_title_small {
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: HarmoniaSansProCyr b;
}

.video_block {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 230px;
    margin: 0 20px;
}

.video_block.large_video_block {
    width: 600px;
    margin: 20px;
    height: 350px;
}

.video_block iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.main_btn_wrapper {
    text-align: center;
    margin: 30px 0 50px;
}

.main_btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #de242b;
    font-family: HarmoniaSansProCyr b;
    font-size: 18px;
    border-radius: 5px;
}

.main_btn:hover {
    background: #FD4B52;
    color: #fff;
}

.main_btn:focus {
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    width: 37px;
    height: 71px;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: .7;
}

.slick-prev,
.slick-prev:focus {
    left: -35px;
    background: transparent url("../img/ico/left.png") center no-repeat;
}

.slick-next,
.slick-next:focus {
    right: -35px;
    background: transparent url("../img/ico/right.png") center no-repeat;
}

.slick-next:hover {
    opacity: 1;
    background: transparent url("../img/ico/right.png") center no-repeat;
}

.slick-prev:hover {
    opacity: 1;
    background: transparent url("../img/ico/left.png") center no-repeat;
}


/*screen3*/

.screen3 {
    min-height: 550px;
    text-align: center;
    background: url("../img/images/bg.jpg") center top no-repeat;
}

.scr3_title {
    font-family: "Exo 2";
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    margin-top: 155px;
    text-shadow: 0 0 5px #000;
}

.scr3_title_under_title {
    font-family: "Exo 2";
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin: 0 auto;
    max-width: 590px;
}

.scr3_blog_btn {
    display: inline-block;
    font-family: "Exo 2";
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    position: relative;
    border: 2px solid #DE242B;
    padding: 8px 20px;
    border-radius: 5px;
    min-width: 215px;
    margin-left: 20px;
    background: rgba(222, 36, 43, .3);
}

.scr3_blog_btn:hover {
    color: #fff;
    background: #DE242B;
}

.scr3_blog_btn:focus {
    color: #fff;
    background: rgba(222, 36, 43, .3);
}


/*screen4*/

.screen4 {
    padding-top: 60px;
    padding-bottom: 40px;
}


/*map*/

.map {
    height: 515px;
}

#map {
    height: 100%;
}

.map .container {
    position: relative;
}

.map_form_wrapper {
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 2;
    height: 430px;
    width: 460px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, .6);
    text-align: center;
}

.map_form_wrapper .header_form_h1 {
    font-family: HarmoniaSansProCyr b;
    font-size: 30px;
    margin: 20px 0 20px;
}

.map_form_wrapper input {
    margin-bottom: 15px;
    width: 330px;
    height: 45px;
    background-color: rgb(252, 252, 252);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 5px;
    box-shadow: inset 0 3px 0 rgba(234, 234, 234, 0.35);
    color: rgb(175, 175, 175);
    font-family: HarmoniaSansProCyr b;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 15px;
    outline: none;
}

.map_form_wrapper textarea {
    width: 330px;
    height: 90px;
    background-color: rgb(252, 252, 252);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 5px;
    box-shadow: inset 0 3px 0 rgba(234, 234, 234, 0.35);
    color: rgb(175, 175, 175);
    font-family: HarmoniaSansProCyr b;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 15px;
    outline: none;
}

.submit_btn {
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #de242b;
    font-family: HarmoniaSansProCyr b;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    outline: none;
    min-width: 220px;
}

.submit_btn:hover {
    background: #FD4B52;
    color: #fff;
}


/*footer*/

.footer {
    background: #EEEEEE;
    border-top: 2px solid #de242b;
}

.footer_logo {
    width: 140px;
    margin-top: 10px;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_tels {
    margin-top: 15px;
    text-align: center;
    font-family: HarmoniaSansProCyr;
    font-size: 18px;
}

.footer_address {
    line-height: 100px;
    text-align: right;
    font-family: HarmoniaSansProCyr;
    font-size: 20px;
}

.slick-slide {
    outline: none;
}

.hidden-trigger {
    display: none;
}


/*items_block*/

.items_block {
    padding: 40px 0;
}

.items_block_wrapper {
    text-align: center;
}


/*gallery sliders*/

.small_slider {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
    background: #fff;
}

.small_slide {
    display: inline-block;
    vertical-align: top;
    height: auto;
    position: relative;
}

.small_slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4) url("../img/ico/item_lens_sm.png") center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.small_slide:hover:after {
    opacity: 1;
}

.small_slide:hover {
    cursor: pointer;
}

.small_slide img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 130px;
}

.small_slider .slick-slide {
    padding: 15px;
}

.slick-center .small_slide {
    box-shadow: 0 0 30px rgba(0, 0, 0, .8);
}

.big_slider {
    width: 980px;
    margin: 0 auto;
}

.big_slide {
    width: 980px;
    position: relative;
    height: 735px;
    display: table;
    text-align: center;
}

.big_slide p {
    display: table-cell;
    vertical-align: middle;
}

.big_slide img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 735px;
}

.mt45 {
    margin-top: 45px;
}


/*end of gallery sliders*/

.gruz_block_wrapper {
    height: auto;
    text-align: center;
}

.gruz_block {
    display: inline-block;
    max-width: 600px;
    height: auto;
    position: relative;
}

.gruz_block > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6) url("../img/ico/item_lens.png") center no-repeat;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.gruz_block:hover > a {
    opacity: 1;
    visibility: visible;
}

.gruz_block img {
    max-width: 100%;
    height: auto;
}

.title_description {
    font-family: HarmoniaSansProCyr b;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}


/*media queries*/

@media screen and (min-width: 1921px) {
    .screen3,
    .top_slide {
        background-size: cover !important;
    }
}

@media screen and (max-width: 1199px) {
    .logo {
        width: 100%;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .nav_list li a {
        padding: 0px 8px;
    }
    .blocks_slider {
        width: 100%;
    }
    .main_block {
        width: 290px;
        height: auto;
    }
    .item_picture {
        height: auto;
    }
    .item_picture img {
        width: 100%;
        height: auto;
    }
    .video_block {
        width: 300px;
        margin: 0 10px;
    }
    .about_img {
        margin-top: 20px;
    }
    .big_slider {
        width: 90%;
    }
    .big_slide {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .logo img {
        max-width: 130px;
    }
    .about_img {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .main_block {
        width: 290px;
    }
    .blocks_slider {
        width: 685px;
    }
    .screen2,
    .screen4 {
        padding-bottom: 0;
    }
    .map_form_wrapper {
        right: auto;
        left: 50%;
        moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .footer_logo {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .footer_logo img {
        max-width: 180px;
    }
    .footer_address {
        text-align: center;
    }
    .video_block {
        width: 235px;
        height: 150px;
        margin-bottom: 20px;
    }
    .video_block:last-child {
        margin-bottom: 0;
    }
    .small_slider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .top_slide {
        background-size: cover !important;
        height: 255px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        background: rgba(238, 238, 238, .9);
        height: auto;
    }
    .top_menu_links.more {
        position: relative;
        background: transparent;
    }
    .top_menu_links.more .nav_list li a {
        color: #000;
        width: 100%;
        display: block;
    }
    .logo {
        display: inline-block;
        width: 70%;
    }
    .hidden-trigger {
        display: block;
        width: 35px;
        height: 30px;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        margin-top: 28px;
        margin-right: 20px;
        position: relative;
        float: right;
    }
    .hidden-trigger:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 3px;
        background: #000;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .hidden-trigger:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: 50%;
        margin-bottom: -2px;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .open_menu.hidden-trigger:after {
        transform: rotate(45deg);
        height: 2px;
        margin-bottom: -1px;
    }
    .open_menu.hidden-trigger:before {
        transform: rotate(-45deg);
        height: 2px;
    }
    .hidden-trigger.open_menu {
        border-color: transparent;
    }
    .nav_list {
        display: none;
    }
    .nav_list li {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }
    .top_menu_links_wrapper {
        margin-top: 0;
    }
    .logo img {
        max-width: 90px;
    }
    .logo {
        padding: 10px;
    }
    .screen1 {
        height: auto;
        margin-top: 82px;
    }
    .screen1 .slick-slider {
        margin-bottom: 0;
    }
    .about_img img {
        max-width: 180px;
    }
    .top_menu_links.more {
        text-align: left;
    }
    .blocks_slider {
        width: 650px;
    }
    .big_slide {
        height: 480px;
    }
    .big_slide img {
        max-height: 480px;
    }
}

@media screen and (max-width: 720px) {
    .blocks_slider {
        width: 80%;
    }
    .scr3_title {
        line-height: 50px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 680px) {
    .items_block_wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
/*    .abs_hover {
        display: none;
    }*/
    .video_block.large_video_block {
        width: 235px;
        height: 150px;
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 550px) {
    .main_title:after {
        display: none;
    }
    .main_title {
        border-bottom: 1px solid #de242b;
        display: inline-block;
        padding-bottom: 10px;
    }
    .screen2 {
        text-align: center;
    }
    .top_slide {
        height: 170px;
    }
    .screen4 {
        text-align: center;
    }
    .main_title {
        width: auto;
        max-width: 300px;
    }
    .map_form_wrapper {
        width: 100%;
        max-width: 460px;
    }
    .scr3_title_under_title {
        line-height: 25px;
    }
    .scr2_about {
        line-height: 20px;
    }
    .items_block {
        text-align: center;
    }
    .big_slide {
        height: 370px;
    }
    .big_slide img {
        max-height: 370px;
    }
    .big_slider {
        width: 85%;
    }
}

@media screen and (max-width: 460px) {
    .items_block_wrapper {
        text-align: center;
    }
    .scr3_blog_btn {
        display: block;
        margin: 20px auto 0;
        max-width: 215px;
    }
    .scr3_title {
        margin-top: 115px;
    }
}

@media screen and (max-width: 430px) {
    .scr3_title {
        font-size: 40px;
        line-height: 42px;
    }
    .blocks_slider {
        width: 70%;
    }
    .logo img {
        max-width: 65px;
    }
    .hidden-trigger {
        margin-top: 10px;
    }
    .logo {
        margin-top: 0;
        padding: 4px;
        margin-left: 5px;
    }
    .screen1 {
        margin-top: 49px;
    }
    .title_description {
        line-height: 28px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 380px) {
    .my_modal_window {
        min-width: 280px;
    }
}

@media screen and (max-width: 360px) {
    .map_form_wrapper input,
    .map_form_wrapper textarea {
        width: 90%;
    }
    .big_slider {
        width: 80%;
    }
    .big_slide {
        height: 300px;
    }
    .big_slide img {
        max-height: 300px;
    }
    .my_modal_window {
        min-width: 250px;
        padding: 20px 0 20px;
    }
    .my_modal_window input,
    .my_modal_window textarea,
    .my_modal_window .submit_btn {
        width: 90%;
    }
    .my_modal_window .header_form_h1 {
        line-height: 20px;
    }
    .my_modal_window .submit_btn {
        height: 45px;
        line-height: 45px;
        padding: 0;
        font-size: 20px;
    }
    .my_modal_window textarea {
        height: 100px;
    }
    .scr3_title {
        margin-top: 110px;
    }
}
