/*
Theme Name: nkv
Theme URI: https://www.premium-park.com.ua/
Author: Sahan Oleksandr
Description: Premium park
Version: 1
Text Domain: premium-park
*/
body {
    font-family: 'PFDinDisplayPro-Regular';
    font-size: 16px;
    color: #39291C;
    line-height: 1.2;
    padding-top: 100px;
}

.wrapper {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}

#fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

#top {
    padding: 10px 0;
    background-color: #371d0a;
}

.hd_adr {
    background: url(/wp-content/themes/nkv/img/ico_adr.png) 0 0 no-repeat;
    padding-left: 32px;
    font-size: 16px;
    line-height: 22px;
}

.hd_tel {
    font-size: 14px;
}

.hd_lang {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

.hd_lang .lang-item {
    margin: 0 6px;
}

.hd_lang a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.hd_ring {
    float: right;
    height: 31px;
}

.hd_ring a {
    display: block;
    background: url('img/ico_tel.png') 10px 4px no-repeat;
    padding: 0 9px 0 37px;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 31px;
}

#header {
    background: #F4EFEA;
    padding: 7px 0;
}

.hd_logo {
    display: flex;
    height: 53px;
}

.hd_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hd_menu > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
}

.hd_menu ul li a {
    color: #39291C;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 7px;
    box-sizing: border-box;
}

.menu_dropdown {
    display: none;
    padding: 0;
}

.menu_dropdown > li {
    float: none !important;
    margin: 0 !important;
    text-transform: uppercase;
    padding: 10px !important;
}

.menu_dropdown > li:hover {
    background: #371c08;
}

.menu_dropdown > li:hover > a {
    color: #fff;
}

li.menu-item:hover > .menu_dropdown {
    display: block;
    position: absolute;
    margin: 25px 0 0;
    background: #fff;
    height: auto;
    width: 222px;
}

.home_slider_outer {
    width: 100%;
    min-width: 1100px;
    max-width: 1440px;
    overflow: hidden;
    margin: 0 auto;
}

.section {
    padding: 15px 0;
}

#home_slider {
    width: 100%;
    margin: 0 auto;
}

.slide_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slide_text {
    display: block;
    margin-top: 160px;
    text-align: center;
    font-size: 40px;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide_btn {
    display: block;
}

.slide_btn button {
    border: 2px solid white;
    -webkit-border: 2px solid white;
    -moz-border: 2px solid white;
    padding: 10px 40px;
    border-radius: 2px;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 30px auto 0 auto;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    cursor: pointer;
    display: block;
    background: transparent;
}

.slide_btn button:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.13);
}

#content {
    padding-bottom: 40px;
    min-width: 1100px;
}

.home_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    padding-top: 35px;
    font-family: 'PFDinDisplayPro-Black';
}

.home_text {
    font-size: 16px;
    color: #39291C;
/*    margin-left: -25 px;*/
    margin-top: -15px;
}

#docs {
    margin-top: 20px;
    min-width: 1100px;
}

#docs ul {
    display: none;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#docs ul.active {
    display: block;
}

#docs ul li {
    display: inline-block;
    margin: 0 17px;
}

#docs ul li:nth-child(1) {
    margin-left: 0;
}

#docs ul li:nth-child(5) {
    margin-right: 0;
}

.docs_btn {
    margin: 30px 0 60px 0;
}

.docs_btn button {
    font-size: 16px;
    color: #39291C;
    border: 1px solid #39291C;
    width: 150px;
    margin: 0 auto;
    display: block;
    background: transparent;
    padding: 5px 0;
    outline: none;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all 0.6s ease 0s;
}

.docs_btn button:hover {
    background: #38281B;
    color: #FFF;
}

#plans {
    background: url('img/background3.jpg') center bottom no-repeat;
    height: 750px;
    width: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding: 15px 0;
}

.plans_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    padding-top: 25px;
    font-family: 'PFDinDisplayPro-Black';
}

.plans_sections_links {
    flex: 1 1 0;
}

.plans_tabs_links {
    margin-left: 30px;
}

.plans_tabs_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plans_tabs_links ul li {
    display: block;
}

.plans_tabs_links ul li a {
    cursor: pointer;
    display: block;
    width: 145px;
    text-decoration: none;
    font-size: 18px;
    color: #38281B;
    padding: 15px 20px;
    border-bottom: 0;
    position: relative;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all 0.6s ease 0s;
}

