@charset "UTF-8";
.baba {
    line-height: 20px
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.container {
    width: 71%;
    margin: 0 auto
}

.form-container {
    width: 90%;
    margin: 0 auto
}

nav {
    width: 89%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-animation-delay: .4s!important;
    animation-delay: .4s!important
}

nav .logo a img {
    width: 100%;
    height: 100%
}

nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    font-weight: 500
}

nav ul li {
    margin-right: 51px
}

nav ul li:last-child {
    margin-right: 0
}

nav ul li a {
    color: #fff;
    line-height: 22px
}

nav ul li a:hover::after {
    width: 100%
}

nav ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.claud-1,
.claud-1-2,
.claud-2,
.claud-3,
.claud-4,
.rocket {
    background-size: 100% 100%!important;
    background-repeat: no-repeat!important;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

a, a:focus, a:active,input[type=submit]{
    outline: none!important;
}

.claud-1 {
    background: url(../img/claud-1.svg);
    width: 644px;
    height: 449px
}

.claud-1-2 {
    background: url(../img/claud-1-2.svg);
    width: 377px;
    height: 133px
}

.claud-2 {
    background: url(../img/claud-2.svg);
    background-position: right top;
    width: 120px;
    height: 127px
}

.claud-3 {
    background: url(../img/claud-3.svg);
    background-position: left bottom;
    width: 326px;
    height: 170px
}

.claud-4 {
    background: url(../img/claud-4.svg);
    background-position: right bottom;
    width: 425px;
    height: 164px
}

.small-title {
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 7px
}

p {
    margin-top: 12px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px
}

.scroll-form {
    display: inline-block;
    text-align: center;
    line-height: 53px!important
}

#submit,
.scroll-form,
button {
    width: 319.8px;
    height: 52px;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 11px rgba(59, 59, 59, .5);
    box-shadow: 0 0 11px rgba(59, 59, 59, .5);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16.8px;
    line-height: 45px;
    cursor: pointer;
    outline: 0;
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    letter-spacing: .2px
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Roboto, sans-serif;
    color: #343434
}

header {
    background: -o-linear-gradient(108.09deg, #d57407 -11.79%, #9f1497 100.18%);
    background: linear-gradient(341.91deg, #d57407 -11.79%, #9f1497 100.18%);
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

header.animate.show nav {
    -webkit-animation: move_bottom 2.5s ease-in-out;
    animation: move_bottom 2.5s ease-in-out;
    opacity: 1
}

header.animate.show .text-block {
    -webkit-animation: move_right 2.5s ease-in-out;
    animation: move_right 2.5s ease-in-out;
    opacity: 1
}

header.animate.show .claud-1 {
    -webkit-animation: move_right_bottom 1.5s ease-in-out;
    animation: move_right_bottom 1.5s ease-in-out;
    opacity: 1
}

header.animate.show .claud-1-2 {
    -webkit-animation: move_right_bottom 2.5s ease-in-out;
    animation: move_right_bottom 2.5s ease-in-out;
    opacity: 1
}

header.animate.show .claud-2 {
    -webkit-animation: move_left_bottom 1.5s ease-in-out;
    animation: move_left_bottom 1.5s ease-in-out;
    opacity: 1
}

header.animate.show .claud-3 {
    -webkit-animation: move_right_top 1.5s ease-in-out;
    animation: move_right_top 1.5s ease-in-out;
    opacity: 1
}

header.animate.show .claud-4 {
    -webkit-animation: move_left_top 1.5s ease-in-out;
    animation: move_left_top 1.5s ease-in-out;
    opacity: 1
}

header.animate.show .rocket {
    -webkit-animation: move_top 2.5s ease-in-out;
    animation: move_top 2.5s ease-in-out;
    opacity: 1!important
}

header nav {
    position: relative;
    margin: 48px auto 0 auto;
    z-index: 2;
    opacity: 0
}

header nav .logo {
    width: 95px;
    height: 93px
}

header .container {
    position: relative;
    z-index: 2
}

header .container .text-block {
    position: relative;
    width: 62%;
    max-width: 606px;
    color: #fff;
    margin: 93px 0 0 -5%;
    z-index: 2
}

header .container .text-block .fadeInUp {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

header .container .text-block h1 {
    font-weight: 700;
    font-size: 37.2px;
    line-height: 44px;
    margin-bottom: 20px
}

header .container .text-block p {
    font-size: 26.4px;
    line-height: 31px
}

header .container .text-block .scroll-form {
    margin-top: 149px;
    background: -o-linear-gradient(272.18deg, #27c995 -38.48%, #33efd7 214.84%);
    background: linear-gradient(177.82deg, #27c995 -38.48%, #33efd7 214.84%);
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

header .container .text-block .scroll-form:hover {
    background: -o-linear-gradient(272.18deg, #47dfaf -38.48%, #33efd7 214.84%);
    background: linear-gradient(177.82deg, #47dfaf -38.48%, #33efd7 214.84%);
    -webkit-box-shadow: 0 0 21px rgba(59, 59, 59, .5);
    box-shadow: 0 0 21px rgba(59, 59, 59, .5);
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

header .claud-1 {
    top: 0;
    left: 0
}

header .claud-1-2 {
    top: 0;
    left: 0
}

header .claud-2 {
    top: 0;
    right: 0
}

header .claud-3 {
    bottom: 0;
    left: 0
}

header .claud-4 {
    bottom: 0;
    right: 0
}

header .rocket {
    background: url(../img/rocket.svg);
    width: 778px;
    height: 480px;
    bottom: 0;
    right: 0;
    background-position: bottom right
}

.boost-your-sales-section,
.build-trust-section,
.charge-your-listing {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.boost-your-sales-section .text-block,
.build-trust-section .text-block,
.charge-your-listing .text-block {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.boost-your-sales-section .img-block,
.build-trust-section .img-block,
.charge-your-listing .img-block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.boost-your-sales-section .img-block img,
.build-trust-section .img-block img,
.charge-your-listing .img-block img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.boost-your-sales-section .scroll-form,
.build-trust-section .scroll-form,
.charge-your-listing .scroll-form {
    background: -o-linear-gradient(124deg, #d57407 0, #9f1497 100%);
    background: linear-gradient(-34deg, #d57407 0, #9f1497 100%);
    margin-top: 82px
}

.boost-your-sales-section .scroll-form:hover,
.build-trust-section .scroll-form:hover,
.charge-your-listing .scroll-form:hover {
    background: -o-linear-gradient(96.35deg, rgba(213, 116, 7, .917286) -11.79%, #9f1497 100.18%);
    background: linear-gradient(353.65deg, rgba(213, 116, 7, .917286) -11.79%, #9f1497 100.18%);
    opacity: .83;
    -webkit-box-shadow: 0 0 20px rgba(95, 95, 95, .5);
    box-shadow: 0 0 20px rgba(95, 95, 95, .5)
}

.charge-your-listing {
    margin-top: 170px;
    padding-bottom: 12px
}

.charge-your-listing.animate.show .img-block {
    -webkit-animation: move_right 1s ease-in-out;
    animation: move_right 1s ease-in-out;
    opacity: 1
}

.charge-your-listing.animate.show .text-block {
    -webkit-animation: move_left 1s ease-in-out;
    animation: move_left 1s ease-in-out;
    opacity: 1
}

.charge-your-listing .img-block {
    width: 51%;
    max-width: 580px;
    margin-top: 0;
    margin-left: 4%
}

.charge-your-listing .text-block {
    width: 46%;
    margin-right: 4%
}

.build-trust-section {
    margin-top: 130px;
    position: relative;
    padding: 171px 0 70px 0
}

.build-trust-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(116.25deg, #e7e7e7 -11.35%, #f5f5f5 107.45%);
    background: linear-gradient(333.75deg, #e7e7e7 -11.35%, #f5f5f5 107.45%);
    opacity: .4;
    z-index: -1
}

.build-trust-section.animate.show .img-block {
    -webkit-animation: move_left 1s ease-in-out;
    animation: move_left 1s ease-in-out;
    opacity: 1
}

.build-trust-section.animate.show .text-block {
    -webkit-animation: move_right 1s ease-in-out;
    animation: move_right 1s ease-in-out;
    opacity: 1
}

.build-trust-section .text-block {
    width: 37%;
    margin-left: 15%
}

.build-trust-section .img-block {
    width: 54%;
    max-width: 696px;
    margin-right: 6%;
    margin-top: -3%
}

.boost-your-sales-section {
    margin-top: 215px
}

.boost-your-sales-section.animate.show .img-block {
    -webkit-animation: move_right 1s ease-in-out;
    animation: move_right 1s ease-in-out;
    opacity: 1
}

.boost-your-sales-section.animate.show .text-block {
    -webkit-animation: move_left 1s ease-in-out;
    animation: move_left 1s ease-in-out;
    opacity: 1
}

.boost-your-sales-section .img-block {
    width: 52%;
    max-width: 699px;
    margin-top: -1%;
    margin-left: 1%
}

.boost-your-sales-section .text-block {
    width: 40%;
    margin-right: 8%
}

.avelability-section {
    width: 100%;
    margin-top: 148px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.avelability-section.animate.show {
    opacity: 1
}

.avelability-section.animate.show .country-block {
    -webkit-animation: move_right 1s ease-in-out;
    animation: move_right 1s ease-in-out
}

.avelability-section .small-title {
    width: 500px;
    margin: 0 auto 57px auto;
    text-align: center
}

.avelability-section .country-block {
    width: 54%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto
}

.order-form-section {
    margin-top: 182px;
    width: 100%;
    position: relative;
    padding-top: 103px;
    padding-bottom: 10px;
    overflow: hidden
}

.order-form-section.animate.show .claud-1 {
    -webkit-animation: move_left_bottom_matrix 1.5s ease-in-out;
    animation: move_left_bottom_matrix 1.5s ease-in-out;
    opacity: 1
}

.order-form-section.animate.show .claud-1-2 {
    -webkit-animation: move_left_bottom_matrix 2.5s ease-in-out;
    animation: move_left_bottom_matrix 2.5s ease-in-out;
    opacity: 1
}

.order-form-section.animate.show .claud-2 {
    -webkit-animation: move_right_bottom_matrix 1.5s ease-in-out;
    animation: move_right_bottom_matrix 1.5s ease-in-out;
    opacity: 1
}

.order-form-section.animate.show .claud-3 {
    -webkit-animation: move_left_top_matrix 1.5s ease-in-out;
    animation: move_left_top_matrix 1.5s ease-in-out;
    opacity: 1
}

.order-form-section.animate.show .claud-4 {
    -webkit-animation: move_right_top_matrix 1.5s ease-in-out;
    animation: move_right_top_matrix 1.5s ease-in-out;
    opacity: 1
}

.order-form-section.animate.show .container .titles-block {
    -webkit-animation: move_left 1.5s ease-in-out;
    animation: move_left 1.5s ease-in-out;
    opacity: 1
}

.order-form-section.animate.show form {
    -webkit-animation: move_top 1.5s ease-in-out;
    animation: move_top 1.5s ease-in-out;
    opacity: 1!important
}

.order-form-section .container .titles-block {
    color: #fff;
    opacity: 0
}

.order-form-section .container .titles-block p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    max-width: 621px;
    color: #fff
}

.order-form-section .container form {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(203, 203, 203, .5);
    box-shadow: 0 0 16px rgba(203, 203, 203, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 100px;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.order-form-section .container .order-form-info {
    width: 100%;
    height: 65px;
    margin-top: 57px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16.7933px;
    line-height: 20px;
    color: #a51f87
}

.order-form-section .container .order-form-info:after,
.order-form-section .container .order-form-info:before {
    content: '';
    background: -o-linear-gradient(90.04deg, #d57407 -11.79%, #9f1497 100.18%);
    background: linear-gradient(359.96deg, #d57407 -11.79%, #9f1497 100.18%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px
}

.order-form-section .container .order-form-info:before {
    top: 0
}

.order-form-section .container .order-form-info:after {
    bottom: 0
}

.order-form-section .container .order-form-info .form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order-form-section .container .order-form-info .form-container div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px
}

.order-form-section .container .order-form-info .form-container div:last-child {
    margin-right: 0
}

.order-form-section .container .order-form-info .form-container span {
    width: 16px;
    height: 1px;
    background: #a51f87;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 26px;
    position: relative
}

.order-form-section .container .order-form-info .form-container span:after,
.order-form-section .container .order-form-info .form-container span:before {
    content: '';
    background: #a51f87;
    position: absolute;
    right: 0;
    width: 50%;
    height: 1px
}

.order-form-section .container .order-form-info .form-container span:before {
    top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.order-form-section .container .order-form-info .form-container span:after {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.order-form-section .container .form-container:nth-child(2) {
    margin-top: 44px
}

.order-form-section .container .form-container:nth-child(2) .form-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #505050;
    margin: 48px 0 -10px 0;
    width: 100%
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8d8d8f;
    position: relative
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper label .necessarily {
    color: #ba0f0f
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .dropdown-label,
.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 47px;
    border-radius: 4px;
    border: 1px solid #dadada;
    color: #dadada;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input {
    margin-top: 2px;
    outline: 0;
    color: #505050
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input:focus {
    border: 1px solid #4ae6ff
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff!important
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input::-webkit-input-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input:-moz-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input::-moz-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper input:-ms-input-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper br {
    line-height: 30px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper fieldset {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    width: 46%
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper fieldset legend {
    font-weight: 500;
    font-size: 17.6px;
    line-height: 26px;
    color: #303133;
    margin-bottom: 17px;
    margin-top: 40px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form__total {
    width: 100%;
    color: #303133;
    font-weight: 400;
    font-size: 23.6px;
    line-height: 26px;
    margin-top: 80px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form__total #total {
    font-weight: 700
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes {
    margin-top: 24px;
    position: relative
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    min-width: 545px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes a {
    text-decoration: underline;
    color: #1c8bb5
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes a:hover {
    opacity: .9
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label {
    margin-top: 30px;
    width: 40%;
    min-width: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 43px;
    position: relative
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label p {
    width: 100%;
    margin: 0;
    min-width: initial;
    font-weight: 400;
    color: #343434
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label p span {
    color: #a0a0a0;
    font-weight: 300;
    position: relative;
    border: 0
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label input {
    width: 43px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label input[type=checkbox] {
    display: none
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label input[type=checkbox]:checked+span:after,
.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label input[type=checkbox]:checked+span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px)
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label input[type=checkbox]:checked+span:before {
    content: '';
    background: #801095;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label input[type=checkbox]:checked+span:after {
    content: "";
    background-image: url(../img/Fill.svg);
    width: 13px;
    height: 10px;
    text-align: center;
    line-height: 26px;
    left: 5px
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper #submit {
    background: -o-linear-gradient(124deg, #d57407 0, #9f1497 100%);
    background: linear-gradient(-34deg, #d57407 0, #9f1497 100%);
    border-radius: 4px;
    margin: 46px 0 114px 0;
    position: relative;
    z-index: 2
}

.order-form-section .container .form-container:nth-child(2) .form-inner-wraper #submit:hover {
    background: -o-linear-gradient(95.17deg, rgba(213, 116, 7, .917286) -11.79%, #9f1497 100.18%);
    background: linear-gradient(354.83deg, rgba(213, 116, 7, .917286) -11.79%, #9f1497 100.18%);
    opacity: .83;
    -webkit-box-shadow: 0 0 20px rgba(95, 95, 95, .5);
    box-shadow: 0 0 20px rgba(95, 95, 95, .5)
}

.order-form-section .container .form-container:nth-child(2) .dropdown {
    position: relative;
    font-size: 14px;
    margin-top: 10px
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 64px 12px 8px 20px;
    background: #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-box-shadow: 0 9px 17px rgba(48, 49, 51, .1);
    box-shadow: 0 9px 17px rgba(48, 49, 51, .1);
    border-radius: 4px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform .15s ease-in-out .15s;
    transition: -webkit-transform .15s ease-in-out .15s;
    -o-transition: transform .15s ease-in-out .15s;
    transition: transform .15s ease-in-out .15s;
    transition: transform .15s ease-in-out .15s, -webkit-transform .15s ease-in-out .15s;
    z-index: 1
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list a {
    margin-top: 10px
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list fieldset {
    margin: 0;
    border: none;
    width: 100%
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px 8px 40px;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #303133
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    border: 2px solid #801095;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option input[type=checkbox] {
    display: none
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option input[type=checkbox]:checked+span:after,
.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option input[type=checkbox]:checked+span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px)
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option input[type=checkbox]:checked+span:before {
    content: '';
    background: #801095;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-list .dropdown-option input[type=checkbox]:checked+span:after {
    content: "";
    background-image: url(../img/Fill.svg);
    width: 13px;
    height: 10px;
    text-align: center;
    line-height: 26px;
    left: 4px
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.order-form-section .container .form-container:nth-child(2) .dropdown .dropdown-label:before {
    content: '';
    background-image: url(../img/arrow_dwn.svg);
    width: 13px;
    height: 7px
}

.order-form-section .container .form-container:nth-child(2) .dropdown.on .dropdown-list {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.order-form-section .container .form-container:nth-child(2) .dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.order-form-section .container .form-container:nth-child(2) .dropdown.on .dropdown-label {
    border: 1px solid #4ae6ff;
    background: #fff;
    position: relative;
    z-index: 2
}

.order-form-section .container .form-container:nth-child(2) .dropdown.on .dropdown-label:before {
    content: '';
    background-image: url(../img/arrow_dwn.svg);
    width: 13px;
    height: 7px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.order-form-section .container .form-container:nth-child(2) .dropdown [type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 4px
}

.order-form-section .tooltips {
    position: absolute;
    display: inline;
    width: 19px;
    height: 19px;
    top: 0;
    right: 0;
    background: #dadada;
    border-radius: 50%
}

.order-form-section .tooltips:before {
    content: '?';
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    left: 5.5px;
    top: -1px;
    color: #fff
}

.order-form-section .tooltips span {
    font: 300 12px 'Open Sans', sans-serif;
    position: absolute;
    color: #fff;
    background: #303133;
    padding: 5px 10px;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .3s;
    transition: opacity .6s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s, -webkit-transform .3s
}

.order-form-section .tooltips span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0
}

.order-form-section .tooltips[tooltip-position=top] span {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.order-form-section .tooltips[tooltip-position=top] span:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #303133;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.order-form-section .tooltips[tooltip-position=top]:hover span {
    bottom: 30px;
    left: 50%;
    margin-left: -80px;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.form__country-block[hidden] {
    visibility: hidden;
    display: none!important
}

fieldset{
    border: none;
}

.order-form-bg-block {
    width: 100%;
    height: 687px;
    background: -o-linear-gradient(108.09deg, #d57407 -11.79%, #9f1497 100.18%);
    background: linear-gradient(341.91deg, #d57407 -11.79%, #9f1497 100.18%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.order-form-bg-block .claud-1,
.order-form-bg-block .claud-1-2,
.order-form-bg-block .claud-2,
.order-form-bg-block .claud-3,
.order-form-bg-block .claud-4 {
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.order-form-bg-block .claud-1 {
    top: 0;
    right: 0
}

.order-form-bg-block .claud-1-2 {
    top: 0;
    right: 0
}

.order-form-bg-block .claud-2 {
    top: 0;
    left: 0
}

.order-form-bg-block .claud-3 {
    bottom: 0;
    right: 0
}

.order-form-bg-block .claud-4 {
    bottom: 0;
    left: 0
}

.faq-section {
    width: 100%;
    background: url(../img/faq-bg.svg);
    background-size: 100%;
    background-position: center top;
    margin-top: 116px;
    padding: 145px 0
}

.faq-section.animate.show .container {
    -webkit-animation: move_top_40 1.5s ease-in-out;
    animation: move_top_40 1.5s ease-in-out;
    opacity: 1
}

.faq-section .container {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.faq-section .container .faq-accordion {
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    margin-top: 30px;
    padding: 8px 0
}

.faq-section .container .faq-accordion>div {
    display: block;
    position: relative;
    margin: 0 auto 46px auto;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(208, 207, 207, .5);
    box-shadow: 0 0 4px rgba(208, 207, 207, .5);
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px);
    border-radius: 4px;
    -webkit-transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .5s, padding 0s ease-in-out 0s;
    -o-transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .5s, padding 0s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out .1s, opacity -.85s ease-in-out .3s, padding 0s ease-in-out 0s;
    -o-transition: all .3s ease-in-out .1s, opacity -.85s ease-in-out .3s, padding 0s ease-in-out 0s;
    transition: all .3s ease-in-out .1s, opacity -.85s ease-in-out .3s, padding 0s ease-in-out 0s
}

.faq-section .container .faq-accordion>div:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .08), 0 6px 5px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08), 0 6px 5px rgba(0, 0, 0, .04)
}

.faq-section .container .faq-accordion>div:last-child {
    margin: 0 auto
}

.faq-section .container .faq-accordion>div input+label {
    color: #505050;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 109px 35px 55px;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out .5s, color .25s ease-in-out .5s;
    -o-transition: all .25s ease-in-out .5s, color .25s ease-in-out .5s;
    transition: all .25s ease-in-out .5s, color .25s ease-in-out .5s
}

.faq-section .container .faq-accordion>div input~div {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .25s, padding 0s ease-in-out 0s;
    -o-transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .25s, padding 0s ease-in-out 0s;
    transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .25s, padding 0s ease-in-out 0s;
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px)
}

.faq-section .container .faq-accordion>div input~div p {
    padding: 44px 109px 82px 55px;
    border-top: 1px solid rgba(218, 218, 218, .4);
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #000
}

.faq-section .container .faq-accordion>div input:checked~div {
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    -webkit-transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .5s, padding 0s ease-in-out 0s;
    -o-transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .5s, padding 0s ease-in-out 0s;
    transition: all .5s ease-in-out .2s, opacity .25s ease-in-out .5s, padding 0s ease-in-out 0s
}

.other-pages {
    margin-top: 90px;
    margin-bottom: 90px
}

.other-pages .small-title,
.other-pages h3,
.other-pages h4 {
    margin-top: 20px
}

.other-pages h4 {
    margin-top: 15px
}

.other-pages ol,
.other-pages ul {
    padding-left: 40px;
    margin: 10px 0
}

.other-pages ol li,
.other-pages ul li {
    list-style: initial
}

footer {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 15
}

footer.animate.show .claud-1 {
    -webkit-animation: move_right_bottom 1.5s ease-in-out;
    animation: move_right_bottom 1.5s ease-in-out;
    opacity: 1
}

footer.animate.show .claud-1-2 {
    -webkit-animation: move_right_bottom 2.5s ease-in-out;
    animation: move_right_bottom 2.5s ease-in-out;
    opacity: 1
}

footer.animate.show .claud-2 {
    -webkit-animation: move_left_bottom 1.5s ease-in-out;
    animation: move_left_bottom 1.5s ease-in-out;
    opacity: 1
}

footer .scrolled a:after {
    background: #fff
}

footer .scrolled a:hover {
    color: #fff
}

footer a {
    color: #fff
}

footer .top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 321px;
    background: -o-linear-gradient(108.09deg, #d57407 -11.79%, #9f1497 100.18%);
    background: linear-gradient(341.91deg, #d57407 -11.79%, #9f1497 100.18%);
    position: relative;
    overflow: hidden;
    z-index: 2
}

footer .top-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2
}

footer .top-block .container div a {
    text-decoration: underline;
    font-size: 22px;
    line-height: 31px
}

footer .top-block .container div a:hover {
    opacity: .9
}

footer .top-block .container div .media-icons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px
}

footer .top-block .container div .media-icons-block a {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    margin-right: 8px
}

footer .top-block .container div .media-icons-block a:hover {
    opacity: .9
}

footer .top-block .container div .media-icons-block a.facebook {
    background: url(../img/facebook-icon.svg)
}

footer .top-block .container div .media-icons-block a.shadow {
    background: url(../img/shadow-icon.svg)
}

footer .top-block .container nav {
    width: 75%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

footer .top-block .container nav ul {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .top-block .container nav ul:last-child li a {
    font-weight: 400;
    line-height: 31px;
    text-decoration: underline
}

footer .top-block .container nav ul:last-child li a:after {
    display: none
}

footer .top-block .container nav ul:last-child li a:hover {
    opacity: .8
}

footer .top-block .claud-1 {
    top: 0;
    left: 0
}

footer .top-block .claud-1-2 {
    top: 0;
    left: 0
}

footer .top-block .claud-2 {
    top: 0;
    right: 0
}

footer .bottom-block {
    background: #1c1c1c;
    width: 100%;
    height: 113px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer .bottom-block nav {
    margin: 0 auto
}

footer .bottom-block nav .logo {
    width: 57px;
    height: 56px
}

footer .bottom-block nav .copyright {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.blocker {
    z-index: 100!important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.blocker .modal {
    max-width: 1200px!important;
    width: 100%
}

.blocker .modal .container {
    width: 85%
}

.blocker .modal {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

input[filled]:required:invalid {
    border-bottom: 3px solid red
}

@media (max-width:1300px) {
    header .container .text-block h1 {
        font-size: 34.2px;
        line-height: 41px
    }
}

@media (max-width:1200px) {
    .container {
        width: 90%
    }
    .claud-1,
    .claud-1-2,
    .claud-2,
    .claud-3,
    .claud-4,
    .rocket {
        background-size: 90% 90%!important
    }
    .small-title {
        font-size: 29px;
        line-height: 34px
    }
    p {
        font-size: 18px;
        line-height: 22px
    }
    #submit,
    .scroll-form,
    button {
        width: 280.8px;
        font-size: 15.8px
    }
    header .container .text-block {
        margin: 93px 0 0 0
    }
    header .container .text-block p {
        font-size: 22.4px;
        line-height: 27px
    }
    .order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form__total {
        font-size: 21.6px;
        line-height: 24px
    }
    .faq-section .container .faq-accordion>div input+label {
        font-size: 23px;
        line-height: 27px;
        padding: 42px 109px 27px 55px
    }
    .faq-section .container .faq-accordion>div input~div p {
        font-size: 23px;
        line-height: 27px
    }
}

@media (max-width:992px) {
    header {
        height: 887px
    }
    header .container {
        text-align: center
    }
    header .container .text-block {
        width: 100%;
        max-width: initial;
        text-align: center
    }
    header .container .text-block .scroll-form {
        margin-top: 100px
    }
    header .rocket {
        background-position: bottom right 47%
    }
    .boost-your-sales-section,
    .build-trust-section,
    .charge-your-listing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 120px
    }
    .boost-your-sales-section .text-block,
    .build-trust-section .text-block,
    .charge-your-listing .text-block {
        width: 90%;
        text-align: center;
        margin: 0
    }
    .boost-your-sales-section .img-block,
    .build-trust-section .img-block,
    .charge-your-listing .img-block {
        width: 80%;
        margin: 0 0 60px 0
    }
    .build-trust-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 70px 0 70px 0
    }
    .avelability-section .country-block {
        width: 100%
    }
    .order-form-section .container .order-form-info .form-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .order-form-section .container .order-form-info .form-container div {
        margin: 10px 3% 10px 0
    }
    .order-form-section .container .order-form-info .form-container span {
        margin-left: 10px
    }
    .faq-section .container .faq-accordion>div input+label {
        font-size: 20px;
        line-height: 24px;
        padding: 34px 79px 20px 50px
    }
    .faq-section .container .faq-accordion>div input~div p {
        padding: 39px 59px 72px 50px;
        font-size: 19px;
        line-height: 23px
    }
}



@media (max-width:768px) {
    form .choises-fieldsets fieldset{
        max-width: none!important;
    }
    .claud-1,
    .claud-1-2,
    .claud-2,
    .claud-3,
    .claud-4,
    .rocket {
        background-size: 80% 80%!important
    }
    header .rocket {
        background-position: bottom right 4%
    }
    .boost-your-sales-section .img-block,
    .build-trust-section .img-block,
    .charge-your-listing .img-block {
        width: 90%
    }
    .avelability-section .country-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .avelability-section .country-block img {
        max-width: 50px
    }
    .order-form-section {
        margin-top: 82px
    }
    .order-form-section .container .order-form-info {
        height: 130px
    }
    .order-form-section .container .form-container:nth-child(2) .form-inner-wraper {
        width: 100%
    }
    .order-form-section .container .form-container:nth-child(2) .form-inner-wraper fieldset {
        width: 100%
    }
    .order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes p {
        width: 100%;
        min-width: initial
    }
    .order-form-section .container .form-container:nth-child(2) .form-inner-wraper .form-info-checkboxes label {
        width: -webkit-calc(100% - 43px);
        width: calc(100% - 43px);
        min-width: initial
    }
    .order-form-section .container .form-container:nth-child(2) .form-inner-wraper #submit {
        margin: 46px auto
    }
    .order-form-section .tooltips[tooltip-position=top] span {
        -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0)
    }
    .order-form-section .tooltips[tooltip-position=top] span:after {
        top: 50%;
        left: 100%;
        margin-top: -8px;
        margin-left: initial;
        border-right: initial;
        border-left: 8px solid #303133;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent
    }
    .order-form-section .tooltips[tooltip-position=top]:hover span {
        right: 100%;
        top: 0;
        bottom: 0;
        left: initial;
        margin: auto 15px auto 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
    .faq-section {
        padding: 100px 0
    }
    footer .top-block {
        height: 421px
    }
    footer .top-block .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    footer .top-block .container div {
        text-align: center
    }
    footer .top-block .container div .media-icons-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer .top-block .container nav {
        width: 100%
    }
    footer .top-block .container nav ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 50px
    }
    footer .bottom-block nav .copyright {
        font-size: 18px
    }
}

@media (max-width:640px) {
    .claud-1,
    .claud-1-2,
    .claud-2,
    .claud-3,
    .claud-4,
    .rocket {
        background-size: 70% 70%!important
    }
    header .rocket {
        background-position: bottom right
    }
    footer .bottom-block {
        height: 183px;
        text-align: center
    }
    footer .bottom-block nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer .bottom-block nav .copyright {
        margin-top: 20px
    }
}

.loader-box{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    margin-top: -5px;
    align-items: center;
    
}

    


@media (max-width:576px) {
    .claud-1,
    .claud-1-2,
    .claud-2,
    .claud-3,
    .claud-4,
    .rocket {
        background-size: 55% 55%!important
    }
    #faq .small-title {
        padding: 0 93px 0 14px
    }
    #submit,
    .scroll-form,
    button {
        width: 260.8px
    }
    header .rocket {
        background-position: bottom right 8%
    }
    .avelability-section .small-title {
        width: 90%
    }
    .faq-section {
        padding: 70px 0
    }
    .faq-section .container .faq-accordion>div input+label {
        padding: 24px 19px 10px 15px;
        font-size: 16px
    }
    .faq-section .container .faq-accordion>div input~div p {
        padding: 29px 19px 50px 15px;
        font-size: 13px;
        line-height: 22px
    }
    footer .top-block .container nav ul:last-child li a {
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width:480px) {
    nav ul {
        font-size: 17px
    }
    nav ul li {
        margin-right: 21px
    }
    .claud-1,
    .claud-1-2,
    .claud-2,
    .claud-3,
    .claud-4,
    .rocket {
        background-size: 45% 45%!important
    }
    header nav .logo {
        width: 75px;
        height: 73px
    }
    header .rocket {
        background-position: bottom right 2%
    }
    .order-form-section .container .order-form-info {
        height: 170px
    }
}

@media (max-width:360px) {
    .claud-1,
    .claud-1-2,
    .claud-2,
    .claud-3,
    .claud-4,
    .rocket {
        background-size: 40% 40%!important
    }
    header .rocket {
        background-position: bottom right
    }
    footer .top-block .container nav ul li {
        margin-right: 51px
    }
    footer .top-block .container nav ul li:last-child {
        margin-right: 0
    }
}






.form__country-block[hidden] {
    visibility: hidden;
  }
  input[filled]:required:invalid {
    border-bottom: 2px solid #d63031;
    /*  Это пример. Тут можно писать тот вид который должно принимать поле не прошедшее валидацию  */
  }
  form {
    width: 100%;
    /* max-width: 920px; */
    margin: 0 auto;
  }
  form label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8d8d8f;
    position: relative;
    margin-bottom: 15px;
  }
  form label .tooltips {
    position: absolute;
    display: inline;
    width: 19px;
    height: 19px;
    top: 0;
    right: 0;
    background: #dadada;
    border-radius: 50%;
  }
  form label .tooltips:before {
    content: '?';
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    left: 5.5px;
    top: -1px;
    color: #fff;
  }
  form label .tooltips span {
    font: 300 12px 'Open Sans', sans-serif;
    position: absolute;
    color: #fff;
    background: #303133;
    padding: 5px 10px;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.6s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
  }
  form label .tooltips span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
  }
  form label .tooltips[tooltip-position=top] span {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  form label .tooltips[tooltip-position=top] span:after {
    top: 100%;
    left: 50%;
    border-top: 8px solid #303133;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  form label .tooltips[tooltip-position=top]:hover span {
    bottom: 30px;
    left: 50%;
    margin-left: -80px;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  form label .necessarily {
    color: #d63031;
  }
  form h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    padding-left: 5%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  form h3 .sub {
    font-family: Roboto;
    font-style: normal;
    /* padding-left: 5%; */
    font-weight: 400;
    font-size: 16px;
    color: #8d8d8f;
  }
  form input,
  form select {
    width: 100%;
    height: 47px;
    
    border-radius: 4px;
    border: 1px solid #dadada;
    color: #dadada;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box!important;
  }
  form input,
  form select {
    margin-top: 2px;
    margin-right: 0; 
    margin-left: 0;
    outline: 0;
    color: #505050;
  }
  form input:focus,
  form select:focus {
    border: 1px solid #4ae6ff;
  }
  form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  }
  form input::-webkit-input-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px;
  }
  form input:-moz-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px;
  }
  form input::-moz-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px;
  }
  form input:-ms-input-placeholder {
    color: #dadada;
    font-size: 18px;
    line-height: 30px;
  }
  form #submit {
    width: 280px;
    height: 52px;
    background: -o-linear-gradient(124deg, #d57407 0, #9f1497 100%);
    background: linear-gradient(-34deg, #d57407 0, #9f1497 100%);
    border-radius: 4px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
  }
  .submit-box{
    margin-top: 46px;
    position: relative;
    margin-left: 5%;
    width: 280px;
    height: 52px;
  }
  form #submit:disabled {
    pointer-events: none;
    background: #e4e4e4;
    box-shadow: none;
    opacity: 0.8;
  }
  form #submit:hover {
    background: -o-linear-gradient(95.17deg, rgba(213, 116, 7, 0.917286) -11.79%, #9f1497 100.18%);
    background: linear-gradient(354.83deg, rgba(213, 116, 7, 0.917286) -11.79%, #9f1497 100.18%);
    opacity: 0.83;

  }
  form .choises-box legend {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8d8d8f;
  }

  form .choises-box{
      border: none;
      margin-bottom: 30px;
      padding: 0 5%;
  }
  form .choises {
    width: 100%;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  form .choises .choise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px 8px 40px;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #303133;
    margin-right: 30px;
  }
  form .choises .choise:last-child {
    margin-right: 0;
  }
  form .choises .choise span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
  }
  form .choises .choise input[type=checkbox] {
    display: none;
  }
  form .choises .choise input[type=checkbox]:checked + span:before,
  form .choises .choise input[type=checkbox]:checked + span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    width: -webkit-calc(102%);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(102%);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
  }
  form .choises .choise input[type=checkbox]:checked + span:before {
    content: '';
    background: #801095;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
  }
  form .choises .choise input[type=checkbox]:checked + span:after {
    content: "";
    background-image: url(../img/Fill.svg);
    width: 13px;
    height: 10px;
    text-align: center;
    line-height: 26px;
    left: 5px;
  }
  form .choises-fieldsets .form__country-block{
      /* padding: 0 20px; */
      margin-left: 5px;
      margin-right: 5px;
  }
  form .choises-fieldsets .form__country-block legend {
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0 20px;
    padding-left: 0;
  }
  form .form__total {
      padding: 0 5%;
    width: 100%;
    color: #303133;
    font-weight: 400;
    font-size: 23.6px;
    line-height: 26px;
    margin-top: 80px;
  }
  form .form__total > span {
    font-weight: bold;
  }
  form .form-info-checkboxes {
      padding: 0 5%;
  }
  form .form-info-checkboxes p {
    width: 100%;
    min-width: initial;
  }
  form .form-info-checkboxes label {
    width: -webkit-calc(57%);
    width: -webkit-calc(100% - 43px);
    width: calc(100% - 43px);
    min-width: initial;
  }
  form .form-info-checkboxes {
    margin-top: 24px;
    position: relative;
  }
  form .form-info-checkboxes p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    min-width: 545px;
  }
  form .form-info-checkboxes a {
    text-decoration: underline;
    color: #1c8bb5;
  }
  form .form-info-checkboxes a:hover {
    opacity: 0.9;
  }
  form .form-info-checkboxes label {
    margin-top: 30px;
    width: 40%;
    min-width: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 43px;
    position: relative;
  }
  form .form-info-checkboxes label p {
    width: 100%;
    margin: 0;
    min-width: initial;
    font-weight: 400;
    color: #343434;
  }
  form .form-info-checkboxes label p span {
    color: #a0a0a0;
    font-weight: 300;
    position: relative;
    border: 0;
  }
  form .form-info-checkboxes label span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
  }
  form .form-info-checkboxes label input {
    width: 43px;
  }
  form .form-info-checkboxes label input[type=checkbox] {
    display: none;
  }
  form .form-info-checkboxes label input[type=checkbox]:checked + span:after,
  form .form-info-checkboxes label input[type=checkbox]:checked + span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    width: -webkit-calc(102%);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(102%);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
  }
  form .form-info-checkboxes label input[type=checkbox]:checked + span:before {
    content: '';
    background: #801095;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
  }
  form .form-info-checkboxes label input[type=checkbox]:checked + span:after {
    content: "";
    background-image: url(../img/Fill.svg);
    width: 13px;
    height: 10px;
    text-align: center;
    line-height: 26px;
    left: 5px;
  }
  form .form-inner-holder {
      
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 5%;
  }
  form .choises-fieldsets {
    width: 90%;
    padding: 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  form .choises-fieldsets fieldset {
    width: 100%;
    max-width: 424px;
  }
  form .form-inner-holder .form-inner-wrapper {
    width: 100%;
    max-width: 424px;
    margin: 0 5px;

  }
  #form-result {
    visibility: hidden;
  }
  #form-result.success {
    visibility: visible;
  }
  #form-result {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #form-result .modalSuccess {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 5px;
    z-index: 2;
    padding: 35px 20px;
    padding-bottom: 40px;
  }
  #form-result .modalSuccess svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 70px;
    height: 70px;
  }
  #form-result .modalSuccess p {
    font-style: normal;
    font-weight: 300;

    font-size: 18px;
line-height: 24px;
    color: #000000;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  #form-result .modalSuccess a.btnMcl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 41px;
    margin: 0 auto;
/*    background: #06B10D;*/
	
	background: -o-linear-gradient(124deg, #d57407 0, #9f1497 100%);
	background: linear-gradient(-34deg, #d57407 0, #9f1497 100%);
	border-radius: 4px;
	
    font-style: normal;
    font-weight: normal;
    font-size: 17.7031px;
    line-height: 29px;
    /* or 162% */
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  #form-result .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  @media screen and (max-width: 600px) {
    form .form-inner-holder {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    form .form-inner-holder .form-inner-wrapper {
      max-width: none;
    }
    
    form .choises-box .choises {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    form .form-info-checkboxes p{
        width: 100%!important;
        min-width: 0!important;
    }

    form .form-info-checkboxes label {
        width: 90%!important;
        min-width: 0!important;
    }
    form #submit{
        margin-left: 0;
        width: 100%;
    }
    .submit-box{
        width: 260px;
        margin-left: auto ;
        margin-right: auto ;
    }
    .form__country-block{
        width: 90%!important;
    }
  }

  @media screen and (max-width: 1046px){
    form .choises-fieldsets fieldset{
        max-width: 300px;
    }
  }


/*# sourceMappingURL=style.min.css.map */