@font-face {
    font-family: Regular;
    src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
    font-family: Cond;
    src: url('../fonts/MyriadPro-Cond.otf');
}
@font-face {
    font-family: BoldCond;
    src: url('../fonts/MyriadPro-BoldCond.otf');
}
@font-face {
    font-family: Bold;
    src: url('../fonts/MyriadPro-Bold.otf');
}

* {
    outline: none !important;
}

html, body {
    width: 100vw !important;
    max-width: 100vw !important;
    /*overflow-x: hidden !important;*/
}

body {
    background: #fff;
    font-family: Regular;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: BoldCond;
}

b, strong {
    font-family: Bold;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

/* LOADER */

#loader svg {
    display: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(125, 211, 252, .5);
    z-index: 9999999999;
}

#loader .blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#loader .blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #FFF200;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px #FFF200;
}

#loader .blob {
    position: absolute;
    background: #FFF200;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}
#loader .blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#loader .blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#loader .blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#loader .blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
#loader .blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}
@-webkit-keyframes blob-grow {
    0%,  39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%, 42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%, 44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%, 46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%, 48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%, 70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%, 81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%, 83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%, 85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%, 87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%, 91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%, 100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}
@keyframes blob-grow {
    0%,  39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%, 42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%, 44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%, 46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%, 48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%, 70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%, 81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%, 83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%, 85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%, 87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%, 91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%, 100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}


/* LOADER NED */

.button {
    border: none !important;
    transition: all .15s linear !important;
}
.button:hover {
    background: url('../../images/blocks/1/button_hover.jpg') no-repeat !important;
    background-size: cover !important;
    transform: scale(1.1);
}
a.button:hover {
    color: #fff !important;
}

.alert.fixed-top {
    z-index: 100;
}
.alert-success {
    background: #9bf061;
}
.alert-danger {
    background: #fb3a00;
}

.hover-plus {
    position: relative;
}
.hover-plus .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: rgba(0, 0, 0, .25);
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    padding-top: 40%;
    opacity: 0;
    z-index: 2;
}
.hover-plus:hover .overlay {
    opacity: 1;
}

#menu {
    position: fixed;
    top: 0;
    left: -26vw;
    width: 26vw;
    height: 100vh;
    background: #0fb4f4 url('../../images/menu/bg.jpg') no-repeat top right;
    background-size: 100% auto;
    border-top: 80px solid #00d4fb;
    padding-top: 8vw;
    box-shadow: 0 0 15px rgba(150, 150, 150, .35);
    color: #fff;
    overflow-x: hidden;
    transition: .5s;
    z-index: 998;
}
#menu.show {
    top: 0;
    left: 0;
    overflow-x: visible;
}
#menu .menu {
    position: absolute;
    top: 5px;
    left: 5px;
}
#menu .menu img {
    width: 5vw;
}
#menu .scoller {
    width: 110%;
    max-height: 100%;
    overflow-y: scroll;
    direction: rtl;
}
#menu ul.nav {
    /*position: relative;*/
    direction:ltr;
    overflow: hidden;
}
#menu ul.nav .nav-item {
    width: 90%;
}
#menu ul.nav .nav-item .nav-link {
    position: relative;
    padding: 15px 15px 10px 2vw;
    border-top: 1px solid #78d5f9;
    border-bottom: 1px solid #78d5f9;
    color: #fff;
    font-family: BoldCond;
    font-size: 1.8vw;
    transition: all .2s linear;
    z-index: 2;
}
#menu ul.nav .nav-item .nav-link.active,
#menu ul.nav .nav-item:hover .nav-link {
    text-shadow: 2px 3px 0 #d76f00;
}
#menu.show ul.nav .nav-item .nav-link:after,
#menu.show ul.nav .nav-item .nav-link:after {
    position: absolute;
    content: '';
    top: 0;
    left: -107%;
    width: 107%;
    height: 100%;
    background: url('../../images/menu/hover.png') no-repeat center right;
    background-size: 100% 100%;
    transition: all .2s linear;
}
#menu ul.nav .nav-item .nav-link.active:after,
#menu ul.nav .nav-item:hover .nav-link:after {
    left: 0;
    transition: all .3s linear;
}
#menu ul.nav .nav-item .nav-link span {
    position: relative;
    z-index: 2;
}

#menu-btn {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 70px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}
#menu-btn.open {
    position: fixed;
}
#menu-btn span {
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu-btn span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-btn span:nth-child(2) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-btn span:nth-child(3) {
    top: 50px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-btn.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 10px;
}
#menu-btn.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
#menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50px;
    left: 10px;
}

.modal-content {
    border: none;
}
.modal-header {
    background: #cff8fe;
    padding: 30px 30px 20px 30px;
    border: none;
}
.modal-header h2 {
    line-height: 2vw;
    color: #1d78a1;
    font-family: BoldCond;
    font-weight: 800;
}
.modal-header h2 small {
    font-weight: 600;
}
.modal-header .close {
    padding: 0;
    margin-top: -4vw;
    margin-right: -4vw;
    border-radius: 50%;
    opacity: 1 !important;
    transition: all .15s linear;
}
.modal-header .close:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    transform: rotate(15deg);
}
.modal-header .close img {
    width: 5vw;
    height: 5vw;
}
.modal-body {
    background: #ace9fa;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modal-body p {
    color: #1d78a1;
    font-family: Regular;
}
.modal-body .blue-box label {
    color: #1d78a1;
    font-size: 1.3vw;
    font-weight: 600;
}
.modal-body .blue-box .form-control {
    border: 1px solid #1d78a1;
    border-radius: 6px;
    font-size: 1.3vw;
}
.modal-body .blue-box input.form-control {
    height: calc(2rem + 2px);
}
.modal-body .blue-box .custom-file-label {
    height: calc(2rem + 2px);
    background: #1d78a1;
    border-radius: 6px;
    color: #fff;
}
.modal-body .blue-box .custom-file-label::after {
    display: none;
}
.modal-body .blue-box .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 5px 20px 0 20px;
    border: none;
    border-radius: 16px;
    font-size: 1.5vw;
    font-family: Bold;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}

.header {
    position: relative;
    /*height: 750px;
    background: #fff url('/images/header/bg.jpg') no-repeat top left;
    background-size: contain;*/
}

