/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: "Play", sans-serif;
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    min-width: 320px; }

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    max-width: 1200px; }

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

a {
    outline: none;
    color: inherit;
    text-decoration: none; }

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal; }

button {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font: inherit;
    padding: 0;
    margin: 0;
    border: 0; }

.btn {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0 22px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    border: 0;
    color: #fff;
    background-color: #e09114;
    z-index: 2;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    white-space: nowrap; }
.btn:hover {
    background-color: #ca7f08; }

form input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid #000;
    font-family: inherit; }
form input[type="text"]:focus {
    border-color: #e09114;
    outline: 0;
    outline: thin dotted \9; }

.site-wrapper-for-mobile-nav.overflow-hidden {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: absolute; }

.cd-primary-nav-trigger {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-color: #0c4f6f; }

@media screen and (max-width: 767px) {
    .cd-primary-nav-trigger {
        display: block; } }
.cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.cd-primary-nav-trigger .cd-menu-icon:before, .cd-primary-nav-trigger .cd-menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
    transition: transform 0.3s, top 0.3s, background-color 0s; }
.cd-primary-nav-trigger .cd-menu-icon:before {
    top: -8px; }
.cd-primary-nav-trigger .cd-menu-icon:after {
    top: 8px; }
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0); }
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e7f0f2;
    z-index: 100;
    padding: 40px 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
.cd-primary-nav .menu-links li {
    margin-bottom: 15px;
    font-size: 18px; }

.header {
    position: relative;
    background-color:  #0c4f6f;
}
.header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #0c4f6f;
}
.header:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 95px solid #0c4f6f;
    border-left: 95px solid transparent;
}
.header .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 95px;
    position: relative;
    z-index: 2; }
.header .wrapper .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.header .wrapper .logo img {
    width: 100%; }
.header .wrapper .logo span {
    padding-left: 8px;
    font-size: 24px;
    font-weight: bold; }
.header .wrapper .address,
.header .wrapper .phone {
    color: #fff;
    padding-left: 35px;
    font-size: 14px;
    margin-right: 45px;
    background-position: 0 50%;
    background-size: 28px;
    background-repeat: no-repeat; }
.header .wrapper .address div,
.header .wrapper .phone div {
    margin: 8px 0; }
.header .wrapper .address {
    background-image: url(assets/images/location-pin.svg); }
.header .wrapper .phone {
    background-image: url(assets/images/smartphone.svg);
    height: 30px;
}

@media screen and (max-width: 1200px) {
    .header .wrapper .logo img {
        width: auto;
    }
    .header .wrapper .logo span {
        font-size: 18px; }
    .header .wrapper .address,
    .header .wrapper .phone {
        margin-right: 15px; } }
@media screen and (max-width: 1023px) {
    .header .wrapper .logo span {
        font-size: 16px; }
    .header .wrapper .button {
        display: none; } }
@media screen and (max-width: 767px) {
    .header {
        padding-top: 10px;
        background-color: #0c4f6f; }
    .header:before, .header:after {
        display: none; }
    .header .wrapper {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .header .wrapper .logo {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        color: #fff;
        margin-bottom: 10px; }
    .header .wrapper .button {
        display: block;
        margin-bottom: 10px; }
    .header .wrapper .address,
    .header .wrapper .phone {
        margin-left: 15px;
        margin-bottom: 10px; }
    .header .wrapper .address div,
    .header .wrapper .phone div {
        margin: 0; } }
@media screen and (max-width: 480px) {
    .header .wrapper .logo {
        padding-left: 45px; }
    .header .wrapper .logo span {
        font-size: 12px; }
    .header .wrapper .logo img {
        width: auto; } }
.main-nav {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative; }
.main-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.main-nav ul li {
    padding: 0 17px;
    text-align: center; }
.main-nav ul li a {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 16px 0 14px;
    border-bottom: 2px solid transparent; }
.main-nav ul li a:hover {
    border-color: #e09114; }

@media screen and (max-width: 1023px) {
    .main-nav ul li {
        padding: 0 17px; }
    .main-nav ul li a {
        color: #fff;
        font-size: 14px; } }
#promo {
    background-image: url(assets/images/golovna.jpg);
    /*background-image: url(assets/images/promo.jpg);*/
    background-size: cover;
    background-position: center;
    position: relative; }
#promo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55); }
#promo .wrapper {
    position: relative;
    height: 495px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff; }
#promo .wrapper .h1-like {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    text-transform: uppercase; }
#promo .wrapper .title {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.4; }
#promo .wrapper .title b {
    display: block;
    color: #ffa000;
    margin-top: 10px;
}
#promo .wrapper .btn {
    padding: 0 35px; }

@media screen and (max-width: 1023px) {
    #promo .wrapper .h1-like {
        font-size: 36px; } }
@media screen and (max-width: 480px) {
    #promo .wrapper {
        height: 380px; }
    #promo .wrapper .h1-like {
        font-size: 26px; }
    #promo .wrapper .title {
        font-size: 16px; } }
#services {
    padding: 30px 0 10px; }
