html {
  scroll-behavior: smooth;
}
.accordion-wrap{
    background-color: #ff7a72;
    padding: 5px 7%;
}
.accordion {
    padding: 8px 0;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
.accordion-catalog {
    color: #eee;
    background: #ff7a72;
    line-height: 1.9em;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: bold;
    font-size: 200%;
    padding-left: calc(21% - 100px);
    padding-right: calc(21% - 100px);
}

.accordion-title{
    text-align: center;
    border-radius: 8px;
    border: 2px solid #eee;
}

.accordion-title:hover {
    font-family: "Roboto Condensed", Sans-serif;
    letter-spacing: 2px;
    border-color:  #ff7a72;
    background: #eee;
    color: #ff7a72;
    /*box-shadow: inset 0 0 0 5px #53ea93;*/
    font-weight: bolder;
    cursor: pointer;
}
.accordion-item-wrap{
    background-color: #eee;
    padding: 0 7%;
    /*height: 80%;*/
}
.accordion-item{

    padding-left: calc(21% - 100px);
    padding-right: calc(21% - 100px);
}

/* -----start yellow line---------*/
.adv-line {
    z-index: 3;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    background: #181b63;
    color: #eee;
}

.adv-line__container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 16px 48px 16px 16px
}

.adv-line__close {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    opacity: .5;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("../img/adv-line-close.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.adv-line__close:hover {
    opacity: 1;
}

.img-container-adv {
    background-size: cover;
    overflow: hidden;
    background-color: #ffeb00;
    text-align: center;
}
.img-container-adv img {
    width: auto;
    max-width: 100%;
}


/* -----end yellow line---------*/
#modal-order-submit {
    background-color: #2185f5;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}


.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.container-index {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-index {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-index {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-index {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-index {
        max-width: 1140px;
    }
}

/*.row {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*margin-right: -15px;*/
    /*margin-left: -15px*/
/*}*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive.img-width {
    width: 100%;
}

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

b, strong {
    font-weight: 700
}

.header {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    /*height: 65vw;*/

    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    /*padding-top: 10%;*/
}

.header .header-overlay {
    pointer-events: none;
    background-color: #7a7a7a;
    opacity: .2;
    -webkit-transition: background .3s, opacity .3s, -webkit-border-radius .3s;
    -o-transition: background .3s, border-radius .3s, opacity .3s;
    transition: background .3s, border-radius .3s, opacity .3s, -webkit-border-radius .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.header .h1 {
    color: #fff;
    font-size: 80px;
    font-family: Oswald, Sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 2.1px;
    text-shadow: 0 0 16px rgba(0, 0, 0, .82);
    max-width: 1150px;
    margin: auto;
    text-align: center;
    padding-top: 14%;
    padding-bottom: 8%;
}

.header .show-order-modal {
    pointer-events: auto;
    font-size: 30px;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 70px 8px 70px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 #000;
    box-shadow: 0 0 16px 0 #000;
    background-color: #2185f5;;
    color: #fff;
    display: inline-block;
    margin: 30px 0px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.header .show-order-modal:hover {
    background-color: #fff;
    color: #2185f5;
    border-color: #2185f5;
    cursor: pointer;
    letter-spacing: 2px;

}

.header .phone {
    pointer-events: auto;
    display: block;
    color: #fff;
    font-size: 40px;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 600;
    text-shadow: 0 0 16px #000;
    text-decoration: none;
    padding-top: 8%;
    padding-bottom: 4%;

}

.header .bottom-arrow svg {
    position: relative;
    display: block;
    width: -webkit-calc(200% + 1.3px);
    width: calc(340% + 100.3px);
    height: 150px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .bottom-arrow svg:not, .header .bottom-arrow svg:root {
    overflow: hidden
}

.header .bottom-arrow svg .elementor-shape-fill {
    fill: #ff7a72;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.top-arrow{
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.top-arrow-overlay{
    position: relative;
    top: -150px;
}

.top-arrow svg {
    position: relative;
    display: block;
    width: -webkit-calc(200% + 1.3px);
    width: calc(340% + 100.3px);
    height: 150px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.top-arrow svg:not, .header .top-arrow svg:root {
    overflow: hidden
}

.top-arrow svg .elementor-shape-fill {
    fill: #ff7a72;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.last-arrow{
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.last-arrow-overlay{
    position: relative;
    top: -150px;
}

.last-arrow svg {
    position: relative;
    display: block;
    width: -webkit-calc(200% + 1.3px);
    width: calc(340% + 100.3px);
    height: 150px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.last-arrow svg:not, .header .last-arrow svg:root {
    overflow: hidden
}

.last-arrow svg .elementor-shape-fill {
    fill: #ff7a72;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.advantages {
    background-color: #2185f5;
    padding: 90px 0;
    position: relative;
    top: -2px;
    background-color: #2185f5;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.advantages .h2{
    font-family: Oswald, Sans-serif;
    color: #fff;
    font-size: 74px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px
}

.advantages-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(15, 15, 43, .66);
    box-shadow: 0 0 50px 0 rgba(15, 15, 43, .66);
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    margin: 15px 0;
    padding: 60px 30px;
    height: 550px;
    position: relative;
    z-index: 0
}

.advantages-item .wrap-icon {
    z-index: 0;
    margin: 0 45px 20px
}

.advantages-item .item-title {
    font-family: "Roboto Condensed", Sans-serif;
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.advantages-item p {
    font-family: roboto, Sans-serif;
    margin: 30px 0;
    color: #353535;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.1em;
    text-align: center
}

.advantages .advantage-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    z-index: 1
}

.advantages .advantage-bottom svg {
    width: -webkit-calc(203% + 1.3px);
    width: calc(203% + 1.3px);
    height: 435px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.advantages .advantage-bottom svg path {
    fill: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.marks {
    padding: 50px;
    position: relative
}

.marks .h2 {
    color: #000;
    font-size: 74px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px
}

.marks .item {
    width: 300px;
    margin: 20px auto
}

.marks .bottom-bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px
}

.marks .bottom-bg svg {
    height: 413px;
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.marks .bottom-bg svg path {
    fill: #2d7cff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.reviews {
    display: flex;
    background-color: #fff;
    border-style: double;
    border-width: 50px 50px 50px 50px;
    border-color: #2185f5;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    padding: 60px 0 50px 0
}

.reviews .h2 {
    font-family: Oswald, Sans-serif;
    color: #2185f5;
    font-size: 74px;
    font-weight: 400;
    text-align: center
}

.reviews .asking {
    font-family: Oswald, Sans-serif;
    color: #639fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 2em;
    text-align: center;
    display: block
}


.reviews .show-review-modal {
    text-align: center;
    pointer-events: auto;
    font-size: 30px;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 0px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 #000;
    box-shadow: 0 0 16px 0 #000;
    background-color: #2185f5;;
    color: #fff;
    margin: 30px 25%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.reviews .show-review-modal:hover {
    background-color: #fff;
    color: #2185f5;
    border-color: #2185f5;
    cursor: pointer;
    letter-spacing: 2px;
}

/*.reviews .button {*/
    /*display: block;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*width: 220px;*/
    /*font-size: 16px;*/
    /*font-family: Roboto, Sans-serif;*/
    /*font-weight: 400;*/
    /*background-color: #2185f5;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*padding: 15px 30px;*/
    /*border-style: solid;*/
    /*border-width: 2px 2px 2px 2px;*/
    /*border-color: #2185f5;*/
    /*-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);*/
    /*color: #fff !important;*/
    /*margin: 60px auto;*/
    /*-webkit-transition: all .25s ease;*/
    /*-o-transition: all .25s ease;*/
    /*transition: all .25s ease*/
/*}*/

/*.reviews .button:hover {*/
    /*background-color: #68a2ff;*/
    /*border-color: #68a2ff*/
/*}*/

.reviews-carousel {
    display: block;
    margin: 0 auto
}

.reviews-carousel .item {
    font-family: Roboto, Arial, Tahoma, sans-serif
}

.reviews-carousel .item .text {
    display: block;
    width: 100%;
    background-color: #68a2ff;
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 600px;
    margin: 20px auto;
    position: relative
}

.reviews-carousel .item .text:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #68a2ff
}

.reviews-carousel .item .text p {
    font-size: inherit;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff
}

.reviews-carousel .item .wrap-img {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.reviews-carousel .item .wrap-img img {
    height: 100px
}

.reviews-carousel .item .stars {
    text-align: center
}

.reviews-carousel .item .stars i {
    color: gold;
    font-size: 16px
}

.reviews-carousel .item span {
    display: block;
    margin: 5px auto;
    text-align: center;
    font-size: inherit
}

.reviews-carousel .item span.name {
    font-weight: 700;
    color: #626262
}

.reviews-carousel .item span.date {
    font-size: .9em;
    opacity: .8
}

.reviews-carousel .owl-nav {
    text-align: center;
    font-size: 20px
}

.reviews-carousel .owl-nav button {
    outline: 0
}

.reviews-carousel .owl-nav button:hover i {
    opacity: 1
}

.reviews-carousel .owl-nav button i {
    font-size: 2em;
    opacity: .6;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.order {
    background-image: url(../img/order-men-img.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: -80px bottom;
    background-color: #2185f5;
    padding: 100px 0 50px
}

.order .h2 {
    font-family: Oswald, Sans-serif;
    color: #eee;
    font-size: 74px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1
}

.order .h3 {
    color: #fff;
    font-size: 53px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1
}

.order .h4 {
    font-family: Oswald, Sans-serif;
    color: #eee;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1.3px;
    text-align: center
}

/*.order input, .order textarea {*/
    /*display: block;*/
    /*font-family: Roboto, Arial, Tahoma, sans-serif;*/
    /*background-color: #fff;*/
    /*border-color: #23a455;*/
    /*font-size: 16px;*/
    /*min-height: 47px;*/
    /*padding: 6px 16px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*margin: 10px 0;*/
    /*width: 100%*/
/*}*/

.order textarea {
    resize: none
}


footer {
    padding: 20px 0 50px;
    background-color: #141414;
    color: #fff;
    margin-top: -1px
}

footer .title-footer {
    font-family: Oswald, Sans-serif;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: .6px;
    margin-bottom: 20px;
    margin-top: 50px
}

footer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9em;
    font-family: Roboto, Sans-serif
}

.modal {
    font-family: Roboto, Sans-serif
}

@media only screen and (min-width: 1600px) {
    .order {
        -webkit-background-size: contain;
        background-size: contain;
        background-position: 40% bottom
    }
}

@media (max-width: 991.98px) {
    .header .h1 {
        font-size: 50px
    }

    .advantages .h2 {
        font-family: Oswald, Sans-serif;
        font-size: 60px
    }

    .advantages-item {
        margin: 15px auto;
        padding: 30px;
        height: 470px;
        width: 100%
    }

    .advantages-item .wrap-icon {
        margin: 0 0 20px
    }

    .advantages-item .item-title {
        line-height: 1.3em;
        height: 25px
    }

    .advantages-item p {
        line-height: 1.3em
    }

    .order {
        background-position: 230% 25%;
        -webkit-background-size: 80% 80%;
        background-size: 80%
    }

    .order .h2 {
        text-align: center
    }

    .order .h4 {
        text-align: left;
        width: 50%;
        padding-bottom: 100px
    }
}
@media (max-width: 959px) {
    .advantages-item {
        margin: 15px auto;
        padding: 30px;
        height: 470px;
        width: 50%
    }

}
@media (max-width: 767.98px) {
    .header .h1 {
        font-size: 38px
    }

    .advantages-item {
        width: 320px;
        padding: 30px 50px;
        height: auto
    }

    .marks .h2 {
        font-size: 50px
    }

    .marks-carousel .item {
        width: auto
    }

    .reviews .h2 {
        font-size: 50px
    }

    .reviews-carousel .item {
        width: auto
    }

    .order {
        background-position: 350% 35%;
        -webkit-background-size: 90% 90%;
        background-size: 90%
    }

    .order .h2 {
        text-align: center
    }

    .order .h4 {
        text-align: left;
        width: 50%;
        padding-bottom: 80px
    }
}

@media (max-width: 575.98px) {
    .header .h1 {
        font-size: 38px;
        padding-top: 190px
    }

    .header a.show-modal {
        width: 75%
    }

    .advantages-item {
        width: 280px;
        padding: 30px 30px;
        height: auto
    }

    .advantages .h2, .marks .h2, .order .h2, .reviews .h2 {
        font-size: 38px
    }

    .reviews {
        border-width: 10px
    }

    .order {
        background-position: -380% 25%;
        -webkit-background-size: 110% 110%;
        background-size: 110%
    }

    .order .h2 {
        text-align: center
    }

    .order .h4 {
        text-align: left;
        width: 57%;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 455px) {
    .order {
        background-position: -400% 30%;
        /*-webkit-background-size: 110% 110%;*/
        /*background-size: 110%*/
    }

    .order .h2 {
        text-align: center
    }

    .order .h4 {
        text-align: left;
        width: 71%;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 395px) {
    .order {
        background-position: -385% 32%
    }

    .order .h4 {
        padding-bottom: 91px;
        font-size: 26px;
        width: 69%
    }

    .order .button {
        margin: 30px auto
    }
}

@media only screen and (max-width: 355px) {
    .order {
        background-position: -385% 30%;
        /*-webkit-background-size: 110% 110%;*/
        /*background-size: 110%*/
    }

    .order .h2 {
        text-align: center
    }

    .order .h4 {
        text-align: left;
        font-size: 26px;
        width: 71%;
        padding-bottom: 50px
    }
}

.wrap-map {
    background: #2d7cff;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.wrap-map h1 {
    font-family: Oswald, Sans-serif;
    background: #2d7cff;
}
.wrap-map p {
    font-family: Oswald, Sans-serif;
}

.map {
    margin-top: 30px;
    width: 100%;
    height: 500px;

}

.map-img-wrap {
    max-width: 200px;
    text-align: center;
    color: #2d7cff;
    text-transform: uppercase;
    font-weight: 700;
}

.map .map-img-wrap .map-img {
    display: block;
    max-width: 100%;
    max-height: 273px;
    height: auto;
}