header .sticky:before {
    position: absolute;
    content: '';
    width: 37%;
    height: 80px;
    background: rgba(255, 255, 255, 0);
    border-bottom-right-radius: 16px;
    transition: all .15s linear;
}
header .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 999;
}
header .sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 999;
}
header .sticky.active .logo {
    width: auto;
    height: 120px;
}
header .sticky.active:before {
    background: #0fb4f4;
    box-shadow: 0 0 35px rgba(0, 0, 0, .35);
}
.header .bg {
    position: relative;
    width: 100%;
    height: auto;
    z-index: -1;
}
.header .menu {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 5%;
    z-index: 4;
}
.header .menu img {
    width: 100%;
}
.header .menu:hover img {
    opacity: .9;
}
.header .logo {
    position: absolute;
    top: 0;
    left: 5%;
    width: 11.5%;
    margin-left: 15px;
    z-index: 3;
}
.header .lang {
    position: absolute;
    top: 10px;
    left: 18.75%;
    width: 8%;
    background: rgba(255, 255, 255, 0);
    padding: 10px 12px;
    border-radius: 18px;
}
.header .lang .col {
    padding: 0 2px;
}
.header .lang a {
    text-decoration: none;
}
.header .lang a img {
    display: block;
    width: 100%;
    height: auto;
}
.header .lang a .text {
    position: absolute;
    top: .3vh;
    left: 0;
    width: 100%;
    color: #373737;
    font-size: 1vw;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    opacity: 0;
    z-index: 2;
    transition: opacity .1s linear;
}
.header .lang a:hover {
    opacity: .75;
}
.header .lang a:hover .text {
    opacity: 1;
}
.header .fast-order {
    position: absolute;
    top: 0;
    right: 0;
    width: 35.26%;
}
.header .fast-order .girl {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
.header .fast-order .girl img {
    width: 100%;
}
.header .fast-order .fast-order-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 72.38%;
    transition: all .1s linear;
    z-index: 4;
}
.header .fast-order .fast-order-btn-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    z-index: 5;
}
.header .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.header .fast-order .fast-order-btn img.active {
    z-index: 3;
}
.header .text-1 {
    position: absolute;
    top: 3%;
    right: 26.56%;
    width: 31%;
    z-index: 2;
}
.header .text-2 {
    position: absolute;
    top: 17%;
    right: 27.2%;
    width: 28.4%;
    z-index: 2;
}
.header .text-3 {
    position: absolute;
    top: 40%;
    right: 23%;
    width: 44.27%;
    z-index: 2;
}
.header .text-4 {
    position: absolute;
    top: 51%;
    right: 24.5%;
    width: 15.6%;
    z-index: 2;
}
.header .text-5 {
    position: absolute;
    top: 61%;
    right: 39.6%;
    width: 9.1%;
    z-index: 2;
}
.header .text-6 {
    position: absolute;
    top: 72%;
    right: 47.66%;
    width: 13%;
    z-index: 2;
}
.header .text-7 {
    position: absolute;
    top: 84.67%;
    right: 20.7%;
    width: 42.97%;
    z-index: 2;
}
.header .text-8 {
    position: absolute;
    top: 92%;
    right: 20.7%;
    width: 42.97%;
    z-index: 2;
}

#goUp {
    position: fixed;
    bottom: -10vh;
    right: 15px;
    transition: all .5s;
    z-index: 999;
}
#goUp:hover {
    opacity: .9;
    transform: scale(1.1);
}
#goUp.show {
    bottom: 5vh;
}

#price {
    position: fixed;
    bottom: 15vh;
    right: -15px;
    transition: all .5s;
    z-index: 999;
}
#price:hover {
    opacity: .9;
    transform: scale(1.1);
}
#price .img-circle {
    background-color: #74db75;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-iteration-count: infinite;
}
#price .circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #74db75;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
#price .circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #74db75;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
#price .img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .9;
}
#price .img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url('../../images/price.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
#price .img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes bounce {
    0%, 8%, 16%, 24%, 100% {-webkit-transform: translateY(0);}
    4% {-webkit-transform: translateY(-15px) }
    12% {-webkit-transform: translateY(-10px);}
    20% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce {
    0%, 8%, 16%, 24%, 100% {transform: translateY(0);}
    4% {transform: translateY(-15px) }
    12% {transform: translateY(-10px);}
    20% {transform: translateY(-5px);}
}

.footer {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    z-index: 10;
}
.footer .line-1{

}
.footer .text-block {
    background: #9bf061;
}
.footer .text-block p {
    font-size: 1.25vw;
    color: #373737;
}
.footer .line-2-bg {
    margin-top: -1px;
    margin-bottom: -1px;
}
.footer .bottom {
    position: relative;
    padding-top: 10px;
    padding-bottom: 75px;
    /*background: #00CFF5;*/
    background: #67cef2 url('../../images/footer/line_2.jpg') no-repeat top center;
    background-size: 100% auto;
    z-index: 1;
    overflow-y: hidden;
}
.footer .bottom .line-2 {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 4;
}
.footer .bottom .row {
    position: relative;
    z-index: 6;
}
.footer .bottom h2 {
    font-size: 2.7vw;
    font-weight: 800;
    text-shadow: 2px 3px 0 #1e7894;
    transform: scaleY(1.2);
}
.footer .bottom a.d-block {
    color: #074f6f;
    font-size: 1.2vw;
    text-shadow: 1px 1px 0 #fff;
}
.footer .bottom a.mailto {
    color: #074f6f;
    font-size: 1.2vw;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: underline;
}
.footer .bottom .bank {
    position: absolute;
    bottom: 0;
    right: 5.42%;
    width: 63.65%;
    z-index: 5;
}