#services .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
#services .group .item {
    padding-bottom: 20px;
    width: 16.6666%;
    position: relative;
    padding-left: 55px;
    font-size: 16px;
    font-weight: bold; }
#services .group .number {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 10px;
    border-radius: 50%;
    background-color: #0c4f6f;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: center; }

@media screen and (max-width: 1200px) {
    #services .group .item {
        font-size: 13px; } }
@media screen and (max-width: 1023px) and (min-width: 480px) {
    #services .group .item {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px; }
    #services .group .number {
        position: relative;
        left: 0;
        margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
    #services .group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media screen and (max-width: 480px) {
    #services .group .item {
        min-height: 55px;
        width: 100%; } }
.head {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px; }

.padding {
    padding: 55px 0; }

@media screen and (max-width: 1023px) {
    .head {
        font-size: 22px;
        margin-bottom: 40px; }

    .padding {
        padding: 40px 0; } }
@media screen and (max-width: 767px) {
    .head {
        font-size: 18px;
        margin-bottom: 30px; } }
#reasons {
    background-color: #e7f0f2; }
#reasons .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px; }
#reasons .item {
    padding: 0 30px; }
#reasons .item .image {
    margin-bottom: 20px; }
#reasons .item .bt {
    position: relative;
    padding-left: 60px; }
#reasons .item .bt .icon {
    position: absolute;
    width: 44px;
    top: 0;
    left: 0; }
#reasons .item .bt .hd {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold; }
#reasons .item .bt .txt {
    font-size: 16px; }

@media screen and (max-width: 1023px) {
    #reasons .group {
        margin: 0 -7px; }
    #reasons .item {
        padding: 0 7px; }
    #reasons .item .image {
        margin-bottom: 10px; }
    #reasons .item .bt {
        padding-left: 30px; }
    #reasons .item .bt .icon {
        width: 25px; }
    #reasons .item .bt .hd {
        font-size: 14px;
        margin-bottom: 5px; }
    #reasons .item .bt .txt {
        font-size: 14px; } }
@media screen and (max-width: 767px) {
    #reasons .item .bt {
        padding-left: 0px; }
    #reasons .item .bt .icon {
        display: none; } }
@media screen and (max-width: 599px) {
    #reasons .item {
        width: 100%;
        max-width: 348px;
        margin-bottom: 20px; } }
#calculation {
    background-image: url(assets/images/calc.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-bottom: 80px; }
#calculation input[type="radio"] {
    display: none; }
#calculation input[type="radio"] + label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 10px; }
#calculation input[type="radio"] + label:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 3px; }
#calculation input[type="radio"] + label:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 6px; }
#calculation input[type="radio"]:checked + label:after {
    background-color: #e09114; }
#calculation .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
#calculation .txt-range {
    min-height: 44px;
    margin-bottom: 20px; }
#calculation .box-range1,
#calculation .box-range2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
#calculation .box-result {
    text-align: right;
    padding-top: 90px;
    position: relative; }
#calculation .box-result .price {
    color: #e09114;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px; }
#calculation .box-result:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 1px;
    height: 265px;
    background-color: #fff;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg); }

@media screen and (max-width: 1023px) {
    #calculation .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #calculation .box-radio {
        width: 200px; }
    #calculation .box-result {
        width: 100%;
        padding-top: 30px; }
    #calculation .box-result:before {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        left: auto;
        width: 200px;
        height: 1px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
@media screen and (max-width: 767px) {
    #calculation {
        padding-bottom: 30px; }
    #calculation .box {
        width: 100%;
        margin-bottom: 20px; }
    #calculation .txt-range {
        min-height: 0;
        margin-bottom: 10px; }
    #calculation .box-result {
        text-align: left; }
    #calculation .box-result:before {
        left: 15px;
        right: auto; } }
#included_in_price {
    background-color: #e7f0f2; }
#included_in_price .head {
    text-align: left; }
#included_in_price .tabs-wrapper {
    min-height: 390px; }
#included_in_price .tabs-wrapper .tab {
    margin-bottom: 8px;
    border: 1px solid #0c4f6f;
    padding: 0 30px 0 20px; }
#included_in_price .tabs-wrapper .tab div {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    position: relative; }
#included_in_price .tabs-wrapper .tab div:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #303030;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
#included_in_price .tabs-wrapper .tab ul {
    list-style-type: disc;
    display: none; }
#included_in_price .tabs-wrapper .tab ul li {
    margin-left: 20px; }
#included_in_price .tabs-wrapper .tab.active div {
    color: #e09114; }
#included_in_price .tabs-wrapper .tab.active div:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #e09114; }
#included_in_price .tabs-wrapper .tab.active ul {
    margin-bottom: 10px; }
#included_in_price .wrapper {
    background-position: right bottom;
    background-repeat: no-repeat; }

@media screen and (max-width: 1023px) {
    #included_in_price .head {
        text-align: center; }
    #included_in_price .tabs-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px; }
    #included_in_price .tabs-wrapper .tab div {
        font-size: 16px; }
    #included_in_price .wrapper {
        background: none !important; } }
