*::-webkit-input-placeholder {
    font-size: 12px;

    opacity: 1;
    color: #717171;
}
*:-moz-placeholder {
    font-size: 12px;

    opacity: 1;
    color: #717171;
}
*::-moz-placeholder {
    font-size: 12px;

    opacity: 1;
    color: #717171;
}
*:-ms-input-placeholder {
    font-size: 12px;

    opacity: 1;
    color: #717171;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: sans-serif;
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;

    position: relative;

    overflow-x: hidden;

    min-width: 320px;
    margin: 0;
}
p {
    margin: 0;
}
a {
    text-decoration: none;

    color: inherit;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}
ul li,
ol li {
    list-style: none;
}
ul,
ol {
    margin: 0;
    padding-left: 0;
}
button {
    font: inherit;

    display: inline-block;

    padding: 0;

    cursor: pointer;

    border: 0;
    outline: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

    margin: 0;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    white-space: nowrap;

    border: 0;

    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
}

.hidden {
    display: none;
}
.container {
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.wrapper {
    overflow: hidden;

    max-width: 2000px;
    margin: 0 auto;
}

.main-header {
    position: relative;

    min-height: 730px;
    margin-bottom: 45px;

    background-image: url(../img/header-full-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}


.main-logo {
    margin: 5px;
}

.header-logo-link {
    display: block;

    width: 227px;
    height: 44px;

    background-image: url(../img/svg/main-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 150px;
    padding-top: 20px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40%;
    width: 470px;
    margin: 5px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-delivery-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-delivery-text b {
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 700;

    display: block;

    text-align: center;

    color: #000;
}
.header-delivery-text i {
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;

    display: block;

    text-align: center;
    text-transform: uppercase;

    color: #00679d;
}

.call-me-button {
    font-family: "Rubik";
    font-size: 12px;
    font-weight: 700;

    position: relative;

    display: inline-block;

    padding: 14px 20px 14px 55px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border-radius: 20px;
    outline: none;
    background-color: #00679d;
}

.call-me-button:hover {
    color: #003a58;
    -webkit-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.27);
            box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.27);
}
.call-me-button:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
.call-me-button:hover::before {
    background-image: url(../img/svg/phone-waves-hover.svg);
}

.call-me-button::before {
    position: absolute;
    top: 50%;
    left: 5px;

    width: 32px;
    height: 32px;
    margin-top: -16px;

    content: "";
    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    border-radius: 50%;
    background-color: #f68d33;
    background-image: url(../img/svg/phone-waves.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.header-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 90px;
    margin-top: 15px;
    margin-left: auto;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-social-link {
    font-size: 0;

    display: block;

    width: 22px;
    height: 24px;

    -webkit-transition: all 0.4s;
         -o-transition: all 0.4s;
            transition: all 0.4s;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-social-telegram {
    background-image: url(../img/svg/header-telegram.svg);
}
.header-social-watsup {
    background-image: url(../img/svg/header-watsup.svg);
}
.header-social-skype {
    background-image: url(../img/svg/header-skype.svg);
}

.header-social-link:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

.header-slogan {
    position: relative;
    left: 50px;

    width: 490px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.header-slogan b {
    font-family: "Rubik";
    font-size: 99px;
    font-weight: 700;
    line-height: 93px;

    display: block;

    text-transform: uppercase;

    color: #303030;
}

.header-slogan span {
    font-family: "Rubik";
    font-size: 70px;
    font-weight: 700;
    line-height: 40px;

    display: block;

    text-align: center;
    text-transform: uppercase;

    color: #303030;
}

.header-slogan i {
    font-family: "Rubik";
    font-size: 45px;
    font-weight: 700;
    font-style: normal;

    display: block;

    text-transform: uppercase;

    color: #00679d;
}

.header-price-wrapper .order-old-price {
    font-size: 27px;
}
.header-price-wrapper .order-new-price {
    font-size: 44px;
    line-height: 37px;
}

.header-order-button {
    position: relative;
    bottom: -10px;

    margin: 0 auto;
}

.header-chocker {
    position: absolute;
    bottom: -62px;
    left: 19px;

    width: 370px;
    height: 200px;

    background-image: url(../img/header-chocker.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header-app-wrapper {
    position: absolute;
    z-index: 200;
    right: 262px;
    bottom: 89px;

    width: 155px;
}

.header-app-text {
    font-size: 16px;
    line-height: 20px;

    text-align: center;

    color: #00679d;
}

.header-app-text::before {
    position: absolute;
    right: -28px;
    bottom: -13px;

    width: 104px;
    height: 28px;

    content: "";

    background-image: url(../img/svg/header-app-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.features {
    margin-bottom: 80px;
}

.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.features-item {
    width: 173px;
    margin: 5px;
    margin-bottom: 10px;
}

.features-logo-wrapper {
    position: relative;

    width: 72px;
    height: 87px;
    margin: 0 auto;
    margin-bottom: 25px;

    background-image: url(../img/svg/features-wrapper.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.features-logo-wrapper::before {
    position: absolute;

    content: "";

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.features-item:nth-child(1) .features-logo-wrapper::before {
    top: 30px;
    left: 50%;

    width: 38px;
    height: 40px;
    margin-left: -19px;

    background-image: url(../img/svg/umbrella.svg);
}
.features-item:nth-child(2) .features-logo-wrapper::before {
    top: 33px;
    left: 50%;

    width: 40px;
    height: 35px;
    margin-left: -20px;

    background-image: url(../img/svg/coins.svg);
}
.features-item:nth-child(3) .features-logo-wrapper::before {
    top: 34px;
    left: 50%;

    width: 44px;
    height: 34px;
    margin-left: -22px;

    background-image: url(../img/sertificate.png);
}
.features-item:nth-child(4) .features-logo-wrapper::before {
    top: 30px;
    left: 50%;

    width: 40px;
    height: 40px;
    margin-left: -20px;

    background-image: url(../img/svg/dog-sign.svg);
}
.features-item:nth-child(5) .features-logo-wrapper::before {
    top: 28px;
    left: 50%;

    width: 38px;
    height: 40px;
    margin-left: -19px;

    background-image: url(../img/svg/good.svg);
}

.features-name {
    font-family: "Rubik";
    font-size: 14px;
    font-weight: 700;

    text-align: center;
    text-transform: uppercase;

    color: #303030;
}

.section-heading {
    font-family: "Rubik";
    font-size: 40px;
    font-weight: 700;

    position: relative;

    margin-top: 60px;
    margin-bottom: 10px;
    padding-top: 80px;

    text-align: center;
    text-transform: uppercase;

    color: #303030;
}

.section-heading::before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 60px;
    height: 28px;
    margin-left: -30px;

    content: "";

    background-image: url(../img/svg/heading-waves.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sections-wrapper {
    margin: 0 auto;

    background-image: url(../img/colored-section-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.promo {
    position: relative;

    margin-bottom: 240px;

    border-top: 1px solid transparent;
}

.promo-slogan {
    font-size: 26px;

    margin-bottom: 70px;

    text-align: center;

    color: #00679d;
}

.promo-list {
    position: relative;
    z-index: 10;

    margin-bottom: 60px;
    margin-left: 378px;
}

.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo-item:last-child {
    margin-bottom: 0;
}

.promo-logo {
    position: relative;

    width: 100px;
    height: 100px;
    margin-right: 20px;

    background-image: url(../img/svg/promo-item-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.promo-logo::before {
    position: absolute;

    content: "";

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.promo-tracking .promo-logo::before {
    top: 50%;
    left: 50%;

    width: 46px;
    height: 44px;
    margin-top: -26px;
    margin-left: -23px;

    background-image: url(../img/svg/promo-tracking.svg);
}
.promo-history .promo-logo::before {
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;

    background-image: url(../img/svg/promo-history.svg);
}
.promo-analogue .promo-logo::before {
    top: 50%;
    left: 50%;

    width: 36px;
    height: 34px;
    margin-top: -17px;
    margin-left: -18px;

    background-image: url(../img/svg/promo-analogue.svg);
}

.promo-paragraph {
    max-width: 494px;
}

.promo-paragraph-head {
    font-size: 22px;
    font-weight: 700;

    display: block;

    margin-bottom: 8px;

    color: #303030;
}

.promo-paragraph-text {
    font-size: 16px;
    font-style: normal;

    color: #303030;
}

.big-dog {
    position: absolute;
    z-index: 1;
    top: 242px;
    left: 30px;

    width: 727px;
    height: 1240px;

    background-image: url(../img/big-dog.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.promo-tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.promo-tab-wrapper {
    position: relative;
    z-index: 1000;

    width: 100%;
    max-width: 755px;
    /*    margin-left: 397px;*/
}

.tabs-border {
    overflow: hidden;

    width: 100%;
    /*height: 510px;*/
    margin-bottom: 15px;

    border: 10px solid #00679d;
    border-radius: 45px;
}

.promo-tab {
    display: none;
    
    width: 100%;
    height: auto;
    
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#tab1 {
    display: block;
}



.promo-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.promo-tab-item {
    margin: 5px;
}

.promo-tab-link {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 10px;
    padding-bottom: 8px;
    border-radius: 15px;
    position: relative;

    width: 200px;
    text-transform: uppercase;
    transition: all 0.2s;
}

.green-button.promo-tab-link {
    width: 200px;
    height: 50px;
    font-size: 16px;
    min-height: 50px;
}

.promo-tab-link .green-button-shine {
    width: 180px;
    height: 50px;
    min-height: 50px;
}
.promo-tab-link .green-button-content {
    width: 180px;
    height: 50px;
    min-height: 50px;
    padding-right: 30px;
    padding-left: 30px;
}

.promo-tab-link .green-button-text {
    font-size: 16px;
}


.promo-tab-link::before {
    position: absolute;
    top: -70px;
    left: 50%;

    display: none;

    width: 100px;
    height: 50px;
    margin-left: -50px;

    content: "";

    background-image: url(../img/tab-link-active.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.promo-tab-link.active {
    border: none;
}
.promo-tab-link.active::before {
    display: block;
}

.fake {
    padding-bottom: 170px;
}

.fake-heading {
    font-family: "Rubik";
    font-size: 40px;
    font-weight: 700;

    position: relative;
    z-index: 100;

    margin-bottom: 75px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}

.fake-heading::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    width: 102px;
    height: 132px;
    margin-top: -66px;
    margin-left: -51px;

    content: "";

    background-image: url(../img/fake-ques.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fake-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.fake-item {
    position: relative;

    width: 575px;
    height: 570px;
    margin: 5px;
    padding: 70px 40px 40px 40px;
    border: 5px solid #00679d;
    border-radius: 15px;
    /*border: 1px solid #178dcb;*/
    background-color: #096b9f;
}

.fake-item-heading {
    font-family: "Rubik";
    font-size: 30px;
    font-weight: 700;

    position: relative;
    z-index: 10;

    display: block;

    text-align: center;
    text-transform: uppercase;

    color: #f68d33;
}

.fake-item-img {
    position: absolute;
}

.fake-packing .fake-item-img {
    top: 80px;
    left: -10px;

    width: 665px;
    height: 511px;

    background-image: url(../img/fake-list-photo1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fake-instruction .fake-item-img {
    z-index: 5;
    top: 36px;
    left: -87px;

    width: 729px;
    height: 550px;

    background-image: url(../img/fake-list-photo2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fake-app .fake-item-img {
    top: 52px;
    right: -24px;

    width: 411px;
    height: 573px;

    background-image: url(../img/fake-list-photo3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fake-color .fake-item-img {
    top: 32px;
    left: 45px;

    width: 481px;
    height: 444px;

    background-image: url(../img/fake-list-photo4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fake-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

    position: absolute;

    display: block;

    color: #fff;
}

.fake-description::before {
    position: absolute;
    z-index: 20;

    content: "";

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fake-packing .fake-description {
    top: 173px;
    left: 68px;

    width: 110px;
}
.fake-packing .fake-description::before {
    top: 41px;
    left: 18px;

    width: 35px;
    height: 65px;

    background-image: url(../img/svg/fake-list-arrow1.svg);
}

.fake-instruction .fake-description {
    right: -13px;
    bottom: 60px;

    width: 215px;
}
.fake-instruction .fake-description::before {
    bottom: 46px;
    left: 80px;

    width: 21px;
    height: 105px;

    background-image: url(../img/svg/fake-list-arrow2.svg);
}

.fake-app .fake-description {
    top: 197px;
    left: 40px;

    width: 235px;
}
.fake-app .fake-description::before {
    right: -14px;
    bottom: -68px;

    width: 103px;
    height: 35px;

    background-image: url(../img/svg/fake-list-arrow3.svg);
}

.fake-color .fake-description {
    bottom: 107px;
    left: 51%;

    width: 376px;
    margin-left: -188px;
}
.fake-color .fake-description::before {
    bottom: 75px;
    left: -16px;

    width: 57px;
    height: 88px;

    background-image: url(../img/svg/fake-list-arrow4.svg);
}

.fake-os-wrapper {
    position: absolute;
    bottom: 124px;
    left: 57px;

    width: 140px;
}

.fake-os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fake-os-item {
    width: 54px;
    height: 64px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fake-android {
    background-image: url(../img/svg/android.svg);
}
.fake-ios {
    background-image: url(../img/svg/ios.svg);
}

.license-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 110px;
    margin-bottom: 160px;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.license-item {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 5px;

    -webkit-box-shadow: 13px 13px 20px #7e7e7e;
            box-shadow: 13px 13px 20px #7e7e7e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.licence-full-link {
    position: absolute;
    bottom: -17px;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;
    margin-left: -25px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    border-radius: 50%;
    background-color: #096b9f;
    background-image: url(../img/svg/magnifier.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.licence-full-link:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    background-image: url(../img/svg/magnifier-hover.svg);
}


.form {
    position: relative;
    z-index: 100;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 130px;

    border: 10px solid #00679d;
    border-radius: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.order {
    background-image: url(../img/order-photo-bg.jpg);
}
.question {
    margin-bottom: 40px;

    background-image: url(../img/question-photo-bg.jpg);
    background-position: center;
}

.question .form-inputs-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.question-submit-button {
    position: relative;
    bottom: -40px;
}

.form-wrapper::before {
    position: absolute;
    z-index: -1;
    top: 12%;
    left: -10000%;

    width: 10000%;
    height: 76%;

    content: "";

    background-color: #096b9f;
}
.form-wrapper::after {
    position: absolute;
    z-index: -1;
    top: 12%;
    right: -10000%;

    width: 10000%;
    height: 76%;

    content: "";

    background-color: #096b9f;
}

.form-column-right {
    width: 60%;
    padding-top: 35px;
    padding-right: 70px;

    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.form-column-left {
    width: 40%;

    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.form-heading {
    margin-top: 0;
    padding-top: 60px;
}

.form-slogan {
    font-size: 26px;

    display: block;

    margin-bottom: 20px;

    text-align: center;

    color: #00679d;
}

.form-inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.form-input {
    font-size: 13px;

    width: 180px;
    height: 50px;
    margin: 5px;
    margin-right: 15px;
    padding: 17px 10px 17px 35px;

    color: #303030;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
}

.form-textarea-wrapper {
    width: 100%;
}

.form-textarea {
    font-size: 13px;

    width: 100%;
    height: 130px;
    margin: 5px;
    padding: 17px 10px 17px 35px;

    resize: none;

    color: #303030;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    outline: none;
    background-color: transparent;
    background-image: url(../img/svg/form-input-text.svg);
    background-repeat: no-repeat;
    background-position: 5px 17px;
}

.form-input-name .form-input {
    background-image: url(../img/svg/form-input-name.svg);
}
.form-input-tel .form-input {
    background-image: url(../img/svg/form-input-phone.svg);
}
.form-input-email .form-input {
    background-image: url(../img/svg/form-input-email.svg);
}

.order-old-price {
    font-family: "Rubik";
    font-size: 44px;
    font-weight: 700;

    display: block;

    text-align: center;
    text-decoration: line-through;

    color: #ff0a4f;
}

.order-new-price {
    font-family: "Rubik";
    font-size: 72px;
    font-weight: 700;

    display: block;

    margin-bottom: 15px;

    text-align: center;

    color: #303030;
}

.green-button {
    display: block;

    width: 320px;
    min-height: 70px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    border-radius: 35px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.29);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.29);
}
.green-button:hover {
    box-shadow: none;
}

.question-submit {
    display: block;

    width: 320px;
    min-height: 70px;
    margin: 0 auto;
}
.order-submit {
    display: block;

    width: 320px;
    min-height: 70px;
    margin: 0 auto;
}

.green-button-shine {
    display: block;

    width: 320px;
    min-height: 70px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    border-radius: 35px;
    -webkit-box-shadow: 0 0 21px rgba(84, 84, 84, 0.5);
            box-shadow: 0 0 21px rgba(84, 84, 84, 0.5);
}

.green-button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 320px;
    min-height: 70px;
    padding: 15px 60px 17px 60px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
    text-align: center;

    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(116,178,0,1)), to(rgba(97,149,0,1)));
    background: -webkit-linear-gradient(top, rgba(116,178,0,1) 0%, rgba(97,149,0,1) 100%);
    background:      -o-linear-gradient(top, rgba(116,178,0,1) 0%, rgba(97,149,0,1) 100%);
    background:         linear-gradient(to bottom, rgba(116,178,0,1) 0%, rgba(97,149,0,1) 100%);
    -webkit-box-shadow: inset 0 -6px 0 #537e00;
            box-shadow: inset 0 -6px 0 #537e00;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.green-button-text {
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 700;

    display: block;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}

.green-button:hover .green-button-content {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(116,178,0,1)), to(rgba(97,149,0,1)));
    background: -webkit-linear-gradient(bottom, rgba(116,178,0,1) 0%, rgba(97,149,0,1) 100%);
    background:      -o-linear-gradient(bottom, rgba(116,178,0,1) 0%, rgba(97,149,0,1) 100%);
    background:         linear-gradient(to top, rgba(116,178,0,1) 0%, rgba(97,149,0,1) 100%);
    -webkit-box-shadow: inset 0 6px 9px #537e00;
            box-shadow: inset 0 6px 9px #537e00;
}

.green-button:hover .green-button-text {
    color: #446800;
}

.order-submit-button {
    position: relative;
    bottom: -40px;

    margin: 0 auto;
}



.form-shine {
    position: absolute;
    z-index: 1;
    top: 50%;

    width: 172px;
    height: 364px;
    margin-top: -182px;

    background-image: url(../img/form-shine.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form-shine-left {
    left: -90px;
}
.form-shine-right {
    right: -90px;
}

.form-wrapper {
    position: relative;
}

.delivery {
    margin-bottom: 90px;
}

.delivery-list {
    margin-top: 60px;
    margin-bottom: 50px;
}

.delivery-item {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;

    border-bottom: 2px solid #e4e4e4;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.delivery-item:first-child {
    border-top: 2px solid #e4e4e4;
}

.delivery-text {
    font-size: 22px;

    text-align: left;

    color: #303030;
}
.delivery-text span {
    font-size: 18px;
}

.delivery-img {
    width: 280px;
    height: 90px;

    background-repeat: no-repeat;
    background-position: center;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.delivery-item:nth-child(1) .delivery-img {
    background-image: url(../img/svg/header-map.svg);
    background-size: 40%;
}

.delivery-item:nth-child(2) .delivery-img {
    background-image: url(../img/delivery-car.png);
}

.delivery-item:nth-child(3) .delivery-img {
    background-image: url(../img/delivery-price.png);
}

.delivery-item:nth-child(4) .delivery-img {
    background-image: url(../img/delivery-box.png);
}

.delivery-item:nth-child(5) .delivery-img {
    background-image: url(../img/svg/delivery-list.svg);
}

.delivery-item:nth-child(6) .delivery-img {
    background-image: url(../img/delivery-year.png);
}

.delivery-description {
    font-size: 30px;

    margin-bottom: 30px;
    padding: 0 100px;

    text-align: center;

    color: #0071a6;
}

.delivery-logo {
    width: 277px;
    height: 44px;
    margin: 0 auto;

    background-image: url(../img/svg/main-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.reviews {
    position: relative;

    margin-bottom: 80px;
    padding-top: 65px;

    background-color: #096b9f;
}

.reviews::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10000%;

    width: 10000%;
    height: 100%;

    content: "";

    background-color: #096b9f;
}
.reviews::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -10000%;

    width: 10000%;
    height: 100%;

    content: "";

    background-color: #096b9f;
}

.reviews .section-heading {
    margin-top: 0;
    padding-top: 60px;

    color: #fff;
}

.reviews .section-heading::before {
    background-image: url(../img/svg/heading-waves-white.svg);
}

.reviews-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 70px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-column {
    width: 49%;
}

.reviews-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 35px;
    padding-bottom: 40px;

    border-bottom: 2px solid #fff;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-photo {
    width: 180px;
    height: 180px;
    margin-right: 20px;

    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-shadow: 0 0 139px #1c98da;
            box-shadow: 0 0 139px #1c98da;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}

.reviews-text {
    font-size: 16px;
    line-height: 24px;

    max-width: 380px;
    margin-bottom: 30px;

    color: #fff;
}

.reviews-name {
    font-family: "Rubik";
    font-size: 22px;
    font-weight: 700;

    display: block;

    margin-bottom: 20px;

    color: #fff;
}


.reviews-link {
    font-size: 16px;

    position: relative;

    display: block;

    padding-left: 50px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    color: #fff;
}

.reviews-link::before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 36px;
    height: 36px;
    margin-top: -18px;

    content: "";
    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    background-image: url(../img/svg/vk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.reviews-link:hover {
    color: #3fbcff;
}
.reviews-link:hover::before {
    background-image: url(../img/svg/vk-hover.svg);
}

.reviews-post-1 .reviews-photo {
    background-image: url(../img/reviews-photo-1.png);
}
.reviews-post-2 .reviews-photo {
    background-image: url(../img/reviews-photo-2.png);
}
.reviews-post-3 .reviews-photo {
    background-image: url(../img/reviews-photo-3.png);
}
.reviews-post-4 .reviews-photo {
    background-image: url(../img/reviews-photo-4.png);
}
.reviews-post-5 .reviews-photo {
    background-image: url(../img/reviews-photo-5.png);
}

.main-footer {
    min-height: 65px;
    padding-bottom: 10px;

    border-bottom: 4px solid #096b9f;
}

.footer-wrapper {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 65px;
    padding-right: 180px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-businessman {
    font-size: 12px;
    line-height: 30px;

    color: #727272;
}

.footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 160px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.footer-social-item {
    margin: 0 5px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.footer-social-item path {
    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.footer-social-item:hover path {
    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    fill: #00679d;
}

.footer-copyright {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.footer-copyright-logo {
    width: 130px;
    height: 29px;

    background-image: url(../img/svg/footer-copyright.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-copyright-text {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;

    position: relative;
    top: 0;

    display: block;

    color: #838792;
}

.footer-call-button {
    /*display: none;*/
    position: absolute;
    z-index: 200;
    right: 15px;
    bottom: 10px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
    -webkit-animation: pulse 2s linear infinite;
            animation: pulse 2s linear infinite;
}

.footer-tel-link:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.footer-tel-link {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 150px;
    height: 150px;

    -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;

    border-radius: 50%;
    background-color: #f68d33;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-tel-link::before {
    width: 63px;
    height: 63px;

    content: "";

    background-image: url(../img/svg/phone-waves.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form-input-wrapper {
    position: relative;
}

#order-name-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}

#order-tel-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}

#question-email-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}
#question-name-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}

#question-tel-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}

#order-email-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}

#callMe-tel-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}
#callMe-name-error {
    font-size: 12px;

    position: absolute;
    top: -8px;
    left: 30px;

    color: red;
}

.call-me-popup {
    max-width: 580px;
    padding: 40px 80px 0 80px;

    text-align: center;

    border: 10px solid #00679d;
    border-radius: 50px;
    background-color: #fff;
}



.call-me-popup .section-heading {
    font-size: 26px;

    margin-top: 0;
    margin-bottom: 70px;
    padding-top: 40px;
}


.call-me-description {
    font-size: 10px;
    font-style: normal;

    position: relative;

    display: inline-block;

    text-align: center;

    color: #979797;
}

.call-me-description::before {
    position: absolute;
    top: 50%;
    left: -10px;

    width: 7px;
    height: 8px;
    margin-top: -5px;

    content: "";

    background-image: url(../img/svg/form-lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.call-me-popup .form-input {
    width: 180px;
    margin: 10px;
}


.call-me-submit-button {
    position: relative;
    bottom: -40px;

    margin: 0 auto;
}

.call-me-popup .form-inputs-wrapper {
    margin-bottom: 35px;
}

.fancybox-close-small {
    display: none;
}

.redirect-html,
.redirect-page {
    height: 100%;
}

.redirect-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
        flex-direction: column;

    min-height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.redirect-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.redirect-main {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
}

.redirect-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.redirect-heading {
    font-size: 30px;
    line-height: 30px;

    text-align: center;

    color: #000;
}

.redirect-description {
    font-size: 22px;
    line-height: 30px;

    margin-bottom: 80px;

    text-align: center;

    color: #000;
}

.redirect-logo {
    width: 327px;
    height: 52px;
    margin: 0 auto;

    background-image: url(../img/svg/main-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
input:invalid {

    box-shadow: none;

}

a.green-button.promo-tab-link {
    box-shadow: none;
}
.promo-tab-item .green-button-shine {
    
}