.plans_tabs_links ul li a.active, .plans_tabs_links ul li a:hover {
    background: #38281B;
    color: #FFF;
}

.plans_tabs {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.plans_tab {
    display: none;
    flex: 1 1 0;
}

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

.plans_tab.active {
    display: block;
}

.plans_tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plans_tab ul li {
    float: left;
    margin: 0 10px 20px 10px;
}

.plans_tab ul li:nth-child(1), .plans_tab ul li:nth-child(4) {
    /* margin-left: 0; */
}

.plans_tab ul li:nth-child(4) {
    clear: both;
}

.plans_tab ul li:nth-child(3), .plans_tab ul li:nth-child(7) {
    margin-right: 0;
}

.plans_tab ul li a {
    text-decoration: none;
    color: #38281B;
    display: block;
    position: relative;
    overflow: hidden;
}

.apart_thumb {
    width: 230px;
    height: 215px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 15px;
}

.apart_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 215px;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all 0.6s ease 0s;
    background: rgba(255, 255, 255, 0.4);
    display: block;
}

.plans_tab ul li a:hover .apart_overlay {
    top: -100%;
}

.apart_meta {
    display: block;
    margin: 5px 0;
}

.apart_meta:nth-child(1) {
    margin-top: 15px;
}

.apart_img img {
    width: auto;
    height: auto;
    max-height: 500px;
    margin-top: 2em;
}

.garage_img img {
    max-width: 350px;
    height: auto;
    margin-top: 2em;
}

#media {
    min-width: 1100px;
}

.media_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    padding-top: 25px;
    font-family: 'PFDinDisplayPro-Black';
}

.video_iframe {
    margin: 20px 0 5px;
}

.fotos {
    position: relative;
}

.fotos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    clear: both;
    overflow: hidden;
}

.fotos ul.active {
    display: block;
}

.fotos ul li {
    float: left;
    margin: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.fotos ul li:first-child {
    margin-left: 0;
}

.fotos ul li:nth-child(4n+4) {
    margin-right: 0;
}

.fotos ul li img {
    display: block;
}

.fotos ul li .gallery_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0px;
    background: rgba(57, 41, 28, 0.4);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all 0.6s ease 0s;
}

.fotos.inner ul li:hover .gallery_overlay {
    background: rgba(57, 41, 28, 0.2);
}

.fotos.inner ul li:nth-child(4n+4) {
    margin-right: 0;
}

.fotos.inner ul li:nth-child(1), .fotos.inner ul li:nth-child(5n+5) {
    margin-left: 0;
}

.gallery_title {
    display: block;
    margin-top: 50px;
    color: #FFF;
    font-size: 24px;
    font-family: 'PFDinDisplayPro-Black';
    margin-left: 30px;
}

.gallery_name {
    font-size: 42px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro-Black';
    margin-left: 30px;
}

.fotos_btn {
    clear: both;
    margin: 25px 0 45px 0;
}

.fotos_btn button {
    font-size: 16px;
    color: #39291C;
    border: 1px solid #39291C;
    width: 150px;
    margin: 0 auto;
    display: block;
    background: transparent;
    padding: 5px 0;
    outline: none;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all 0.6s ease 0s;
}

.fotos_btn button:hover {
    background: #38281B;
    color: #FFF;
}

#buy {
    min-height: 665px;
    min-width: 1100px;
    background-attachment: fixed;
}

.buy_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    padding-top: 25px;
    margin-bottom: 30px;
    font-family: 'PFDinDisplayPro-Black';
}

#buy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 575px;
    position: relative;
}

#buy ul li {
    position: absolute;
}

.step_num {
    background: #38281B;
    width: 17px;
    height: 37px;
    display: block;
    border-radius: 37px;
    color: #FFF;
    padding: 0 8px 0 12px;
    line-height: 37px;
    font-size: 21px;
    margin-left: 72px;
    font-family: 'PFDinDisplayPro-Black';
}

.step_ico {
    float: left;
    margin-right: 7px;
}

.step_ico img {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

#buy ul li:hover .step_ico img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.step_bold {
    float: left;
    font-size: 21px;
    color: #38281B;
    display: block;
    font-family: 'PFDinDisplayPro-Black';
}

.step_italic {
    font-size: 18px;
    color: #38281B;
    display: block;
    float: left;
    float: left;
    font-family: 'PFDinDisplayPro-Italic';
}