@media screen and (max-width: 767px) {
    #included_in_price .tabs-wrapper .tab div {
        font-size: 14px; }
    #included_in_price .tabs-wrapper .tab li {
        font-size: 14px; } }
#shema {
    color: #fff;
    background-image: url(assets/images/shema.jpg);
    background-position: center;
    background-size: cover; }
#shema .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
#shema .item {
    position: relative;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 30px; }
#shema .item .image {
    margin-bottom: 10px; }
#shema .item .number {
    position: absolute;
    top: -50px;
    left: 50%;
    font-size: 126px;
    font-weight: bold;
    opacity: 0.05;
    line-height: 1; }
#shema .item .txt {
    line-height: 1.5;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
#shema .button {
    margin-top: 10px;
    text-align: center; }

@media screen and (max-width: 1023px) {
    #shema .group {
        margin-left: -10px;
        margin-right: -10px; }
    #shema .item {
        font-size: 14px;
        padding: 0 10px; }
    #shema .item .image {
        margin-bottom: 10px; } }
#mission {
    background-color: #e7f0f2;
    background-image: url(assets/images/prezent.png);
    background-position: calc(50% - 330px) 0;
    background-size: auto 100%;
    background-repeat: no-repeat; }
#mission .head {
    text-align: left; }
#mission .box {
    margin-left: 50%; }
#mission .box > div {
    margin-bottom: 25px; }
#mission .box > p {
    margin-bottom: 25px; }
#mission .box > div b {
    display: inline-block;
    position: relative; }
#mission .box > div b:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    margin-top: -5px;
    width: 31px;
    height: 51px;
    background-image: url(assets/images/curve-arrow.png); }
#mission .box .button {
    margin-top: 40px;
    margin-bottom: 0; }

@media screen and (max-width: 1023px) {
    #mission .box > div b:after {
        display: none; } }
@media screen and (max-width: 767px) {
    #mission {
        background-image: none; }
    #mission .box {
        margin-left: 0; } }
#contacts {
    padding: 20px 0;
    background-color: #215f7c;
    color: #fff; }
#contacts .head {
    margin-bottom: 30px; }
#contacts .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
#contacts .group .item {
    padding: 0 15px;
    width: 215px; }
#contacts .group .item > div {
    margin-bottom: 5px; }
#contacts .group .item .mail {
    text-decoration: underline; }
#contacts .group .item .mail:hover {
    text-decoration: none; }

@media screen and (max-width: 599px) {
    #contacts .group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #contacts .group .item {
        width: 100%;
        margin-bottom: 20px; } }
footer {
    background-color:  #0c4f6f; }
footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
footer .container .logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold; }
footer .container .logo img {
    width: 100%;
    margin-right: 10px; }
footer .container .copy {
    font-size: 14px; }

@media screen and (max-width: 599px) {
    footer .container {
        height: auto;
        padding: 10px 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .container .logo {
        width: 100%;
        margin-bottom: 10px; }
    footer .container .logo img {
        width: 35px; }
    footer .container .logo span {
        font-size: 14px; }
    footer .container .copy {
        width: 100%; } }
#header_fixed.show {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }

#header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    visibility: hidden; }
#header_fixed .top {
    background-color: #0c4f6f;
}
#header_fixed .top .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 60px;
    position: relative;
    z-index: 2; }
#header_fixed .top .wrapper .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-color:  #0c4f6f;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
#header_fixed .top .wrapper .logo img {
    width: 100%; }
#header_fixed .top .wrapper .logo span {
    padding-left: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
#header_fixed .top .wrapper .address,
#header_fixed .top .wrapper .phone {
    color: #fff;
    padding-left: 30px;
    font-size: 14px;
    margin-right: 45px;
    background-position: 0 50%;
    background-size: 20px;
    background-repeat: no-repeat; }
#header_fixed .top .wrapper .address div,
#header_fixed .top .wrapper .phone div {
    display: inline-block;
    margin: 8px; }
#header_fixed .top .wrapper .address {
    background-image: url(assets/images/location-pin.svg); }
#header_fixed .top .wrapper .phone {
    background-image: url(assets/images/smartphone.svg); }
#header_fixed .bot {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative; }
#header_fixed .bot .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
#header_fixed .bot .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 15px; }
#header_fixed .bot .links li {
    padding: 0 5px;
    text-align: center; }
#header_fixed .bot .links li a {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 16px 0 14px;
    border-bottom: 2px solid transparent; }
#header_fixed .bot .links li a:hover {
    border-color: #e09114; }
#header_fixed .bot .links .button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

@media screen and (max-width: 1023px) {
    #header_fixed {
        display: none;
        height: 0; } }
.template-popup {
    background-color: #fff;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px;
    position: relative; }
.template-popup .head {
    text-align: center;
    margin-bottom: 20px; }
.template-popup .button {
    text-align: center; }

@media screen and (max-width: 767px) {
    .template-popup {
        padding: 30px 10px; } }

#included_in_price .tabs-wrapper > .tab.active > ul {
    display: block;
}