.flex
{
    display: flex;
}

html
{
    height: 100%;
}

.content
{
    padding-bottom: 20px;
    background: #f7f8f9;
}

body
{
    font-family: 'Roboto', sn-serif !important;

    position: relative;

    overflow-x: hidden;

    width: 100%;
    height: 100%;

    background-size: cover;
}

#panel
{
    display: flex;
    flex-direction: column;

    height: 100%;
}

.content
{
    flex: 1 0 auto;
}

.footer
{
    flex: 0 0 auto;
}

p
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4
{
    margin: 0;
    padding: 0;
}

ul,
ol
{
    margin: 0;
    padding: 0;

    list-style: none;
}

a
{
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}

img
{
    background-size: cover;
}

.container
{
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
}

@media (min-width: 1024px)
{
    .hidden-md
    {
        display: none;
    }
}

@media (max-width: 1024px)
{
    .hidden-sm
    {
        display: none;
    }
}

.heading h2
{
    font-size: 30px;
    font-weight: 500;

    padding: 40px 0;

    color: #000;
}

.heading h3
{
    font-size: 18px;
    font-weight: 500;

    padding-top: 45px;
    padding-bottom: 15px;

    color: #292834;
}

.btn__cost
{
    color: #ff5e0b !important;
}

.btn__orange
{
    font-size: 14px;
    font-weight: 500;

    display: inline-block;

    width: 100%;
    padding: 12px 0;

    transition: all .3s;

    color: #fff;
    border: 1px solid #ff5e0b;
    border-radius: 3px;
    background: #ff5e0b;
}
.btn__orange:hover
{
    color: #ff5e0b;
    background: none;
}

.btn__transparent
{
    font-size: 14px;
    font-weight: 400;

    display: inline-block;

    width: 100%;
    padding: 12px 0;

    transition: all .3s;

    color: #ff5e0b;
    border: 1px solid #ff5e0b;
    border-radius: 3px;
}
.btn__transparent:hover
{
    color: #fff;
    background: #ff5e0b;
}

.product
{
    padding-bottom: 40px;
}
.product h2
{
    position: relative;

    display: inline-block;

    padding-top: 50px;
}
.product h2:before
{
    position: absolute;
    top: 67px;
    left: -170px;

    width: 150px;
    height: 1px;

    content: '';

    background: rgba(22, 22, 22, .2);
}
.product h2:after
{
    position: absolute;
    top: 67px;
    right: -170px;

    width: 150px;
    height: 1px;

    content: '';

    background: rgba(22, 22, 22, .2);
}
.product__block
{
    display: flex;
    flex-direction: column;

    margin-bottom: 30px;
    padding: 20px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);

    align-items: stretch;
}
.product__block--padding
{
    margin-right: 15px;
}
@media (max-width: 1024px)
{
    .product__block--padding
    {
        margin-right: 0;
    }
}
.product__block p
{
    font-size: 18px;
    font-weight: 500;

    padding-top: 10px;
    padding-bottom: 15px;

    color: #606060;
}
.product__block img
{
    width: 100%;

    border-radius: 5px;
}

