
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide {
    outline: 0;
    position: relative;
    visibility: hidden
}

.splide.is-initialized {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

* {
    box-sizing: border-box
}



html,
body,
div,
span,
h2,
p,
a,
code,
img,
s,
tt,
var,
dd,
ul,
li,
form,
tr,
figure,
figcaption,
footer,
header,
nav,
output,
section,
time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


figcaption,
figure,
footer,
header,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

button {
    border: 0;
    outline: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

@media(min-width:576px) {
    .container {
        max-width: none
    }
}

@media(min-width:768px) {
    .container {
        max-width: none
    }
}

@media(min-width:992px) {
    .container {
        max-width: 900px
    }
}

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

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-none {
        display: none !important
    }
}

.txt-center {
    text-align: center
}

.mb-0 {
    margin-bottom: 0 !important
}

body {
    font-family: "Work Sans", Arial, sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 1.4;
    overflow-x: hidden;
}

.header {
    padding: 20px 0;
    box-shadow: 0 3px 20px #00000014
}

.header .logo {
    display: flex;
    align-items: center;
    flex-direction: column
}

.header .logo__img {
    flex-shrink: 0
}

@media(min-width:768px) {
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media(min-width:1200px) {
    .header {
        margin-bottom: 20px
    }

    .header .logo__img {
        width: auto;
        max-width: 300px
    }

    .header .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px
    }

    .header .nav-list {
        display: flex
    }

    .header .nav-list__item {
        margin-right: 50px
    }

    .header .nav-list__link {
        font-weight: 600;
        transition: all .3s;
        border-bottom: 2px solid transparent
    }

    .header .nav-list__link:hover {
        border-bottom: 2px solid #0b51dc
    }
}

.hero {
    padding: 20px 0;
    background-color: #ffce46;
    margin-bottom: 20px
}

.hero__txt {
    font-size: 14px
}

.hero__txt--big {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0
}

.hero .bar {
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700
}

.hero .bar--brown {
    font-size: 18px;
    background-color: #9c6433
}

.hero .bar--red {
    padding: 3px 20px;
    font-size: 25px;
    background-color: #ee0101
}

/* .hero .bar--red.first {
    padding-top: 10px
}

.hero .bar--red.sec {
    padding-bottom: 10px
} */

.hero .img-box {
    margin: 0 auto
}

.hero__bottom {
    margin: 10px 0
}

.hero .img-box img {
    display: block;
    width: 100%;
    margin: 0 auto
}

@media(min-width:768px) {
    .hero {
        padding: 30px 0 14px
    }

    .hero__txt--big {
        font-size: 20px
    }

    .hero__txt--big:lang(es),
    .hero__txt--big:lang(sv) {
        font-size: 16px
    }

    .hero__txt--big:lang(pt),
    .hero__txt--big:lang(fr) {
        font-size: 16px;
        margin: 0 0 10px
    }

    .hero .bar {
        margin: initial;
        text-align: center
    }

    .hero .bar--brown {
        font-size: 20px
    }

    .hero .bar--brown:lang(fr) {
        font-size: 16px
    }

    .hero .bar--red {
        margin-top: 3px;
        font-size: 28px
    }

    .hero .bar--red.first {
        text-transform: uppercase
    }
}

@media(min-width:1200px) {
    .hero {
        margin-bottom: 0
    }

    .hero__txt--big span {
        display: block
    }

    .hero__content {
        margin-top: 20px
    }

    .hero__content:lang(it) {
        margin-top: -10px
    }

    .hero__flex {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .hero .bar {
        position: absolute;
        z-index: 666
    }

    .hero .bar--red.first {
        top: 187px
    }

    .hero .bar--red.sec {
        top: 232px;
        max-width: 441px;
        text-align: left;
    }
}

.main {
    background-color: #fff
}

.wait {
  display: none;
    top: 0;
    background-color: #ee0101;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px;
    color: #fff;
    z-index: 1000;
    transition: all .3s
}

.wait:hover {
    background-color: #920000
}

.section {
    margin-bottom: 15px
}

.h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px
}

.h2--center {
    text-align: center;
    margin-bottom: 0
}

.h2--big {
    font-size: 26px;
    text-decoration: underline;
    text-decoration-color: #ffce46;
    /* text-underline-offset: 10px */
}

.txt {
    font-size: 18px;
    margin-bottom: 15px
}

.txt--border {
    padding-left: 10px;
    border-left: 9px solid #ffce46
}

.txt--big {
    font-size: 20px;
    font-weight: 700
}

.txt--bold {
    font-weight: 700
}

.txt--short {
    max-width: 600px;
    margin: 0 auto
}

.img {
    display: block;
    margin: 0 auto 15px
}

.figure {
    display: table;
    margin: 0 auto
}

.figcaption {
    display: table-caption;
    caption-side: bottom;
    color: #fff;
    font-size: 14px;
    background-color: #5a5a5a;
    padding: 10px;
    text-align: center;
}

.baloon {
    background-color: #ffce46;
    padding: 10px;
    margin: 0 0 15px 10px;
    position: relative
}

.baloon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 3px solid transparent;
    border-top: 20px solid #ffce46
}

