body {
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
}
section {
    width: 100%;
    padding: 0 60px;
    position: relative;
}
h1,
h2,
h3 {
    font-size: 50px;
    font-weight: 900;
}
h2,
h3 {
    margin-bottom: 40px;
}
p {
    font-size: 16px;
    color: #333;
    line-height: 38px;
}
p strong {
    font-weight: 900;
}
img {
    width: 100%;
    height: auto;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
footer .container,
header .container,
section .container {
    width: 100%;
    max-width: 1500px;
    padding: 0 75px;
}
section.one_section {
    padding: 0 0;
}
section .backgroundSection {
    background-color: #f5f5f5;
    position: relative;
}
main,
section {
    overflow-x: hidden;
    overflow-y: hidden;
}
.btnGreen {
    background-color: #4fc65f;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    font-size: 20px;
}
.btnGreen:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
section .btnGreen {
    padding: 12px 100px;
    font-size: 20px;
    border-radius: 40px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 700;
    font-size: 28px;
}
html.hiddenScroll {
    overflow-y: hidden;
}
.cmsPage p a {
    color: #4fc65f;
}
.cmsPage .btnGreen {
    padding: 12px 50px;
    margin: 30px 0;
    border-radius: 40px;
    font-size: 14px;
}
.preloader {
    background: #f5f5f5;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4fc65f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #67ce75;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0eda2a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header .navbar {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.navFixTop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 76px;
    background-color: #fff;
    z-index: 200;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    top: -120px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.navFixTop #navbarText {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    padding: 0 60px;
    position: relative;
}
.navFixTop #navbarText .navbar-nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.navFixTop #navbarText .navbar-nav li {
    font-weight: 700;
    font-size: 18px;
}
.navFixTop #navbarText .navbar-nav li a {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    color: #333;
    font-size: 20px;
}
.navFixTop #navbarText .navbar-nav .btnGreen {
    padding: 8px 30px;
}
.customLink {
    position: absolute;
    right: 0;
}
.hamburgerIcon {
    display: none;
    border-top: 2px solid #4fc65f;
    position: relative;
    height: 17px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 27px;
    z-index: 200;
    margin-right: 15px;
}
.hamburgerIcon::after,
.hamburgerIcon::before {
    background: #4fc65f;
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 75%;
}
.hamburgerIcon::before {
    bottom: -1px;
}
.hamburgerIcon::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hamburgerIcon.opened {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
    right: 5px;
    position: fixed;
}
.hamburgerIcon.opened::before {
    bottom: unset;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -2px;
    width: 100%;
    margin-right: 0;
}
.hamburgerIcon.opened::after {
    display: none;
}
.navbar-brand {
    max-width: 320px;
    padding: 0;
    position: absolute;
    top: 0;
    left: -60px;
}
.footerInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerInfo p {
    font-size: 11px;
    margin: 0;
    color: #777;
    font-weight: 400;
}
.footerInfo p a {
    color: #777;
}
.socialList a {
    display: inline-block;
    padding: 0.9rem;
}
.socialList a:last-child {
    padding-right: 0;
    padding-left: 0;
}
.one_section {
    height: 100vh;
}
.one_section .col-md-6 .logo {
    width: 100%;
    max-width: 320px;
    margin-left: -75px;
}
.one_section .col-md-6 p {
    font-size: 30px;
    font-style: italic;
    margin: 0;
    padding: 40px 0;
    color: #777;
    padding: 25px 0 30px;
}
.one_section .col-md-6 h1 {
    margin-top: 120px;
}
.one_section .col-md-6 h1 span {
    color: #4fc65f;
}
.one_section .col-md-6 h1 span span {
    max-width: 200px;
    display: inline-block;
}
.one_section .col-md-6 h1 span span img {
    margin-top: -20px;
}
.one_section .imgTopRight {
    background: url(../img/1.png) center right;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
}
.imgTopcenter {
    background: url(../img/1-2.png) center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 500px;
    bottom: 90px;
    width: 450px;
    position: absolute;
}
.one_section .scrolDown {
    position: absolute;
    left: calc(50% - 12px);
    bottom: 40px;
    -webkit-animation: upDown 2s infinite;
    animation: upDown 2s infinite;
}
@-webkit-keyframes upDown {
    0% {
        bottom: 50px;
        opacity: 0;
    }
    15% {
        bottom: 50px;
        opacity: 1;
    }
    85% {
        bottom: 35px;
        opacity: 1;
    }
    100% {
        bottom: 35px;
        opacity: 0;
    }
}
@keyframes upDown {
    0% {
        bottom: 50px;
        opacity: 0;
    }
    15% {
        bottom: 50px;
        opacity: 1;
    }
    85% {
        bottom: 35px;
        opacity: 1;
    }
    100% {
        bottom: 35px;
        opacity: 0;
    }
}
.two_section {
    padding-bottom: 130px;
}
.two_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.two_section .row .col-md-6 {
    position: relative;
}
.imgTwoection {
    position: relative;
}
.imgTwoection img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.imgTwoectionRight {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 500px;
}
.three_section .container {
    position: relative;
}
.three_section .backgroundSection {
    padding: 100px 0 350px;
}
.three_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.imgTreeSection {
    position: relative;
}
.ballOne,
.ballTwo {
    position: absolute;
    width: 85px;
}
.ballTwo {
    width: 75px;
    bottom: 35px;
    right: -35px;
    -webkit-animation: ballTwo 10s infinite;
    animation: ballTwo 10s infinite;
}
.ballOne {
    left: -60px;
    bottom: 11px;
    width: 110px;
    -webkit-animation: ballOne 10s infinite;
    animation: ballOne 10s infinite;
}
@-webkit-keyframes ballOne {
    0% {
        left: -100px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        left: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        left: -100px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes ballOne {
    0% {
        left: -100px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        left: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        left: -100px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes ballTwo {
    0% {
        right: -65px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        right: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        right: -65px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes ballTwo {
    0% {
        right: -65px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        right: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        right: -65px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.backgroundSection:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    top: -90px;
    background: url(../img/wave.svg) no-repeat center bottom;
    background-size: 100%;
}
.four_section {
    margin-top: -230px;
    padding-bottom: 180px;
}
.boxCard {
    padding: 0 40px;
    text-align: center;
}
.boxCard p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 10px;
}
.boxCard h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.four_section .boxCard img {
    padding: 0 20px;
}
.five_section {
    padding-bottom: 230px;
}
.five_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.five_section ul {
    padding: 20px 0 20px;
}
.five_section ul li {
    list-style: none;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 700;
}
.imgFiveSection {
    position: relative;
}
.imgFiveSection img {
    width: 120%;
    float: right;
}
.imgFiveSection img {
    width: 100%;
}
.glasses,
.t-shirt {
    position: absolute;
}
.imgFiveSection img.glasses {
    width: 90px;
    left: 0;
    top: 0;
    -webkit-animation: glasses 10s infinite;
    animation: glasses 10s infinite;
}
.imgFiveSection img.t-shirt {
    width: 130px;
    right: 80px;
    top: 20px;
    -webkit-animation: shirt 10s infinite;
    animation: shirt 10s infinite;
}
@-webkit-keyframes glasses {
    0% {
        top: 0;
    }
    50% {
        top: 100px;
    }
    100% {
        top: 0;
    }
}
@keyframes glasses {
    0% {
        top: 0;
    }
    50% {
        top: 100px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes shirt {
    0% {
        top: 85px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 85px;
    }
}
@keyframes shirt {
    0% {
        top: 85px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 85px;
    }
}
.six_section {
    padding-bottom: 230px;
}
.six_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.six_section .row > .col-md-6:first-child {
    margin: 80px 0;
}
.imgSixSection {
    margin-bottom: -190px;
}
.imgSixSection img.logometra {
    max-width: 270px;
    margin-left: 160px;
}
.imgSixSection img.delivery {
    width: 120%;
}
.imgSixSection img.delivery {
    width: 100%;
}
.seven_section {
    padding-bottom: 230px;
}
.seven_section .col-md-12 {
    text-align: center;
}
.seven_section .col-md-12 h5 {
    font-size: 25px;
    margin-bottom: 100px;
}
.seven_section .boxCard {
    background-color: #f5f5f5;
    padding-bottom: 40px;
    border-radius: 30px;
}
.seven_section .boxCard p {
    min-height: 150px;
}
.seven_section .boxCard h3 {
    font-size: 36px;
}
.seven_section .boxCard img {
    margin-top: -110px;
    padding: 0 20px;
}
.seven_section .boxCard .btnGreen {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    margin: 0 auto;
}
.message {
    display: none;
}
.sectionForm .backgroundSection {
    padding: 80px 0 60px;
}
.sectionForm .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sectionForm h4 {
    font-size: 50px;
    font-weight: 900;
}
.sectionForm h5 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
}
.baloon {
    background-color: #fff;
    font-style: italic;
    text-align: center;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 60px;
    font-size: 25px;
    border-radius: 1200px;
    position: relative;
}
.baloon:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 120px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
}
.baloon span {
    color: #4fc65f;
}
.sectionForm form {
    max-width: 360px;
    margin: 0 auto;
    padding: 30px 0;
}
.sectionForm form .formGroup {
    position: relative;
    margin-bottom: 20px;
}
.sectionForm form .formGroup input,
.sectionForm form .formGroup select {
    height: 75px;
    border: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
}
.sectionForm form .formGroup select {
    background: url(../img/arrow-down.svg) no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: "";
    text-overflow: "";
    background-color: #fff;
}
.sectionForm form .formGroup label {
    position: absolute;
    top: 10px;
    font-size: 14px;
    left: 21px;
    color: #777;
}
.sectionForm form .formGroup input:focus,
.sectionForm form .formGroup select:focus {
    border: 1px solid #4fc65f;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #4fc65f;
    box-shadow: 0 0 0 2px #4fc65f;
}
.sectionForm form .checkboxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sectionForm form .checkboxWrap label {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
}
.sectionForm form .checkboxWrap label a {
    color: #4fc65f;
}
.sectionForm form .checkboxWrap input {
    width: 22px;
    height: 22px;
    border: 1px solid #e6e6e6;
}
.sectionForm form label.colored {
    color: #4fc65f;
}
.sectionForm form .btn {
    width: 100%;
    padding: 20px 0;
    position:relative;
}
.sectionForm form .btnGreen {
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px 40px;
    display: block;
    font-size: 20px;
}
.imgFormSection img {
    padding: 0 35px;
}
.message.error,
.message.success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    text-align: center;
    width:100%;
    max-width: 460px;
}
.message.error img,
.message.success img {
    max-width: 30px;
    margin-right: 10px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.message.error span,
.message.success span {
    display: block;
    margin-bottom: 20px;
}
.message.error,
.message.success {
    display: none;
}
.loader {
    display: none;
    left: 0px;
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 100%;
    background-color: #fff;
    cursor: wait;
    border-radius: 50px;
    opacity: 0.5;
}
.circular-loader {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  
  .loader-path {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
  
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -124;
    }
  }
  @-webkit-keyframes color {
    0% {
      stroke: #70c542;
    }
    40% {
      stroke: #70c542;
    }
    66% {
      stroke: #70c542;
    }
    80%, 90% {
      stroke: #70c542;
    }
  }
  @keyframes color {
    0% {
      stroke: #70c542;
    }
    40% {
      stroke: #70c542;
    }
    66% {
      stroke: #70c542;
    }
    80%, 90% {
      stroke: #70c542;
    }
  }

#recaptcha {
    display: none;
}
@media screen and (max-width: 1600px) {
    .imgTopRight {
        right: 400px;
        bottom: 10px;
        width: 450px;
    }
}
@media screen and (max-width: 1480px) {
    h1,
    h2,
    h3 {
        font-size: 40px;
    }
    .one_section .col-md-6 p {
        font-size: 23px;
        padding: 15px 0;
    }
    .one_section .btnGreen {
        padding: 15px 90px;
        font-size: 18px;
    }
    .one_section .col-md-6 h1 {
        margin-top: 100px;
    }
    .one_section .col-md-6 h1 span span img {
        margin-top: -10px;
    }
    h2,
    h3 {
        margin-bottom: 28px;
    }
    .two_section .container {
        padding: 0;
    }
    .two_section .col-md-6 p {
        font-size: 18px;
        color: #333;
        line-height: 34px;
    }
    .three_section {
        padding: 0 30px;
    }
    .four_section {
        padding: 0 30px 180px;
    }
    .five_section {
        padding: 0 30px 230px;
    }
    .five_section .btnGreen {
        padding: 15px 90px;
        font-size: 18px;
    }
    .six_section {
        padding: 0 30px 230px;
    }
    .sectionForm {
        padding: 0 30px;
    }
    .imgTopcenter {
        right: 400px;
        bottom: 120px;
        width: 400px;
    }
    .one_section .col-md-6 h1 {
        margin-top: 50px;
    }
}
@media (max-width: 1440px) and (max-height: 750px) {
    .imgTopcenter {
        bottom: 70px;
    }
}
@media screen and (max-width: 1280px) {
    .navFixTop {
        height: 60px;
    }
    .navFixTop #navbarText .navbar-nav .btnGreen,
    .navFixTop #navbarText .navbar-nav li a {
        font-size: 16px;
    }
    .imgTopcenter {
        right: 350px;
        bottom: 40px;
        width: 350px;
    }
    .one_section .col-md-6 .logo {
        max-width: 250px;
        height: auto;
    }
    .one_section .col-md-6 h1 {
        margin-top: 50px;
    }
    .one_section .col-md-6 p {
        font-size: 21px;
    }
    .one_section .scrolDown {
        left: calc(50% - 8px);
        max-width: 16px;
    }
    @-webkit-keyframes upDown {
        0% {
            bottom: 20px;
            opacity: 0;
        }
        15% {
            bottom: 20px;
            opacity: 1;
        }
        85% {
            bottom: 5px;
            opacity: 1;
        }
        100% {
            bottom: 5px;
            opacity: 0;
        }
    }
    @keyframes upDown {
        0% {
            bottom: 20px;
            opacity: 0;
        }
        15% {
            bottom: 20px;
            opacity: 1;
        }
        85% {
            bottom: 5px;
            opacity: 1;
        }
        100% {
            bottom: 5px;
            opacity: 0;
        }
    }
    .one_section .col-md-6 p {
        font-size: 18px;
        padding: 0 0 5px;
    }
    .one_section .col-md-6 h1 span span {
        max-width: 160px;
    }
    .one_section .col-md-6 h1 span span img {
        margin-top: -13px;
    }
    .one_section .btnGreen {
        padding: 10px 70px;
        font-size: 18px;
    }
    .five_section .col-md-6 li,
    .five_section .col-md-6 p,
    .six_section .col-md-6 p,
    .three_section .col-md-6 p,
    .two_section .col-md-6 p {
        font-size: 16px;
        line-height: 32px;
    }
    .three_section {
        padding: 0;
    }
    .three_section .backgroundSection {
        padding: 100px 0 260px;
    }
    .four_section {
        margin-top: -200px;
        padding: 0;
    }
    .boxCard h4 {
        font-size: 24px;
    }
    .boxCard p {
        font-size: 14px;
    }
    .four_section {
        padding-bottom: 160px;
    }
    .five_section ul li {
        padding: 0;
    }
    .five_section .btnGreen {
        padding: 10px 70px;
        font-size: 18px;
    }
    .six_section {
        padding: 0;
        padding-bottom: 230px;
    }
    .seven_section .boxCard h3 {
        font-size: 24px;
    }
    .seven_section .boxCard .btnGreen {
        font-size: 18px;
        padding: 15px 30px;
    }
    .seven_section .col-md-12 h5 {
        font-size: 21px;
    }
    .sectionForm {
        padding: 0;
    }
    .sectionForm .btnGreen {
        font-size: 18px;
        padding: 15px 40px;
    }
    .baloon {
        font-size: 20px;
        padding: 35px;
    }
    .sectionForm h4 {
        font-size: 40px;
    }
    .sectionForm h5 {
        font-size: 21px;
    }
    .sectionForm form .btnGreen {
        padding: 15px 30px;
        font-size: 18px;
    }
    .sectionForm form .formGroup {
        margin-bottom: 10px;
    }
    .sectionForm form .formGroup input {
        height: 65px;
    }
    .sectionForm form {
        max-width: 460px;
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 150;
    }
    header > .container {
        padding: 0 15px;
    }
    .hamburgerIcon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }
    .navFixTop {
        top: 0;
        bottom: 0;
        height: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow-y: scroll;
    }
    .navFixTop.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .navFixTop #navbarText {
        padding: 0;
    }
    .customLink {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .navFixTop #navbarText .navbar-nav .btnGreen {
        border-radius: 0;
        padding: 18px 30px;
        font-size: 18px;
    }
    .navFixTop #navbarText .navbar-nav {
        height: 100%;
    }
    .navFixTop #navbarText .navbar-nav li a {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
        color: #333;
        padding: 1rem 0.9rem;
    }
    .header .navbar {
        height: 56px;
        background-color: transparent;
    }
    footer .container,
    section .container {
        padding: 0 35px;
    }
    .one_section .col-md-6 .logo {
        max-width: 280px;
        height: auto;
    }
    .two_section .col-md-6 p {
        font-size: 16px;
        color: #333;
        line-height: 26px;
    }
    .imgTopcenter {
        right: 250px;
    }
    .seven_section {
        padding: 0 0 230px;
    }
    .seven_section .boxCard .btnGreen {
        font-size: 15px;
    }
    .navFixTop #navbarText .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 860px) {
    .one_section .scrolDown {
        left: calc(50% - 8px);
        max-width: 16px;
    }
    .one_section .btnGreen {
        padding: 15px 70px;
        font-size: 16px;
    }
    .one_section .col-md-6 h1 {
        font-size: 32px;
        margin-top: 30px;
    }
    .one_section .col-md-6 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .one_section .col-md-6 p {
        font-size: 18px;
        padding: 0 0 10px;
    }
    .one_section .imgTopRight {
        width: 70%;
        background-position: right bottom 0;
    }
    .imgTopcenter {
        right: 150px;
    }
}
@media screen and (max-width: 768px) {
    .hamburgerIcon.opened {
        margin-right: 30px;
    }
    .imgTopcenter {
        right: 100px;
        width: 200px;
    }
    .one_section .col-md-6 .logo {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
    .one_section .col-md-6 h1 {
        font-size: 38px;
    }
    footer .container,
    section .container {
        padding: 0 15px;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-4 {
        width: 33.3%;
    }
    .boxCard p,
    .five_section .col-md-6 li,
    .five_section .col-md-6 p,
    .six_section .col-md-6 p,
    .three_section .col-md-6 p,
    .two_section .col-md-6 p {
        font-size: 12px;
        line-height: 24px;
    }
    .navFixTop #navbarText .navbar-nav .btnGreen {
        width: 100%;
    }
    .boxCard {
        padding: 0;
    }
    .four_section {
        margin-top: -180px;
        padding-bottom: 80px;
    }
    .ballOne {
        bottom: -25px;
    }
    .ballTwo {
        bottom: -30px;
    }
    .imgFiveSection img.t-shirt {
        width: 90px;
        right: 0;
    }
    .imgFiveSection img.glasses {
        width: 70px;
    }
    .five_section ul {
        padding: 0;
    }
    h2,
    h3 {
        font-size: 30px;
    }
    .five_section {
        padding: 0 30px 130px;
    }
    .imgSixSection img.logometra {
        max-width: 170px;
        margin-left: 110px;
    }
    .six_section {
        padding-bottom: 130px;
    }
    .seven_section {
        padding: 0 0 130px;
    }
    .one_section .col-md-6 {
        z-index: 200;
    }
}
@media screen and (max-width: 640px) {
    .imgTwoection img {
        max-width: 200px;
    }
    .two_section {
        padding-bottom: 60px;
    }
    .three_section .row .col-md-6,
    .two_section .row .col-md-6 {
        width: 100%;
    }
    .pl-5,
    .pr-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .imgTwoectionRight {
        position: absolute;
        bottom: 75px;
        right: 0;
        width: 280px;
    }
    .three_section .container {
        position: relative;
        padding: 0;
    }
    .three_section .backgroundSection {
        padding: 60px 60px 260px;
    }
    .four_section {
        padding-bottom: 40px;
    }
    .four_section .row {
        justify-content: center;
    }
    .five_section .row .col-md-6 {
        width: 100%;
    }
    .four_section .boxCard img,
    .seven_section .boxCard img {
        padding: 0 150px;
    }
    .seven_section .boxCard img {
        margin-top: 0;
    }
    .seven_section .boxCard {
        margin-bottom: 90px;
    }
    .seven_section .boxCard img {
        padding: 0 150px;
    }
    .col-md-4 {
        width: 100%;
    }
    .six_section .row > .col-md-6 {
        width: 100%;
    }
    .six_section .row > .col-md-6:first-child {
        padding: 0 40px;
        margin: 40px 0 0;
    }
    .six_section {
        padding-bottom: 240px;
    }
    .seven_section .boxCard p {
        min-height: max-content;
    }
    .sectionForm .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sectionForm .row > .col-md-6 {
        width: 100%;
    }
    .seven_section {
        padding-bottom: 20px;
    }
    .footerInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sectionForm form {
        max-width: 100%;
        margin: 0;
    }
    .imgFormSection img {
        padding: 0 80px;
    }
    .imgTopcenter {
        right: 100px;
        width: 180px;
    }
    .one_section .imgTopRight {
        width: 60%;
    }
}
@media screen and (max-width: 540px) {
    .four_section .boxCard img {
        padding: 0 70px;
    }
    .seven_section .boxCard img {
        padding: 0 70px;
    }
    .boxCard p {
        padding: 0 20px;
    }
    .one_section .imgTopRight {
        width: 50%;
        background-position: right bottom 10px;
    }
    .imgTopcenter {
        right: 50px;
        width: 140px;
        bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .col-md-4,
    .col-md-6 {
        width: 100%;
    }
    section {
        padding: 0 10px;
    }
    footer .container,
    header .container,
    section .container {
        padding: 0 5px;
    }
    header {
        z-index: 300;
    }
    .navFixTop #navbarText .navbar-nav .btnGreen,
    .navFixTop #navbarText .navbar-nav li a {
        font-size: 21px;
    }
    .one_section .col-md-6 .logo {
        max-width: 200px;
    }
    .one_section .col-md-6 h1 {
        font-size: 38px;
        margin-top: 80px;
        line-height: 45px;
    }
    .one_section .col-md-6 h1 span span img {
        margin-top: -11px;
    }
    .one_section .col-md-6 h1 span span {
        max-width: 140px;
    }
    .one_section .imgTopRight {
        width: 95%;
        background-position: right bottom 40px;
    }
    .one_section .col-md-6 p {
        font-size: 15px;
        padding: 0 0 20px;
        line-height: 21px;
    }
    .one_section .btnGreen {
        padding: 15px 50px;
        font-size: 16px;
    }
    .two_section {
        margin-top: 0;
    }
    .imgTwoection img {
        max-width: 200px;
    }
    .two_section .container {
        padding: 0 20px;
    }
    .imgTwoection {
        padding: 0 20px;
    }
    .boxCard p,
    .five_section .col-md-6 li,
    .five_section .col-md-6 p,
    .six_section .col-md-6 p,
    .three_section .col-md-6 p,
    .two_section .col-md-6 p {
        font-size: 14px;
        line-height: 24px;
    }
    .five_section .col-md-6 h3,
    .sectionForm h4,
    .seven_section .col-md-12 h3,
    .six_section .col-md-6 h3,
    .three_section .col-md-6 h3,
    .two_section .col-md-6 h3 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    section .btnGreen {
        font-size: 16px;
    }
    .two_section {
        padding-bottom: 80px;
    }
    .backgroundSection:before {
        height: 31px;
        top: -30px;
    }
    .three_section .container {
        padding: 0 30px;
    }
    .three_section .backgroundSection {
        padding: 50px 0 260px;
    }
    .three_section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .three_section h3 {
        margin-top: 30px;
    }
    .ballTwo {
        display: none;
    }
    .ballOne {
        left: 0;
        bottom: -4px;
        width: 50px;
    }
    @-webkit-keyframes ballOne {
        0% {
            left: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        50% {
            left: 50px;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
        100% {
            left: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    @keyframes ballOne {
        0% {
            left: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        50% {
            left: 50px;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
        100% {
            left: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    .four_section .boxCard img {
        padding: 0 20px;
    }
    .five_section {
        padding: 0 10px;
    }
    .five_section .col-md-6 h3 {
        padding-top: 20px;
    }
    .five_section .btnGreen {
        font-size: 16px;
    }
    .imgFiveSection img {
        width: 100%;
        float: none;
    }
    .four_section {
        padding-bottom: 80px;
    }
    .imgFiveSection img.glasses {
        width: 50px;
    }
    .imgFiveSection img.t-shirt {
        width: 80px;
        right: 0;
    }
    .five_section {
        padding: 0 10px 90px;
    }
    .six_section .container {
        padding: 0 10px;
    }
    .imgSixSection img.delivery {
        width: 100%;
    }
    .six_section .row > .col-md-6:first-child {
        margin: 80px 0 40px;
    }
    .imgSixSection {
        margin-bottom: -120px;
    }
    .imgSixSection img.logometra {
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }
    .seven_section .boxCard {
        margin-bottom: 90px;
    }
    .seven_section {
        padding-bottom: 60px;
    }
    .footerInfo p {
        font-size: 11px;
        margin: 0;
        color: #777;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        padding: 10px 0 25px;
    }
    .footerInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sectionForm .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sectionForm h4 {
        padding-top: 20px;
    }
    .baloon {
        border-radius: 20px;
        padding: 20px;
    }
    .sectionForm .backgroundSection {
        padding: 80px 0 0;
    }
    .seven_section .boxCard p {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding-bottom: 30px;
    }
    .imgTopcenter {
        right: 150px;
        bottom: 50px;
        width: 150px;
    }
    .imgTwoection img {
        margin: 0;
        max-width: 170px;
    }
    .imgTwoectionRight {
        position: absolute;
        bottom: 50px;
        right: 0;
        width: 270px;
    }
    .imgTwoection {
        padding-left: 0;
    }
    .hamburgerIcon.opened {
        margin-right: 15px;
    }
    .navFixTop #navbarText .navbar-nav li a {
        padding-left: 35px;
    }
    .baloon {
        font-size: 16px;
    }
    .seven_section .boxCard img {
        padding: 0 30px;
    }
    .six_section {
        padding-bottom: 220px;
    }
    .four_section .boxCard img {
        padding: 0 45px;
    }
    .seven_section .boxCard img {
        padding: 0 40px;
    }
    .imgFormSection img {
        padding: 0 0;
    }
    .seven_section .boxCard {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 330px) {
    .one_section .col-md-6 h1 {
        margin-top: 10px;
    }
    .one_section .imgTopRight {
        width: 95%;
        background-position: right bottom 0;
    }
    .imgTopcenter {
        bottom: 0;
    }
}
@media (max-width: 480px) and (max-height: 670px) {
    .one_section .col-md-6 h1 {
        margin-top: 20px;
    }
}
