header .row {
    display: flex;
    align-items: center;
}

nav {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    box-sizing: border-box;
    padding: 0;
    padding-left: min(calc(7vw + 35px), 120px);
}

header .row .col-md-9 {
    width: auto;
    flex: 1;
}

header .row .col-md-3 {
    width: min(calc(7vw + 35px), 120px);
    box-sizing: border-box;
    padding: calc(0.8vw + 4px) 0;
}

header .row .col-md-3 .brand {
    margin: 0;
    width: 100%;
}

.prod-blocks .prod-block {
    background-size: auto calc(100% - 90px);
    background-repeat: no-repeat;
    background-position: 60% calc(100% - 20px);
}

.footer {
    padding-bottom: 0;
}

.footer .copyright {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.footer .copyright p {
    margin: 0;
    margin: calc(0.1vw + 1px) 0;
    color: #fff;
    text-align: center;
}

.footer .foot_bottom {
    padding: calc(0.6vw + 3px);
    background-color: #034D9F;
    margin-top: calc(1vw + 5px);
}


.benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #034D9F11;
    background-image: url(../images/messageback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.benefits .container {
    max-width: 100%;
}

.benefits .ititle {
    margin-bottom: 0;
    color: #f29156;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(1.6vw + 8px);
}

.benefits .ititle::after {
    display: none;
}

.benefits>p {
    text-align: center;
    line-height: 1.87;
    width: 72%;
    margin-bottom: calc(1.2vw + 6px);
    font-weight: 300;
}

.benefits_ {
    width: 100%;
}

.benefits form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.benefits form .line {
    display: flex;
    width: 100%;
    margin-bottom: calc(1.2vw + 6px);
}

.benefits form .line input {
    flex: 1;
    margin-right: calc(1.2vw + 6px);
    border: 1px solid #c7c7c7;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.8em 1.2em;
    outline: none;
}

.benefits form .line input:last-child {
    margin-right: 0;
}

.benefits form .line input::placeholder {
    color: #000;
}

.benefits form textarea {
    width: 100%;
    margin-bottom: calc(2.4vw + 12px);
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #c7c7c7;
    padding: 1.2em;
    height: 14em;
    outline: none;
    resize: none;
}

.benefits form textarea::placeholder {
    color: #000;
}

.benefits form button {
    border: none;
    background-color: #034D9F;
    height: 3em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37.5em;
    max-width: 100%;
    cursor: pointer;
    color: #fff;
}

.p0_5 {
    padding-left: 5.2%;
    padding-right: 5.2%;
}

.lp5 {
    padding-left: 5.2%;
}

.rp5 {
    padding-right: 5.2%;
}

.p5_0 {
    padding-top: 5.2%;
    padding-bottom: 5.2%;
}

.p4_0 {
    padding-top: calc(3.2% + 20px);
    padding-bottom: calc(3.2% + 20px);
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.benefits form button .iconfont {
    margin-left: 0.5em;
    transform: translateY(-0.05em);
}

.foot-float {
    position: fixed;
    right: calc(0.4vw + 2px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    padding: calc(0.2vw + 1px);
    border-radius: calc(0.2vw + 1px + 0.5em);
    background-color: #034D9F06;
    z-index: 20;
}

.foot-float-box {
    margin-bottom: calc(0.2vw + 1px);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.foot-float-box:last-child {
    margin-bottom: 0;
}

.foot-float-box .icon {
    width: 100%;
    height: 100%;
    color: #034D9F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-float-box .icon svg {
    width: 1em;
    height: auto;
}

.foot-float-box .icon svg path {
    fill: #034D9F;
}

.foot-float-box .iimg {
    display: none;
}

.foot-float-top {
    background-color: #034D9F;
}

.foot-float-top .icon {
    color: #fff;
}


.foot-float-box .iimg {
    position: absolute;
    left: 120%;
    top: 0.5em;
    width: calc(6vw + 30px);
}

.foot-float-box .iimg img {
    width: 100%;
}

.foot-float-box .icon:hover + .iimg {
    display: block;
}

.foot-float-avatar .icon {
    overflow: hidden;
    border-radius: 50%;
}

.foot-float-avatar .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.contact h4 {
    margin-bottom: calc(1.6vw + 8px);
    text-align: center;
}

.contact_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.contact_box {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(1.6vw + 8px) calc(1vw + 5px);
    box-sizing: border-box;
    box-shadow: 0 0 calc(0.6vw + 3px) #034D9F22;
    border-radius: calc(0.8vw + 4px);
}

.contact_box .cimg {
    margin-bottom: calc(0.8vw + 4px);
    height: 1.5em;
    width: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_box .cimg svg {
    width: 100%;
    height: auto;
}

.contact_box .cimg svg path {
    fill: #034D9F;
}

.contact_box>span {
    margin-bottom: calc(0.2vw + 2px);
}

#homeCarousel .carousel-inner > .item img {
    width: 100%;
}

.hero .hero-title h2 {
    text-shadow: 0 0 calc(0.2vw + 2px) rgba(0, 0, 0, 0.4);
}

nav > ul li a {
    font-size: 20px;
}

nav li > ul li a {
    font-size: 16px;
}

.footer .copyright p {
    font-size: 16px;
}

.carousel-inner>.item {
    height: 24vw;
}

#homeCarousel .carousel-inner > .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.benefits .container {
    display: flex;
}

.benefits_left {
    width: 40%;
    margin-right: 4%;
}

.benefits_right {
    flex: 1;
}

.benefits_left h1 {
    margin-bottom: calc(1.2vw + 6px);
    margin-top: calc(0.4vw + 2px);
}

.benefits .ititle {
    text-align: left;
    margin-top: 0;
}

.benefits form button {
    align-self: flex-start;
    width: 12em;
}

.product_content table tr td:first-child {
    width: 40%;
}


@media (max-width: 1200px) {
    nav > ul li a {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    nav > ul li a {
        font-size: 20px;
    }
    
    nav li > ul li a {
        font-size: 15px;
    }

    header .row {
        display: block;
    }

    header .row .col-md-9 {
        width: 100%;
    }
    nav {
        top: calc(6vw + 30px);
    }

    .mobNav, .screenNav {
        display: inline-block;
    }

    .no-child .mobNav {
        display: none;
    }

    .has-child .screenNav {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero, #homeCarousel {
        margin-top: calc(6vw + 30px);
    }

    .hero .hero-cont {
        top: calc(6vw + 30px);
    }

    .footer .copyright p {
        font-size: 12px;
    }

    .carousel-inner>.item {
        /* height: 41.66vw; */
    }

    .benefits .container {
        flex-direction: column;
    }

    .benefits_left {
        width: 100%;
        margin-right: 0;
    }

    .product_content table {
        width: 100%;
    }

    .product_content table tr td:first-child {
        width: 40%;
    }
}

@media (max-width: 426px) {
    .contact_box {
        width: 100%;
        margin-bottom: calc(1.2vw + 6px);
    }
}

.hero {
    height: 24vw;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-section > .blue:first-child {
    padding-bottom: 0;
}

.grid-section > .blue {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .hero {
        height: 41.66vw;
    }
}


.products_item {
    position: relative;
    z-index: 1;
}

.products_item_back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
}

.products_item_back .swiper {
    height: 100%;
    width: 100%;
}

.products_item_back .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: auto calc(100% - 90px);
    background-repeat: no-repeat;
    background-position: 60% calc(100% - 20px);
}