/* BLOCKS */
.block {
    position: relative;
    width: 100%;
    z-index: 3;
}
.block .logo {
    position: absolute;
    top: -10px;
    left: 0;
    width: 33.28%;
    z-index: 3;
}
.block .logo img {
    width: 100%;
    height: auto;
}
.block .logo h2 {
    position: absolute;
    top: 33%;
    right: 7vw;
    font-size: 3.6vw;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 4px 0 #d76f00;
    /*transform: scaleY(1.1);*/
}
.block .wrapper {
    background: url('../../images/blocks/1/bg.jpg') no-repeat top right;
    background-size: 100% auto;
    padding-bottom: 8%;
}
.block .doctor {
    position: absolute;
    bottom: 0;
    left: 21%;
    width: 24%;
    z-index: 2;
}
.block .text-block {
    position: relative;
    top: 30px;
    right: 5.2%;
    width: 67.2%;
    background: rgba(255, 255, 255, .75);
    border-radius: 16px;
    padding: 4% 5% 2% 10%;
}
.block .text-block p {
    line-height: 1.7vw;
    font-size: 1.5vw;
    color: #373737;
}
.block .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 15px 20px 10px 20px;
    border-radius: 18px;
    font-size: 1.5vw;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}

.block.block-1 {
    margin-top: -35px;
}

.block.block-1 .header {
    margin-bottom: 1vh;
}

.block.block-1 .logo {
    position: absolute;
    top: -10vw;
}

.block.block-2 .wrapper {
    background: url('../../images/blocks/2/bg.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-top: 5px;
    padding-bottom: 0;
}
.block.block-2 .logo {
    top: -3vw;
    right: 0;
    left: auto;
    width: 37.14%;
}
.block.block-2 .logo h2 {
    top: 17%;
    left: 7vw;
    right: auto;
}
.block.block-2 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: #d1f2f8;
    padding: 4% 4% 1% 4%;
    margin-top: 40px;
    margin-bottom: -60px;
}
.block.block-2 .bg_2 {
    margin-bottom: -1vh;
}

.block.block-3 .wrapper {
    position: relative;
    background: url('../../images/blocks/3/bg.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-bottom: 80px;
}
.block.block-3 .logo {
    position: absolute;
    top: -16.5vw;
    left: -5vw;
}
.block.block-3 .text-block {
    padding: 4% 4% 1% 4%;
}
.block.block-3 .fruits {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.block.block-3 .button {
    position: relative;
    z-index: 4;
}

.block.block-4 .wrapper {
    background: url('../../images/blocks/4/bg.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 200px;
}
.block.block-4 .logo {
    top: -5vw;
    right: 0;
    left: auto;
    width: 32.2%;
    z-index: 3;
}
.block.block-4 .logo h2 {
    top: 15%;
    left: 7vw;
    right: auto;
}
.block.block-4 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, .75);
    padding: 4% 4% 1% 4%;
    margin-top: 60px;
    margin-bottom: -60px;
}

.block.block-5 .wrapper {
    background: url('../../images/blocks/5/bg.jpg') no-repeat top left;
    background-size: 100% auto;
    padding-bottom: 145px;
}
.block.block-5 .logo {
    position: absolute;
    top: -11.5vw;
    left: -5vw;
    width: 35%;
}
.block.block-5 .text-block {
    left: 24%;
    right: auto;
    width: 67.2%;
    padding: 4% 4% 1% 5%;
}
.block.block-5 .fruits {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.block.block-5 .button {
    position: relative;
    z-index: 10;
}

.block.block-6 .wrapper {
    background: url('../../images/blocks/6/bg.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 320px;
}
.block.block-6 .logo {
    top: -5.5vw;
    right: 0;
    left: auto;
    width: 39%;
}
.block.block-6 .logo h2 {
    top: 17%;
    left: 5.5vw;
    right: auto;
}
.block.block-6 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, 0.51);
    padding: 4% 4% 1% 4%;
    margin-top: 40px;
    margin-bottom: -40px;
}

.block.block-7 .wrapper {
    background: url('../../images/blocks/7/bg.jpg') no-repeat top left;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
}
.block.block-7 .logo {
    position: absolute;
    top: -17vw;
    left: -2vw;
    width: 35%;
}
.block.block-7 .logo h2 {
    right: 6vw;
}
.block.block-7 .text-block {
    left: auto;
    right: 5%;
    width: 67.2%;
    padding: 4% 4% 1% 5%;
}
.block.block-7 .girl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44.27%;
    z-index: 2;
}
.block.block-7 .button {
    position: relative;
    z-index: 10;
}

.block.block-8 .wrapper {
    background: url('../../images/blocks/8/bg.jpg') no-repeat bottom right;
    background-size: cover;
    padding-bottom: 34vh;
}
.block.block-8 .logo {
    top: -5vw;
    right: 0;
    left: auto;
    width: 32.2%;
    z-index: 3;
}
.block.block-8 .logo h2 {
    top: 15%;
    left: 7vw;
    right: auto;
}
.block.block-8 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, .75);
    padding: 4% 4% 1% 4%;
    margin-top: 40px;
    margin-bottom: -40px;
}

.block.block-8-2 .wrapper {
    background: url('../../images/blocks/8-2/bg.jpg') no-repeat top left;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 15vh;
}
.block.block-8-2 .logo {
    position: absolute;
    top: -11vw;
    left: -2vw;
    width: 35%;
}
.block.block-8-2 .logo h2 {
    right: 8vw;
}
.block.block-7 .text-block {
    left: auto;
    right: 5%;
    width: 67.2%;
    padding: 4% 4% 1% 5%;
}
.block.block-8-2 .button {
    position: relative;
    z-index: 10;
}

.block.block-8-3 .wrapper {
    background: url('../../images/blocks/8-3/bg.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 24vh;
}
.block.block-8-3 .logo {
    top: -8vw;
    right: 0;
    left: auto;
    width: 39%;
}
.block.block-8-3 .logo h2 {
    top: 17%;
    left: 8vw;
    right: auto;
}
.block.block-8-3 .text-block {
    top: -2.5vw;
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, .75);
    padding: 4% 4% 1% 4%;
    margin-top: 0;
    margin-bottom: -95px;
}

