@font-face {
    font-family: 'Futura Medium';
    src: url(/assets/fonts/Futura/FuturaMediumC.eot);
    src: url('/assets/fonts/Futura/FuturaMediumC.eot?#iefix') format('embedded-opentype'), url(/assets/fonts/Futura/FuturaMediumC.woff) format('woff'), url(/assets/fonts/Futura/FuturaMediumC.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url(/assets/fonts/Futura/FuturaPT-Bold.eot);
    src: url('/assets/fonts/Futura/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url(/assets/fonts/Futura/FuturaPT-Bold.woff) format('woff'), url(/assets/fonts/Futura/FuturaPT-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: 'Futura Medium', sans-serif;
    font-size: 16px;
    line-height: 22px;
    overflow-x: hidden;
    color: #434242
}
#main {
   overflow: hidden;
}
* {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #e3000f
}

::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #e3000f
}

::-webkit-scrollbar-track {
    border-width: 0;
    background-color: transparent
}

.hidden-xs-up {
    display: none!important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none!important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none!important
    }
}

.hidden-xl-down {
    display: none!important
}


.hide {
    display: none!important
}

.block {
    display: block
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-btn {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 56px;
    height: 56px;
    z-index: 10;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s
}

.nav-btn i,
.nav-btn::after,
.nav-btn::before {
    content: '';
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s
}

.nav-btn::before {
    margin-top: -8px
}

.nav-btn::after {
    margin-top: 8px
}

.nav-btn.active {
    position: fixed
}

.nav-btn.active::after,
.nav-btn.active::before {
    margin: -1px 0 0
}
.nav-btn.active::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.nav-btn.active i {
    width: 0
}
.nav-btn.active::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

@media (min-width:768px) {
    .visible-xs {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

.nav-btn {
    top: 22px
}

.nav-btn i,
.nav-btn::after,
.nav-btn::before {
    background-color: #2d4242
}


header {
    position: fixed!important;
    z-index: 55!important;
    width: 100%!important;
}

header .container {
    position: relative;
    height: 100%;
    z-index: 0
}

header .logo {
    left: 15px;
    top: 19px
}


.modal .nav-btn {
    top: auto;
    bottom: 100%;
    left: 50%;
    margin-bottom: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal .nav-btn::after,
.modal .nav-btn::before {
    background-color: #fff;
    width: 84%;
    height: 4px
}

.modal .modal-dialog {
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px
}

.modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0
}

.modal.v1 .modal-dialog {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px
}

.modal.v1 .modal-body {
    padding: 0
}

.modal.v1 .modal-body>.flex>:nth-child(1) {
    padding: 48px 40px 31px 70px;
    width: 100%;
    max-width: 588px
}

.modal.v1 .modal-body>.flex>:nth-child(1) p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

.modal.v1 .modal-body>.flex>:nth-child(2) {
    background-color: #e6e6e6;
    padding: 53px 50px 31px;
    width: 100%;
    max-width: -webkit-calc(100% - 588px);
    max-width: calc(100% - 588px)
}

.modal.v1 .modal-body>.flex>:nth-child(2)>p {
    font-family: MuseoSansCyrl-300, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 69px
}

.modal.v1 .form2 {
    padding: 0 28px 0 6px
}

.modal.v2 .modal-dialog {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px
}

.modal.v2 .modal-body {
    padding: 35px 58px 40px 68px
}

.modal.v2 .nav-tab {
    max-width: 896px
}

.modal.v2 .nav-body {
    width: 100%;
    max-width: 515px
}

.modal.v2 .nav-body ul {
    list-style: none;
    line-height: 30px;
    margin: 0 0 21px;
    padding: 0
}

.modal.v2 .nav-body ul li {
    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;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.modal.v2 .nav-body ul li::before {
    content: '';
    background-color: #dadada;
    position: absolute;
    right: 202px;
    bottom: 13px;
    height: 1px;
    width: -webkit-calc(100% - 202px);
    width: calc(100% - 202px);
    z-index: -1
}

.modal.v2 .nav-body ul li>* {
    background-color: #fff;
    display: block
}

.modal.v2 .nav-body ul strong {
    width: 192px
}

.modal.v2 .nav-body p {
    line-height: 24px
}

.modal.v2 .d-f2 {
    width: 100%;
    max-width: 460px
}

.modal.v2 .d-btn {
    margin-top: 143px;
    max-width: 420px
}

.modal.v2 .d-btn button {
    width: 100%
}

.modal.v2.pv2 .modal-dialog {
    max-width: 680px
}

.modal.v2.pv2 .nav-body,
.modal.v2.pv2 .nav-tab {
    display: none
}

.modal.v2.pv2 .d-f2 {
    max-width: 100%
}

.modal.v2.pv2 .d-btn {
    margin: 0 auto
}

.modal.v3 .modal-content {
    background-color: #e6e6e6
}

.modal.v3 .modal-body {
    padding: 50px 50px 30px
}

.modal.v3 p {
    margin-bottom: 15px
}

.modal.v4 .modal-dialog {
    max-width: 680px
}

.modal.v4 .modal-body {
    padding: 30px 40px 20px
}

.modal.v4 .t-desc {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
        max-width: 90%;
    }
}

@media (max-width:1199px) {
    header .title {
        left: 150px!important
    }
    header .phone {
        margin-left: -50px!important
    }
    header .btn {
        right: 100px!important
    }
    header .langs {
        top: 42px
    }
    .modal.v1 .modal-body>.flex>div {
        padding: 20px!important
    }
    .modal.v1 .modal-body>.flex>div:nth-child(1),
    .modal.v1 .modal-body>.flex>div:nth-child(2) {
        max-width: 50%
    }
    .modal.v1 .form2 {
        padding: 0 20px
    }
    .modal.v2 .modal-dialog {
        max-width: 630px
    }
    .modal.v2 .modal-body {
        padding: 35px 40px 40px
    }
    .modal.v2 .d-btn {
        margin-top: 40px
    }
}

@media (max-width:991px) {
    .menu {
        background-color: #fff;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 990;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s
    }
    .menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .menu ul {
        font-size: 18px;
        padding: 0;
        padding-top: 40px;
        display: block
    }
    .menu ul a {
        color: #2d4242;
        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;
        height: 40px
    }
    .menu ul li.active a {
      font-weight: 100;
      border: 1px solid #e31e24;
      box-shadow: 0 0 5px 0 #e31e24;
      color: white;
      background-color: #e31e24;
    }
    .form {
        padding: 10px 30px 20px
    }
    .modal.v1 .modal-body>.flex>:nth-child(1) p {
        font-family: MuseoSansCyrl-300, sans-serif;
        font-size: 16px;
        line-height: 1.25em;
        margin-bottom: 15px
    }
    .modal.v1 .modal-body>.flex>:nth-child(2) p {
        line-height: 1.25em;
        margin-bottom: 30px
    }
    .modal.v1 .form2 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .logo {
        -webkit-background-size: contain;
        background-size: contain;
        width: 80px;
        top: calc(60px/2 - 25px);
    }
    .nav-btn {
        top: 2px;
        right: 10px;
        z-index:999;
        position: fixed;
    }
    .form {
        padding: 10px 20px 20px
    }
    .form2 .d-btn {
        margin-top: 0;
        margin-bottom: 15px
    }
    .form2 p {
        font-size: 12px;
        line-height: 1.25em
    }
    .form-group.v1 label {
        font-size: 14px
    }
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    header {
        height: 60px
    }
    header .langs,
    header .logo {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    header .logo {
        left: 10px
    }
    header .langs {
        right: 90px;
        top: 50%
    }
    header .langs.v2 {
        right: 10px
    }
    .secn-contacts .map {
        max-width: 100%
    }
    .secn-contacts .map {
        margin: 0;
        height: 190px
    }
    .modal .modal-dialog {
        margin-top: 60px
    }
    .modal .nav-btn {
        margin-bottom: 0
    }
    .modal.v1 .modal-body>.flex>div:nth-child(1),
    .modal.v1 .modal-body>.flex>div:nth-child(2) {
        max-width: 100%
    }
    .modal.v1 p {
        font-size: 14px!important
    }
    .modal.v2 .modal-body {
        padding: 20px 15px
    }
    .modal.v2 .nav-body ul strong {
        text-align: right;
        padding-left: 15px;
        width: auto
    }
    .modal.v3 .modal-body {
        padding: 20px 15px
    }
}