.baloon .txt,
.baloon .h2 {
    margin-bottom: 0
}

.benefits-list__item {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px
}

.benefits-list__item img {
    flex-shrink: 0;
    margin-right: 10px
}

.benefits-list__item span {
    display: block
}

.quote {
    max-width: 780px;
    border: 3px solid #ffce46;
    position: relative;
    padding: 10px;
    margin: 0 auto 15px;
    margin-left: 15px;
    /*background: #fff url("../images/quote.png") no-repeat 90% 15%*/
}

.quote__arrow {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-top: 3px solid #ffce46;
    transform: rotate(45deg);
    left: -22px;
    top: 1px;
    z-index: 2
}

.quote::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 3px solid #ffce46;
    left: -14.6px;
    top: -3px
}

.quote::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    transform: rotate(90deg);
    left: -10px;
    top: 0
}

.quote__txt {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px
}

.quote__author {
    font-size: 17px
}

.underline {
    border-bottom: 3px solid #ffce46
}

.act {
    display: flex;
    flex-direction: column;
    align-items: center
}

.act__img {
    margin: 0 0 15px 0;
    display: block;
}

.act__txt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.cta {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #ee0101;
    padding: 10px;
    transition: all .3s
}

.cta:hover {
    background-color: #920000
}

.spec {
    margin-bottom: 15px
}

.spec__txt {
    font-size: 18px;
    font-style: italic
}

.special-txt {
    background-color: #ffce46;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 10px
}

.haircells {
    margin: 15px 0 15px;
    position: relative;
}

.haircells .box {
    position: absolute;
    padding: 10px 20px;
    font-weight: 700;
    width: 90px;
    text-align: center
}

.haircells .box--black {
    background-color: #000;
    color: #fff;
    bottom: 5px;
    left: 5px
}

.haircells .box--yellow {
    background-color: #ffce46;
    color: #000;
    bottom: 5px;
    right: 5px
}

@media(width <= 991px) {
    .haircells {
        max-width: 450px;
        margin: 0 auto;
    }
}

.yellow-box {
    max-width: 600px;
    background-color: #ffce46;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 15px
}

.sum {
    border: 3px solid #ffce46
}

.sum .top,
.sum .bottom {
    padding: 10px 20px 0 20px
}

.sum .top {
    border-bottom: 3px solid #ffce46
}

.sum .list__item {
    position: relative;
    padding: 0 0 10px 20px
}

.sum .list__item::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffce46;
    border-radius: 50%
}