.buy_step_1 {
    top: 0;
    left: 0;
    width: 285px;
}

.buy_step_1 .step_bold {
    width: 210px;
    margin-top: 25px;
}

.buy_step_1 .step_italic {
    width: 210px;
}

.buy_step_2 {
    top: 0;
    left: 355px;
    width: 310px;
}

.buy_step_2 .step_bold {
    width: 225px;
    margin-top: 5px;
}

.buy_step_2 .step_italic {
}

.buy_step_3 {
    top: 0;
    left: 725px;
    width: 245px;
}

.buy_step_3 .step_bold {
    width: 172px;
}

.buy_step_4 {
    top: 190px;
    left: 100px;
    width: 505px;
}

.buy_step_4 .step_num {
    margin-left: 107px;
}

.buy_step_4 .step_ico {
    margin-top: -25px;
    margin-right: 27px;
}

.buy_step_4 .step_bold {
    margin-top: 10px;
    width: 390px;
}

.buy_step_4 .step_italic {
    width: 390px;
    font-family: 'PFDinDisplayPro-Regular';
}

.buy_step_5 {
    top: 345px;
    left: 405px;
    width: 492px;
}

.buy_step_5 .step_num {
    margin-left: 107px;
}

.buy_step_5 .step_ico {
    margin-right: 24px;
}

.buy_step_5 .step_bold {
    width: 380px;
    margin-top: 10px;
}

.buy_step_5 .step_italic {
    width: 380px;
    font-family: 'PFDinDisplayPro-Regular';
}

.arrow_1, .arrow_2 {
    width: 162px;
    height: 23px;
    top: 3px;
    left: 185px;
}

.arrow_2 {
    left: 550px;
}

.arrow_3 {
    width: 117px;
    height: 87px;
    top: 360px;
    left: 210px;
}

#contacts {
    padding-bottom: 40px;
}

.contacts_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    padding-top: 25px;
    margin-bottom: 30px;
    font-family: 'PFDinDisplayPro-Black';
}

.contacts_text {
    font-size: 16px;
    color: #39291C;
}

.contacts_form_to {
    font-size: 21px;
    height: 25px;
    position: relative;
    opacity: 0;
}

.contacts_form_to span {
    color: #39291C;
    font-family: 'PFDinDisplayPro-Bold';
}

.contacts_form_to a {
    position: absolute;
    top: 5px;
    right: 0;
    color: #39291C;
    text-decoration: none;
    border-bottom: 1px dashed #39291C;
    font-size: 16px;
}

.contacts_left form {
    margin-top: 10px;
}

.contacts_left form input[type=text], .contacts_left form input[type=email], .contacts_left form input[type=tel] {
    width: 430px;
    border: none;
    border-bottom: 1px solid #39291C;
    color: #39291C;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: none;
}

.contacts_left form textarea {
    background: #F7F3EF;
    width: 430px;
    border: none;
    border-bottom: 1px solid #39291C;
    color: #39291C;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 15px;
    height: 85px;
    outline: none;
    resize: none;
}

.contacts_left form .wpcf7-not-valid {
    border-color: red !important;
}


.contacts_left form .wpcf7-submit {
    width: 145px;
    line-height: 44px;
    color: #FFF;
    border: 1px solid #39291C;
    background: #39291C;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    transition: all 0.3s;
    outline: none;
}

.contacts_left form .wpcf7-submit:hover {
    border: 1px solid #39291C;
    background: #FFF;
    transition: all 0.3s;
    color: #39291C;
    font-weight: bold;
}

.contacts_left .outputEmail {
    display: none;
}

.contacts_left .wpcf7-not-valid-tip {
    color: #39291C;
    font-family: 'PFDinDisplayPro-Bold';
}

.contacts_left .wpcf7-validation-errors {
    border: none;
    color: #39291C;
    font-family: 'PFDinDisplayPro-Bold';
}

.contacts_right {
    width: 375px;
    box-shadow: 0px 0px 6px 1px #CCC;
    background: #FFF;
    border-radius: 4px;
}

.team_slider {
    padding: 30px;
}

.team_slider span {
    display: block;
    width: 285px;
    margin: 0 auto 10px auto;
    text-align: center;
}

.team_slider span.team_foto {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    overflow: hidden;
    margin: 25px auto;
}