.description__content
{
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 35px;
    padding: 40px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
@media (max-width: 767px)
{
    .description__content
    {
        padding: 15px;
    }
}
.description__content img
{
    max-width: 100%;

    border-radius: 5px;
}
.description__content h1
{
    font-size: 24px;

    padding: 20px 0;
}
.description__content p
{
    font-size: 16px;
    line-height: 22px;

    padding-bottom: 17px;

    color: #606060;
}
.description__content__block
{
    padding-left: 40px;
}
@media (max-width: 1024px)
{
    .description__content__block
    {
        padding-left: 0;
    }
}
.description__content--product p
{
    padding-bottom: 0;
}
.description__content--product .description__content__block
{
    padding-left: 40px;
}

.slideout-menu
{
    position: fixed;
    z-index: 8;
    top: 0;
    bottom: 0;

    display: none;
    overflow: -moz-scrollbars-none;
    overflow-y: scroll;

    width: 256px;
    min-height: 100vh;

    background: #181a22;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.slideout-menu::-webkit-scrollbar
{
    width: 0;
}

.slideout-menu-right
{
    right: 0;

    overflow-x: hidden;
}
.slideout-menu-right ul
{
    position: relative;

    padding-top: 35px;
    padding-left: 10px;

    list-style: none;
}
.slideout-menu-right li
{
    padding-top: 35px;
    padding-left: 40px;
}
.slideout-menu-right a
{
    font-size: 20px;
    font-weight: 100;

    transition: all .3s;

    color: #cdcdcd;
}
.slideout-menu-right .user ul
{
    padding-top: 5px;
}

.slideout-menu-left
{
    left: 0;
}

.slideout-panel
{
    position: relative;
    z-index: 9;

    min-height: 100vh;

    background-color: #fff;

    will-change: transform;
}

.slideout-open
{
    overflow: hidden;
}

.slideout-open body,
.slideout-open .slideout-panel
{
    overflow: hidden;
}

.slideout-open .slideout-menu
{
    display: block;
}

.panel:before
{
    display: block;

    content: '';
    transition: background-color .5s ease-in-out;

    background-color: transparent;
}

.panel-open:before
{
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;

    width: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}

#btn
{
    display: block;

    width: 36px;
    height: 20px;
    padding-top: 20px;

    cursor: pointer;
}
#btn span
{
    position: relative;

    display: block;

    width: 36px;
    height: 5px;

    transition: all .3s;

    background-color: #606060;

    backface-visibility: hidden;
}
#btn span:after,
#btn span:before
{
    position: absolute;
    top: -10px;
    left: 0;

    content: '';
}
#btn span:after
{
    top: 10px;

    width: 36px;
    height: 5px;

    transition: all .3s;

    background-color: #606060;

    backface-visibility: hidden;
}
#btn span:before
{
    width: 36px;
    height: 5px;

    transition: all .3s;

    background-color: #606060;

    backface-visibility: hidden;
}
#btn.on span
{
    background-color: transparent;
}
#btn.on span:before
{
    transform: rotate(45deg) translate(6px, 5px);
}
#btn.on span:after
{
    transform: rotate(-45deg) translate(9px, -8px);
}

#btn.on
{
    display: none;
}

.menu-close
{
    position: absolute;
    top: 20px;
    right: 10%;

    width: 40px;
    height: 40px;

    cursor: pointer;
}
.menu-close span
{
    position: relative;
    top: 20px;

    background-color: transparent;
}
.menu-close span:after,
.menu-close span:before
{
    position: absolute;
    top: -10px;
    left: 0;

    content: '';
}
.menu-close span:after
{
    top: 10px;

    width: 36px;
    height: 5px;

    content: '';
    transition: all .3s;
    transform: rotate(-45deg) translate(9px, -8px);

    border-radius: 2px;
    background-color: #606060;

    backface-visibility: hidden;
}
.menu-close span:before
{
    width: 36px;
    height: 5px;

    content: '';
    transition: all .3s;
    transform: rotate(45deg) translate(6px, 5px);

    border-radius: 2px;
    background-color: #606060;

    backface-visibility: hidden;
}

.top-line-anchor
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .top-line-anchor
    {
        left: 20px;
    }
}

.top-line-anchor
{
    position: absolute;
    top: 10px;
    left: 10px;

    display: none;
}
@media (max-width: 767px)
{
    .top-line-anchor
    {
        display: block;
    }
}

@media (max-width: 767px)
{
    .header nav
    {
        display: none;
    }
}

.header
{
    padding: 5px 0;
    background: rgb(159, 166, 172);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
.header__logo
{
    position: relative;
}
.header__logo a
{
    font-size: 14px  !important;
    position: relative;
    top: 2px;
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
    line-height: 18px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.header__logo a span
{
    font-size: 24px;
    font-weight: 700;
    line-height: 129%;
    font-family: 'Merriweather Sans', sans-serif !important;
}

.header ul
{
    display: flex;
    flex-direction: row;

    justify-content: space-around;
}
.header li
{
    display: inline-block;
}
.header li a
{
    font-size: 16px;
    position: relative;
    padding-bottom: 2px;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.header li a:hover
{
    /*color: #606060;*/
    border-bottom: none;
}
@media (max-width: 767px)
{
    .header__user
    {
        display: none;
    }
}
.header__user li
{
    padding-left: 50px;
}
.header__user li a
{
    font-size: 14px;
}
.header__user li a i
{
    font-size: 19px;

    position: absolute;
    left: -30px;
}

.jquery-modal.blocker.current
{
    background: #f7f8f9;
}

#login-form
{
    position: relative;

    max-width: 100%;
    height: 100%;

    background: #f7f8f9;
    box-shadow: none;
}
#login-form .form
{
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;

    width: 300px;
    margin: 0 auto;
}
@media (max-width: 370px)
{
    #login-form .form
    {
        width: 100%;
    }
}
#login-form .form h3
{
    font-size: 30px;
    font-weight: 500;

    padding-bottom: 20px;
}
#login-form .form form input
{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 13px 20px;

    border: none;
    border-radius: 5px;
    outline: none;
}
#login-form .form form input:first-child
{
    margin-bottom: 20px;
}
#login-form .form form a
{
    font-size: 12px;

    display: inline-block;

    padding-bottom: 20px;

    color: #606060;
}
#login-form .form form a:hover
{
    color: #ff5e0b;
}
#login-form .form .btn__orange
{
    width: 100%;
    padding: 12px 0;
}

.close
{
    position: absolute;
    top: 0;
    right: -6.5%;

    width: 30px;
    height: 30px;
}
.close:hover span:before
{
    background: #ff5e0b;
}
.close:hover span
{
    background: #ff5e0b;
}
.close span
{
    position: relative;

    display: inline-block;

    width: 25px;
    height: 2px;

    transform: rotate(45deg);

    background: #7a797a;
}
.close span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 25px;
    height: 2px;

    content: '';
    transform: rotate(90deg);

    background: #7a797a;
}

.modal a.close-modal
{
    background: none;
}

#ordering
{
    position: relative;

    max-width: 100%;
    height: 100%;

    background: #f7f8f9;
    box-shadow: none;
}
#ordering .orderin__content
{
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;

    width: 500px;
    margin: 0 auto;
}
@media (max-width: 600px)
{
    #ordering .orderin__content
    {
        width: 100%;
    }
}
#ordering .orderin__content h3
{
    font-size: 30px;
    font-weight: 500;

    padding-bottom: 20px;
}
#ordering .orderin__content p
{
    display: block;

    padding-bottom: 35px;

    color: #606060;
}
#ordering .orderin__content a
{
    font-size: 14px;
}

.blocker
{
    z-index: 20;
}

.footer
{
    padding: 30px 0;
    background: rgb(159, 166, 172);
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 0;
    }
}
.footer img
{
    margin-left: 10px;
    vertical-align: middle;
}
.footer img:first-child
{
    margin-left: 0;
}
/*@media (max-width: 767px)
{
    .footer img
    {
        padding-bottom: 20px;
    }
}*/
/*.footer ul
{
    display: inline-block;
}
.footer li,*/
.footer p,
.footer a
{
    font-size: 12px;
    line-height: 18px;
    color: rgb(33, 37, 41);
}
.footer a
{
    color: rgb(0, 0, 0);
}
/*.footer__address p
{
    padding-bottom: 20px;
}
.footer a:hover
{
    color: #ff5e0b;
}*/
@media (max-width: 767px)
{
    .footer__address,
    .footer__policy,
    .footer__law
    {
        padding-bottom: 20px;
    }
}
/*.footer__policy a
{
    display: inline-block;
}
.footer__policy a:first-child
{
    margin-bottom: 60px;
}*/
.footer p {
    margin-top: 10px;
}

.footer .footer-small {
    font-weight: 400;
    font-size: 14px;
    color: rgb(33, 37, 41);
}
.footer .footer-header {
    font-weight: 700;
    font-size: 16px;
    color: rgb(0, 0, 0);
}
.footer .footer-ssmall {
    font-weight: 400;
    font-size: 10px;
    color: rgb(33, 37, 41);
}
/*.footer .header__logo a {
    top: 0;
    font-size: 13px !important;
}
.footer .header__logo a span {
    font-size: 22px;
}*/

.navbar {
    margin-bottom: 18px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 0.75rem 0;
    font-weight: 500;
}
@media (min-width: 992px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0 1rem;
    }
}
.footer .nav-link:nth-child(1) {
    padding-left: 0!important;
}

.swiper-container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.swiper-slide
{
    font-size: 18px;

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

    text-align: center;

    background: #fff;

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

#index--page
{
    margin-bottom: 40px;
}
#index--page .swiper-slide
{
    position: relative;

    width: 100%;
    height: 430px;
}
#index--page .swiper-slide-1,
#index--page .swiper-slide-2,
#index--page .swiper-slide-3,
#index--page .swiper-slide-4
{
    width: 100%;
    height: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#index--page .swiper-slide-1 h3,
#index--page .swiper-slide-2 h3,
#index--page .swiper-slide-3 h3,
#index--page .swiper-slide-4 h3
{
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;

    position: absolute;
    top: 145px;
    right: 0;
    left: 0;

    width: 745px;
    margin: 0 auto;

    letter-spacing: 3px;

    color: #fff;
}
@media (max-width: 767px)
{
    #index--page .swiper-slide-1,
    #index--page .swiper-slide-2,
    #index--page .swiper-slide-3,
    #index--page .swiper-slide-4
    {
        background-size: contain !important;
    }
    #index--page .swiper-slide-1 h3,
    #index--page .swiper-slide-2 h3,
    #index--page .swiper-slide-3 h3,
    #index--page .swiper-slide-4 h3
    {
        font-size: 40px;

        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }
    #index--page .swiper-slide
    {
        height: 330px;
    }
}
@media (max-width: 450px)
{
    #index--page .swiper-slide-1 h3,
    #index--page .swiper-slide-2 h3,
    #index--page .swiper-slide-3 h3,
    #index--page .swiper-slide-4 h3
    {
        font-size: 30px;
    }
    #index--page .swiper-slide
    {
        height: 230px;
    }
}
#index--page .swiper-slide-1 img,
#index--page .swiper-slide-2 img,
#index--page .swiper-slide-3 img,
#index--page .swiper-slide-4 img
{
    width: 100%;
    height: 430px;
}
/*#index--page .swiper-slide-1
{
    background-image: url('../img/BigImage.png');
}
#index--page .swiper-slide-2
{
    background-image: url('../img/BigImage.png');
}
#index--page .swiper-slide-3
{
    background-image: url('../img/BigImage.png');
}
#index--page .swiper-slide-4
{
    background-image: url('../img/BigImage.png');
}*/
#index--page .swiper-pagination
{
    bottom: 35px;
}
#index--page .swiper-pagination-bullet
{
    width: 15px;
    height: 15px;
    border: solid 1px #000;
    background: #fff;
}
#index--page .swiper-pagination-bullet-active
{
    background: #ff5e0b;
    border-color: #ff5e0b;
}
#index--page .swiper-button-next
{
    background: none;
}
@media (max-width: 767px)
{
    #index--page .swiper-button-next
    {
        display: none;
    }
}
#index--page .swiper-button-next i
{
    font-size: 60px;

    position: relative;
    right: 40px;

    transition: all .3s;

    color: #606060;
}
#index--page .swiper-button-next i:hover
{
    color: #ff5e0b;
}
#index--page .swiper-button-prev
{
    background: none;
}
@media (max-width: 767px)
{
    #index--page .swiper-button-prev
    {
        display: none;
    }
}
#index--page .swiper-button-prev i
{
    font-size: 60px;

    position: relative;
    left: 0;

    transition: all .3s;

    color: #606060;
}
#index--page .swiper-button-prev i:hover
{
    color: #ff5e0b;
}

.pinned
{
    border: none;
}

div.table-wrapper
{
    border: none;
}

.subscriptions
{
    padding-bottom: 70px;
}
.subscriptions h1
{
    font-size: 30px;
    font-weight: 500;

    padding-top: 55px;
    padding-bottom: 35px;
}
.subscriptions h3
{
    font-size: 18px;
    font-weight: 500;

    padding-bottom: 15px;
}
.subscriptions__product
{
    position: relative;

    margin-bottom: 5px;
    padding-top: 15px;

    border-radius: 5px;
    background: #fff;
}
.subscriptions__product p
{
    font-size: 14px;

    padding-bottom: 15px;
    padding-left: 20px;

    color: #606060;
}
.subscriptions__product a
{
    font-size: 12px;
    font-weight: 400;

    position: relative;
    top: -8px;

    padding: 20px;
    padding-right: 40px;

    color: #000;
}
.subscriptions__product a .icon-chevron-thin-down
{
    font-size: 15px;

    position: absolute;
    top: 20px;
    right: 15px;

    display: inline-block;

    margin-left: 20px;

    transition: all .3s ease-in-out;

    color: #000;
}
.subscriptions__product .table table
{
    display: table;

    width: 100%;

    border-collapse: collapse;
}
.subscriptions__product .table table td
{
    font-size: 12px;

    padding: 15px;

    text-align: center;

    border-top: 2px solid #f7f8f9;
    border-right: 2px solid #f7f8f9;
}
.subscriptions__product .table table td a
{
    padding: 0;

    color: #000;
    border-bottom: 1px solid #000;
}
.subscriptions__product .table table td a:hover
{
    color: #ff5e0b;
    border-bottom: 1px solid #ff5e0b;
}
.subscriptions__product .table table td:nth-child(8)
{
    border-right: none !important;
}
.subscriptions__product .table__colmn-1
{
    background: #f7f8f9;
}
.subscriptions__product .table__colmn-1 td.composition
{
    width: 80px;
}
.subscriptions__product .table__colmn-1 td
{
    font-weight: 500;

    padding: 15px;

    border-right: 2px solid #fff !important;
}

.subscriptions__product.active
{
    margin-bottom: 15px;

    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
.subscriptions__product.active p,
.subscriptions__product.active a,
.subscriptions__product.active i
{
    color: #ff5e0b;
}
.subscriptions__product.active .icon-chevron-thin-down
{
    transform: rotate(180deg);
}

.order
{
    padding-bottom: 70px;
}
.order h3
{
    font-size: 18px;
    font-weight: 500;

    padding-bottom: 15px;
}
.order__product
{
    position: relative;

    margin-bottom: 5px;
    padding-top: 15px;

    border-radius: 5px;
    background: #fff;
}
.order__product p
{
    font-size: 14px;

    padding-bottom: 15px;
    padding-left: 20px;

    color: #606060;
}
.order__product a
{
    font-size: 12px;
    font-weight: 400;

    position: relative;
    top: -8px;

    padding: 20px;
    padding-right: 40px;

    color: #000;
}
.order__product a .icon-chevron-thin-down
{
    font-size: 15px;

    position: absolute;
    top: 20px;
    right: 15px;

    display: inline-block;

    margin-left: 20px;

    transition: all .3s ease-in-out;

    color: #000;
}
.order__product .table table
{
    display: table;

    width: 100%;

    border-collapse: collapse;
}
.order__product .table table td
{
    font-size: 12px;

    padding: 15px;

    text-align: center;

    border-top: 2px solid #f7f8f9;
    border-right: 2px solid #f7f8f9;
}
.order__product .table table td:nth-child(7)
{
    border-right: none !important;
}
.order__product .table__colmn-1
{
    background: #f7f8f9;
}
.order__product .table__colmn-1 td.composition
{
    width: 80px;
}
.order__product .table__colmn-1 td
{
    font-weight: 500;

    padding: 15px;

    border-right: 2px solid #fff !important;
}

.order__product.active
{
    margin-bottom: 15px;

    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
.order__product.active p,
.order__product.active a,
.order__product.active i
{
    color: #ff5e0b;
}
.order__product.active .icon-chevron-thin-down
{
    transform: rotate(180deg);
}

.basket h1
{
    padding-top: 55px;
    padding-bottom: 30px;
}

.basket p
{
    font-size: 14px;

    color: #606060;
}

.basket b
{
    font-size: 16px;
    font-weight: 400;

    padding-right: 15px;

    text-transform: uppercase;

    color: #000;
}

.basket__product
{
    position: relative;

    margin-bottom: 5px;
    padding: 12px 20px;

    border-radius: 5px;
    background: #fff;
}
.basket__product a
{
    position: relative;
    bottom: 4px;
}
.basket__product a span
{
    position: relative;

    display: inline-block;

    width: 22px;
    height: 3px;

    transform: rotate(45deg);

    background: #7a797a;
}
.basket__product a span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 22px;
    height: 3px;

    content: '';
    transform: rotate(90deg);

    background: #7a797a;
}

.basket__sum
{
    padding-top: 35px;
    padding-bottom: 50px;
}
.basket__sum p
{
    display: inline-block;

    padding-right: 13px;
}

.orders
{
    padding-bottom: 50px;
}
.orders h2
{
    font-size: 30px;
    font-weight: 500;

    padding: 50px 0;
}

.common input
{
    font-size: 14px;
    font-weight: 400;

    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;

    border: none;
    border-radius: 5px;
    outline: none;
}

.common .col-sm-6, .address .col-sm-6, .common .col-sm-4 {
    position: relative;
}

.common b
{
    position: absolute;
        top: -10px;
        right: 0;
}
.common b p
{
    /*position: absolute;
    bottom: 20px;
    left: 0;*/

    display: inline-block;

    color: #f84e44;
}

.common__select
{
    position: relative;

    width: 100%;
    margin-bottom: 20px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #fff;
}
.common__select i
{
    position: absolute;
    top: 10px;
    right: 10px;

    color: #606060;
}
.common__select select
{
    width: 100%;
    height: 36px;

    cursor: pointer;

    opacity: 0;
    border: none;

    filter: alpha(opacity=0);
}
.common__select p
{
    font-size: 14px;
    line-height: 34px;

    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 1px 20px;

    color: #0a0a0a;
    color: #606060;
}

.address input
{
    font-size: 14px;
    font-weight: 400;

    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;

    border: none;
    border-radius: 5px;
    outline: none;
}

.address b
{
   position: absolute;
       top: -10px;
       right: 0;
}
.address b p
{
    /*position: absolute;
    bottom: 20px;
    left: 0;*/

    display: inline-block;

    color: #f84e44;
}

.payment input[type='radio']
{
    display: none;
}

.payment input[type='radio']:checked + label
{
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .16);
}

.payment input[type='radio'] + label
{
    display: block;

    cursor: pointer;

    color: #000;
}
.payment input[type='radio'] + label:hover
{
    color: #ff5e0b;
}

.payment__block
{
    margin-bottom: 20px;
    padding: 20px;

    border-radius: 5px;
    background: #fff;
}
.payment__block img
{
    width: auto;
    height: 70px;
    padding-bottom: 30px;
}
.payment__block p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.delivery input[type='radio']
{
    display: none;
}

.delivery input[type='radio']:checked + label
{
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .16);
}

.delivery input[type='radio'] + label
{
    display: block;

    cursor: pointer;

    color: #000;
}
.delivery input[type='radio'] + label:hover
{
    color: #ff5e0b;
}

.delivery__block
{
    margin-bottom: 20px;
    padding: 20px;

    border-radius: 5px;
    background: #fff;
}
.delivery__block img
{
    width: 100%;
    height: 55px;
    padding-bottom: 20px;
}
@media (max-width: 1024px)
{
    .delivery__block img
    {
        width: auto;
    }
}
.delivery__block p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.comments textarea
{
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    padding: 15px;

    border: none;
    border-radius: 5px;
    outline: none;
}

.value
{
    margin-bottom: 15px;
}
.value__content
{
    padding: 40px;

    border-radius: 5px;
    background: #fff;
}
@media (max-width: 767px)
{
    .value__content
    {
        padding: 15px;
    }
}
.value__content h3
{
    font-size: 18px;
    font-weight: 500;

    color: #606060;
}
@media (max-width: 370px)
{
    .value__content h3
    {
        font-size: 15px;
        font-weight: 900;
    }
}
.value__content h3 span
{
    font-size: 20px;

    display: inline-block;

    padding-left: 40px;

    color: #ff5e0b;
}
@media (max-width: 430px)
{
    .value__content h3 span
    {
        padding-left: 5px;
    }
}
@media (max-width: 370px)
{
    .value__content h3 span
    {
        font-size: 16px;
        font-weight: 500;
    }
}
.value__content h4
{
    font-size: 16px;
    font-weight: 500;

    padding: 25px 0;

    color: #606060;
}
.value__content p
{
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;

    color: #000;
}
.value__content__coins p
{
    font-weight: 500;
}

.dispatch input
{
    position: relative;
    top: 7px;
    left: -5px;

    margin-bottom: 10px;
    margin-left: 13px;
    margin-right: 5px;
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
}

.dispatch label
{
    display: inline-block;

    padding-top: 5px;
    padding-bottom: 15px;
}

.dispatch .btn__orange
{
    /*width: auto;*/
    padding: 12px 25px;
}
@media (max-width: 767px)
{
    .dispatch .btn__orange
    {
        width: 100%;
        padding: 12px 0;
    }
}

.preloader {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.preloader img {
    height: 40px;
}

.btn__orange.disabled,
.btn__orange[disabled],
fieldset[disabled] .btn__orange,
.btn__orange.disabled:hover,
.btn__orange[disabled]:hover,
fieldset[disabled] .btn__orange:hover,
.btn__orange.disabled:focus,
.btn__orange[disabled]:focus,
fieldset[disabled] .btn__orange:focus,
.btn__orange.disabled.focus,
.btn__orange[disabled].focus,
fieldset[disabled] .btn__orange.focus {
    cursor: not-allowed;
    opacity: .65;
    color: #fff;
    background: #ff5e0b;
}
.common input.error-field {background-color: #ff9965bd !important;}
.paymentLogo {width:80%;}
.paymentLogo img {width:100% !important; padding:0 !important;}

.dispatch .dispatch_info {
    display: inline-block;
    padding-top: 5px;
    /*padding-bottom: 15px;*/
    margin: 0 0 0 5px;
    font-weight: 500;
}
.dispatch a.dispatch_info {
    color: inherit;
    text-decoration: underline;
    font-size: 18px;
}

.btn_blue {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    transition: all .3s;
    color: #fff;
    border: 1px solid #007dff;
    border-radius: 3px;
    color: white;
    background: #007dff;
}

.btn_blue:hover {
    background: #1000ff;
    border: 1px solid #1000ff;
}

.btn_margin {
    margin: 15px auto;
}

/* Цена доставки в виджете кактуса */
.map-bottom-panel-price {
    display: none;
}