@media(min-width:768px) {
    .wait {
        width: 100%;
        top: auto;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        text-decoration: underline;
        padding: 20px 0
    }

    .benefits-list__item {
        align-items: center
    }

    .benefits-list__item span {
        display: inline
    }

    .quote {
        padding: 20px 30px;
        background-position: 95% 30%
    }

    .act {
        flex-direction: row
    }

    .act__img {
        max-width: 236px;
        margin: 0 30px 0 0
    }

    .flex-center {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .special-txt--big {
        font-size: 40px
    }

    .spec {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .spec__img {
        flex-shrink: 0;
        margin-right: 20px
    }

    .spec .quote {
        background-position: 95% 10%
    }

    .sum {
        display: flex
    }

    .sum .list {
        font-size: 18px
    }

    .sum .top {
        border-bottom: 0;
        border-right: 3px solid #ffce46
    }
}

@media(min-width:1200px) {
    .wait {
        font-size: 25px;
        padding: 10px 0
    }

    .wait span {
        font-size: 35px
    }

    .page-bg {
        background-color: #f5f5f5
    }

    .wrapper {
        display: flex;
        max-width: 1140px;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px 20px 0
    }

    .main-bottom {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px
    }

    .main-bottom .container {
        max-width: 780px;
        margin-left: 0;
        margin-right: auto
    }

    .act__img {
        max-width: 100%
    }
}

.opinions {
    margin-bottom: 15px
}

.opinions .opinion {
    width: 280px;
    margin: 0 auto 0px;
    padding: 20px;
    border: 3px solid #000
}

.opinions .opinion__txt {
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3
}

.opinions .opinion__author {
    font-size: 14px;
    font-style: normal
}

@media(min-width:768px) {
    .opinions {
        margin-bottom: 15px
    }

    .opinions .opinion {
        width: 718px;
        padding: 30px;
        display: flex;
        align-items: center
    }

    .opinions .opinion__txt {
        margin-bottom: 15px
    }

    .opinions .opinion picture {
        flex-shrink: 0;
        margin-right: 10px
    }
}

@media(min-width:1200px) {
    .opinions {
        width: 280px;
        margin-left: 40px
    }

    .opinions .top {
        border: 3px solid #ffce46;
        padding: 15px;
        text-align: center;
        margin-bottom: 15px
    }

    .opinions .top .h2 {
        margin-bottom: 15px
    }

    .opinions .opinion {
        width: 280px;
        padding: 20px;
        display: block;
        margin-bottom: 20px
    }
}

.footer .logo {
    display: flex;
    align-items: center;
    flex-direction: column
}

.footer .logo__img {
    width: auto;
    max-width: 250px;
    flex-shrink: 0
}

@media(min-width:768px) {

    .footer .nav {
        display: flex
    }

    .footer .nav :last-child {
        margin-right: 0
    }
}

@media(min-width:1200px) {
    /*.footer {*/
    /*    margin-top: 0*/
    /*}*/
}

.main-bottom {
    /*padding-bottom: 20px*/
}

/*.footer {*/
/*    background: #f5f5f5;*/
/*    padding: 20px 10px;*/
/*    text-align: center*/
/*}*/

/*.footer p {*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    margin: 0 0 5px;*/
/*    text-align: center*/
/*}*/

/*.footer p:last-child {*/
/*    margin: 0*/
/*}*/

/*.footer p a {*/
/*    text-decoration: underline*/
/*}*/

.prod-img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px
}

a,
button {
    cursor: pointer
}

.baloon .h2 {
    font-size: 20px
}

.comment {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    min-height: 80px;
}

.comment:last-child {
    border-bottom: none;
}

.comment.ans {

    padding-left: 35px;
    min-height: 50px;
}

.comment .ava {
    max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%;
}

.comment p {
    margin-left: 60px;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comment p.comm-date {
    color: #A8ABAE;
}

.comment .comm-img {
    max-width: 350px;
    width: 100%;
    margin: 10px 0px 0;
    margin-left: 60px;
}

@media screen and (max-width: 500px) {
    .comment .ava {
        margin-right: 10px;
    }

   /*  .comment p,
    .comment .comm-img {
        margin-left: auto;
    } */
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    max-width: 650px;
    margin: 0 auto 20px;
    border: 2px solid #dbdbdb;
    background: #f7f7f7;
    box-shadow: 0 0 12px #c5c5c5;
    border-radius: 10px;
}

.form__image {
    margin: 0;
    max-width: 250px;
    width: 100%;
    position: relative;
    margin-right: 20px;
}

.form__inner {
    max-width: 250px;
    width: 100%;
    margin: 0;
}




.red-border__text::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-bottom: 2px solid red;
    top: -18px;
    right: -22px;
    -webkit-animation: load 2s linear infinite;
    animation: load 2s linear infinite;
}

@keyframes load {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.form__price {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    text-align: center;
}

.form__input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    padding: 10px 10px 10px 20px;
    outline: 0;
    font-size: 16px;
}

.form__btn {
    font-size: 25px;
    color: #fff;
    background: red;
    border: 2px solid red;
    cursor: pointer;
    border-radius: 12px;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    transition: all .3s ease-in-out;
    animation: btnScale 1.2s linear infinite;
}

.form__btn:hover {
    opacity: 0.7;
}

@keyframes btnScale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.form__price-title {
    margin-bottom: 5px;
}

.form__price-lines {
    position: relative;
}

.form__price-lines::before {
    content: '';
    position: absolute;
    border-top: 1px solid red;
    width: 100%;
    top: 50%;
    left: 0;
    transform: rotate(12deg);
}

.form__price-value {
    font-size: 22px;
}

.form__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.form__price-lines::after {
    content: '';
    position: absolute;
    border-top: 1px solid red;
    width: 100%;
    top: 50%;
    left: 0;
    transform: rotate(-12deg);
}

.form__price-value.mod-red {
    font-weight: 700;
}

.mod-red {
    color: red;
}

.burger {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 32px;
    height: 23px;
}

.burger span {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #000;
}

.act__txt,
ul li,
.txt,
.special-txt,
.spec__txt,
.txt--short,
.txt--big,
.yellow-box,
.opinions .opinion__txt,
.comment p, .quote__txt {
    font-size: 20px;
}

.opinion__txt {
    font-size: 19px !important;
}

.vert-com {
    max-width: 200px !important;
}

.main__link {
    font-weight: bold;
    color: red
}

.special-txt {
    padding: 3px;
}

.cta2 {
    margin-left: 15px;
}

.hero__txt span {
    display: none;
}

@media(width <=1199px) {
    header .container {
        max-width: none;
    }

    .header .logo__img {
        max-width: 300px;
    }

    .burger {
        display: flex;
    }

    .hero .img-box img {
        max-width: 600px;
        margin-top: 10px;
        width: 100%;
    }

    .opinions .opinion {
        margin-bottom: 15px;
    }

    .cta2 {
        margin-left: 0;
    }
}

@media(width <= 991px) {
    .cta {
        line-height: 1.2;
    }
}

@media(width <=767px) {
    .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hero {
        margin-bottom: 20px;
    }

    .h2 {
        font-size: 22px;
    }

    .quote__txt {
        font-size: 20px;
    }

    .cta {
        font-size: 20px;
    }

    .act__txt,
    ul li,
    .txt,
    .special-txt,
    .spec__txt,
    .txt--short,
    .txt--big,
    .yellow-box,
    .opinions .opinion__txt,
    .comment p, .baloon .h2, .quote__txt {
        font-size: 17px !important;
        line-height: 1.3;
    }

    .opinion__txt {
        font-size: 17px !important;
    }

    .spec {
        display: flex;
        align-items: flex-start;
    }

    .spec img {
        width: 50px;
        margin-right: 15px;
    }

    .hero .bar--brown, .hero .bar--red, .act__txt {
        text-align: center;
    }

    .act__img {
        max-width: 220px;
    }

    .hero .bar--red {
        line-height: 1.2;
    }

    .hero__txt--big {
        line-height: 1.2;
    }

    .sum .list__item:last-child {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .opinions .opinion {
        width: 100%;
        max-width: 600px;
    }

    .splide__slide img {
        margin: 0 auto;
        display: block;
    }

    .opinions {
        padding: 0 15px;
    }
}

@media(width <= 614px) {
    .form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 10px;
    }

    .form__image {
        margin-bottom: 15px;
        margin-right: 0;
    }

}



@media(width <=479px) {
    .hero .bar--red {
        font-size: 20px;
    }

    .hero {
        margin-bottom: 15px;
    }

    .h2 {
        font-size: 20px;
    }

    .baloon .h2 {
        font-size: 18px;
    }

    .quote__txt {
        font-size: 18px;
    }

    .cta {
        font-size: 18px;
    }

    .comment.ans {
        padding-left: 20px;
    }

    .comment .comm-img {
        margin-left: 0;
        padding-left: 60px;
    }

    .hero {
        padding-bottom: 4px;
    }

    .hero .bar--red {
        line-height: 1.3;
    }

    .haircells .box {
        width: 70px;
        padding: 4px 0;
    }
}

@media(width <=399px) {
    .header .logo__img {
        max-width: 240px;
    }
}

@media(width <= 350px) {
    .form__btn {
        font-size: 20px;
        padding: 7px 0;
    }


    .hero__txt {
        overflow: hidden;
        display: block;
        height: 20px;
        position: relative;
    }

    .hero__txt span {
        display: inline-block;
    }

}

.x_country_select {
    display: none !important;
}

.form {
    border: 2px solid #dbdbdb;
    background: #f7f7f7;
    box-shadow: 0 0 12px #c5c5c5;
    border-radius: 10px;
    padding: 15px;
    margin: 30px auto 30px
}

.form__image {
    width: 250px;
    margin: 0 auto 15px;
    position: relative
}
.form__image img{
    max-width: 100%;
}

.red-border__text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 72px;
    height: 72px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    top: -13px;
    right: -22px;
}