.team_slider span.team_foto img {
    width: 100%;
    height: 100%;
}

.team_slider span.team_name {
    font-size: 21px;
    color: #39291C;
    font-family: 'PFDinDisplayPro-Bold';
}

.team_slider span.team_stuff {
    font-size: 16px;
    color: #39291C;
}

.team_slider span.team_contact {
    font-size: 14px;
    color: #39291C;
    margin-top: 5px;
    margin-bottom: 18px;
}

.team_btn button {
    width: 107px;
    line-height: 44px;
    color: #FFF;
    border: none;
    background: #39291C;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

.team_slider .flex-direction-nav a {
    width: 19px;
    height: 32px;
    margin-top: -16px;
}

.team_slider .flex-direction-nav .flex-next {
    background: url('img/person_right.png') 0 0 no-repeat;
}

.team_slider .flex-direction-nav .flex-prev {
    background: url('img/person_left.png') 0 0 no-repeat;
}

#map {
    height: 579px;
    min-width: 1100px;
    width: 100%;
    border-top: 1px solid #39291C;
}

.alignleft {
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

.alignright {
    display: block;
    float: right;
    margin: 5px 0 5px 5px;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

#google_ad {
    height: 0 !important;
    overflow: hidden;
}

#google_ad iframe {
    height: 0 !important;
}

div#fancy_outer {
    z-index: 99999 !important;
}

#apart_single {
    background-image: url('img/plan_bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 650px;
    min-width: 1100px;
    background-attachment: fixed;
    clear: both;
}

#apart_single button, #popup button, input#form-submit {
    line-height: 44px;
    color: #FFF;
    border: none;
    background: #39291C;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    padding: 0 50px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#apart_single .post_body {
    max-height: 650px;
}

.apart_single_left {
    width: 480px;
    float: left;
    text-align: center;
    position: relative;
}

.apart_single_right {
    width: 480px;
    height: 480px;
    float: right;
}

.apart_meta_inner {
    margin: 30px auto;
    width: 300px;
}

.apart_action_block {
    margin: 20px 0;
}

.apart_action_block img {
    max-width: 300px;
}

.popup_close_btn {
    display: block;
    position: absolute;
    width: 41px;
    height: 41px;
    right: -41px;
    top: -41px;
    background: url(img/popup-close.png) no-repeat 0 0;
    cursor: pointer;
}

#book_form_thanks {
    display: none;
}

#brands-slider .flex-viewport {
    width: 890px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.popup {
    display: none;
    position: fixed;
    top: 30%;
    left: 80%;
    margin-left: -310px;
    width: 375px;
    color: #000;
    background: #FFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.75);
    z-index: 50;
    text-align: center;
}

.form-header {
    color: #38281B;
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0;
}

.input-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-control {
    margin-left: 20px;
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #39291C;
    background-color: #FFF;
    background-image: none;
    border: none;
    border-bottom: 1px solid #39291C;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select.form-control {
    width: 85%;
}

::-webkit-input-placeholder {
    color: #39291C;
}

:-moz-placeholder {
    color: #39291C;
}

::-moz-placeholder {
    color: #39291C;
}

:-ms-input-placeholder {
    color: #39291C;
}

.apart {
    fill: transparent;
}

.apart:hover {
    fill: rgba(53, 35, 21, .7);
    opacity: 0.7;
    cursor: pointer;
}

#brands-slider {
    margin-bottom: 25px;
}

#brands-slider a {
    display: block;
}

.gray {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.gray img:hover {
    filter: none;
    filter: grayscale(0);
    -webkit-filter: none;
}

#brands-slider a img {
    display: block;
    -webkit-transition: all 0.5s;
}

#brands-slider a img:hover {
    -webkit-filter: none;
}

.grayscale {
    -webkit-filter: grayscale(100%);
}

#brands-slider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 41px;
    height: 100px;
    margin: -49px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all 0.3s ease;
    text-indent: -9999px;
}

#brands-slider .flex-direction-nav .flex-prev {
    background: url('img/slide_prev.png') 0 0 no-repeat;
    left: 0;
}

#brands-slider .flex-direction-nav .flex-next {
    background: url('img/slide_next.png') 0 0 no-repeat;
    right: 0;
}

.flexslider#brands-slider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider#brands-slider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

#brands-slider .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

#brands-slider .flex-direction-nav a {
    font-size: 0;
}