.block.block-9 .wrapper {
    background: url('../../images/blocks/9/bg.jpg') no-repeat top right;
    background-size: 100% auto;
    padding-top: 40px;
    padding-bottom: 12vh;
}
@media (max-width: 1600px) {
    .block.block-9 .wrapper {
        padding-bottom: 8.8vh;
    }
}
.block.block-9 .logo {
    position: absolute;
    top: -10vw;
    left: 0;
    width: 34%;
}
.block.block-9 .logo h3 {
    position: absolute;
    top: 28%;
    left: 3vw;
    font-size: 2.3vw;
    color: #fff;
    text-shadow: 2px 4px 0 #d76f00;
}
.block.block-9 .logo h2 {
    top: 37%;
    left: 3vw;
    right: auto;
    transform: scaleY(1);
}
.block.block-9 .text-block {
    left: 26%;
    right: auto;
    width: 67.2%;
    background: rgba(255, 255, 255, .75);
    padding: 4% 4% 1% 6%;
    margin-top: 0;
    margin-bottom: 4%;
}
.block.block-9 .photo {
    position: absolute;
    left: 5.2%;
    top: 25%;
    width: 16.5%;
    border: 10px solid rgba(39, 179, 249, .5);
    z-index: 2;
}
.block.block-9 .button {
    position: relative;
    z-index: 10;
}

.block.block-10 .wrapper {
    background: url('../../images/blocks/10/bg.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 24vh;
}
.block.block-10 .logo {
    top: -8vw;
    right: 0;
    left: auto;
    width: 39%;
}
.block.block-10 .logo h2 {
    top: 17%;
    left: 8vw;
    right: auto;
}
.block.block-10 .text-block {
    top: -2.5vw;
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, .75);
    padding: 4% 4% 1% 4%;
    margin-top: 0;
    margin-bottom: -95px;
}

.block.block-11 .wrapper {
    background: url('../../images/blocks/11/bg.jpg') no-repeat top left;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 15vh;
    margin-top: -1px;
}
.block.block-11 .logo {
    position: absolute;
    top: -13vw;
    left: 0;
    width: 35%;
}
.block.block-11 .logo h2 {
    right: 6vw;
}
.block.block-11 .text-block {
    left: auto;
    right: 5%;
    width: 67.2%;
    padding: 4% 4% 1% 5%;
    margin-top: 3vh;
}

.block.block-12 .wrapper {
    background: url('../../images/blocks/12/bg.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 30vh;
}
.block.block-12 .logo {
    top: -5.5vw;
    right: 0;
    left: auto;
    width: 39%;
}
.block.block-12 .logo h2 {
    top: 17%;
    left: 8vw;
    right: auto;
}
.block.block-12 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, .8);
    padding: 5% 4% 2% 4%;
    margin-top: 0;
    margin-bottom: -110px;
}