.red-border__text::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-bottom: 2px solid red;
    top: -14px;
    right: -14px;
    -webkit-animation: load 2s linear infinite;
    animation: load 2s linear infinite
}

.form__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px
}

.form__price {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    text-align: center
}

.form__price-title {
    margin-bottom: 5px
}

.form__price-lines {
    position: relative
}

.form__price-lines::after {
    content: '';
    position: absolute;
    border-top: 1px solid red;
    width: 100%;
    top: 50%;
    left: 0;
    transform: rotate(-12deg)
}

.form__price-lines::before {
    content: '';
    position: absolute;
    border-top: 1px solid red;
    width: 100%;
    top: 50%;
    left: 0;
    transform: rotate(12deg)
}

.form__price-value {
    font-size: 22px
}

.form__price-value.mod-red {
    font-weight: 700
}

.form__input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    padding: 10px 10px 10px 20px;
    outline: 0;
    font-size: 16px
}

.form__btn {
    font-size: 25px;
    color: #fff;
    background: red;
    border: 2px solid red;
    cursor: pointer;
    border-radius: 12px;
    padding: 15px 40px;
    width: 100%;
    transition: all .3s ease-in-out;
    animation: btnScale 1.2s linear infinite
}

.form__btn:hover {
    background: 0 0;
    color: red
}

.form__inner {
    max-width: 300px;
    margin: 0 auto
}

.site-header,
.site-nav__item-anchor,
.site-nav__item-text {
    color: #fff
}

@media screen and (min-width:768px) {
    .form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 25px 25px 25px;
        width: 650px;
        margin: 30px auto 30px
    }
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

button::-moz-focus-inner {
    border: none
}

:not(#fake) {
    outline: 0
}

input:invalid {
    box-shadow: none
}

@keyframes load {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes btnScale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@media screen and (min-width: 768px){
    .form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 25px 25px 25px;
        width: 650px;
        margin: 30px auto 30px;
    }
}


.lopy{

    font-size: 20px

}


.iti__flag-container{
    display: none;
}


.spec{
    margin: 0 auto;

}

.spec__img_b-lazy_b-lazy{
    margin: 0 auto;
}


.name-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.name-link:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