#brands-slider .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 0;
    line-height: 1;
    display: inline-block;
    content: '';
}

.section_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    padding-top: 25px;
    font-family: 'PFDinDisplayPro-Black';
    margin-bottom: 25px;
}

#news-page, #news-post, .news_block {
    position: relative;
}

.news_block .back-link {
    top: 50%;
    left: -70px;
}

#news-post .back-link {
    top: 50%;
    left: -60px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.news-list li {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
}

.news-list a {
    display: flex;
    flex-direction: column;
}

.news-list a:hover {
    text-decoration: none;
}

.news-list a:hover p {
    color: #d79a2a;
}

.news-list a:hover img {
    transform: scale(1.2) rotate(3deg);
    opacity: .8;
    /*filter: blur(1px);*/
}

.news-list .image {
    overflow: hidden;
    background: #d79a2a;
    margin-bottom: 15px;
}

.news-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: all .4s;
}

.news-list p {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 20px;
    color: #39291C;
    transition: all .3s;
}

.news-date {
    color: #A7A7A7;
    font-size: 12px;
}

.section-navigation {
    text-align: center;
}

.btn-section-navigation {
    border: 1px solid #39291C;
    color: #39291C;
    font-size: 16px;
    text-transform: lowercase;
    display: inline-block;
    padding: 7px 15px;
}

.btn-section-navigation:hover {
    color: #FFF;
    background: #39291C;
    text-decoration: none;
}

.back-link {
    position: absolute;
    width: 126px;
    height: 76px;
    background: url(img/back_link.png) no-repeat 0 0;
    top: 40%;
    left: -60px;
    z-index: 100;
    display: block;
}

.apart_single_left .back-link {
    top: 45%;
}