.block.block-13 .wrapper {
    background: url('../../images/blocks/13/bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 18vh;
}
.block.block-13 .logo {
    position: absolute;
    top: -11vw;
    left: 0;
    width: 35%;
}
.block.block-13 .logo h2 {
    right: 9vw;
}
.block.block-13 .text-block {
    left: auto;
    right: 5%;
    width: 67.2%;
    padding: 4% 4% 1% 5%;
    margin-top: 0;
}

.block.block-14 .wrapper {
    background: url('../../images/blocks/14/bg.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-bottom: 21.7vh;
}
@media (max-width: 1600px) {
    .block.block-14 .wrapper {
        padding-bottom: 17vh;
    }
}
.block.block-14 .logo {
    top: -5.5vw;
    right: 0;
    left: auto;
    width: 39%;
}
.block.block-14 .logo h2 {
    top: 17%;
    left: 8vw;
    right: auto;
}
.block.block-14 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: rgba(209, 242, 248, .8);
    padding: 3% 4% 1% 4%;
    margin-top: 0;
    margin-bottom: -40px;
}
.block.block-14 .text-block h4 {
    font-family: Regular;
    color: #373737;
}

.block.block-15 .wrapper {
    background: #52e1fe url('../../images/blocks/15/bg.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-top: 10px;
    padding-bottom: 7vh;
}
.block.block-15 .logo {
    position: absolute;
    top: -15vw;
    left: -2vw;
    width: 35%;
}
.block.block-15 .logo h2 {
    right: 9vw;
}
.block.block-15 .text-block {
    left: 31%;
    right: auto;
    width: 45%;
    padding: 2% 2% 1% 2%;
}
.block.block-15 .text-block p {
    line-height: 2.2vw;
    font-size: 1.7vw;
    color: #1d78a1;
}
.block.block-15 .text-block p a {
    color: #1d78a1;
}
.block.block-15 .text-block .blue-box {
    position: relative;
    display: inline-block;
    width: 90%;
    background: #67cef2;
    border-radius: 6px;
    padding: 25px 100px 20px 40px;
}
.block.block-15 .text-block .blue-box h4 {
    font-size: 2.5vw;
    font-family: BoldCond;
}
@media (max-width: 1600px) {
    .block.block-15 .text-block .blue-box h4 {
        font-size: 2.3vw;
    }
}
.block.block-15 .text-block .blue-box:after {
    content: '';
    position: absolute;
    left: 3%;
    top: 100%;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 30px solid #67cef2;
}

.block.block-17 .wrapper {
    background: url('../../images/blocks/4/bg2.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 250px;
}
.block.block-17 .logo {
    top: 5vw;
    right: 0;
    left: auto;
    width: 37.14%;
}
.block.block-17 .logo h2 {
    top: 17%;
    left: 7vw;
    right: auto;
}
.block.block-17 .text-block {
    left: 3.5%;
    right: auto;
    width: 65%;
    background: #d1f2f8;
    padding: 4% 4% 1% 4%;
    margin-top: 40px;
    margin-bottom: -60px;
}
.block.block-17 .bg_2 {
    margin-bottom: -1vh;
}


/* PAGE */
.page {
    position: relative;
}
.page .bg {
    position: relative;
    width: 100%;
    height: auto;
    z-index: -1;
}
.page .logo {
    position: absolute;
    top: -6vw;
    left: 0;
    width: 30%;
    z-index: 2;
}
.page .logo img {
    width: 100%;
    height: auto;
}
.page .logo .h3 {
    position: absolute;
    top: 10%;
    left: 20%;
    font-size: 2.3vw;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 4px 0 #d76f00;
    transform: scaleY(1.2);
}
.page .logo .h2 {
    position: absolute;
    top: 47%;
    left: 20%;
    font-size: 2.8vw;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 4px 0 #d76f00;
    transform: scaleY(1.2);
}
.page .logo .h2.one {
    top: 30%;
    left: auto;
    right: 15%;
}
.page .text-block p,
.page .text-block-1 p,
.page .text-block-2 p {
    color: #373737;
    font-size: 1.5vw;
}
.page .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 7px 15px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}

/* PAGE 1 */
.header.header-page-1 .fast-order {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 42%;
}
.header.header-page-1 .fast-order .fast-order-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-1 .bg-1 {
    background: #fff url('../../images/pages/1/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
}
.page-1 .text-block-1 {
    padding-right: 5%;
    margin-bottom: 70px;
}
.page-1 .text-block-2 {
    margin-top: -27vh;
}
.page-1 .bg-3 {
    position: relative;
    background: url('../../images/pages/1/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 42vh;
}
.page-1 .fast-order {
    position: absolute;
    bottom: 25vw;
    right: 20px;
    width: 22.08%;
}
.page-1 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-1 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-1 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE CONTACTS */
.header.header-page-15 .fast-order {
    position: absolute;
    top: 40px;
    right: 40.5%;
    width: 18.75%;
}
.header.header-page-15 .fast-order .fast-order-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.header.header-page-15 .bank {
    position: absolute;
    top: 25px;
    right: 0;
    width: 39.5%;
    z-index: 2;
}
.page .logo {
    position: absolute;
    top: -3.8vw;
}

/* PAGE 2 */
.page-2 .bg-1 {
    background: #fff url('../../images/pages/2/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
}
.page-2 .text-block-1 {
    padding-top: 30px;
    padding-right: 5%;
    margin-bottom: 70px;
}
.page-2 .text-block-2 {
    margin-top: -27vh;
}
.page-2 .bg-3 {
    position: relative;
    background: url('../../images/pages/2/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-2 .fast-order {
    position: absolute;
    bottom: 25vw;
    right: 20px;
    width: 22.08%;
}
.page-2 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-2 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-2 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 3 */
.page-3 .logo .h3 {
    top: 12%;
    transform: none;
}
.page-3 .logo .h2 {
    transform: none;
}
.page-3 .bg-1 {
    background: #fff url('../../images/pages/3/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 28vw;
}
.page-3 .text-block-1 {
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 70px;
}
.page-3 .text-block-2 {
    margin-top: -25vw;
}
.page-3 .bg-2 {
    position: relative;
    background: url('../../images/pages/3/bg_2.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-3 .fast-order {
    position: absolute;
    bottom: 25vw;
    right: 20px;
    width: 22.08%;
}
.page-3 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-3 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-3 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 4 */
.page-4 .logo .h3 {
    top: 12%;
    transform: none;
}
.page-4 .logo .h2 {
    right: 30% !important;
    transform: none;
}
.page-4 .bg-1 {
    background: #fff url('../../images/pages/4/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-4 .text-block-1 {
    padding-right: 5%;
    margin-top: 8vh;
    margin-bottom: 70px;
}
.page-4 .text-block-2 {
    background: url('../../images/pages/4/bg_3.jpg') no-repeat center top;
    background-size: 100% auto;
    margin-top: 0;
}
.page-4 .bg-2 {
    position: relative;
    background: url('../../images/pages/4/bg_4.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-4 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-4 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-4 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-4 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 5 */
.page-5 .logo .h3 {
    top: 12%;
    transform: none;
}
.page-5 .logo .h2 {
    right: 30% !important;
    transform: none;
}
.page-5 .bg-1 {
    background: #fff url('../../images/pages/5/bg.jpg') no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-5 .text-block-1 {
    padding-right: 5%;
    margin-top: 6vh;
    margin-bottom: 20px;
}
.page-5 .text-block-2 {
    margin-top: 0;
}
.page-5 .bg-2 {
    position: relative;
    background: url('../../images/pages/5/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-5 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-5 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-5 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-5 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 6 */
.page-6 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-6 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-6 .bg-1 {
    background: #fff url('../../images/pages/6/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-6 .text-block-1 {
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 70px;
}
.page-6 .text-block-2 {
    margin-top: 0;
}
.page-6 .bg-2 {
    position: relative;
    background: url('../../images/pages/6/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-6 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-6 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-6 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-6 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 7 */
.page-7 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-7 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-7 {
    background: #fff url('../../images/pages/7/bg.jpg') no-repeat center 50px;
    background-size: 100% auto;
}
.page-7 .bg-1 {
    background: none;
    padding-bottom: 0;
}
.page-7 .text-block-1 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 25vh;
}
.page-7 .text-block-2 {
    margin-top: 0;
}
.page-7 .bg-2 {
    position: relative;
    background: url('../../images/pages/7/bg_2.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-7 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-7 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-7 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-7 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 8 */
.page-8 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-8 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-8 {
    background: #fff url('../../images/pages/8/bg.jpg') no-repeat center 70px;
    background-size: 100% auto;
}
.page-8 .bg-1 {
    background: none;
    padding-bottom: 0;
}
.page-8 .text-block-1 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 14vh;
}
.page-8 .text-block-2 {
    margin-top: 0;
}
.page-8 .bg-2 {
    position: relative;
    background: url('../../images/pages/8/bg_2.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-8 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-8 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-8 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-8 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 9 */
.page-9 {
    background: #fff url('../../images/pages/9/bg_1.jpg') no-repeat center top;
    background-size: 100% auto;
}
.page-9 .logo {
    left: -3vw;
}
.page-9 .logo .h3 {
    top: 12%;
    left: 7vw;
    transform: none;
}
.page-9 .logo .h2 {
    left: 7vw;
    transform: none;
}
.page-9 .bg-1 {
    padding-bottom: 3vh;
}
.page-9 .text-block-1 {
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 70px;
}
.page-9 .text-block-2 {
    margin-top: 5vh;
}
.page-9 .text-block-2 h3 {
    font-family: Regular;
    font-size: 2.2vw;
}
.page-9 .text-block-2 h5 {
    font-family: Regular;
    font-size: 1.7vw;
}
.page-9 .form h2 {
    font-family: BoldCond;
    color: #1d78a1;
    font-size: 3vw;
}
.page-9 .form .blue-box {
    background: #ace9fa;
    border-radius: 6px;
}
.page-9 .form .blue-box p {
    font-size: 1.2vw;
}
.page-9 .form .blue-box label {
    color: #1d78a1;
    font-size: 1.6vw;
    font-weight: 600;
}
.page-9 .form .blue-box .form-control {
    border: 1px solid #1d78a1;
    border-radius: 6px;
    font-size: 1.5vw;
}
.page-9 .form .blue-box input.form-control {
    height: calc(3rem + 2px);
}
.page-9 .form .blue-box .custom-file-label {
    height: calc(3rem + 2px);
    background: #1d78a1;
    border-radius: 6px;
    color: #fff;
}
.page-9 .form .blue-box .custom-file-label::after {
    display: none;
}
.page-9 .form .blue-box .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 10px 20px 5px 20px;
    border-radius: 24px;
    font-size: 1.5vw;
    font-family: Bold;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}
.page-9 .question-list .box h3 {
    color: #1d78a1;
    font-size: 2vw;
}
.page-9 .question-list .box h3.yellow {
    color: #fdb755;
}
.page-9 .question-list .box .blue-box {
    position: relative;
    display: inline-block;
    background: #ace9fa;
    border-radius: 12px;
    padding: 25px 30px 15px 90px;
    margin-top: 20px;
}
.page-9 .question-list .box .blue-box p {
    color: #1d78a1;
    font-size: 1.3vw;
    font-weight: 600;
}
.page-9 .question-list .box .blue-box:after {
    content: ' ';
    position: absolute;
    left: 3%;
    top: -30px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ace9fa;
    z-index: 999;
}
.page-9 .question-list .box .yellow-box {
    position: relative;
    display: inline-block;
    background: #fdb755;
    margin-top: 20px;
    margin-left: 5vw;
    border-radius: 12px;
    padding: 25px 100px 25px 40px;
}
.page-9 .question-list .box .yellow-box p {
    color: #373737;
    font-size: 1.4vw;
}
.page-9 .question-list .box .yellow-box:after {
    content: ' ';
    position: absolute;
    right: 3%;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #fdb755;
    z-index: 999;
}
.page-9 .bg-2 {
    position: relative;
    background: url('../../images/pages/9/bg_2.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-9 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-9 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-9 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-9 .fast-order .fast-order-btn img.active {
    z-index: 3;
}


/* PAGE 10 */
.page-10 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-10 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-10 .bg-1 {
    background: #fff url('../../images/pages/10/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 3vh;
}
.page-10 .text-block-1 {
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 0;
}
.page-10 .text-block-2 {
    margin-top: 0;
}
.page-10 .text-block-2 h4 {
    font-family: Regular;
    font-weight: 600;
    font-size: 2.1vw;
}
.page-10 .text-block-2 .comment h5 {
    font-family: Regular;
    font-size: 1.8vw;
    color: #1d78a1;
}
.page-10 .text-block-2 .comment h5 strong {
    font-family: Regular;
    font-weight: 600;
}
.page-10 .text-block-2 .comment .blue-box {
    position: relative;
    display: inline-block;
    background: #ace9fa;
    border-radius: 12px;
    padding: 50px;
    margin-top: 35px;
    font-size: 1.4vw;
}
.page-10 .text-block-2 .comment .blue-box:after {
    content: ' ';
    position: absolute;
    left: 3%;
    top: -40px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #ace9fa;
    z-index: 999;
}
.page-10 .bg-2 {
    position: relative;
    background: url('../../images/pages/10/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 42vh;
}
.page-10 .form h2 {
    font-family: BoldCond;
    color: #1d78a1;
    font-size: 3vw;
}
.page-10 .form .blue-box {
    background: #ace9fa;
    border-radius: 6px;
}
.page-10 .form .blue-box p {
    font-size: 1.2vw;
}
.page-10 .form .blue-box label {
    color: #1d78a1;
    font-size: 1.6vw;
    font-weight: 600;
}
.page-10 .form .blue-box .form-control {
    border: 1px solid #1d78a1;
    border-radius: 6px;
    font-size: 1.5vw;
}
.page-10 .form .blue-box input.form-control {
    height: calc(3rem + 2px);
}
.page-10 .form .blue-box .custom-file-label {
    height: calc(3rem + 2px);
    background: #1d78a1;
    border-radius: 6px;
    color: #fff;
}
.page-10 .form .blue-box .custom-file-label::after {
    display: none;
}
.page-10 .form .blue-box .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 10px 20px 5px 20px;
    border-radius: 24px;
    font-size: 1.5vw;
    font-family: Bold;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}
.page-10 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-10 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-10 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-10 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 11 */
.page-11 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-11 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-11 .bg-1 {
    background: #fff url('../../images/pages/11/bg.jpg') no-repeat center bottom;
    background-size: contain;
    padding-bottom: 0;
}
.page-11 .text-block-1 {
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 15px;
}
.page-11 .text-block-2 {
    margin-top: 0;
}
.page-11 .bg-2 {
    position: relative;
    background: url('../../images/pages/11/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-11 .comments .comment {
    margin-bottom: 5vw;
}
.page-11 .comments .comment h3,
.page-11 .comments .comment h4 {
    color: #1d78a1;
    font-family: Regular;
}
.page-11 .comments .comment h3 {
    font-size: 2vw;
    font-weight: 600;
}
.page-11 .comments .comment h4 {
    font-size: 1.6vw;
}
.page-11 .comments .blue-box {
    position: relative;
    display: inline-block;
    height: 100%;
    background: #ace9fa;
    border-radius: 8px;
    padding: 3vw;
    font-size: 1.4vw;
}
.page-11 .comments .blue-box:after {
    content: ' ';
    position: absolute;
    left: 3%;
    top: -40px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #ace9fa;
    z-index: 999;
}
.page-11 .form h2 {
    font-family: BoldCond;
    color: #1d78a1;
    font-size: 3vw;
}
.page-11 .form .blue-box {
    background: #ace9fa;
    border-radius: 6px;
}
.page-11 .form .blue-box label {
    color: #1d78a1;
    font-size: 1.6vw;
    font-weight: 600;
}
.page-11 .form .blue-box .form-control {
    border: 1px solid #1d78a1;
    border-radius: 6px;
    font-size: 1.5vw;
}
.page-11 .form .blue-box input.form-control {
    height: calc(3rem + 2px);
}
.page-11 .form .blue-box .custom-file-label {
    height: calc(3rem + 2px);
    background: #1d78a1;
    border-radius: 6px;
    color: #fff;
}
.page-11 .form .blue-box .custom-file-label::after {
    display: none;
}
.page-11 .form .blue-box .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 10px 20px 5px 20px;
    border-radius: 24px;
    font-size: 1.5vw;
    font-family: Bold;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}
.page-11 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-11 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-11 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-11 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 12 */

.page-12 .logo {
    left: 0;
}
.page-12 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-12 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-12 .bg-1 {
    background: #fff url('../../images/pages/12/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-12 .text-block-1 {
    padding-top: 10px;
    padding-right: 5%;
    margin-top: 0;
    margin-bottom: 10px;
}
.page-12 .text-block-2 {
    margin-top: -2vh;
}
.page-12 .text-block-2 .question-block .blue-box {
    position: relative;
    display: inline-block;
    background: #ace9fa;
    border-radius: 12px;
    padding: 25px 30px 15px 90px;
    margin-top: 35px;
}
.page-12 .text-block-2 .question-block .blue-box .question-icon {
    position: absolute;
    top: 5px;
    left: 10px;
    width: auto;
    height: 80px;
}
.page-12 .text-block-2 .question-block .blue-box p {
    color: #1d78a1;
    font-size: 1.4vw;
    font-weight: 600;
}
.page-12 .text-block-2 .question-block .blue-box:after {
    content: ' ';
    position: absolute;
    left: 3%;
    bottom: -40px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 40px solid #ace9fa;
    z-index: 999;
}
.page-12 .text-block-2 .question-block .yellow-box {
    position: relative;
    display: inline-block;
    background: #fdb755;
    margin-top: 50px;
    margin-left: 5vw;
    border-radius: 12px;
    padding: 25px 100px 40px 40px;
}
.page-12 .text-block-2 .question-block .yellow-box p {
    color: #373737;
    font-size: 1.4vw;
}
.page-12 .text-block-2 .question-block .yellow-box:after {
    content: ' ';
    position: absolute;
    right: 3%;
    bottom: -40px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-top: 40px solid #fdb755;
    z-index: 999;
}
.page-12 .form h2 {
    font-family: BoldCond;
    color: #1d78a1;
    font-size: 3vw;
}
.page-12 .form .blue-box {
    background: #ace9fa;
    border-radius: 6px;
}
.page-12 .form .blue-box label {
    color: #1d78a1;
    font-size: 1.6vw;
    font-weight: 600;
}
.page-12 .form .blue-box .form-control {
    border: 1px solid #1d78a1;
    border-radius: 6px;
    font-size: 1.5vw;
}
.page-12 .form .blue-box input.form-control {
    height: calc(3rem + 2px);
}
.page-12 .form .blue-box .custom-file-label {
    height: calc(3rem + 2px);
    background: #1d78a1;
    border-radius: 6px;
    color: #fff;
}
.page-12 .form .blue-box .custom-file-label::after {
    display: none;
}
.page-12 .form .blue-box .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 10px 20px 5px 20px;
    border-radius: 24px;
    font-size: 1.5vw;
    font-family: Bold;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}
.page-12 .bg-2 {
    position: relative;
    background: url('../../images/pages/12/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-12 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-12 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-12 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-12 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 13 */
.page-13 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-13 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-13 .bg-1 {
    background: #fff url('../../images/pages/13/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-13 .text-block-1 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 7vh;
    margin-bottom: 4vh;
}
.page-13 .text-block-2 {
    margin-top: 0;
}
.page-13 .text-block-2 .text-blue {
    color: #1d78a1;
    font-weight: 600;
    font-size: 1.8vw;
}
.page-13 .text-block-2 span.larger {
    font-size: 1.7vw;
    font-weight: 600;
}
.page-13 .bg-2 {
    position: relative;
    background: url('../../images/pages/13/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 55vh;
}
.page-13 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-13 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-13 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-13 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 14 */
.page-14 .logo {
    left: -6vw;
}
.page-14 .logo .h3 {
    top: 12%;
    left: 10%;
    transform: none;
}
.page-14 .logo .h2 {
    left: 10%;
    transform: none;
}
.page-14 .bg-1 {
    background: #fff url('../../images/pages/14/bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-14 .text-block-1 {
    padding-right: 5%;
    margin-top: 0;
    margin-bottom: 10px;
}
.page-14 .text-block-1 h2 {
    font-family: Regular;
    font-weight: 600;
}
.page-14 .text-block-2 {
    margin-top: -20vh;
}
.page-14 .text-block-2 .text-blue {
    color: #1d78a1;
    font-size: 1.7vw;
}
.page-14 .text-block-2 .phones p {
    margin: 0;
    color: #1d78a1;
    font-size: 1.7vw;
}
.page-14 .text-block-2 .phones p a {
    color: #1d78a1;
    font-weight: bold;
}
.page-14 .text-block-2 .text-link {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.page-14 .text-block-2 h3 {
    font-family: Regular;
    font-weight: 600;
}
.page-14 .form h2 {
    font-family: BoldCond;
    color: #1d78a1;
    font-size: 3vw;
}
.page-14 .form .blue-box {
    background: #ace9fa;
    border-radius: 6px;
}
.page-14 .form .blue-box label {
    color: #1d78a1;
    font-size: 1.6vw;
    font-weight: 600;
}
.page-14 .form .blue-box .form-control {
    border: 1px solid #1d78a1;
    border-radius: 6px;
    font-size: 1.5vw;
}
.page-14 .form .blue-box input.form-control {
    height: calc(3rem + 2px);
}
.page-14 .form .blue-box .custom-file-label {
    height: calc(3rem + 2px);
    background: #1d78a1;
    border-radius: 6px;
    color: #fff;
}
.page-14 .form .blue-box .custom-file-label::after {
    display: none;
}
.page-14 .form .blue-box .button {
    background: url('../../images/blocks/1/button.jpg') no-repeat;
    background-size: cover;
    padding: 10px 20px 5px 20px;
    border-radius: 24px;
    font-size: 1.5vw;
    font-family: Bold;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .1s linear;
}
.page-14 .bg-2 {
    position: relative;
    background: url('../../images/pages/14/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 45vh;
}
.page-14 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-14 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-14 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-14 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 15 */

.page-15 .bg-1 {
    background: url('../../images/pages/15/bg.jpg') no-repeat center top;
    background-size: 100% auto;
}
.page-15 .manager {
    margin-top: 5vw;
    border: 10px solid #b6e5fd;
}
.page-15 .wrapper {
    background: rgba(255, 255, 255, .75);
}
.page-15 .text-block-1 {
    position: relative;
    line-height: 3vh;
}
.page-15 .text-block-1 .blue-box {
    display: inline-block;
    background: #67cef2;
    border-radius: 6px;
    padding: 25px 100px 20px 40px;
}
.page-15 .text-block-1 .blue-box:after {
    content: '';
    position: absolute;
    left: 3%;
    top: 100%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #67cef2;
}
.page-15 .text-block-2 {
    margin-top: 4vh;
}
.page-15 .text-block-2 p {
    font-size: 1.1vw;
    color: #1d78a1;
}
.page-15 .bg-2 {
    position: relative;
    background: none;
    background-size: 100% auto;
}
.page-15 .bg-2 .bg {
    width: 100%;
    height: auto;
    margin-top: -10vh;
    margin-bottom: -10vh;
}
.page-15 .fast-order {
    position: absolute;
    bottom: 25vw;
    right: 20px;
    width: 22.08%;
}
.page-15 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-15 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-15 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 16 */
.page-16 .logo .h2 {
    right: 20% !important;
    transform: none;
}
.page-16 .bg-1 {
    background: #fff url('../../images/pages/16/bg.jpg') no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-16 .text-block-1 {
    padding-right: 5%;
    margin-top: 8vh;
    margin-bottom: 60px;
}
.page-16 .text-block-2 {
    background: url('../../images/pages/16/bg_3.jpg') no-repeat center top;
    background-size: 100% auto;
    margin-top: 0;
}
.page-16 .text-block-2 h3.text-blue {
    color: #1d78a1;
    font-size: 36px;
    font-family: BoldCond;
    font-weight: 700;
}
.page-16 .text-block-2 .link-box {
    display: inline-block;
    background: #ace9fa;
    border-radius: 6px;
    padding: 20px 30px;
}
.page-16 .text-block-2 .link-box a {
    color: blue;
}
.page-16 .text-block-3 {
    background: none !important;
}
.page-16 .bg-2 {
    position: relative;
    background: url('../../images/pages/16/bg_4.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-16 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-16 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-16 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-16 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE 17 */
.page-17 .logo .h2 {
    right: 10% !important;
    transform: none;
}
.page-17 .bg-1 {
    background: #fff url('../../images/pages/17/bg.jpg') no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.page-17 .text-block-1 {
    padding-right: 5%;
    margin-top: 8vh;
    margin-bottom: 50px;
}
.page-17 .text-block-2 {
    margin-top: 0;
}
.page-17 .text-block-2 h2.text-blue {
    color: #1d78a1;
    font-size: 36px;
    font-family: Bold;
    font-weight: 700;
}
.page-17 .text-block-2 h3.text-blue {
    color: #1d78a1;
    font-size: 36px;
    font-family: Cond;
}
.page-17 .text-block-2 h3.text-blue strong {
    font-family: Bold;
}
.page-17 .text-block-2 .link-box {
    display: inline-block;
    background: #ace9fa;
    border-radius: 6px;
    padding: 15px 30px 10px 30px;
}
.page-17 .text-block-2 .link-box p {
    color: #1d78a1;
    font-weight: 600;
}
.page-17 .text-block-2 .dotted-underline p {
    position: relative;
}
.page-17 .text-block-2 .dotted-underline p:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #222;
    z-index: -1;
}
.page-17 .text-block-2 .dotted-underline p:first-child:before {
    display: none;
}
.page-17 .text-block-2 .dotted-underline p span {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.page-17 .bg-2 {
    position: relative;
    background: url('../../images/pages/17/bg_3.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-17 .fast-order {
    position: absolute;
    bottom: 23vw;
    right: 20px;
    width: 22.08%;
}
.page-17 .fast-order .fast-order-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .1s linear;
    z-index: 4;
}
.page-17 .fast-order .fast-order-btn img {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-17 .fast-order .fast-order-btn img.active {
    z-index: 3;
}

/* PAGE ARTICLES */
.page-articles .logo {
    left: -10vw;
}
.page-articles .bg-1 {
    background: url('../../images/pages/7/bg_2.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 40vh;
}
.page-articles .content img {
    margin: 10px;
    border-radius: 6px;
}
/*
.page-articles .articles-wrapper {
    border: 1px solid #666;
    background-color: #656669;
    background-repeat: repeat-x;
    border-radius: 20px;
    background-image: linear-gradient(#656669, #e1e3e4, #85888b, #e1e3e4, #656669);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
}
.page-articles .articles {
    background: #f5f5f5;
    margin: 6px;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 10px 19px 30px 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
}
*/

/* PAGE REVIEWS */
.page-reviews .logo {
    left: 0;
}
.page-reviews .bg-1 {
    background: url('../../images/pages/7/bg_2.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 50vh;
}
.page-reviews .reviews-wrapper {
    background: #fff;
    position: relative;
    z-index: 4;
}
.page-reviews .reviews-category {
    max-height: 600px;
    overflow-y: auto;
}
.page-reviews .list-group-item.list-group-item-action {
    transition: all .2s linear;
}
.page-reviews .list-group-item.list-group-item-action:not(.active):hover {
    background: rgba(0, 123, 255, .15);
    border-color: rgba(0, 123, 255, .15) !important;
    color: #222;
}

/* SUMMERNOTE */
.note-popover .popover-content, .card-header.note-toolbar {
    background: rgba(255,255,255,.7);
}

.lightbox {
    /* Default to hidden */
    display: none;
  
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /* A bit of padding around image */
    padding: 1em;
  
    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
  }
  
  /* Unhide the lightbox when it's the target */
  .lightbox:target {
    display: block;
  }
  
  .lightbox span {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;
  
    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }