@charset "UTF-8";

@font-face {
    font-family: Rubik-Regular;
    src: url(../fonts/Rubik-Regular/Rubik-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Regular/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular/Rubik-Regular.ttf) format("truetype"), url(../fonts/Rubik-Regular/Rubik-Regular.svg#Rubik-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Rubik-Medium;
    src: url(../fonts/Rubik-Medium/Rubik-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Medium/Rubik-Medium.woff) format("woff"), url(../fonts/Rubik-Medium/Rubik-Medium.ttf) format("truetype"), url(../fonts/Rubik-Medium/Rubik-Medium.svg#Rubik-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PFDinTextCompPro-Light;
    src: url(../fonts/PFDinTextCompPro-Light/PFDinTextCompPro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCompPro-Light/PFDinTextCompPro-Light.woff) format("woff"), url(../fonts/PFDinTextCompPro-Light/PFDinTextCompPro-Light.ttf) format("truetype"), url(../fonts/PFDinTextCompPro-Light/PFDinTextCompPro-Light.svg#PFDinTextCompPro-Light) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PFDinTextCompPro-Regular;
    src: url(../fonts/PFDinTextCompPro-Regular/PFDinTextCompPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCompPro-Regular/PFDinTextCompPro-Regular.woff) format("woff"), url(../fonts/PFDinTextCompPro-Regular/PFDinTextCompPro-Regular.ttf) format("truetype"), url(../fonts/PFDinTextCompPro-Regular/PFDinTextCompPro-Regular.svg#PFDinTextCompPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PFDinTextCompPro-Medium;
    src: url(../fonts/PFDinTextCompPro-Medium/PFDinTextCompPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCompPro-Medium/PFDinTextCompPro-Medium.woff) format("woff"), url(../fonts/PFDinTextCompPro-Medium/PFDinTextCompPro-Medium.ttf) format("truetype"), url(../fonts/PFDinTextCompPro-Medium/PFDinTextCompPro-Medium.svg#PFDinTextCompPro-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PFDinTextCompPro-Bold;
    src: url(../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.woff) format("woff"), url(../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.ttf) format("truetype"), url(../fonts/PFDinTextCompPro-Bold/PFDinTextCompPro-Bold.svg#PFDinTextCompPro-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    overflow-y: scroll !important
}

body {
    font-family: Rubik-Regular;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    padding-right: 0 !important
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative
}

* {
    box-sizing: border-box;
    outline: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000000
}

a {
    text-decoration: none
}

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

.button {
    width: 326px;
    height: 70px;
    border: 3px solid #000;
    line-height: 64px;
    text-align: center;
    display: block;
    transition: all .5s;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .03em;
    font-size: 24px;
    font-family: PFDinTextCompPro-Regular;
    background-color: transparent
}

@media (max-width:360px) {
    .button {
        width: 100%
    }
}

.button:hover {
    background-color: #000;
    color: #fff
}

.block-title {
    text-transform: uppercase;
    color: #000;
    font-size: 3.3vw;
    font-family: PFDinTextCompPro-Bold
}

@media (max-width:992px) {
    .block-title {
        font-size: 5.9vw
    }
}

@media (max-width:575px) {
    .block-title {
        font-size: 6.7vw
    }
}

@media (max-width:440px) {
    .block-title {
        font-size: 9.3vw
    }
}

form .form-group .form-control {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition: all .5s
}

.modal {
    background-color: rgba(0, 16, 102, .7) !important
}

.modal .modal-dialog {
    margin: auto
}

.modal .modal-dialog .modal-content {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: relative
}

.modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    position: absolute;
    transition: all .5s;
    outline: none !important
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    border: none
}

body .modal-open .modal {
    display: flex !important;
    height: 100%
}

.menu-slider {
    animation: slide-menu 1s ease-in-out infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

@keyframes slide-menu {
    0% {
        right: -200px
    }

    to {
        right: 0
    }
}

.menu-slider-out {
    animation: slide-menu-out 1s ease-in-out infinite;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-iteration-count: 1
}

@keyframes slide-menu-out {
    0% {
        right: 0
    }

    to {
        right: -200px
    }
}

.cantrys-modal .modal-dialog {
    max-width: 86.5%;
    width: 86.5%;
    height: 80vh;
    overflow: hidden
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog {
        height: auto
    }
}

.cantrys-modal .modal-dialog .modal-content {
    height: 100%;
    background-color: transparent
}

.cantrys-modal .modal-dialog .modal-content .modal-header {
    padding-top: 70px;
    padding-bottom: 30px
}

.cantrys-modal .modal-dialog .modal-content .modal-header .close {
    top: 17px;
    right: 17px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog .modal-content .modal-header .close {
        width: 32px;
        height: 32px;
        top: 65px;
        right: 50%;
        margin-right: -16px
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-header .close svg {
    width: 90%;
    height: auto
}

.cantrys-modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    padding: 83px 7% 75px;
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body {
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 30px
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-body .alphabet {
    width: 223px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .alphabet {
        width: 100%;
        margin-bottom: 35px;
        justify-content: space-around
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-body .alphabet a {
    text-transform: uppercase;
    color: #000;
    font-size: 48px;
    font-family: PFDinTextCompPro-Medium;
    margin-right: 10px;
    line-height: .8;
    transition: all .5s
}

@media (max-width:1200px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .alphabet a {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .alphabet a {
        font-size: 42px;
        font-family: PFDinTextCompPro-Bold;
        line-height: 1;
        text-align: center;
        display: inline-block
    }
}

@media (max-width:380px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .alphabet a {
        font-size: 28px
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-body .alphabet .active-litera {
    color: #001066
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list {
    height: 400px;
    width: 70%;
    overflow-y: scroll
}

@media (max-width:1200px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list {
        width: 60%;
        height: 350px
    }
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list {
        width: 100%
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .name {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:767px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .name {
        display: none
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .name p {
    color: #000;
    text-transform: uppercase;
    font-size: 48px;
    font-family: PFDinTextCompPro-Medium;
    margin-right: 24px;
    line-height: .8px;
    margin-bottom: 0
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .name hr {
    border: none;
    height: 3px;
    width: 90%;
    background: #000
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .litera-list {
    padding-top: 20px;
    padding-bottom: 50px
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .litera-list p {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px
}

@media (max-width:575px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .litera-list p {
        font-size: 16px;
        text-align: center
    }
}

.cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .colums {
    -moz-column-count: 2;
    column-count: 2
}

@media (max-width:575px) {
    .cantrys-modal .modal-dialog .modal-content .modal-body .cantry-list .colums {
        -moz-column-count: 1;
        column-count: 1
    }
}

.download-form .modal-dialog {
    max-width: 500px;
    width: 500px
}

@media (max-width:530px) {
    .download-form .modal-dialog {
        width: 90%
    }
}

.download-form .modal-dialog .modal-content {
    background-image: url(../img/bg_calc.png);
    padding: 50px 0 40px
}

.download-form .modal-dialog .modal-content .modal-header .close {
    top: -105px;
    right: 17px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0
}

@media (max-width:767px) {
    .download-form .modal-dialog .modal-content .modal-header .close {
        width: 32px;
        height: 32px;
        top: -80px;
        right: 50%;
        margin-right: -16px
    }
}

.download-form .modal-dialog .modal-content .modal-header .close svg {
    width: 90%;
    height: auto
}

.download-form .modal-dialog .modal-content .modal-body .block-title {
    margin-bottom: 40px;
    text-align: center;
    color: #fff
}

.download-form .modal-dialog .modal-content .modal-body form {
    width: 400px;
    margin: 0 auto;
    color: #fff
}

@media (max-width:530px) {
    .download-form .modal-dialog .modal-content .modal-body form {
        width: 80%
    }
}

.download-form .modal-dialog .modal-content .modal-body form .button {
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    margin: 0 auto
}

@media (max-width:530px) {
    .download-form .modal-dialog .modal-content .modal-body form .button {
        width: 100%
    }
}

.download-form .modal-dialog .modal-content .modal-body form .button:hover {
    background-color: #fff;
    color: #001066
}

.download-form .modal-dialog .modal-content .modal-body form .form-group {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: transparent !important;
    margin-bottom: 20px
}

.download-form .modal-dialog .modal-content .modal-body form .form-group:nth-child(3) {
    margin-bottom: 40px
}

@media (max-width:992px) {
    .download-form .modal-dialog .modal-content .modal-body form .form-group {
        height: 60px
    }
}

.download-form .modal-dialog .modal-content .modal-body form .form-group label {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    left: 0;
    top: 23px;
    transition: all .5s
}

@media (max-width:992px) {
    .download-form .modal-dialog .modal-content .modal-body form .form-group label {
        font-size: 30px
    }
}

.download-form .modal-dialog .modal-content .modal-body form .form-group .form-control {
    background-color: transparent;
    border-bottom: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    padding-left: 0;
    padding-top: 23px
}

@media (max-width:992px) {
    .download-form .modal-dialog .modal-content .modal-body form .form-group .form-control {
        font-size: 30px
    }
}

.download-form .modal-dialog .modal-content .modal-body form .form-group .active-label {
    font-size: 24px;
    opacity: .5;
    top: -5px
}

@media (max-width:992px) {
    .download-form .modal-dialog .modal-content .modal-body form .form-group .active-label {
        font-size: 20px
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev[dir=rtl] {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-prev:before[dir=rtl] {
    content: "→"
}

.slick-next {
    right: -25px
}

.slick-next[dir=rtl] {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

.slick-next:before[dir=rtl] {
    content: "←"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.scroll-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 6.77%;
    background-color: rgba(0, 16, 102, .9);
    z-index: 20
}

@media (max-width:767px) {
    .scroll-menu {
        padding: 10px 0
    }
}

.scroll-menu .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.scroll-menu .content .logo {
    width: 50px
}

.scroll-menu .content .logo img {
    width: 100%;
    height: auto
}

.scroll-menu .content .mob-lang {
    display: none
}

@media (max-width:480px) {
    .scroll-menu .content .mob-lang {
        position: absolute;
        display: block;
        right: 75px
    }

    .scroll-menu .content .mob-lang .lang-btn {
        position: absolute;
        top: -1px;
        width: 15px;
        right: -20px
    }

    .scroll-menu .content .mob-lang svg {
        width: 100%;
        height: auto;
        transition: all .5s
    }

    .scroll-menu .content .mob-lang .open-lang {
        transform: rotate(180deg)
    }

    .scroll-menu .content .mob-lang a {
        color: #fff;
        display: block;
        text-transform: uppercase
    }
}

@media (max-width:480px) and (max-width:620px) {
    .scroll-menu .content .mob-lang a {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .scroll-menu .content .mob-lang .ch-lang {
        display: none;
        position: absolute;
        background-color: #192775
    }
}

.scroll-menu .content .mob-menu {
    display: none
}

@media (max-width:480px) {
    .scroll-menu .content .mob-menu {
        display: block;
        width: 30px;
        position: relative;
        transition: all .5s;
        height: 18px;
        z-index: 1001
    }

    .scroll-menu .content .mob-menu div {
        width: 100%;
        height: 3px;
        background-color: #fff;
        position: absolute
    }

    .scroll-menu .content .mob-menu .top {
        top: 0;
        left: 0
    }

    .scroll-menu .content .mob-menu .center {
        top: 50%;
        margin-top: -1.5px;
        left: 0
    }

    .scroll-menu .content .mob-menu .bottom {
        bottom: 0;
        left: 0
    }
}

.scroll-menu .content .active-menu {
    height: 32px
}

.scroll-menu .content .mob-contacts {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001066;
    z-index: 100
}

.scroll-menu .content .mob-contacts .menu-logo {
    position: absolute;
    top: 21px;
    left: 15px
}

.scroll-menu .content .mob-contacts .bg-pic {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0
}

.scroll-menu .content .mob-contacts .center-conteiner {
    height: 300px;
    width: 235px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -117px;
    color: #fff
}

.scroll-menu .content .mob-contacts .center-conteiner h3 {
    text-transform: uppercase;
    margin-bottom: 53px;
    font-size: 64px;
    letter-spacing: .03em;
    text-align: center;
    font-family: PFDinTextCompPro-Medium
}

.scroll-menu .content .mob-contacts .center-conteiner .phone-wrapper {
    width: 168px;
    margin: 0 auto 58px
}

.scroll-menu .content .mob-contacts .center-conteiner .phone-wrapper a {
    font-size: 24px;
    letter-spacing: .03em;
    color: #fff;
    font-family: PFDinTextCompPro-Regular;
    line-height: 1;
    display: block;
    margin-bottom: 21px
}

.scroll-menu .content .mob-contacts .center-conteiner .soc-wrapper {
    width: 168px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.scroll-menu .content .mob-contacts .center-conteiner .soc-wrapper a {
    display: flex;
    width: 72px;
    height: 72px;
    justify-content: space-around;
    align-items: center;
    border: 2px solid #fff
}

.scroll-menu .content .mob-contacts .center-conteiner .soc-wrapper a svg {
    height: 39px;
    width: auto
}

.scroll-menu .content .phone-soc {
    width: 541px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    .scroll-menu .content .phone-soc {
        width: 400px
    }
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc {
        width: 300px
    }
}

@media (max-width:480px) {
    .scroll-menu .content .phone-soc {
        display: none
    }
}

.scroll-menu .content .phone-soc .phone-wrapper {
    display: flex;
    width: 370px;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    .scroll-menu .content .phone-soc .phone-wrapper {
        width: 290px
    }
}

@media (max-width:767px) {
    .scroll-menu .content .phone-soc .phone-wrapper {
        width: 245px
    }
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .phone-wrapper {
        width: 190px
    }
}

.scroll-menu .content .phone-soc .phone-wrapper a {
    font-size: 24px;
    letter-spacing: .03em;
    color: #fff;
    font-family: PFDinTextCompPro-Regular;
    line-height: 34px;
    margin-top: 5px
}

@media (max-width:992px) {
    .scroll-menu .content .phone-soc .phone-wrapper a {
        font-size: 20px
    }
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .phone-wrapper a {
        font-size: 16px;
        line-height: 24px
    }
}

.scroll-menu .content .phone-soc .line {
    height: 34px;
    width: 1px;
    background-color: #fff
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .line {
        height: 24px
    }
}

.scroll-menu .content .phone-soc .soc-wrapper {
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    .scroll-menu .content .phone-soc .soc-wrapper {
        width: 50px
    }
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .soc-wrapper {
        width: 40px
    }
}

.scroll-menu .content .phone-soc .soc-wrapper a {
    display: block
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .soc-wrapper a {
        height: 18px;
        margin-top: -3px
    }

    .scroll-menu .content .phone-soc .soc-wrapper a svg {
        height: 100%;
        width: auto
    }
}

.scroll-menu .content .phone-soc .lang {
    position: relative
}

@media (max-width:767px) {
    .scroll-menu .content .phone-soc .lang {
        margin-right: 20px
    }
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .lang {
        margin-top: 7px
    }
}

.scroll-menu .content .phone-soc .lang .lang-btn {
    position: absolute;
    top: -1px;
    width: 15px;
    right: -20px
}

.scroll-menu .content .phone-soc .lang svg {
    width: 100%;
    height: auto;
    transition: all .5s
}

.scroll-menu .content .phone-soc .lang .open-lang {
    transform: rotate(180deg)
}

.scroll-menu .content .phone-soc .lang a {
    color: #fff;
    display: block;
    text-transform: uppercase
}

@media (max-width:620px) {
    .scroll-menu .content .phone-soc .lang a {
        font-size: 14px
    }
}

.scroll-menu .content .phone-soc .lang .ch-lang {
    display: none;
    position: absolute;
    background-color: #192775
}

header {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

@media (max-width:767px) {
    header {
        padding-bottom: 80.25%
    }
}

@media (max-width:620px) {
    header {
        padding-bottom: 99.25%
    }
}

@media (max-width:460px) {
    header {
        padding-bottom: 120.25%
    }
}

@media (max-width:360px) {
    header {
        padding-bottom: 150.25%
    }
}

header .top-line {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32px;
    padding-left: 6.77%;
    padding-right: 6.77%;
    width: 100%;
    z-index: 21
}

@media (max-width:767px) {
    header .top-line {
        padding-left: 0;
        padding-right: 0
    }
}

header .top-line .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .top-line .content .logo {
    width: 201px
}

@media (max-width:992px) {
    header .top-line .content .logo {
        width: 150px
    }
}

@media (max-width:620px) {
    header .top-line .content .logo {
        width: 120px
    }
}

header .top-line .content .logo img {
    width: 100%;
    height: auto
}

header .top-line .content .mob-lang {
    display: none
}

@media (max-width:480px) {
    header .top-line .content .mob-lang {
        position: absolute;
        display: block;
        right: 75px
    }

    header .top-line .content .mob-lang .lang-btn {
        position: absolute;
        top: -1px;
        width: 15px;
        right: -20px
    }

    header .top-line .content .mob-lang svg {
        width: 100%;
        height: auto;
        transition: all .5s
    }

    header .top-line .content .mob-lang .open-lang {
        transform: rotate(180deg)
    }

    header .top-line .content .mob-lang a {
        color: #fff;
        display: block;
        text-transform: uppercase
    }
}

@media (max-width:480px) and (max-width:620px) {
    header .top-line .content .mob-lang a {
        font-size: 14px
    }
}

@media (max-width:480px) {
    header .top-line .content .mob-lang .ch-lang {
        display: none;
        position: absolute;
        background-color: #192775
    }
}

header .top-line .content .mob-menu {
    display: none
}

@media (max-width:480px) {
    header .top-line .content .mob-menu {
        display: block;
        width: 30px;
        position: relative;
        transition: all .5s;
        height: 18px;
        z-index: 1001
    }

    header .top-line .content .mob-menu div {
        width: 100%;
        height: 3px;
        background-color: #fff;
        position: absolute
    }

    header .top-line .content .mob-menu .top {
        top: 0;
        left: 0
    }

    header .top-line .content .mob-menu .center {
        top: 50%;
        margin-top: -1.5px;
        left: 0
    }

    header .top-line .content .mob-menu .bottom {
        bottom: 0;
        left: 0
    }
}

header .top-line .content .active-menu {
    height: 32px;
    position: fixed;
    top: 32px;
    right: 15px
}

header .top-line .content .mob-contacts {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cc0520;
    z-index: 100
}

header .top-line .content .mob-contacts .menu-logo {
    position: absolute;
    top: 21px;
    left: 15px
}

header .top-line .content .mob-contacts .bg-pic {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0
}

header .top-line .content .mob-contacts .center-conteiner {
    height: 300px;
    width: 235px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -117px;
    color: #fff
}

header .top-line .content .mob-contacts .center-conteiner h3 {
    text-transform: uppercase;
    margin-bottom: 53px;
    font-size: 64px;
    letter-spacing: .03em;
    text-align: center;
    font-family: PFDinTextCompPro-Medium
}

header .top-line .content .mob-contacts .center-conteiner .phone-wrapper {
    width: 168px;
    margin: 0 auto 58px
}

header .top-line .content .mob-contacts .center-conteiner .phone-wrapper a {
    font-size: 24px;
    letter-spacing: .03em;
    color: #fff;
    font-family: PFDinTextCompPro-Regular;
    line-height: 1;
    display: block;
    margin-bottom: 21px
}

header .top-line .content .mob-contacts .center-conteiner .soc-wrapper {
    width: 168px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

header .top-line .content .mob-contacts .center-conteiner .soc-wrapper a {
    display: flex;
    width: 72px;
    height: 72px;
    justify-content: space-around;
    align-items: center;
    border: 2px solid #fff
}

header .top-line .content .mob-contacts .center-conteiner .soc-wrapper a svg {
    height: 39px;
    width: auto
}

header .top-line .content .phone-soc {
    width: 541px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    header .top-line .content .phone-soc {
        width: 400px
    }
}

@media (max-width:620px) {
    header .top-line .content .phone-soc {
        width: 300px
    }
}

@media (max-width:480px) {
    header .top-line .content .phone-soc {
        display: none
    }
}

header .top-line .content .phone-soc .phone-wrapper {
    display: flex;
    width: 370px;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    header .top-line .content .phone-soc .phone-wrapper {
        width: 290px
    }
}

@media (max-width:767px) {
    header .top-line .content .phone-soc .phone-wrapper {
        width: 245px
    }
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .phone-wrapper {
        width: 190px
    }
}

header .top-line .content .phone-soc .phone-wrapper a {
    font-size: 24px;
    letter-spacing: .03em;
    color: #fff;
    font-family: PFDinTextCompPro-Regular;
    line-height: 34px;
    margin-top: 5px
}

@media (max-width:992px) {
    header .top-line .content .phone-soc .phone-wrapper a {
        font-size: 20px
    }
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .phone-wrapper a {
        font-size: 16px;
        line-height: 24px
    }
}

header .top-line .content .phone-soc .line {
    height: 34px;
    width: 1px;
    background-color: #fff
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .line {
        height: 24px
    }
}

header .top-line .content .phone-soc .soc-wrapper {
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:992px) {
    header .top-line .content .phone-soc .soc-wrapper {
        width: 50px
    }
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .soc-wrapper {
        width: 40px
    }
}

header .top-line .content .phone-soc .soc-wrapper a {
    display: block
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .soc-wrapper a {
        height: 18px;
        margin-top: -3px
    }

    header .top-line .content .phone-soc .soc-wrapper a svg {
        height: 100%;
        width: auto
    }
}

header .top-line .content .phone-soc .lang {
    position: relative
}

@media (max-width:767px) {
    header .top-line .content .phone-soc .lang {
        margin-right: 20px
    }
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .lang {
        margin-top: 7px
    }
}

header .top-line .content .phone-soc .lang .lang-btn {
    position: absolute;
    top: -1px;
    width: 15px;
    right: -20px
}

header .top-line .content .phone-soc .lang svg {
    width: 100%;
    height: auto;
    transition: all .5s
}

header .top-line .content .phone-soc .lang .open-lang {
    transform: rotate(180deg)
}

header .top-line .content .phone-soc .lang a {
    color: #fff;
    display: block;
    text-transform: uppercase
}

@media (max-width:620px) {
    header .top-line .content .phone-soc .lang a {
        font-size: 14px
    }
}

header .top-line .content .phone-soc .lang .ch-lang {
    display: none;
    position: absolute;
    background-color: #192775
}

header .header-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header .header-slider .container-fluid {
    padding-right: 0;
    padding-left: 0;
    height: 100%
}

header .header-slider .row {
    height: 100%
}

header .header-slider .slick-list {
    height: 100% !important
}

header .header-slider .slick-track, header .header-slider .slider-body {
    height: 100%
}

header .header-slider .slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    overflow: hidden
}

header .header-slider .slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media (max-width:767px) {
    header .header-slider .slide img {
        width: 130%
    }
}

@media (max-width:620px) {
    header .header-slider .slide img {
        width: 150%
    }
}

@media (max-width:460px) {
    header .header-slider .slide img {
        width: 180%
    }
}

@media (max-width:360px) {
    header .header-slider .slide img {
        width: 200%
    }
}

header .header-slider .slide div {
    position: relative;
    z-index: 5;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:400px) {
    header .header-slider .slide div {
        padding-top: 40px
    }
}

header .header-slider .slide h1 {
    font-size: 96px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-family: PFDinTextCompPro-Medium;
    margin-bottom: 15px
}

@media (max-width:1480px) {
    header .header-slider .slide h1 {
        font-size: 84px
    }
}

@media (max-width:1200px) {
    header .header-slider .slide h1 {
        font-size: 72px
    }
}

@media (max-width:992px) {
    header .header-slider .slide h1 {
        font-size: 60px
    }
}

@media (max-width:830px) {
    header .header-slider .slide h1 {
        font-size: 48px;
        line-height: 1
    }
}

@media (max-width:620px) {
    header .header-slider .slide h1 {
        font-size: 40px
    }
}

header .header-slider .slide p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 71px
}

@media (max-width:1480px) {
    header .header-slider .slide p {
        margin-bottom: 51px
    }
}

@media (max-width:1200px) {
    header .header-slider .slide p {
        font-size: 28px
    }
}

@media (max-width:992px) {
    header .header-slider .slide p {
        font-size: 26px;
        margin-bottom: 40px
    }
}

@media (max-width:830px) {
    header .header-slider .slide p {
        font-size: 22px;
        margin-bottom: 30px
    }
}

@media (max-width:460px) {
    header .header-slider .slide p {
        font-size: 18px;
        margin-bottom: 20px
    }
}

header .header-slider .slide .button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin: 0 auto
}

header .header-slider .slide .button:hover {
    background-color: #fff;
    color: #000
}

header .header-slider .slick-dots {
    bottom: 15%;
    z-index: 2
}

@media (max-width:1200px) {
    header .header-slider .slick-dots {
        bottom: 13%
    }
}

@media (max-width:830px) {
    header .header-slider .slick-dots {
        bottom: 7%
    }
}

header .header-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    transition: all .5s
}

header .header-slider .slick-dots li button {
    display: none
}

header .header-slider .slick-dots .slick-active {
    width: 20px;
    background-color: #fff
}

.word-map {
    background-color: #fff;
    padding-top: 135px;
    padding-right: 6.77%;
    padding-left: 6.77%
}

@media (max-width:767px) {
    .word-map {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    .word-map {
        padding-top: 50px
    }
}

.word-map .content {
    display: flex
}

@media (max-width:992px) {
    .word-map .content {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.word-map .content .text {
    width: 40.6%
}

@media (max-width:992px) {
    .word-map .content .text {
        width: 100%;
        margin-bottom: 40px
    }
}

.word-map .content .text .block-title {
    margin-bottom: 43px
}

@media (max-width:767px) {
    .word-map .content .text .block-title {
        margin-bottom: 23px
    }
}

.word-map .content .text p {
    max-width: 483px;
    font-size: 24px;
    margin-bottom: 64px
}

@media (max-width:1460px) {
    .word-map .content .text p {
        font-size: 22px
    }
}

@media (max-width:1200px) {
    .word-map .content .text p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .word-map .content .text p {
        font-size: 18px
    }
}

@media (max-width:380px) {
    .word-map .content .text p {
        font-size: 16px
    }
}

.word-map .content .text .items-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px
}

.word-map .content .text .items-wrapper .item {
    width: 25%;
    margin-bottom: 20px
}

.word-map .content .text .items-wrapper .item img {
    margin-bottom: 6px;
    width: 75px;
    height: auto
}

@media (max-width:440px) {
    .word-map .content .text .items-wrapper .item img {
        width: 50px
    }
}

.word-map .content .text .items-wrapper .item p {
    font-size: 18px;
    margin-bottom: 0
}

@media (max-width:1370px) {
    .word-map .content .text .items-wrapper .item p {
        font-size: 16px
    }
}

@media (max-width:440px) {
    .word-map .content .text .items-wrapper .item p {
        font-size: 14px
    }
}

@media (max-width:350px) {
    .word-map .content .text .items-wrapper .item p {
        font-size: 12px
    }
}

.word-map .content .text .more-cantris {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #001066;
    text-decoration: underline
}

.word-map .content .pic {
    width: 59.4%;
    position: relative
}

@media (max-width:992px) {
    .word-map .content .pic {
        width: 100%
    }
}

@media (max-width:400px) {
    .word-map .content .pic {
        display: none
    }
}

.word-map .content .pic img {
    width: 100%;
    height: auto
}

.word-map .content .pic .word-map-static {
    position: relative;
    z-index: 1
}

.word-map .content .pic .animation-map {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 5s;
    z-index: 2
}

.word-map .content .pic .animation-map-active {
    opacity: 1 !important
}

.range-services {
    background-color: #fff;
    padding: 207px 6.77% 102px;
    position: relative
}

@media (max-width:767px) {
    .range-services {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    .range-services {
        padding-bottom: 35px;
        padding-top: 50px
    }
}

.range-services .content {
    background-color: hsla(0, 0%, 100%, .9);
    z-index: 10
}

.range-services .content .name-button {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between
}

@media (max-width:992px) {
    .range-services .content .name-button {
        flex-wrap: wrap
    }
}

.range-services .content .name-button .name {
    width: 37.75%
}

@media (max-width:992px) {
    .range-services .content .name-button .name {
        width: 100%
    }
}

.range-services .content .name-button .name .block-title {
    margin-bottom: 30px
}

@media (max-width:1460px) {
    .range-services .content .name-button .name .block-title {
        margin-bottom: 20px
    }
}

.range-services .content .name-button .name p {
    font-size: 24px
}

@media (max-width:1460px) {
    .range-services .content .name-button .name p {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .range-services .content .name-button .name p {
        font-size: 20px
    }
}

@media (max-width:440px) {
    .range-services .content .name-button .name p {
        font-size: 18px
    }
}

@media (max-width:380px) {
    .range-services .content .name-button .name p {
        font-size: 16px
    }
}

.range-services .content .name-button .button {
    margin-top: 22px
}

.range-services .content .items-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 83px
}

@media (max-width:992px) {
    .range-services .content .items-wrapper {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

@media (max-width:575px) {
    .range-services .content .items-wrapper {
        margin-bottom: 35px
    }
}

.range-services .content .items-wrapper .items {
    width: 12.5%
}

@media (max-width:1460px) {
    .range-services .content .items-wrapper .items {
        width: 13%
    }
}

@media (max-width:1200px) {
    .range-services .content .items-wrapper .items {
        width: 13.5%
    }
}

@media (max-width:992px) {
    .range-services .content .items-wrapper .items {
        width: 23%
    }
}

@media (max-width:620px) {
    .range-services .content .items-wrapper .items {
        width: 48%
    }
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items {
        width: 100%;
        display: flex;
        justify-content: flex-start
    }
}

.range-services .content .items-wrapper .items:last-child .mob-line, .range-services .content .items-wrapper .items:last-child hr {
    opacity: 0
}

.range-services .content .items-wrapper .items .day {
    display: flex;
    margin-bottom: 25px;
    align-items: center
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .day {
        justify-content: space-around;
        flex-wrap: wrap;
        position: relative;
        width: 37px
    }
}

.range-services .content .items-wrapper .items .day p {
    font-family: PFDinTextCompPro-Regular;
    text-transform: uppercase;
    font-size: 1.8vw;
    margin-bottom: 0;
    margin-right: 19px
}

@media (max-width:1200px) {
    .range-services .content .items-wrapper .items .day p {
        font-size: 1.9vw;
        margin-right: 10px
    }
}

@media (max-width:895px) {
    .range-services .content .items-wrapper .items .day p {
        font-size: 2.7vw
    }
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .day p {
        font-size: 36px;
        font-family: PFDinTextCompPro-Medium;
        width: 100%;
        text-align: center;
        margin-right: 0
    }
}

.range-services .content .items-wrapper .items .day hr {
    border: none;
    height: 2px;
    background: #000;
    width: 80%
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .day hr {
        display: none
    }
}

.range-services .content .items-wrapper .items .day .mob-line {
    display: none
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .day .mob-line {
        display: block;
        height: 90%;
        width: 3px;
        background-color: #000
    }
}

@media (max-width:380px) {
    .range-services .content .items-wrapper .items .day .mob-line {
        height: 80%
    }
}

.range-services .content .items-wrapper .items .step-wrapper {
    display: flex
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .step-wrapper {
        width: 60%;
        margin: 0 auto
    }
}

@media (max-width:380px) {
    .range-services .content .items-wrapper .items .step-wrapper {
        width: 170px
    }
}

.range-services .content .items-wrapper .items .step-wrapper .step {
    width: 100%
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .step-wrapper .step .mob-pic-wrapper {
        width: 100%;
        overflow: hidden;
        margin-bottom: 12px
    }
}

.range-services .content .items-wrapper .items .step-wrapper .step img {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    margin-bottom: 17px
}

.range-services .content .items-wrapper .items .step-wrapper .step p {
    font-size: 18px
}

@media (max-width:1460px) {
    .range-services .content .items-wrapper .items .step-wrapper .step p {
        font-size: 16px
    }
}

@media (max-width:1200px) {
    .range-services .content .items-wrapper .items .step-wrapper .step p {
        font-size: 14px
    }
}

@media (max-width:575px) {
    .range-services .content .items-wrapper .items .step-wrapper .step p {
        font-size: 18px
    }
}

@media (max-width:440px) {
    .range-services .content .items-wrapper .items .step-wrapper .step p {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .range-services .content .desc-btn {
        display: none
    }
}

.range-services .content .mob-btn {
    display: none
}

@media (max-width:575px) {
    .range-services .content .mob-btn {
        display: block;
        margin: 0 auto 55px
    }
}

.range-services .start-parallax {
    position: fixed;
    top: 0;
    right: 0
}

.range-services .stop-parallax {
    position: absolute;
    left: 0;
    bottom: 0
}

.range-services .parallax img {
    display: block;
    margin: 0 auto;
    width: 67%;
    height: auto
}

@media (max-width:575px) {
    .range-services .parallax img {
        width: 100%
    }
}

.delivery-methods {
    background-color: #fff;
    padding-top: 102px;
    padding-left: 6.77%;
    padding-right: 6.77%;
    overflow: hidden
}

@media (max-width:767px) {
    .delivery-methods {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    .delivery-methods {
        padding-top: 35px
    }
}

.delivery-methods .content {
    overflow: hidden
}

.delivery-methods .block-title {
    margin-bottom: 56px
}

@media (max-width:767px) {
    .delivery-methods .block-title {
        margin-bottom: 36px
    }
}

@media (max-width:575px) {
    .delivery-methods .block-title {
        margin-bottom: 16px
    }
}

.delivery-methods .method {
    width: 100%;
    height: 362px;
    background-color: #001066;
    margin-bottom: 75px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    color: #fff;
    padding: 59px 20.7% 59px 0;
    transition: all 1s;
    transform: translateX(-110%)
}

@media (max-width:1650px) {
    .delivery-methods .method {
        padding-right: 14.7%
    }
}

@media (max-width:1460px) {
    .delivery-methods .method {
        height: 280px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 55px
    }
}

@media (max-width:1160px) {
    .delivery-methods .method {
        padding-right: 16.7%;
        height: 240px
    }
}

@media (max-width:950px) {
    .delivery-methods .method {
        height: 70vw;
        padding-right: 0;
        width: 70%;
        justify-content: space-around;
        margin-bottom: 35px
    }
}

@media (max-width:870px) {
    .delivery-methods .method {
        height: 75vw;
        margin-bottom: 25px
    }
}

@media (max-width:710px) {
    .delivery-methods .method {
        width: 80%;
        height: 85vw
    }
}

@media (max-width:620px) {
    .delivery-methods .method {
        justify-content: flex-start
    }
}

@media (max-width:540px) {
    .delivery-methods .method {
        height: 100vw;
        width: 90%
    }
}

@media (max-width:460px) {
    .delivery-methods .method {
        height: 120vw;
        margin-bottom: 17px
    }
}

@media (max-width:350px) {
    .delivery-methods .method {
        height: 130vw
    }
}

.delivery-methods .method:nth-child(2) img {
    width: 424px;
    margin-left: 155px
}

@media (max-width:1460px) {
    .delivery-methods .method:nth-child(2) img {
        width: 340px
    }
}

@media (max-width:1160px) {
    .delivery-methods .method:nth-child(2) img {
        width: 290px
    }
}

@media (max-width:950px) {
    .delivery-methods .method:nth-child(2) img {
        width: 70%
    }
}

@media (max-width:710px) {
    .delivery-methods .method:nth-child(2) img {
        width: 60%;
        margin-right: 75px
    }
}

.delivery-methods .method:nth-child(3) img {
    width: 806px
}

@media (max-width:1460px) {
    .delivery-methods .method:nth-child(3) img {
        width: 620px
    }
}

@media (max-width:1160px) {
    .delivery-methods .method:nth-child(3) img {
        width: 530px
    }
}

@media (max-width:950px) {
    .delivery-methods .method:nth-child(3) img {
        width: 120%
    }
}

@media (max-width:710px) {
    .delivery-methods .method:nth-child(3) img {
        width: 110%
    }
}

.delivery-methods .method:nth-child(4) img {
    width: 768px
}

@media (max-width:1460px) {
    .delivery-methods .method:nth-child(4) img {
        width: 575px
    }
}

@media (max-width:1160px) {
    .delivery-methods .method:nth-child(4) img {
        width: 495px
    }
}

@media (max-width:950px) {
    .delivery-methods .method:nth-child(4) img {
        width: 120%
    }
}

@media (max-width:710px) {
    .delivery-methods .method:nth-child(4) img {
        width: 110%
    }
}

.delivery-methods .method:last-child {
    margin-bottom: 0
}

.delivery-methods .method:last-child img {
    width: 720px
}

@media (max-width:1460px) {
    .delivery-methods .method:last-child img {
        width: 550px
    }
}

@media (max-width:1160px) {
    .delivery-methods .method:last-child img {
        width: 480px
    }
}

@media (max-width:950px) {
    .delivery-methods .method:last-child img {
        width: 110%
    }
}

.delivery-methods .method img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    transform: translateX(-120%);
    transition: all 3s
}

.delivery-methods .method .text {
    width: 251px;
    padding-left: 38px;
    border-left: 3px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    transition: all 7s
}

@media (max-width:1460px) {
    .delivery-methods .method .text {
        width: 200px;
        padding-left: 28px
    }
}

@media (max-width:950px) {
    .delivery-methods .method .text {
        border-left: 0;
        padding-left: 0;
        width: 250px
    }
}

@media (max-width:780px) {
    .delivery-methods .method .text {
        width: 168px
    }
}

@media (max-width:620px) {
    .delivery-methods .method .text {
        margin-left: 25%
    }
}

.delivery-methods .method .text h3 {
    text-transform: uppercase;
    font-family: PFDinTextCompPro-Medium;
    font-size: 120px;
    letter-spacing: -.03em;
    margin-bottom: 20px;
    line-height: .9
}

@media (max-width:1640px) {
    .delivery-methods .method .text h3 {
        font-size: 7.2vw
    }
}

@media (max-width:1460px) {
    .delivery-methods .method .text h3 {
        font-size: 6.5vw
    }
}

@media (max-width:1160px) {
    .delivery-methods .method .text h3 {
        font-size: 80px
    }
}

@media (max-width:950px) {
    .delivery-methods .method .text h3 {
        font-size: 12vw
    }
}

@media (max-width:500px) {
    .delivery-methods .method .text h3 {
        font-size: 17vw
    }
}

.delivery-methods .method .text p {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: PFDinTextCompPro-Regular;
    line-height: .9
}

@media (max-width:1460px) {
    .delivery-methods .method .text p {
        font-size: 26px
    }
}

@media (max-width:1160px) {
    .delivery-methods .method .text p {
        font-size: 22px
    }
}

@media (max-width:950px) {
    .delivery-methods .method .text p {
        font-size: 30px
    }
}

@media (max-width:780px) {
    .delivery-methods .method .text p {
        font-size: 26px
    }
}

.delivery-methods .active-animation-method, .delivery-methods .active-animation-method img {
    transform: translateX(0)
}

.delivery-methods .active-animation-method .text {
    opacity: 1
}

.express-delivery {
    background-color: #fff;
    padding: 187px 6.77% 147px
}

@media (max-width:760px) {
    .express-delivery {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    .express-delivery {
        padding-top: 92px;
        padding-bottom: 68px
    }
}

.express-delivery .content .name-button {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between
}

@media (max-width:992px) {
    .express-delivery .content .name-button {
        flex-wrap: wrap
    }
}

.express-delivery .content .name-button .name {
    width: 33.75%
}

@media (max-width:1760px) {
    .express-delivery .content .name-button .name {
        width: 35.75%
    }
}

@media (max-width:1600px) {
    .express-delivery .content .name-button .name {
        width: 38.75%
    }
}

@media (max-width:992px) {
    .express-delivery .content .name-button .name {
        width: 100%
    }
}

.express-delivery .content .name-button .name .block-title {
    margin-bottom: 30px
}

@media (max-width:1460px) {
    .express-delivery .content .name-button .name .block-title {
        margin-bottom: 20px
    }
}

.express-delivery .content .name-button .name p {
    font-size: 24px
}

@media (max-width:1460px) {
    .express-delivery .content .name-button .name p {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .express-delivery .content .name-button .name p {
        font-size: 20px
    }
}

@media (max-width:440px) {
    .express-delivery .content .name-button .name p {
        font-size: 18px
    }
}

.express-delivery .content .name-button .button {
    margin-top: 22px
}

.express-delivery .content .items-wrapper {
    display: flex
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper {
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.express-delivery .content .items-wrapper .items {
    margin-right: 19px
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper .items {
        margin-right: 0;
        width: 48% !important
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items {
        width: 100% !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 10px
    }
}

.express-delivery .content .items-wrapper .items:first-child {
    width: 39%
}

.express-delivery .content .items-wrapper .items:first-child .day hr {
    width: 80%
}

@media (max-width:1445px) {
    .express-delivery .content .items-wrapper .items:first-child .day hr {
        width: 76%
    }
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper .items:first-child .day hr {
        width: 75%
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items:first-child .day hr {
        width: 50%
    }
}

.express-delivery .content .items-wrapper .items:first-child .day .mob-line {
    height: 88%
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items:first-child .day .mob-line {
        height: 80%
    }
}

@media (max-width:460px) {
    .express-delivery .content .items-wrapper .items:first-child .day .mob-line {
        height: 77%
    }
}

.express-delivery .content .items-wrapper .items:nth-child(2) {
    width: 24%
}

.express-delivery .content .items-wrapper .items:nth-child(2) .day hr {
    width: 57%
}

@media (max-width:1445px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day hr {
        width: 53%
    }
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day hr {
        width: 55%
    }
}

.express-delivery .content .items-wrapper .items:nth-child(2) .day .mob-line {
    height: 70%
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day .mob-line {
        height: 48%
    }
}

@media (max-width:490px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day .mob-line {
        height: 45%
    }
}

@media (max-width:440px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day .mob-line {
        height: 40%
    }
}

@media (max-width:380px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day .mob-line {
        height: 25%
    }
}

@media (max-width:360px) {
    .express-delivery .content .items-wrapper .items:nth-child(2) .day .mob-line {
        height: 30%
    }
}

.express-delivery .content .items-wrapper .items:nth-child(3) {
    width: 24%
}

.express-delivery .content .items-wrapper .items:nth-child(3) .day hr {
    width: 67%
}

@media (max-width:1445px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day hr {
        width: 63%
    }
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day hr {
        width: 75%
    }
}

.express-delivery .content .items-wrapper .items:nth-child(3) .day .mob-line {
    height: 77%
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day .mob-line {
        height: 62%
    }
}

@media (max-width:480px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day .mob-line {
        height: 60%
    }
}

@media (max-width:440px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day .mob-line {
        height: 58%
    }
}

@media (max-width:390px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day .mob-line {
        height: 54%
    }
}

@media (max-width:380px) {
    .express-delivery .content .items-wrapper .items:nth-child(3) .day .mob-line {
        height: 45%
    }
}

.express-delivery .content .items-wrapper .items:last-child {
    margin-right: 0
}

.express-delivery .content .items-wrapper .items:last-child .day .mob-line, .express-delivery .content .items-wrapper .items:last-child .day hr {
    opacity: 0
}

.express-delivery .content .items-wrapper .items .day {
    display: flex;
    margin-bottom: 25px;
    align-items: center
}

@media (max-width:1460px) {
    .express-delivery .content .items-wrapper .items .day {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .express-delivery .content .items-wrapper .items .day {
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .day {
        width: 10%;
        position: relative;
        align-items: flex-end;
        justify-content: space-around
    }
}

.express-delivery .content .items-wrapper .items .day p {
    font-family: PFDinTextCompPro-Regular;
    text-transform: uppercase;
    font-size: 1.8vw;
    margin-bottom: 0;
    margin-right: 19px
}

@media (max-width:1200px) {
    .express-delivery .content .items-wrapper .items .day p {
        font-size: 1.9vw;
        margin-right: 10px
    }
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper .items .day p {
        font-size: 2.7vw
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .day p {
        font-size: 36px;
        word-wrap: break-word;
        transform: rotate(90deg);
        position: absolute;
        width: 142px;
        font-family: PFDinTextCompPro-Medium;
        top: 43px;
        left: -58px
    }
}

.express-delivery .content .items-wrapper .items .day hr {
    border: none;
    height: 2px;
    background: #000
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .day hr {
        display: none
    }
}

.express-delivery .content .items-wrapper .items .day .mob-line {
    display: none
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .day .mob-line {
        display: block;
        width: 3px;
        background-color: #000;
        margin-left: -15px
    }
}

@media (max-width:500px) {
    .express-delivery .content .items-wrapper .items .day .mob-line {
        margin-left: -10px
    }
}

@media (max-width:440px) {
    .express-delivery .content .items-wrapper .items .day .mob-line {
        margin-left: -5px
    }
}

@media (max-width:390px) {
    .express-delivery .content .items-wrapper .items .day .mob-line {
        margin-left: 0
    }
}

.express-delivery .content .items-wrapper .items .step-wrapper {
    display: flex
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .step-wrapper {
        flex-wrap: wrap;
        width: 60%;
        margin: 0 auto
    }
}

.express-delivery .content .items-wrapper .items .step-wrapper .step {
    width: 210px;
    margin-right: 32px
}

@media (max-width:1625px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step {
        width: 160px
    }
}

@media (max-width:1300px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step {
        width: 120px;
        margin-right: 20px
    }
}

@media (max-width:992px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step {
        width: 103px
    }
}

@media (max-width:895px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step {
        width: 115px
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step .mob-pic-wrapper {
        width: 100%;
        overflow: hidden;
        margin-bottom: 12px
    }
}

.express-delivery .content .items-wrapper .items .step-wrapper .step img {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    margin-bottom: 17px
}

.express-delivery .content .items-wrapper .items .step-wrapper .step p {
    font-size: 18px
}

@media (max-width:1300px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step p {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step p {
        font-size: 14px
    }
}

@media (max-width:575px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step p {
        font-size: 18px
    }
}

@media (max-width:380px) {
    .express-delivery .content .items-wrapper .items .step-wrapper .step p {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .express-delivery .content .desc-btn {
        display: none
    }
}

.express-delivery .content .mob-btn {
    display: none
}

@media (max-width:575px) {
    .express-delivery .content .mob-btn {
        display: block;
        margin: 0 auto
    }
}

.disruption {
    background-color: #f7de29;
    padding-top: 127px;
    padding-bottom: 118px;
    position: relative
}

.disruption .top-pic {
    position: absolute;
    top: 0;
    right: 0
}

.disruption .bottom-pic {
    position: absolute;
    bottom: 0;
    left: 0
}

.disruption h2 {
    max-width: 800px;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-family: PFDinTextCompPro-Medium;
    margin: 0 auto 35px
}

@media (max-width:820px) {
    .disruption h2 {
        font-size: 40px
    }
}

@media (max-width:660px) {
    .disruption h2 {
        font-size: 6vw
    }
}

@media (max-width:440px) {
    .disruption h2 {
        font-size: 8vw
    }
}

.disruption h2 span {
    font-family: PFDinTextCompPro-Bold
}

.disruption .button {
    margin: 0 auto 35px
}

.disruption .small {
    text-align: center;
    max-width: 835px;
    margin: 0 auto
}

.advantages {
    background-color: #fff;
    padding: 151px 6.77% 107px
}

@media (max-width:767px) {
    .advantages {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:575px) {
    .advantages {
        padding-bottom: 40px;
        padding-top: 80px
    }
}

.advantages .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width:992px) {
    .advantages .content {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.advantages .content .item-title {
    width: 37.7%
}

@media (max-width:992px) {
    .advantages .content .item-title {
        width: 100%
    }
}

.advantages .content .item-title .block-title {
    margin-bottom: 40px
}

@media (max-width:9992px) {
    .advantages .content .item-title .pic-wrapper {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .advantages .content .item-title .pic-wrapper {
        display: none
    }
}

.advantages .content .item-title .pic-wrapper img {
    margin-right: 36px
}

@media (max-width:1199px) {
    .advantages .content .item-title .pic-wrapper img {
        margin-right: 16px
    }
}

.advantages .content .item-list {
    width: 52%
}

@media (max-width:992px) {
    .advantages .content .item-list {
        width: 100%
    }
}

.advantages .content .item-list .item {
    width: 100%;
    display: flex;
    margin-bottom: 44px
}

@media (max-width:440px) {
    .advantages .content .item-list .item {
        margin-bottom: 20px
    }
}

.advantages .content .item-list .item .number {
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    margin-bottom: 0;
    margin-right: 17px
}

.advantages .content .item-list .item .text h3 {
    font-size: 24px;
    margin-bottom: 19px;
    font-family: Rubik-Medium
}

@media (max-width:1199px) {
    .advantages .content .item-list .item .text h3 {
        font-size: 22px
    }
}

@media (max-width:440px) {
    .advantages .content .item-list .item .text h3 {
        font-size: 16px
    }
}

.advantages .content .item-list .item .text p {
    font-size: 18px
}

@media (max-width:1199px) {
    .advantages .content .item-list .item .text p {
        font-size: 16px
    }
}

@media (max-width:440px) {
    .advantages .content .item-list .item .text p {
        font-size: 14px
    }
}

.popular-questions {
    padding: 107px 6.77% 153px;
    background-color: #fff
}

@media (max-width:767px) {
    .popular-questions {
        padding: 15.5px 0 100px
    }
}

.popular-questions .block-title {
    max-width: 51%;
    margin-bottom: 45px
}

@media (max-width:992px) {
    .popular-questions .block-title {
        max-width: 70%
    }
}

@media (max-width:767px) {
    .popular-questions .block-title {
        margin-bottom: 30px
    }
}

@media (max-width:440px) {
    .popular-questions .block-title {
        max-width: 100%
    }
}

.popular-questions .accordion-wrapper .card {
    margin-bottom: 20px;
    border: none !important
}

@media (max-width:767px) {
    .popular-questions .accordion-wrapper .card {
        margin-bottom: 10px
    }
}

.popular-questions .accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: none !important
}

.popular-questions .accordion-wrapper .card .card-header .card-link {
    font-size: 24px;
    font-family: Rubik-Medium;
    color: #000;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 15px 15px 15px 17.5%;
    transition: all .5s;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000
}

@media (max-width:992px) {
    .popular-questions .accordion-wrapper .card .card-header .card-link {
        padding-left: 10.5%;
        font-size: 22px
    }
}

@media (max-width:575px) {
    .popular-questions .accordion-wrapper .card .card-header .card-link {
        font-size: 20px;
        padding-left: 50px
    }
}

@media (max-width:440px) {
    .popular-questions .accordion-wrapper .card .card-header .card-link {
        font-size: 16px
    }
}

.popular-questions .accordion-wrapper .card .card-header .card-link:before {
    content: "";
    background-image: url(../img/accardeon-open-pic.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 11.56%;
    top: 29px
}

@media (max-width:992px) {
    .popular-questions .accordion-wrapper .card .card-header .card-link:before {
        left: 4.56%
    }
}

@media (max-width:575px) {
    .popular-questions .accordion-wrapper .card .card-header .card-link:before {
        left: 15px
    }
}

.popular-questions .accordion-wrapper .card .card-header .collapsed {
    font-size: 24px;
    color: #fff;
    background-color: #001066;
    display: block;
    position: relative;
    padding-left: 17.5%;
    padding-right: 15px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent
}

@media (max-width:992px) {
    .popular-questions .accordion-wrapper .card .card-header .collapsed {
        padding-left: 10.5%;
        font-size: 22px
    }
}

@media (max-width:575px) {
    .popular-questions .accordion-wrapper .card .card-header .collapsed {
        font-size: 20px;
        padding-left: 50px
    }
}

@media (max-width:440px) {
    .popular-questions .accordion-wrapper .card .card-header .collapsed {
        font-size: 18px
    }
}

.popular-questions .accordion-wrapper .card .card-header .collapsed:before {
    content: "";
    background-image: url(../img/arrow-accardion.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 11.56%;
    top: 23px
}

@media (max-width:992px) {
    .popular-questions .accordion-wrapper .card .card-header .collapsed:before {
        left: 4.56%
    }
}

@media (max-width:575px) {
    .popular-questions .accordion-wrapper .card .card-header .collapsed:before {
        left: 15px
    }
}

.popular-questions .accordion-wrapper .card .card-body {
    padding-top: 0;
    padding-left: 26.25%;
    padding-right: 26.25%;
    font-size: 18px;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000
}

@media (max-width:992px) {
    .popular-questions .accordion-wrapper .card .card-body {
        padding-left: 15.25%;
        padding-right: 15.25%;
        font-size: 16px
    }
}

@media (max-width:575px) {
    .popular-questions .accordion-wrapper .card .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    #popup .popup-content {
        padding: 0;
    }
}

@media (max-width:440px) {
    .popular-questions .accordion-wrapper .card .card-body {
        font-size: 14px
    }
}

.reliable-partner {
    background-color: #f7de29;
    position: relative;
    padding: 112px 6.77% 67px
}

@media (max-width:767px) {
    .reliable-partner {
        padding-left: 0;
        padding-right: 0
    }
}

.reliable-partner .top-pic {
    position: absolute;
    top: 0;
    left: 0
}

.reliable-partner .items-wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width:860px) {
    .reliable-partner .items-wrapper {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.reliable-partner .items-wrapper .item {
    width: 48%
}

@media (max-width:860px) {
    .reliable-partner .items-wrapper .item {
        width: 100%
    }
}

.reliable-partner .items-wrapper .item-info .block-title {
    width: 100%;
    margin-bottom: 25px
}

.reliable-partner .items-wrapper .item-info p {
    font-size: 24px;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .reliable-partner .items-wrapper .item-info p {
        font-size: 22px
    }
}

@media (max-width:992px) {
    .reliable-partner .items-wrapper .item-info p {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .reliable-partner .items-wrapper .item-info p {
        font-size: 18px
    }
}

.reliable-partner .items-wrapper .item-info .button {
    margin-bottom: 76px
}

@media (max-width:860px) {
    .reliable-partner .items-wrapper .item-info .button {
        margin-bottom: 46px
    }
}

@media (max-width:860px) {
    .reliable-partner .items-wrapper .item-info .pic-wrapper {
        margin-bottom: 30px
    }
}

.reliable-partner .items-wrapper .item-info .pic-wrapper img {
    margin-right: 15px
}

.reliable-partner .item-text p {
    margin-bottom: 30px;
    font-size: 18px
}

@media (max-width:992px) {
    .reliable-partner .item-text p {
        font-size: 16px
    }
}

.reviews {
    background-color: #fff;
    padding-bottom: 82px
}

@media (max-width:575px) {
    .reviews {
        padding-bottom: 41px
    }
}

.reviews .block-title {
    left: 6.77%;
    display: inline-block;
    position: absolute;
    top: 167px;
    z-index: 1
}

@media (max-width:575px) {
    .reviews .block-title {
        top: 65px
    }
}

.reviews .content {
    position: relative
}

.reviews .controls-wrapper {
    width: 120px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 28%;
    top: 184px;
    z-index: 3
}

@media (max-width:992px) {
    .reviews .controls-wrapper {
        right: 14.2%
    }
}

@media (max-width:575px) {
    .reviews .controls-wrapper {
        right: 15px;
        top: 100px
    }
}

.reviews .controls-wrapper p {
    font-size: 36px;
    text-transform: uppercase;
    font-family: PFDinTextCompPro-Medium;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: 7px
}

.reviews .rev-slider {
    position: relative;
    z-index: 2
}

.reviews .slide {
    padding-top: 298px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative
}

@media (max-width:575px) {
    .reviews .slide {
        padding-top: 180px
    }
}

.reviews .slide .slide-content {
    border: 3px solid #000;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 60px 50px 60px 67px;
    transition: all .5s;
    opacity: .1
}

@media (max-width:1199px) {
    .reviews .slide .slide-content {
        padding: 40px 30px 40px 45px
    }
}

@media (max-width:992px) {
    .reviews .slide .slide-content {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

@media (max-width:530px) {
    .reviews .slide .slide-content {
        padding: 30px 15px
    }
}

.reviews .slide .slide-number {
    position: absolute;
    font-size: 36px;
    text-transform: uppercase;
    font-family: PFDinTextCompPro-Medium;
    width: 120px;
    text-align: center;
    top: 191px;
    right: 6.6%;
    transition: all .5s;
    opacity: 0;
    margin-bottom: 0
}

@media (max-width:992px) {
    .reviews .slide .slide-number {
        right: -.5%
    }
}

@media (max-width:575px) {
    .reviews .slide .slide-number {
        top: 107px;
        right: 20px
    }
}

.reviews .slide .triangle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    background-color: #fff;
    transform: rotate(56deg) skewX(20deg);
    left: 97px;
    top: -18px
}

@media (max-width:1199px) {
    .reviews .slide .triangle {
        left: 71px
    }
}

.reviews .slide .photo {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #001066
}

@media (max-width:992px) {
    .reviews .slide .photo {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.reviews .slide .photo p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 64px;
    line-height: 1;
    margin-top: 10px;
    font-family: PFDinTextCompPro-Bold
}

.reviews .slide .text {
    width: 70%
}

@media (max-width:992px) {
    .reviews .slide .text {
        width: 100%
    }
}

.reviews .slide .text h3 {
    font-size: 24px;
    margin-bottom: 18px
}

@media (max-width:992px) {
    .reviews .slide .text h3 {
        font-size: 22px;
        text-align: center
    }
}

@media (max-width:575px) {
    .reviews .slide .text h3 {
        font-size: 16px
    }
}

.reviews .slide .text p {
    font-size: 18px
}

@media (max-width:575px) {
    .reviews .slide .text p {
        font-size: 14px
    }
}

.reviews .slick-center .controls-wrapper, .reviews .slick-center .slide-content {
    opacity: 1
}

.reviews .active-number {
    animation: active-number-animation .1s ease-in-out infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

@keyframes active-number-animation {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.customer-benefits {
    background-color: #fff;
    padding: 82px 6.77% 144px
}

@media (max-width:767px) {
    .customer-benefits {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    .customer-benefits {
        padding-top: 40px;
        padding-bottom: 70px
    }
}

.customer-benefits .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width:767px) {
    .customer-benefits .content {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.customer-benefits .content .block-title {
    width: 38.75%
}

@media (max-width:767px) {
    .customer-benefits .content .block-title {
        width: 100%;
        margin-bottom: 35px
    }
}

.customer-benefits .content .items-wrapper {
    width: 51.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width:1340px) {
    .customer-benefits .content .items-wrapper {
        width: 55.25%
    }
}

@media (max-width:767px) {
    .customer-benefits .content .items-wrapper {
        width: 100%
    }
}

.customer-benefits .content .items-wrapper .item {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (max-width:480px) {
    .customer-benefits .content .items-wrapper .item {
        width: 100%
    }
}

.customer-benefits .content .items-wrapper .item svg {
    width: 40%;
    height: auto
}

@media (max-width:1340px) {
    .customer-benefits .content .items-wrapper .item svg {
        width: 35%
    }
}

@media (max-width:992px) {
    .customer-benefits .content .items-wrapper .item svg {
        width: 30%
    }
}

@media (max-width:767px) {
    .customer-benefits .content .items-wrapper .item svg {
        width: 40%
    }
}

@media (max-width:575px) {
    .customer-benefits .content .items-wrapper .item svg {
        width: 30%
    }
}

.customer-benefits .content .items-wrapper .item p {
    font-size: 18px;
    margin-bottom: 0;
    width: 55%
}

@media (max-width:1480px) {
    .customer-benefits .content .items-wrapper .item p {
        font-size: 16px
    }
}

@media (max-width:1340px) {
    .customer-benefits .content .items-wrapper .item p {
        width: 60%
    }
}

@media (max-width:1200px) {
    .customer-benefits .content .items-wrapper .item p {
        font-size: 14px
    }
}

@media (max-width:992px) {
    .customer-benefits .content .items-wrapper .item p {
        width: 65%;
        font-size: 12px
    }
}

@media (max-width:767px) {
    .customer-benefits .content .items-wrapper .item p {
        width: 55%;
        font-size: 16px
    }
}

@media (max-width:575px) {
    .customer-benefits .content .items-wrapper .item p {
        font-size: 14px;
        width: 65%
    }
}

@media (max-width:480px) {
    .customer-benefits .content .items-wrapper .item p {
        font-size: 18px
    }
}

@media (max-width:380px) {
    .customer-benefits .content .items-wrapper .item p {
        font-size: 16px
    }
}

.contact-form {
    background-image: url(../img/contact-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 103px 6.77% 173px;
    color: #fff
}

@media (max-width:767px) {
    .contact-form {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    .contact-form {
        background-image: none;
        background-color: #001066;
        padding-bottom: 0;
        padding-top: 65px
    }
}

.contact-form .pic {
    display: none;
    z-index: 1
}

@media (max-width:575px) {
    .contact-form .pic {
        display: block;
        width: 100%;
        height: auto
    }
}

.contact-form .content {
    position: relative;
    z-index: 2
}

.contact-form .block-title {
    width: 42.5%;
    margin-bottom: 20px;
    color: #fff
}

@media (max-width:992px) {
    .contact-form .block-title {
        width: 100%
    }
}

.contact-form p {
    font-size: 24px;
    margin-bottom: 67px
}

@media (max-width:575px) {
    .contact-form p {
        font-size: 16px;
        margin-bottom: 45px
    }
}

.contact-form form {
    width: 1040px;
    margin-left: 8.75%
}

@media (max-width:1270px) {
    .contact-form form {
        margin-left: 0;
        width: 100%
    }
}

.contact-form form .button {
    border-color: #fff;
    color: #fff;
    cursor: pointer
}

@media (max-width:575px) {
    .contact-form form .button {
        margin: 0 auto
    }
}

.contact-form form .button:hover {
    background-color: #fff;
    color: #001066
}

.contact-form form .inputs-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px
}

@media (max-width:575px) {
    .contact-form form .inputs-wrapper {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 55px
    }
}

.contact-form form .inputs-wrapper .inputs {
    width: 400px
}

@media (max-width:1270px) {
    .contact-form form .inputs-wrapper .inputs {
        width: 40%
    }
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .inputs {
        width: 45%
    }
}

@media (max-width:575px) {
    .contact-form form .inputs-wrapper .inputs {
        width: 100%
    }
}

.contact-form form .inputs-wrapper .inputs .form-group {
    position: relative;
    height: 80px;
    background-color: transparent !important
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .inputs .form-group {
        height: 60px
    }
}

.contact-form form .inputs-wrapper .inputs .form-group:last-child {
    margin-bottom: 0
}

@media (max-width:575px) {
    .contact-form form .inputs-wrapper .inputs .form-group:last-child {
        margin-bottom: 20px
    }
}

.contact-form form .inputs-wrapper .inputs .form-group label {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    left: 0;
    top: 23px;
    transition: all .5s
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .inputs .form-group label {
        font-size: 30px
    }
}

.contact-form form .inputs-wrapper .inputs .form-group .form-control {
    background-color: transparent;
    border-bottom: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    padding-left: 0;
    padding-top: 23px
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .inputs .form-group .form-control {
        font-size: 30px
    }
}

.contact-form form .inputs-wrapper .inputs .form-group .active-label {
    font-size: 24px;
    opacity: .5;
    top: -5px
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .inputs .form-group .active-label {
        font-size: 20px
    }
}

.contact-form form .inputs-wrapper .textarea-group {
    width: 567px;
    position: relative;
    margin-bottom: 0 !important;
    background-color: transparent
}

@media (max-width:1270px) {
    .contact-form form .inputs-wrapper .textarea-group {
        width: 50%
    }
}

@media (max-width:575px) {
    .contact-form form .inputs-wrapper .textarea-group {
        width: 100%;
        height: 320px
    }
}

.contact-form form .inputs-wrapper .textarea-group label {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    left: 25px;
    top: 34px;
    transition: all .5s
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .textarea-group label {
        font-size: 30px
    }
}

.contact-form form .inputs-wrapper .textarea-group textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 34px 5px 5px 25px;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .textarea-group textarea {
        font-size: 30px
    }
}

.contact-form form .inputs-wrapper .textarea-group .active-label {
    font-size: 24px;
    opacity: .5;
    top: 10px
}

@media (max-width:992px) {
    .contact-form form .inputs-wrapper .textarea-group .active-label {
        font-size: 20px
    }
}

.contacts {
    background-color: #000;
    padding-left: 6.77%
}

@media (max-width:767px) {
    .contacts {
        padding-left: 0
    }
}

.contacts .content {
    display: flex
}

@media (max-width:767px) {
    .contacts .content {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.contacts .content .contacts-wrapper {
    width: 50%;
    padding-top: 74px;
    padding-bottom: 75px;
    color: #fff;
    padding-left: 15px
}

@media (max-width:1120px) {
    .contacts .content .contacts-wrapper {
        width: 40%
    }
}

@media (max-width:767px) {
    .contacts .content .contacts-wrapper {
        width: 100%;
        padding-right: 15px
    }
}

.contacts .content .contacts-wrapper .logo-contacts {
    margin-bottom: 73px
}

@media (max-width:767px) {
    .contacts .content .contacts-wrapper .logo-contacts {
        display: none
    }
}

.contacts .content .contacts-wrapper .all-info {
    width: 660px;
    display: flex;
    justify-content: space-between
}

@media (max-width:1480px) {
    .contacts .content .contacts-wrapper .all-info {
        width: 560px
    }
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info {
        width: 500px
    }
}

@media (max-width:1120px) {
    .contacts .content .contacts-wrapper .all-info {
        flex-wrap: wrap;
        width: 266px
    }
}

@media (max-width:767px) {
    .contacts .content .contacts-wrapper .all-info {
        margin: 0 auto;
        width: 100%
    }
}

@media (max-width:540px) {
    .contacts .content .contacts-wrapper .all-info {
        width: 266px
    }
}

.contacts .content .contacts-wrapper .all-info .place-time {
    width: 320px;
    padding-top: 22px
}

@media (max-width:1480px) {
    .contacts .content .contacts-wrapper .all-info .place-time {
        width: 293px
    }
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info .place-time {
        width: 266px
    }
}

@media (max-width:1120px) {
    .contacts .content .contacts-wrapper .all-info .place-time {
        width: 100%
    }
}

@media (max-width:767px) {
    .contacts .content .contacts-wrapper .all-info .place-time {
        width: 266px
    }
}

@media (max-width:540px) {
    .contacts .content .contacts-wrapper .all-info .place-time {
        width: 100%
    }
}

.contacts .content .contacts-wrapper .all-info .place-time p {
    font-size: 24px;
    margin-bottom: 25px
}

@media (max-width:1480px) {
    .contacts .content .contacts-wrapper .all-info .place-time p {
        font-size: 22px
    }
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info .place-time p {
        font-size: 20px
    }
}

.contacts .content .contacts-wrapper .all-info .place-time p:nth-child(2) {
    font-size: 18px
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info .place-time p:nth-child(2) {
        font-size: 16px
    }
}

.contacts .content .contacts-wrapper .all-info .line {
    width: 3px;
    background-color: #fff
}

@media (max-width:1120px) {
    .contacts .content .contacts-wrapper .all-info .line {
        display: none
    }
}

@media (max-width:767px) {
    .contacts .content .contacts-wrapper .all-info .line {
        display: block
    }
}

@media (max-width:540px) {
    .contacts .content .contacts-wrapper .all-info .line {
        display: none
    }
}

.contacts .content .contacts-wrapper .all-info .phons-mail {
    width: 230px;
    padding-top: 22px
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail {
        width: 194px
    }
}

@media (max-width:1120px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail {
        width: 100%
    }
}

@media (max-width:767px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail {
        width: 194px
    }
}

@media (max-width:540px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail {
        width: 100%
    }
}

.contacts .content .contacts-wrapper .all-info .phons-mail a {
    display: block;
    color: #fff
}

.contacts .content .contacts-wrapper .all-info .phons-mail .phons {
    margin-bottom: 25px
}

.contacts .content .contacts-wrapper .all-info .phons-mail .phons a {
    font-size: 24px
}

@media (max-width:1480px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail .phons a {
        font-size: 22px
    }
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail .phons a {
        font-size: 20px
    }
}

.contacts .content .contacts-wrapper .all-info .phons-mail .mail a {
    font-size: 18px
}

@media (max-width:1240px) {
    .contacts .content .contacts-wrapper .all-info .phons-mail .mail a {
        font-size: 16px
    }
}

.contacts .content .map {
    width: 50%;
    height: 462px
}

@media (max-width:1120px) {
    .contacts .content .map {
        height: 567px;
        width: 60%
    }
}

@media (max-width:767px) {
    .contacts .content .map {
        width: 100%;
        height: 300px
    }
}

footer {
    background-color: #151515;
    color: #fff;
    font-size: 16px;
    padding: 16px 6.77%
}

footer .content {
    display: flex;
    justify-content: space-between
}

footer .content p {
    margin-bottom: 0
}

.calc-page header {
    background-color: #001066;
    padding-bottom: 0
}

.calc-page .form-calculator {
    background-image: url(../img/bg_calc.png);
    color: #fff;
    padding: 199px 6.77% 121px
}

@media (max-width:767px) {
    .calc-page .form-calculator {
        padding-right: 0;
        padding-left: 0
    }
}

.calc-page .form-calculator .block-title {
    color: #fff;
    margin-bottom: 30px
}

.calc-page .form-calculator form {
    width: 800px
}

@media (max-width:900px) {
    .calc-page .form-calculator form {
        width: 100%
    }
}

.calc-page .form-calculator form .button {
    border-color: #fff;
    color: #fff;
    cursor: pointer
}

.calc-page .form-calculator form .button:hover {
    background-color: #fff;
    color: #001066
}

.calc-page .form-calculator form select {
    width: 326px;
    background-color: transparent !important;
    height: 80px;
    border: none;
    border-bottom: 3px solid #fff;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:992px) {
    .calc-page .form-calculator form select {
        height: 60px
    }
}

@media (max-width:380px) {
    .calc-page .form-calculator form select {
        width: 100%
    }
}

.calc-page .form-calculator form select option {
    background-color: #001066
}

.calc-page .form-calculator form .form-group {
    position: relative;
    width: 326px;
    height: 80px;
    background-color: transparent !important
}

@media (max-width:992px) {
    .calc-page .form-calculator form .form-group {
        height: 60px
    }
}

@media (max-width:380px) {
    .calc-page .form-calculator form .form-group {
        width: 100%
    }
}

.calc-page .form-calculator form .form-group label {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    left: 0;
    top: 23px;
    transition: all .5s
}

@media (max-width:992px) {
    .calc-page .form-calculator form .form-group label {
        font-size: 30px
    }
}

.calc-page .form-calculator form .form-group .form-control {
    background-color: transparent;
    border-bottom: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    padding-left: 0;
    padding-top: 23px
}

@media (max-width:992px) {
    .calc-page .form-calculator form .form-group .form-control {
        font-size: 30px
    }
}

.calc-page .form-calculator form .form-group .active-label {
    font-size: 24px;
    opacity: .5;
    top: -5px
}

@media (max-width:992px) {
    .calc-page .form-calculator form .form-group .active-label {
        font-size: 20px
    }
}

.calc-page .form-calculator form .form-group .whence-input {
    font-size: 24px;
    opacity: .5;
    top: -5px
}

@media (max-width:992px) {
    .calc-page .form-calculator form .form-group .whence-input {
        font-size: 18px;
        top: -10px
    }
}

.calc-page .form-calculator form .textarea-group {
    width: 633px;
    height: 200px;
    margin-bottom: 40px;
    position: relative;
    background-color: transparent
}

@media (max-width:670px) {
    .calc-page .form-calculator form .textarea-group {
        width: 100%
    }
}

.calc-page .form-calculator form .textarea-group label {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium;
    left: 25px;
    top: 34px;
    transition: all .5s
}

@media (max-width:992px) {
    .calc-page .form-calculator form .textarea-group label {
        font-size: 30px
    }
}

.calc-page .form-calculator form .textarea-group textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 34px 5px 5px 25px;
    text-transform: uppercase;
    font-size: 36px;
    font-family: PFDinTextCompPro-Medium
}

@media (max-width:992px) {
    .calc-page .form-calculator form .textarea-group textarea {
        font-size: 30px
    }
}

.calc-page .form-calculator form .textarea-group .active-label {
    font-size: 24px;
    opacity: .5;
    top: 10px
}

@media (max-width:992px) {
    .calc-page .form-calculator form .textarea-group .active-label {
        font-size: 20px
    }
}

.calc-page .form-calculator form p {
    opacity: .5;
    font-size: 16px;
    font-family: Rubik-Regular;
    margin-bottom: 55px
}

.thx-page header {
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #021372;
    mix-blend-mode: hard-light;
    opacity: .9
}

.thx-page header .header-content {
    color: #fff3cd
}

.thx-page header .header-content h2 {
    font-size: 96px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-family: PFDinTextCompPro-Medium;
    margin-bottom: 25px
}

@media (max-width:1460px) {
    .thx-page header .header-content h2 {
        font-size: 84px
    }
}

@media (max-width:1200px) {
    .thx-page header .header-content h2 {
        font-size: 72px
    }
}

@media (max-width:992px) {
    .thx-page header .header-content h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .thx-page header .header-content h2 {
        font-size: 48px
    }
}

.thx-page header .header-content p {
    font-size: 30px;
    max-width: 434px;
    margin: 0 auto 62px;
    text-align: center
}

@media (max-width:992px) {
    .thx-page header .header-content p {
        font-size: 28px
    }
}

@media (max-width:767px) {
    .thx-page header .header-content p {
        font-size: 26px;
        margin-bottom: 31px
    }
}

.thx-page header .header-content .button {
    color: #fff;
    border-color: #fff;
    margin: 0 auto
}

.thx-page header .header-content .button:hover {
    color: #000;
    background-color: #fff
}

/*# sourceMappingURL=style-oldCalcForm.css.map */