.back-link:hover {
    background: url(img/back_link_hover.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out;
}

@media only screen and (min-device-width: 768px) {
}

.image-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content p > a > img, .content p > img {
    float: left !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

span.rollover {
    opacity: 1;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(img/mag.png) center center no-repeat #000;
    cursor: pointer;
    height: 188px;
    width: 301px;
    position: absolute;
    z-index: 10;
    opacity: 0;
}

span.rollover:hover {
    opacity: 0.7;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

.section-benefits h2 {
    font-size: 1.875em;
}

.benefits-list {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    position: relative;
    list-style: none;
    text-align: center;
}

.benefits-list figure {
    margin: 0;
    position: relative;
}

.benefits-list li {
    display: inline-block;
    float: left;
    width: 240px;
    position: relative;
}

.benefits-list li:nth-child(5) {
    margin-left: 100px;
}

.benefits-item {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 225px;
}

.benefits-item img {
    position: relative;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.benefits-list li:hover .benefits-item img {
    cursor: pointer;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

#benefitModal .modal-dialog {
    margin-top: 10%;
}

.clearfix:after {
    clear: both;
    clear: both;
    content: '';
    display: table;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.social-icon {
    width: 53px;
    height: 53px;
    margin: 5px 0;
}

.fb-icon {
    margin-bottom: 5px;
}

.vk-icon {
    background: url(img/social-icons2.png) no-repeat -53px 0;
}

.skype-icon {
    background: url(img/social-icons2.png) no-repeat -106px 0;
}

.header-shrink {
    display: none;
    -webkit-transition: all 2.3s;
    -moz-transition: all 2.3s;
    transition: all 2.3s;
}

.one-word {
    height: 40px !important;
}

#works img {
    width: 100%;
    height: auto;
}

.wrapper-big {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.header-shrink {
    display: block;
}

.building {
    position: relative;
}

.building img {
    width: 100%;
}

.building div {
    margin: 0 auto;
}

#building-text {
    background: #FBE4D5;
    border-radius: 5px;
    color: #813118;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 60%;
    left: 1%;
    width: auto;
    padding: 5px;
    animation: building-text 5s linear infinite;
    -webkit-animation: building-text 5s linear infinite;
}

@-webkit-keyframes building-text {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes building-text {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.overlow {
    display: none;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
}

.overlow section {
    overflow-y: scroll;
    display: flex;
    opacity: 0.9;
    position: absolute;
    /* overflow: hidden; */
    top: 50%;
    left: 50%;
    BOX-SIZING: border-box;
    padding: 30px;
    background: #FFF;
    width: 96%;
    height: 96%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.75);
}

.overlow section .plan-left {
    text-align: center;
    width: 50%;
}

.overlow section .plan-left img {
    width: auto;
    max-height: 490px;
    max-width: 100%;
    height: auto;
}

.overlow section .plan-left h1 {
    margin: 0 0 20px 0;
}

.overlow section .plan-right {
    padding-top: 40px;
    margin-top: 20px;
    width: 50%;
}

.overlow section .plan-right p {
    margin: 0;
}

.overlow section .close {
    z-index: 10000;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: auto;
}

.overlow section .close img {
    width: 100%;
    height: auto;
}

#slideout {
    position: fixed;
    top: 200px;
    right: 0;
    padding: 12px 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 9999999;
}

#slideout_inner {
    position: fixed;
    top: 200px;
    right: -303px;
    background: #FFF;
    width: 250px;
    padding: 25px;
    height: auto;
    border: 2px dashed #FF3138;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

#slideout:hover {
    right: 300px;
}

#slideout:hover #slideout_inner {
    right: 0;
}

#slideout_inner {
    right: -304px;
}

.contacts_slideout {
    width: 230px;
    float: left;
}

.contacts_slideout form {
    margin-top: 5px;
}

.contacts_slideout form input[type=text], .contacts_slideout form input[type=email], .contacts_slideout form input[type=tel] {
    width: 210px;
    border: none;
    border-bottom: 1px solid #F8555F;
    color: #39291C;
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
    outline: none;
}

.contacts_slideout form textarea {
    background: #F7F3EF;
    width: 210px;
    border: none;
    border-bottom: 1px solid #39291C;
    color: #39291C;
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
    height: 50px;
    outline: none;
}

.contacts_slideout form input[type=text].wpcf7-not-valid, .contacts_slideout form textarea.wpcf7-not-valid {
    border-color: #A82525;
}

.contacts_slideout form .wpcf7-submit {
    width: 145px;
    line-height: 44px;
    color: #FFF;
    border: none;
    background: #F8555F;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

.contacts_slideout .outputEmail {
    display: none;
}

.contacts_slideout .wpcf7-not-valid-tip {
    color: #39291C;
    font-family: 'PFDinDisplayPro-Bold';
}

.contacts_slideout .wpcf7-validation-errors {
    border: none;
    color: #39291C;
    font-family: 'PFDinDisplayPro-Bold';
}

.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: auto;
}

.tabs:after {
    content: "";
    clear: both;
    display: block;
}

.tabs li {
    float: left;
}

.tabs li > input {
    display: none;
}

.tabs li > label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    /*width: 150px;*/
    text-decoration: none;
    font-size: 18px;
    color: #38281B;
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #38281B;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all 0.6s ease 0s;
}

.tabs li > label:hover {
    background: #38281B;
    color: #FFF;
}

.tabs .tab-content {
    display: none;
    position: absolute;
    width: 90%;
    left: 0;
    margin-top: 30px;
    height: 550px;
    overflow: hidden;
}

.tabs li > input:checked + label {
    background: #38281B;
    color: #FFF;
}

.tabs li > input:checked ~ .tab-content {
    display: block;
}

#bg_popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popup {
    background: #FFF;
    width: 520px;
    margin: 15% auto;
    padding: 5px 20px 13px 20px;
    border: 2px solid #1BA600;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.close {
    display: block;
    position: absolute;
    top: -12px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    color: #FFF;
    background: #1BA600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background-color: #F30;
}

#video {
    background: url(img/background3.jpg) center bottom no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding: 40px 0;
}

.video_title {
    font-size: 30px;
    line-height: 36px;
    color: #39291C;
    border-bottom: 1px solid #3A2A1D;
    margin-bottom: 30px;
    font-family: 'PFDinDisplayPro-Black';
}

.video_inner {
    text-align: center;
}

.video_inner_description {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}

.video_inner_description p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #39291C;
}

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

.video_inner_description img {
    width: 55px;
    transition: all .4s;
}

.video_inner_description a img:hover {
    transform: scale(1.2, 1.2);
}

.video_inner {
    display: flex;
    justify-content: center;
}

.video_inner iframe {
    width: 100%;
    height: 550px;
}

.plans_tabs_links ul li {
    border: 1px solid #38281B;
}

.news_block img{
	float: none;
}

.special-menu-item a{
    font-weight: 600;
    color: #f03d00 !important;
}