body {
    overflow-x: hidden;
    font-family: SF Pro Text;
    color: #000000;
    font-style: normal;
}
*{
    box-sizing:border-box;
}

.header-block {
    z-index: 10;
}
#logo img.purple-2{
    display: inline-block !important;
}
#logo img.default{
    display: none !important;
}
a.nav-link.blue-menu-btn {
    background: #CBA1FF !important;
    border: 1px solid #CBA1FF !important;
}
a.nav-link.blue-menu-btn:hover{
    background-color: transparent !important;
}
a.nav-buy {
    border: 1px solid #CBA1FF!important;
}
.dropdown:hover > a.nav-buy, .show > a.nav-buy {
    border:  1px solid transparent !important;
    border-bottom: 1px solid #CBA1FF!important;
}
.user-activity .dropdown > a {
    border: 1px solid #003f4e !important;
    background: transparent !important;
    color: #003f4e !important;
}
.tel-number > a {
    color: #CBA1FF !important;
}
.widget_shopping_cart .cart_label.not-empty {
    background: #CBA1FF;
}
.widget_shopping_cart .cart_label > a{
    color: white !important;
    font-size: 13px;
}
#mini-cart-background span span{
    padding-left: 5px;
}

.top-img {
    margin: auto;
    margin-top: -100px;
    padding-top: 40px;
    background:#9FF1F0;
    background: linear-gradient(to right, #E3FBFB, #9FF1F0);
}

h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}
h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #CBA1FF;
}

p.content-text {
    max-width: 480px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    font-family: "SF Pro Text", sans-serif;
}

.top-img p.content-text{
    padding-top: 45px;
    max-width: 280px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
}
.arrow {
    position: absolute;
    top: 25px;
    left: 310px;
}

.form-group{
    margin-bottom: 9px;
}
.block-form input {
    width: 96%;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    font-family: "SF Pro Text", sans-serif;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.25);
    color: #8D9AA3;
}

input[type="text"]::placeholder { color: #8D9AA3; }
input[type="tel"]::placeholder { color: #8D9AA3; }
input[type="emal"]::placeholder { color: #8D9AA3; }

.block-form input:focus, .block-form input:active {
    box-shadow: 0px 4px 30px rgba(203, 161, 255, 0.5) !important;
    border-color: rgba(203, 161, 255, 0.5)  !important;
}

.block-form input:-webkit-autofill,
.block-form input:-webkit-autofill:hover, 
.block-form input:-webkit-autofill:focus,
.block-form textarea:-webkit-autofill,
.block-form textarea:-webkit-autofill:hover,
.block-form textarea:-webkit-autofill:focus,
.block-form select:-webkit-autofill,
.block-form select:-webkit-autofill:hover,
.block-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #7F7F7F;
  transition: background-color 5000s ease-in-out 0s;
}
.message-form{
    margin-top: 50px;
    padding-bottom: 105px;
    font-size: 38px;
    line-height: 55px;
    font-family: "SF Pro Text", sans-serif;
}
.red-border {
    border-color: #f00;
    box-shadow: 0px 0px 20px #A52122!important;
}

#btn-get-sail {
    display: block;
    width: 250px;
    height: 60px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'SF Pro Display';
    cursor: pointer;
    background: #CBA1FF;
    border-radius: 80px;
    transition: 0.2s linear;
    border: none;
    box-shadow: 0px 4px 30px #CBA1FF;
}
#btn-get-sail:hover{
    background: #CB88FF;
    -webkit-transform: scale(2);
    transform: scale(1.05);
}
.order-1{
    order:1;
}
.order-2{
    order:2;
}

p.subtitle {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-align: left;
    font-family: "SF Pro Text", sans-serif;
    color: #000000;
}
#order-promo p.subtitle{
    max-width: 630px;
    margin-top: 20px;
}
.rules{
    margin-top: 80px;
}

.exclamation{
    max-width: 312px;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 80px;
    padding: 63px 40px 30px;
    background-color: #1072CA;;
}
.exclamation p{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight:bold;
}
.color-block-icon-img {
    z-index: 2;
    position: absolute;
    width: 90px;
    right: 50%;
    margin-right: -45px;
    top: 105px;
}

.cust-link {
    margin-top: 50px;
}
.cust-link a {
    font-size: 18px;
    line-height: 24px;
    color: #6666FF !important;
    text-decoration: none;
    border-bottom: 1px solid #6666FF;
}
.cust-link a:hover {
    border-bottom: none;
}

.bg-blue{
    background: #9FF1F0;
}
.bg-blue-position{
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.got-questions {
    margin: auto;
    background: #9FF1F0;
    font-family: "SF Pro Text", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}
.got-questions a {
    color: #0275d8 !important;
    border-bottom: 1px solid #0275d8;
    cursor: pointer;
}
.got-questions a:hover {
    color: #30cbf2 !important;
    border-bottom: none;
    cursor: pointer;
}
.got-questions .icon-call  {
    display: block;
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    background: #CBA1FF;
    border-radius: 75px;
    cursor: pointer;
    transition: 0.2s linear;
    border: none;
    box-shadow: 0px 4px 30px rgba(203, 161, 255, 0.5);
}
.got-questions .icon-call img {
    position: relative;
    top: 52px;
    max-width: 34%;
}
.got-questions .icon-call:hover {
    -webkit-transform: scale(2);
    transform: scale(1.05);
}


@media (max-width: 1199px){
    .exclamation {
        padding: 63px 40px 12px;
    }
}

@media (max-width: 991px){
    .img-fluid {
        margin-top: 50px;
    }
    .block-form input {
        margin: auto;
        width: 100%;
    }
    #order-promo p.subtitle {
        margin-left: 0;
    }
    .message-form{
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .order-1{
        order:2;
    }
    .order-2{
        order:1;
    }
    .exclamation{
        margin-top: 70px;
        margin-bottom: 0px;
        padding: 63px 40px 30px;
    }
    .color-block-icon-img {
        top: 28px;
    }
}

@media (max-width: 530px){
    p.content-text {
        max-width: 300px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 17px;
    }
    .block-form input {
        padding: 15px 25px;
        font-size: 16px;
        line-height: 19px;
    }
    p.subtitle{
        font-size: 12px;
        line-height: 14px;
    }
    .message-form{
        font-size: 25px;
        line-height: 35px;
    }
    #btn-get-sail{
        margin-top: 30px;
    }
    .bg-blue-position {
        margin-top: 50px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .got-questions {
        margin: 80px auto 80px;
    }
}








