html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

img {
    max-width: 100%;
}

#wrapper {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}

.p0 {
    padding: 0;
}

/*------------------------------------- header --------------------------------------*/
#hit {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 48px;
    line-height: 1;
}

#sale {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

header .header .header-top {
    background: #fff;
    position: relative;
}

header .header .header-top .menu {
    border-color: transparent;
}

header .header .header-top .menu li {
    display: inline-block;
    margin-left: 35px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

header .header .header-top .menu li a {
    color: #333;
    border: none;
    padding: 11px 0 11px 0;
    outline: none;
}

header .header .header-top .menu li a:hover {
    color: #777777;
    background: none;
    cursor: pointer;
}

header .header .table_header {
    height: 100px;
    display: flex;
    align-items: center;
}

header .header .table_header .table_cell_header .logotype {
    text-transform: capitalize;
    color: #fff;
}

header .header .table_header .table_cell_header .logotype:hover {
    color: #bfbfbf;
}

header .header .table_header .table_cell_header .buy_block {
    display: flex;
    align-items: center;
}

header .header .table_header .table_cell_header .buy_block .shopping-cart {
    margin-top: 9px;
    margin-left: 30px;
}

header .header .table_header .table_cell_header .buy_block .shopping-cart i {
    cursor: pointer;
    font-size: 40px;
    color: #fff;
    position: relative;
}

header .header .table_header .table_cell_header .buy_block .shopping-cart .full-price {
    color: #fff;
    font-size: 14px;
    text-align: center;
    /*font-family: "Helvetica Neue", Helvetica, sans-serif;*/
}

header .header .table_header .table_cell_header .buy_block .shopping-cart i span {
    position: absolute;
    top: -6px;
    right: -10px;
    border-radius: 50%;
    background: #BD0000;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 7px;
    font-family: "Open Sans", sans-serif;
}

header .header .table_header .table_cell_header .buy_block .new_price {
    color: #ee204e;
}

header .header .table_header .table_cell_header .buy_block .new_price span:first-child {
    font-size: 24px;
    font-weight: 600;
}

header .header .table_header .table_cell_header .buy_block .new_price span:last-child {
    font-size: 14px;
}

header .header .table_header .table_cell_header .buy_block .old_price {
    color: #bfbfbf;
}

header .header .table_header .table_cell_header .buy_block .old_price span:first-child {
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
}

header .header .table_header .table_cell_header .buy_block .old_price span:last-child {
    font-size: 10px;
}

header .header .table_header .table_cell_header .buy_block .buy_button_small {
    margin-top: 9px;
}

header .affix {
    position: fixed;
    background: transparent;
    width: 100%;
    top: 0;
    margin: 0 auto;
    z-index: 5;
}

/*----------------------------------------- slider -----------------------------------------*/
.slider {
    padding: 206px 0 34px 0;
    margin-top: -172px;
}

.slider .sale_buy_block {
    display: table;
    width: 100%;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    background: #fff;
    padding: 40px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.slider .sale_buy_block p {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding-bottom: 26px;
    font-weight: bold;
}

.slider .sale_buy_block .left_input {
    padding-right: 5px;
    padding-left: 0;
}

.slider .sale_buy_block .right_input {
    padding-left: 5px;
    padding-right: 0;
}

.slider .sale_buy_block input {
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #e2e2e2;
}

.slider .sale_buy_block .new_price span:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 90%;
    color: #a80010;
}

.slider .sale_buy_block .new_price span:last-child {
    font-size: 20px;
}

.slider .sale_buy_block .old_price {
    color: #426395;
    margin-right: 36px;
}

.slider .sale_buy_block .old_price span:first-child {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.slider .sale_buy_block .old_price span:last-child {
    font-size: 18px;
}

.slider .sale_buy_block .buy_button_big {
    color: #426395;
    border: 3px solid #a80010;
    background: transparent;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
}

.slider .sale_buy_block .buy_button_big:hover {
    color: inherit;
    border-color: rgb(98,1,108);
    outline: none;
}

.slider .sale_buy_block .buy_button_big:active {
    color: inherit;
}

.slider .main_image_block {
    max-width: 600px;
    max-height: 700px;
    position: absolute;
}

.slider .prod_img {
    position: relative;
}

.slider .prod_img .salehitbl {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 180px;
    height: 180px;
    background: url("../img/hit_sales.png") 0 0 no-repeat;
    text-align: center;
}

.slider .slider_desc h1 {
    text-transform: uppercase;
    line-height: 124%;
    color: #fff;
    letter-spacing: 1px;
    font-size: 60px;
    padding-bottom: 8px;
}

.slider .slider_desc h3 {
    line-height: 124%;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 57px;
}

/*----------------------------------------- advantages -----------------------------------------*/
.advantages {
    padding: 25px 0;
}

.advantages h3 {
    text-align: center;
    line-height: 124%;
    padding-bottom: 33px;
}

.advantages ul {
    overflow: hidden;
    padding-bottom: 30px;
    color: rgb(189,0,30);
}

.advantages ul li {
    float: left;
    width: 25%;
    padding: 0 14px 0 0;
}

.advantages ul li .ag_1_f {
    width: 16.5%;
    float: left;
}

.advantages ul li .ag_1_s {
    width: 83.5%;
}

.advantages ul li p {
    font-size: 18px;
    color: #333;
    line-height: 124%;
    padding-left: 10px;
    padding-top: 15px;
}

/*----------------------------------------- video -----------------------------------------*/
.video {
    min-height: 430px;
    background: url(../img/video_bl_bg.png) 0 0 repeat;
    padding: 30px 0;
}

.video .video_tx {
    padding-right: 40px;
}

.video .video_tx h3 {
    line-height: 124%;
    padding-bottom: 14px;
}

.video .video_tx ul li {
    padding-top: 33px;
}

.video .video_tx ul li h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.video .video_tx ul li p {
    line-height: 124%;
    color: #333;
    padding-top: 12px;
}

.video .video_if {
    background-color: rgba(0, 0, 0, 0.12);
    padding: 6px;
    margin-top: 8px;
}

.video .video_if iframe {
    height: 274px;
    display: table;
    width: 100%;
}

/*----------------------------------------- quick_order -----------------------------------------*/
.quick_order > div {
    background: url(../img/mause_click.png) 100%;
    padding: 35px 0;
}

.quick_order > div .quick_order_lf {
    margin: 50px 0;
}

.quick_order > div .quick_order_lf h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 0;
    margin: 0;
}

.quick_order > div .quick_order_lf h3 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 78px;
}

.quick_order > div .quick_order_lf p {
    line-height: 124%;
    color: #fff;
}

.quick_order > div .quick_order_form {
    display: table;
    width: 100%;
    position: absolute;
    top: -50px;
    background: #fff;
    padding: 50px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.quick_order > div .quick_order_form input[type="text"] {
    border: 3px solid #e2e2e2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    color: #333;
    padding: 18px 26px;
    margin-bottom: 23px;
    outline: none;
}

.quick_order > div .quick_order_form input[type="email"] {
    border: 3px solid #e2e2e2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    color: #333;
    padding: 18px 26px;
    margin-bottom: 23px;
    outline: none;
}

.quick_order > div .quick_order_form .buy_button_big {
    color: #426395;
    border: 3px solid #a80010;
    background: transparent;
    width: 100%;
    outline: none;
}

.quick_order > div .quick_order_form .buy_button_big:hover {
    color: inherit;
    border-color: rgb(98,1,108);
    outline: none;
}

.quick_order > div .quick_order_form .buy_button_big:active {
    color: inherit;
}

.quick_order > div .quick_order_form p {
    text-align: center;
    padding-top: 25px;
}

.quick_order > div .quick_order_form p .new_price span:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 90%;
    color: #a80010;
}

.quick_order > div .quick_order_form p .new_price span:last-child {
    font-size: 20px;
}

.quick_order > div .quick_order_form p .old_price {
    color: #426395;
}

.quick_order > div .quick_order_form p .old_price span:first-child {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.quick_order > div .quick_order_form p .old_price span:last-child {
    font-size: 18px;
}

.quick_order > div .quick_order_form .buy-arrow img {
    position: absolute;
    right: -30px;
    top: 200px;
}

.quick_order > div .quick_order_rg {
    margin: 50px 0;
}

.quick_order > div .quick_order_rg ul {
    float: right;
    margin-top: 3px;
}

.quick_order > div .quick_order_rg ul li {
    line-height: 124%;
    color: #fff;
    padding-left: 34px;
    background: url(../img/list_check.png) 0 center no-repeat;
    margin-bottom: 24px;
}

.quick_order > div .quick_order_rg ul li:last-child {
    margin-bottom: 0;
}

/*----------------------------------------- gallery -----------------------------------------*/
.gallery {
    padding: 93px 0 51px 0;
}

.gallery h3 {
    text-align: center;
    padding-bottom: 55px;
}

.gallery .gallery-1 {
    width: 100%;
    height: 250px;
    float: left;
    background: transparent;
    background-size: cover;
}

.gallery .gallery-2 {
    width: 100%;
    height: 250px;
    float: left;
    background: transparent;
    background-size: cover;
}

.gallery .gallery-3 {
    width: 100%;
    height: 500px;
    float: left;
    background: transparent;
    background-size: cover;
}

.gallery .gallery-4 {
    width: 50%;
    height: 250px;
    float: left;
    background: transparent;
    background-size: cover;
}

.gallery .gallery-5 {
    width: 50%;
    height: 250px;
    float: left;
    background: transparent;
    background-size: cover;
}

.gallery .gallery-6 {
    float: left;
    height: 250px;
    width: 100%;
    background: transparent;
    background-size: cover;
}

.gallery .owl-carousel {
    padding: 0 55px;
}

.gallery .owl-carousel .owl-stage {
    padding: 50px 0;
}

.gallery .owl-carousel .owl-stage li a:hover, .gallery .owl-carousel .owl-stage li a:active {
    -webkit-box-shadow: 0px 8px 30px rgba(56, 75, 96, 0.4);
    -moz-box-shadow: 0px 8px 30px rgba(56, 75, 96, 0.4);
    box-shadow: 0px 8px 30px rgba(56, 75, 96, 0.4);
}

.gallery .owl-carousel .owl-stage li a {
    display: block;
    width: 162px;
    height: 162px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 8px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 8px 30px rgba(0, 0, 2, 0.4);
}

.gallery .owl-carousel .owl-prev, .gallery .owl-carousel .owl-next {
    width: 30px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    overflow: hidden;
}

.gallery .owl-carousel .owl-prev {
    left: 0;
}

.gallery .owl-carousel .owl-next {
    right: 0;
}

/*----------------------------------------- product_info -----------------------------------------*/
.product_info {
    padding: 50px 0 0 0;
    margin-top: 50px;
}

.product_info .product_info_bl {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    padding: 20px 15px 0;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    min-height: 725px;
}

.product_info .product_info_bl .close {
    float: none;
    position: absolute;
    right: 15px;
    top: 10px;
}

.product_info .product_info_bl .eagle-gallery {
    position: relative;
}

.product_info .product_info_bl .eagle-gallery .owl-carousel.mini-slider .owl-item img {
    max-width: 100px;
    max-height: 100px;
}

.product_info .product_info_bl .eagle-gallery .eagle-medium-wrap {
    height: 336px;
}

.product_info .product_info_bl .eagle-gallery .mini-slider {
    padding: 0 20px;
    margin: 50px 0 0 0;
}

.product_info .product_info_bl .eagle-gallery .mini-slider .owl-controls .owl-buttons > div {
    background-image: none !important;
    height: 26px;
    width: 15px;
    margin-top: -13px;
    opacity: 1;
    overflow: hidden;
}

.product_info .product_info_bl .eagle-gallery .mini-slider .owl-controls .owl-buttons > div.disabled {
    opacity: 1;
    cursor: pointer;
}

.product_info .product_info_bl .eagle-gallery .mini-slider .owl-controls .owl-buttons > div.owl-prev {
    background-position: 0 0;
}

.product_info .product_info_bl .eagle-gallery .mini-slider .owl-controls .owl-buttons > div.owl-next {
    background-position: -15px 0;
}

.product_info .product_info_bl .eagle-gallery .salehitbl {
    top: -20px;
    right: -18px;
}

.product_info .base_inf h4 {
    font-size: 21px;
    color: #333;
    line-height: 100%;
    letter-spacing: 1px;
}

.product_info .base_inf .buy_block {
    display: table;
    width: 100%;
}

.product_info .base_inf .buy_block .new_price span:first-child {
    font-size: 44px;
    font-weight: 600;
    line-height: 114%;
    color: #b40000;
}

.product_info .base_inf .buy_block .new_price span:last-child {
    font-size: 20px;
    color: #333;
}

.product_info .base_inf .buy_block .old_price {
    color: #bfbfbf;
}

.product_info .base_inf .buy_block .old_price span:first-child {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.product_info .base_inf .buy_block .old_price span:last-child {
    font-size: 18px;
}
.buy_button_big-new {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border: 3px solid #fff;
    background: -moz-linear-gradient(top, #981ab9, #62016c);
    background: -webkit-linear-gradient(top, #981ab9, #62016c);
    background: -o-linear-gradient(top, #981ab9, #62016c);
    background: -ms-linear-gradient(top, #981ab9, #62016c);
    background: linear-gradient(top, #981ab9, #62016c);
    padding: 12px 50px;
    letter-spacing: 0;
    outline: none;
    vertical-align: bottom;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.product_info .base_inf .buy_block .buy_button_big:hover, .product_info .base_inf .buy_block .buy_button_big:active, .buy_button_big-new:hover, .buy_button_big-new:active {
    border: 3px solid #dedede;
    background: -moz-linear-gradient(top, #62016c, #981ab9);
    background: -webkit-linear-gradient(top, #62016c, #981ab9);
    background: -o-linear-gradient(top, #62016c, #981ab9);
    background: -ms-linear-gradient(top, #62016c, #981ab9);
    background: linear-gradient(top, #62016c, #981ab9);
}

.product_info .base_inf .buy_block .buy_button_big {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border: 3px solid #fff;
    background: -moz-linear-gradient(top, #981ab9, #62016c);
    background: -webkit-linear-gradient(top, #981ab9, #62016c);
    background: -o-linear-gradient(top, #981ab9, #62016c);
    background: -ms-linear-gradient(top, #981ab9, #62016c);
    background: linear-gradient(top, #981ab9, #62016c);
}

.product_info .timer_bl {
    background-color: #F5F5F5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    padding: 22px 19px;
}

.product_info .timer_bl h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(98,1,108);
    line-height: 130%;
    padding: 20px 0;
    text-align: center;
}


.product_info .specifications h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0 0 0;
}

.product_info .specifications .row {
    /*margin: 0 0 12px 0;*/
}

.product_info .catalog form .left_input {
    padding-left: 0;
}

.product_info .catalog form .right_input {
    padding-right: 0;
}
.specifications img {
    height: 180px !important;
    padding: 15px 0 5px;
}
#pop-up-logo {
    width: 25px;
    height:25px;
}
/*----------------------------------------- catalog ------------------------------------------*/
.catalog .container {
    padding: 0;
}

.catalog h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #333;
}

.catalog .catalog__block {
    cursor: pointer;
    padding: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 30px;
    height: 100%;
}

.catalog .catalog__block .catalog__title {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    min-height: 50px;
}

.catalog .catalog__block .catalog__image {
    min-height: 250px;
    max-height: 250px;
    margin: 0 auto;
}

.catalog .catalog__block .catalog__image img {
    max-height: 240px;
}

.catalog .catalog__block .catalog__text {
    font-size: 12px;
    color: #333;
    padding: 20px 15px 10px 15px;
    line-height: 1.42;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog .catalog__block .catalog__text h5 {
    margin-bottom: 10px;
}

.catalog .catalog__block .catalog__price .catalog__price_span {
    text-align: center;
}

.catalog .catalog__block .catalog__price .catalog__price--old {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
    color: #bfbfbf;
    margin-right: 15px;
}

.catalog .catalog__block .catalog__price .catalog__price--new {
    font-size: 28px;
    font-weight: 600;
    color: #a80010;
    margin-right: 15px;
}

.catalog .catalog__block .catalog__price .buy_button_big {
    color: #fff;
    border: 3px solid #fff;
    background: -moz-linear-gradient(top, #DE3847, #C62833);
    background: -webkit-linear-gradient(top, #DE3847, #C62833);
    background: -o-linear-gradient(top, #DE3847, #C62833);
    background: -ms-linear-gradient(top, #DE3847, #C62833);
    background: linear-gradient(top, #DE3847, #C62833);
    padding: 12px 25px;
    letter-spacing: 0;
    outline: none;
    vertical-align: bottom;
    margin: 10px auto;
}

.catalog .catalog__block .catalog__price .buy_button_big:hover {
    border: 3px solid #dedede;
    background: -moz-linear-gradient(top, #C62833, #DE3847);
    background: -webkit-linear-gradient(top, #C62833, #DE3847);
    background: -o-linear-gradient(top, #C62833, #DE3847);
    background: -ms-linear-gradient(top, #C62833, #DE3847);
    background: linear-gradient(top, #C62833, #DE3847);
}

.catalog .catalog__block .catalog__price .buy_button_big:active {
    border: 3px solid #dedede;
    background: -moz-linear-gradient(top, #C62833, #DE3847);
    background: -webkit-linear-gradient(top, #C62833, #DE3847);
    background: -o-linear-gradient(top, #C62833, #DE3847);
    background: -ms-linear-gradient(top, #C62833, #DE3847);
    background: linear-gradient(top, #C62833, #DE3847);
}

.product_info .catalog .base_inf .buy_block .buy_button_big {
    color: #fff;
    border: 3px solid #fff;
    background: -moz-linear-gradient(top, #DE3847, #C62833);
    background: -webkit-linear-gradient(top, #DE3847, #C62833);
    background: -o-linear-gradient(top, #DE3847, #C62833);
    background: -ms-linear-gradient(top, #DE3847, #C62833);
    background: linear-gradient(top, #DE3847, #C62833);
    margin: 0;
}

.catalog .catalog__block .close span {
    position: absolute;
    right: 30px;
    top: 150px;
}

.catalog .catalog__block .product_info {
    color: #333;
}

.catalog .product_info_bl {
    background: #ffffff;
    margin-top: 12%;
}

.catalog .product_info_bl input {
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #e2e2e2;
}

.catalog .product_info_bl .new_price {
    margin: 12px;
    display: inline-block;
}

.catalog .product_info_bl .new_price span:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 90%;
    color: #a80010;
}

.catalog .product_info_bl .new_price span:last-child {
    font-size: 20px;
}

.catalog .product_info_bl .old_price {
    margin: 12px;
    display: inline-block;
    color: #999;
    margin-right: 15px;
}

.catalog .product_info_bl .old_price span:first-child {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.catalog .product_info_bl .old_price span:last-child {
    font-size: 18px;
}

.catalog .product_info_bl .buy_button_big {
    color: #426395;
    border: 3px solid #a80010;
    background: transparent;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.catalog .product_info_bl .buy_button_big:hover {
    color: inherit;
    background: transparent;
    border: 3px solid #a80010;
}

.catalog .product_info_bl .buy_button_big:active {
    color: inherit;
    background: transparent;
    border: 3px solid #a80010;
}

.catalog .product_info_bl .catalog__text__title {
    font-size: 18px;
    font-weight: bold;
}

.catalog .product_info_bl .catalog__text__name {
    color: #999999;
}

/*----------------------------------------- product_info_dop ----------------------------------*/
.product_info_dop h3 {
    text-align: center;
    color: #b40000;
}

.product_info_dop .product_info_bl {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadada;
    margin-top: 60px;
}

.product_info_dop .product_info_bl .eagle-gallery-dops .eagle-medium-wrap {
    text-align: center;
}

.product_info_dop .product_info_bl .eagle-gallery-dops .eagle-medium-wrap img {
    max-width: 400px;
    max-height: 400px;
}

.product_info_dop .product_info_bl .base_inf .add_order_title {
    float: left;
    font-size: 22px;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.product_info_dop .product_info_bl .base_inf .additional-product {
    float: left;
    margin: 0 0 40px 0;
}

.product_info_dop .product_info_bl .base_inf .buy_block p.old_price {
    padding: 23px 23px 0 0;
}

.product_info_dop .specifications {
    padding: 20px 0 0 4px;
}

.product_info_dop .specifications .row {
    margin: 0 0 12px 0;
}

.subjects {
    border-style: solid;
    -webkit-border-image:
            -webkit-gradient(linear, 0 0, 0 100%, from(#702f81), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image:
            -webkit-linear-gradient(#702f81, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
            -moz-linear-gradient(#702f81, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
            -o-linear-gradient(#702f81, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
            linear-gradient(to bottom, #702f81, rgba(0, 0, 0, 0)) 1 100%;
    border-left: none;
}
.competencies {
    padding-top: 3px;
}
.subjects p, .competencies p {
    color: #702f81;
    font-weight: bold;
    font-size: 16px;
}
.subjects li::before, .competencies li::before {
    content: "•";
    color: #702f81;
    padding: 5px;
}

/*----------------------------------------- about_bl -----------------------------------------*/
.about_bl {
    background: transparent;
}

.about_bl .about_bl_in {
    position: relative;
}

.about_bl .about_bl_in .about_bl_img_lf, .about_bl .about_bl_in .about_bl_img_rg {
    background-size: cover !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.about_bl .about_bl_in .about_bl_img_lf {
    background: transparent;
    left: 0;
}

.about_bl .about_bl_in .about_bl_left {
    padding: 71px 90px 71px 0;
}

.about_bl .about_bl_in .about_bl_right {
    padding: 71px 35px 71px 64px;
}

.about_bl .about_bl_in .about_bl_img_rg {
    background: transparent;
    left: 50%;
}

.about_bl .about_bl_in h3 {
    line-height: 120%;
    padding-bottom: 35px;
}

.about_bl .about_bl_in p {
    line-height: 124%;
    color: #333;
    padding-top: 15px;
}

/*----------------------------------------- reviews -----------------------------------------*/
.reviews {
    background: url(../img/reviews_bg.png) 0 0 repeat;
    padding: 70px 0 68px 0;
}

.reviews .reviews_tl {
    overflow: hidden;
    padding-bottom: 50px;
}

.reviews .reviews_tl h3 {
    color: #fff;
    line-height: 120%;
}

.reviews .reviews_tx {
    padding: 0 50px 54px 50px;
}

.reviews .reviews_tx h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 124%;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.reviews .reviews_tx h5 {
    font-size: 14px;
    color: #bfbfbf;
    line-height: 124%;
    padding-bottom: 7px;
}

.reviews .reviews_tx p {
    color: #fff;
    line-height: 124%;
    padding-top: 16px;
}

.reviews .owl-dots {
    display: table;
    margin: 15px auto 0 auto;
}

.reviews .owl-dots .owl-dot {
    float: left;
    width: 16px;
    height: 16px;
    border: 2px solid #fbb402;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0 12px;
}

/*----------------------------------------- del_pay_bl -----------------------------------------*/
.del_pay_bl {
    padding: 92px 0 86px 0;
}

.del_pay_bl h3 {
    line-height: 120%;
    text-align: center;
    padding-bottom: 49px;
}

.del_pay_bl .del {
    padding-right: 30px;
    background: url(../img/del_bg.png) 50% 50% no-repeat;
    background-size: contain;
}

.del_pay_bl .pay {
    padding-left: 30px;
    background: url(../img/pay_bg.png) 50% 50% no-repeat;
    background-size: contain;
}

.del_pay_bl h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.del_pay_bl h5 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 120%;
    padding: 17px 0 11px 0;
}

.del_pay_bl p {
    color: #333;
    line-height: 124%;
    padding-bottom: 16px;
}

/*----------------------------------------- question -----------------------------------------*/
.question {
    background: url(../img/video_bl_bg.png) 0 0 repeat;
    padding: 75px 0 80px 0;
}

.question p {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 124%;
    text-align: center;
    letter-spacing: 1px;
}

.question .buy_button_big:hover, .question .buy_button_big:active {
    border: 3px solid rgb(98,1,108);
    color: #333;
}

.question .buy_button_big {
    color: #426395;
    border: 3px solid rgb(98,1,108);
    margin: 36px auto 0 auto;
}

/*----------------------------------------- footer -----------------------------------------*/
footer {
    min-height: 80px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer p {
    text-align: center;
}

footer p #priv_pol:hover, footer p #priv_pol:active {
    color: #477dcf;
}

footer p #priv_pol {
    color: rgb(98,1,108);
}

footer .wrapper-footer {
    width: 100%;
}

/*----------------------------------------- tabs-page -----------------------------------------*/
.tab-content #about-page .about-page {
    padding: 0 0 68px 0;
}

.tab-content #about-page .about-page .about-page-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    padding: 64px 0 55px 15px;
}

.tab-content #about-page .about-page p {
    margin-bottom: 10px;
}

.tab-content #about-page .about-page img:first-child {
    margin-bottom: 40px;
}

.tab-content #about-page .about-page img:last-child {
    margin-top: 40px;
}

.tab-content #delivery-page .delivery-page {
    padding: 0 0 68px 0;
}

.tab-content #delivery-page .delivery-page .delivery-page-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    padding: 64px 0 0 15px;
}

.tab-content #delivery-page .delivery-page h3 {
    line-height: 120%;
    text-align: center;
    padding-bottom: 49px;
}

.tab-content #delivery-page .delivery-page .del {
    background: url(../img/del_bg.png) 50% 50% no-repeat;
    background-size: contain;
}

.tab-content #delivery-page .delivery-page .pay {
    background: url(../img/pay_bg.png) 50% 50% no-repeat;
    background-size: contain;
}

.tab-content #delivery-page .delivery-page h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 41px;
}

.tab-content #delivery-page .delivery-page h5 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 120%;
    padding: 17px 0 11px 0;
}

.tab-content #delivery-page .delivery-page p {
    color: #333;
    line-height: 124%;
    padding-bottom: 16px;
}

.tab-content #warranty-page .warranty-page {
    padding-bottom: 55px;
}

.tab-content #warranty-page .warranty-page .warranty-page-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    padding: 64px 0;
}

.tab-content #warranty-page .warranty-page .warranty-page-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.tab-content #warranty-page .warranty-page .warranty-page-list {
    list-style: disc;
    list-style-position: outside;
    padding-left: 25px;
    margin-bottom: 35px;
}

.tab-content #warranty-page .warranty-page .warranty-page-list li {
    margin-bottom: 18px;
}

.tab-content #warranty-page .warranty-page p {
    margin-bottom: 16px;
}

.tab-content #contact-page .contact-page .contact-page-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    padding: 64px 0;
}

.tab-content #contact-page .contact-page .contact-page-timework {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}

.tab-content #contact-page .contact-page .contact-page-timework {
    margin-bottom: 20px;
}

.tab-content #contact-page .contact-page .phone-number {
    margin-bottom: 80px;
}

.tab-content #contact-page .contact-page p {
    margin-bottom: 20px;
}

/*----------------------------------------- techblocks -----------------------------------------*/
.buffer_bl {
    height: 66px;
}

.table_bl {
    display: table;
    width: 100%;
}

.buy_button_small:hover, .buy_button_small:active {
    background: -moz-linear-gradient(top, #fbb402, #fbb402);
    background: -webkit-linear-gradient(top, #fbb402, #fbb402);
    background: -o-linear-gradient(top, #fbb402, #fbb402);
    background: -ms-linear-gradient(top, #fbb402, #fbb402);
    background: linear-gradient(top, #fbb402, #fbb402);
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.buy_button_small {
    display: block;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: -moz-linear-gradient(top, #fbb402, #fbb402);
    background: -webkit-linear-gradient(top, #fbb402, #fbb402);
    background: -o-linear-gradient(top, #fbb402, #fbb402);
    background: -ms-linear-gradient(top, #fbb402, #fbb402);
    background: linear-gradient(top, #fbb402, #fbb402);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    width: 154px;
    padding: 10px 0;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    border: 2px solid transparent;
}

.buy_button_small:focus {
    color: #333;
}

.buy_button_big:hover, .buy_button_big:active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.buy_button_big {
    display: block;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    width: 240px;
    padding: 15px 0;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35);
}

.h3_tl {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*----------------------------------------- Hovers -----------------------------------------*/
.quick_order_cn input[type="text"]:hover::-webkit-input-placeholder,
.quick_order_cn input[type="text"]:active::-webkit-input-placeholder,
.quick_order_cn input[type="text"]:focus::-webkit-input-placeholder {
    color: #fff;
}

.quick_order_cn input[type="text"]:hover:-moz-placeholder,
.quick_order_cn input[type="text"]:active:-moz-placeholder,
.quick_order_cn input[type="text"]:focus:-moz-placeholder {
    color: #fff;
}

.quick_order_cn input[type="text"]:hover::-moz-placeholder,
.quick_order_cn input[type="text"]:active::-moz-placeholder,
.quick_order_cn input[type="text"]:focus::-moz-placeholder {
    color: #fff;
}

.quick_order_cn input[type="text"]:hover:-ms-input-placeholder,
.quick_order_cn input[type="text"]:active:-ms-input-placeholder,
.quick_order_cn input[type="text"]:focus:-ms-input-placeholder {
    color: #fff;
}

.quick_order_cn input[type="text"]:hover,
.quick_order_cn input[type="text"]:active,
.quick_order_cn input[type="text"]:focus {
    color: #fff;
}

/*----------------------------------------- Form dop. styles -----------------------------------------*/
input[type="text"]::-webkit-input-placeholder {
    color: #bfbfbf;
}

input[type="text"]:-moz-placeholder {
    color: #bfbfbf;
}

input[type="text"]::-moz-placeholder {
    color: #bfbfbf;
}

input[type="text"]:-ms-input-placeholder {
    color: #bfbfbf;
}

/*----------------------------------------- Icon font arrows -----------------------------------------*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon/Flaticon.eot");
    src: url("../fonts/Flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon/Flaticon.woff") format("woff"), url("../fonts/Flaticon/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.owl-nav > div {
    font-size: 50px;
    line-height: 52px;
}

.owl-buttons > div {
    font-size: 24px !important;
    line-height: 26px;
    text-indent: 0 !important;
}

.fancybox-close {
    font-size: 24px;
    line-height: 26px;
}

.advantages ul li span {
    font-size: 48px;
    line-height: 50px;
}

.reviews_icon {
    font-size: 30px;
    line-height: 32px;
    float: left;
    margin: 3px 0 0 1px;
}

#tab-label-category-1 .owl-nav > div:before,
.owl-buttons > div:before,
.advantages ul li span:before {
    font-family: Flaticon;
}

#tab-label-category-1 .owl-nav > div:before,
.owl-buttons > div:before {
    content: "\f100";
}

.reviews_icon:before {
    content: "\f101";
    font-family: Flaticon;
    color: #fbb402;
}

.fancybox-close:before {
    content: "\f103";
    /*margin-left: 1px;*/
}

.advantages ul li.advantg_1 span:before {
    content: "\f102";
}

.advantages ul li.advantg_3 span:before {
    content: "\f104";
}

.advantages ul li.advantg_2 span:before {
    content: "\f105";
}

#tab-label-category-1 .owl-nav > div:before {
    margin-left: -10px;
}

.product_info .eagle-gallery .mini-slider .owl-controls .owl-buttons > div:before {
    margin-left: -4px;
}

#tab-label-category-1 .owl-prev,
.eagle-gallery.as1 .mini-slider .owl-controls .owl-buttons .owl-prev {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#tab-label-category-1 .owl-nav > div:hover:before,
.product_info .eagle-gallery .mini-slider .owl-controls .owl-buttons > div:hover:before {
    color: #477dcf;
}

.fancybox-nav span {
    background: url("../img/fancybox_buttons.png") no-repeat;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span {
    left: 10px;
    border-radius: 50%;
    background-position: 0px 0px;
}

.fancybox-next span {
    right: 10px;
    background-position: -28px 0px;
    border-radius: 50%;
}

#kmacb, div#jivo-iframe-container:not(.jivo-c-mobile) {
    z-index: 100 !important;
}

#button-callback-placeholder {
    width: 100% !important;
    background: #fff !important;
    margin: 0 !important;
}

.contacts_quick_order > div .quick_order_form .buy-arrow .buy-arrow-contact {
    position: absolute;
    right: -30px;
    top: 290px;
}

@media screen and (max-width: 1200px) {
    /*----------------------------------------- header ----------------------------------*/
    header .header .table_header .table_cell_header .phones li {
        float: none;
        width: 100%;
    }

    .slider .prod_img .salehitbl {
        right: inherit;
        left: 0;
    }

    .quick_order > div .quick_order_lf {
        text-align: center;
    }

    .quick_order > div .quick_order_form {
        position: relative;
        top: inherit;
    }

    /*----------------------------------- product_info ----------------------------------*/
    .product_info .base_inf .buy_block .buy_button_big {
        margin: 6px 0 0 30px;
    }

    .product_info .timer_bl > div {
        float: none !important;
    }

    .product_info .timer_bl h5 {
        width: 100%;
        padding: 10px 0 30px 0;
        text-align: center;
    }

    .catalog .product_info_bl {
        margin-top: 50px;
    }

    /*---------------------------------- del_pay_bl --------------------------------------*/
    .del_pay_bl .del,
    .del_pay_bl .pay {
        background-position: center center;
    }
}

@media screen and (max-width: 992px) {
    /*----------------------------------- slider ----------------------------------------*/
    header .slider .slider_desc .buy_block > div {
        float: none !important;
    }

    header .slider .slider_desc .buy_block .buy_button_big {
        margin: 30px 0 0 0;
    }

    header .slider .sale_buy_block .left_input {
        padding-right: 15px;
    }

    header .slider .sale_buy_block .right_input {
        padding-left: 15px;
    }

    header .header .table_header .table_cell_header .buy_block .buy_block_btn {
        margin-right: 10px;
    }

    .slider .main_image_block {
        position: relative;
        margin: 0 auto;
    }

    .slider .prod_img .salehitbl {
        left: inherit;
        right: 26px;
    }

    .slider .slider_desc {
        text-align: center;
    }

    /*---------------------------------- advantages --------------------------------------*/
    .advantages ul {
        display: table;
        margin: 0 auto;
    }

    .advantages ul li {
        float: none;
        width: 100%;
        padding: 0;
    }

    .advantages ul li .table_header {
        height: 70px;
    }

    .buffer_bl {
        height: 30px;
    }

    /*------------------------------------ video -----------------------------------------*/
    .video .video_tx {
        padding-right: 0;
    }

    .video .video_if iframe {
        height: 220px;
    }

    /*---------------------------------- quick_order -------------------------------------*/
    .quick_order > div .quick_order_lf h4 {
        padding-bottom: 30px;
    }

    .quick_order > div .quick_order_form {
        position: initial;
        max-width: 360px;
        margin: 0 auto;
    }

    .quick_order > div .quick_order_lf h4,
    .quick_order > div .quick_order_lf h3,
    .quick_order > div .quick_order_lf p {
        text-align: center;
    }

    .quick_order > div .quick_order_form .buy-arrow img {
        position: absolute;
        right: 180px;
        top: 200px;
    }

    /*--------------------------------- product_info -------------------------------------*/
    .product_info .base_inf .buy_block > div {
        float: none !important;
    }

    .product_info .base_inf .buy_block .buy_button_big {
        margin: 24px auto 0 auto;
    }

    .product_info .product_info_bl {
        padding: 20px 0px 15px 0px;
    }

    .product_info .timer_bl {
        padding: 22px 0px;
    }

    #timer2d9629c325db20e5ce0cbd52ca1b28cc {
        min-width: 330px !important;
    }

    #timer-separator-2d9629c325db20e5ce0cbd52ca1b28cc-hours,
    #timer-separator-2d9629c325db20e5ce0cbd52ca1b28cc-minutes,
    #timer-separator-2d9629c325db20e5ce0cbd52ca1b28cc-secundes {
        padding: 0px 6px 0px 6px !important;
    }

    .product_info .catalog form .left_input {
        padding: 0;
    }

    .product_info .catalog form .right_input {
        padding: 0;
    }

    /*------------------------------- reviews -----------------------------------------*/
    .reviews .reviews_tx {
        padding: 0 10px 54px 50px;
    }

    /*------------------------------- del_pay_bl -----------------------------------------*/
    .del_pay_bl .del,
    .del_pay_bl .pay {
        background-size: 80%;
    }

    /*-------------------------------- about_bl -----------------------------------------*/
    .about_bl .about_bl_in .about_bl_right {
        padding: 71px 0 71px 30px;
    }

    .about_bl .about_bl_in .about_bl_left {
        padding: 71px 30px 71px 0;
    }

    .contacts_quick_order > div .quick_order_form .buy-arrow .buy-arrow-contact {
        top: 340px;
    }
}

@media screen and (max-width: 767px) {
    /*---------------------------------- header -----------------------------------------*/
    header .header .table_header .table_cell_header .logo img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    header .header .table_header .table_cell_header .logotype {
        font-size: 24px;
    }

    header .header .table_header .table_cell_header .buy_block > div {
        float: none !important;
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    header .header .table_header .table_cell_header .buy_block .buy_button_small {
        margin-top: 20px;
        letter-spacing: 0;
        padding: 10px 10px;
        width: auto;
        font-size: 10px;
    }

    .header .table_header {
        height: 132px;
    }

    .header .table_header .table_cell_header .logotype {
        font-size: 24px;
    }

    .header .table_header .table_cell_header .logo img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .header .table_header .table_cell_header .buy_block .buy_button_small {
        margin-top: 20px;
        letter-spacing: 0;
        padding: 10px 10px;
        width: auto;
        font-size: 10px;
    }

    .header .table_header .table_cell_header .buy_block > div {
        float: none !important;
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    .header .table_header .table_cell_header .buy_block .old_price span:first-child {
        font-size: 12px;
    }

    .header .table_header .table_cell_header .buy_block .new_price span:first-child {
        font-size: 18px;
    }

    .header .table_header .table_cell_header .buy_block .buy_button_small {
        margin-top: 0;
    }

    .header .table_header .table_cell_header .buy_block .old_price {
        margin-bottom: 5px;
    }

    .cen_num {
        padding: 0;
    }

    /*-------------------------------- slider -----------------------------------------*/
    header .slider .prod_img {
        margin: 30px auto;
    }

    header .slider .slider_desc h1,
    header .slider .slider_desc h3,
    header .slider .slider_desc .buy_block > div {
        text-align: center;
    }

    header .slider .slider_desc .buy_block > div {
        display: table;
        margin: 0 auto;
    }

    header .slider {
        padding-bottom: 50px;
    }

    /*------------------------------- video -----------------------------------------*/
    .video .video_tx h3,
    .video .video_tx ul li h4 {
        text-align: center;
    }

    .video .video_tx ul li p {
        text-align: justify;
    }

    .video .video_if {
        margin-top: 70px;
    }

    .video .video_if iframe {
        height: 300px;
    }

    /*-------------------------------- quick_order --------------------------------------*/
    .quick_order > div .quick_order_cn {
        margin: 40px auto 0 auto;
    }

    .quick_order > div .quick_order_rg ul {
        float: none;
        margin: 30px auto 0 auto;
        display: table;
    }

    /*-------------------------------- product_info -------------------------------------*/
    .product_info .base_inf h4 {
        text-align: center;
    }

    .product_info .base_inf .buy_block > div:first-child {
        display: table;
        text-align: center;
        margin: 0 auto;
    }

    .product_info .specifications h5 {
        text-align: center;
    }

    .product_info .specifications {
        padding: 39px 0 0 0;
        display: table;
        width: 70%;
        margin: 0 auto;
    }

    .product_info .specifications .table_bl .table_cell_header:last-child {
        padding-left: 14px;
    }

    .modal {
        padding: 0 15px !important;
    }

    .product_info_dop .product_info_bl .base_inf .additional-product {
        float: none;
        width: 220px;
        margin: 0px auto 40px auto;
    }
    .specifications p {
        padding: 15px;
    }

    /*--------------------------------- del_pay_bl ---------------------------------------*/
    .del_pay_bl .del,
    .del_pay_bl .pay {
        background-image: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .del_pay_bl h4,
    .del_pay_bl h5,
    .del_pay_bl p {
        text-align: center;
    }

    .del_pay_bl .del {
        padding-bottom: 40px;
    }

    /*--------------------------------- about_bl -----------------------------------------*/
    .about_bl .about_bl_in .about_bl_img_lf,
    .about_bl .about_bl_in .about_bl_img_rg {
        display: none;
    }

    .about_bl .about_bl_in .about_bl_right {
        padding: 0px 0 0 0;
    }

    .about_bl .about_bl_in .about_bl_left {
        padding: 71px 0;
    }

    .about_bl .about_bl_in h3 {
        text-align: center;
    }

    .about_bl .about_bl_in p {
        text-align: justify;
    }

    /*----------------------------------------- gallery -----------------------------------------*/
    .gallery .gallery-1 {
        height: 200px;
    }

    .gallery .gallery-2 {
        height: 200px;
    }

    .gallery .gallery-3 {
        height: 400px;
    }

    .gallery .gallery-4 {
        display: none;
    }

    .gallery .gallery-5 {
        display: none;
    }

    .gallery .gallery-6 {
        display: none;
    }

    .contacts_quick_order > div .quick_order_form .buy-arrow .buy-arrow-contact {
        top: 290px;
    }
}

@media screen and (max-width: 630px) {
    /*-------------------------------- product_info --------------------------------------*/
    .product_info .specifications {
        width: 80%;
    }

    .contacts_quick_order > div .quick_order_form .buy-arrow .buy-arrow-contact {
        top: 310px;
    }
}

@media screen and (max-width: 478px) {
    /*-------------------------------- video -----------------------------------------*/
    .video .video_if iframe {
        height: 200px;
    }

    /*------------------------------------ gallery ---------------------------------------*/
    .gallery .owl-carousel {
        padding: 0 30px;
    }

    /*----------------------------------- product_info -----------------------------------*/
    .product_info .specifications {
        width: 100%;
    }

    #timer2d9629c325db20e5ce0cbd52ca1b28cc {
        max-width: 240px !important;
        min-width: 240px !important;
    }

    #timer-element-2d9629c325db20e5ce0cbd52ca1b28cc-days,
    #timer-element-2d9629c325db20e5ce0cbd52ca1b28cc-hours,
    #timer-element-2d9629c325db20e5ce0cbd52ca1b28cc-minutes,
    #timer-element-2d9629c325db20e5ce0cbd52ca1b28cc-secundes {
        width: 42px !important;
    }

    #timer2d9629c325db20e5ce0cbd52ca1b28cc canvas {
        width: 50px;
        height: 50px;
        top: 11px !important;
        left: -4px !important;
    }

    .product_info .timer_bl h5 {
        padding: 10px 0 20px 0;
    }

    .quick_order > div .quick_order_form .buy-arrow img {
        position: absolute;
        right: -10px;
        top: 205px;
    }

    /*-------------------------------- reviews -----------------------------------------*/
    .reviews .reviews_tl > div {
        float: none !important;
    }

    .reviews .reviews_tl {
        text-align: center;
    }

    .reviews .reviews_tl .buy_button_small {
        margin: 40px auto 0 auto;
    }

    /*---------------------------------- advantages --------------------------------*/
    .advantages ul li .ag_1_f {
        width: 100%;
        float: none;
        text-align: center;
    }

    .advantages ul li .ag_1_s {
        width: 100%;
    }

    .advantages ul li p {
        text-align: center;
        padding-left: 0;
    }

    /*---------------------------------- button --------------------------------*/
    .tm-button-submit-big {
        margin-left: -50px !important;
    }

    .slider .sale_buy_block .old_price {
        margin-right: 14px;
    }

    .slider .sale_buy_block .new_price span:first-child {
        font-size: 30px;
    }

    .tm-cart-form-field {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 10px 0 !important;

    }

    .tm-width-custom.tm-cart-form-label {
        display: none;
    }

    .uk-modal > div {
        width: 85% !important;
    }

    .tm-button-submit-big {
        margin-left: 0 !important;
    }

    .tm-grid-form {
        margin-left: 0;
    }

    .tm-grid {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 376px) {
    .contacts_quick_order > div .quick_order_form .buy-arrow .buy-arrow-contact {
        top: 340px;
    }
}

@media screen and (max-width: 320px) {
    .contacts_quick_order > div .quick_order_form .buy-arrow .buy-arrow-contact {
        top: 370px;
    }
}

.tab-content #warranty-page .warranty-page .warranty-page-title {
    padding: 34px 0;
    text-transform: uppercase;
}

.tab-content #delivery-page .delivery-page .delivery-page-title {
    padding: 34px 0 0 15px;
    text-transform: uppercase;
}

.tab-content #about-page .about-page .about-page-title {
    padding: 34px 0 34px 15px;
    text-transform: uppercase;
}

.tab-content #contact-page .contact-page .contact-page-title {
    padding: 34px 0;
    text-transform: uppercase;
}

.modal {
    top: 20% !important;
    font-family: inherit !important;
}

html.html-modal-open {
    overflow-y: hidden;
}

.flex-pull-right {
    justify-content: flex-end;
}

.custom-collapsed-nav-bar {
    margin: 7.5px -15px;
    margin-bottom: 0 !important;
    padding-left: 0;
    list-style: none;
}

#navbar .nav > li > a {
    padding: 10px 30px !important;
    color: #fff !important;
}

#navbar .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.4) !important;
}

.custom-icon-bar {
	background: #fff !important;
	display: block !important;
	width: 22px !important;
	height: 2px !important;
	border-radius: 1px !important;
	margin-top: 4px !important;
}

.custom-toggle-btn .custom-icon-bar:nth-child(2) {
	margin-top: 0px !important;
}

.custom-toggle-btn {
	margin: 33px 15px;
	position: relative;
	float: left;
	padding: 7px 8px;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: none;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 4px;
}

#navbar {
    position: absolute;
    top: 100px;
    z-index: 7;
}

.custom-collapsed-nav-bar .active {
    background: rgba(255, 255, 255, 0.4) !important;
}

.menu .active {
    opacity: 0.7;
}

.tm-button-submit:hover, .tm-button-submit:focus {
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
}

.tm-button-submit {
    display: block !important;
    text-align: center !important;
    border-radius: 30px !important;
    background: #f2f2f2 !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    width: 240px !important;
    height: auto !important;
    padding: 10px 0 !important;
    letter-spacing: 1px !important;
    -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35) !important;
    margin: 0 auto;
}

.tm-button-submit-big {
    color: #426395;
    border: 3px solid;
    margin: 0 auto 0 auto;
}

.tm-button-submit-big:hover {
    color: #333;
}

.tm-cart-form-field input {
    border: 3px solid #e2e2e2 !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    font-size: 14px !important;
    color: #333 !important;
    padding: 7px 15px !important;
    width: 100% !important;
    outline: none !important;
}

#privacy_policy .tm-cart-heading{
    margin: 0 0 20px 0 !important;
    padding: 20px 40px !important;
}

.tm-cart-form-label, .tm-text-center, .tm-cart-heading, .tm-modal-privacy-policy {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    padding: 5px 30px;
}

.tm-cart-form-field textarea {
    border-radius: 10px;
    padding: 7px 15px !important;
    border: 3px solid #e2e2e2 !important;
    font-size: 14px !important;
    color: #333 !important;
    width: 100% !important;
    line-height: 1.42 !important;
    height: 120px;
}

textarea::placeholder {
    color: #bfbfbf !important;
}

.tm-grid + .tm-grid {
    margin-top: 10px !important;
}

.tm-modal-close {
    padding-left: 1px;
}

.tm-modal-close, .fancybox-close {
    background-color: #fff !important;
    border: 2px solid #426395;
    font-size: 28px;
    height: 32px;
    width: 32px;
    position: absolute;
    right: -14px;
    top: -14px;
    border-radius: 50px;
    text-align: center;
    line-height: 26px;
    z-index: 2100000;
}

/*.tm-modal-close:hover, .fancybox-close:hover {
	color: #477dcf !important;
	border: 2px solid #477dcf;
}*/

.fancybox-close:before {
    content: '\d7';
}

.fancybox-opened {
    z-index: 200002 !important;
}

.fancybox-overlay {
    z-index: 200001 !important;
}

.close span {
    font-size: 36px;
    font-weight: 500;
}

.close {
    opacity: 1 !important;
}

.tm-cart-line-dark:last-child p:last-child {
    font-size: 11px !important;
    color: #999 !important;
}

.tm-cart-heading {
    color: #ffffff !important;
    font-family: inherit !important;
    font-weight: 500 !important;
}

.tm-form select, .tm-form textarea, .tm-form input[type="text"], .tm-form input[type="password"], .tm-form input[type="datetime"], .tm-form input[type="datetime-local"], .tm-form input[type="date"], .tm-form input[type="month"], .tm-form input[type="time"], .tm-form input[type="week"], .tm-form input[type="number"], .tm-form input[type="email"], .tm-form input[type="url"], .tm-form input[type="search"], .tm-form input[type="tel"], .tm-form input[type="color"] {
    line-height: 42px;
}

.uk-modal > div {
    border-radius: 6px !important;
}

.tm-cart-line-header {
    border-radius: 6px 6px 0px 0px !important;
}

.tm-modal-recall, .tm-modal-review, .tm-modal-feedback {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    margin: 40px auto;
}

#window {
    top: 139px !important;
}

.panelslide {
    margin-top: 19px !important;
}

#wholesale .tm-modal-recall, #privacy_policy .tm-modal-recall {
    margin: 50px auto 50px !important;
}

[class*="tm-features-icon-"] {
    background: none !important;
    float: none !important;
    margin-right: 0px !important;
}

.tm-features-icon-original {
    height: 31px;
    float: left !important;
    padding-top: 5px;
    font-size: 33px;
    width: 35px;
}

.tm-features-icon-original:before {
    font-family: Flaticon;
    content: "\f102";
}

.tm-features-icon-garant {
    height: 31px;
    float: left !important;
    padding-top: 5px;
    font-size: 33px;
    width: 35px;
}

.tm-features-icon-garant:before {
    font-family: Flaticon;
    content: "\f106";
}

.tm-features-icon-delivery {
    height: 31px;
    float: left !important;
    padding-top: 5px;
    font-size: 33px;
    width: 35px;
    margin-right: 5px !important;
}

.tm-features-icon-delivery:before {
    font-family: Flaticon;
    content: "\f105";
}

.contacts_quick_order {
    margin-top: 50px;
}

.contacts_quick_order > div {
    margin: 0 auto;
    float: none;
    width: 100%;
}

p#contact_page_form_title {
    padding: 10px 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

p#contact_page_form_subtitle {
    padding: 10px 0 20px 0;
    font-size: 18px;
}

.contacts_quick_order > div .quick_order_form {
    display: table;
    width: 100%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.contacts_quick_order > div .quick_order_form input[type="text"] {
    border: 3px solid #e2e2e2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    color: #333;
    padding: 18px 26px;
    margin-bottom: 23px;
}
.contacts_quick_order > div .quick_order_form input[type="email"] {
    border: 3px solid #e2e2e2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    color: #333;
    padding: 18px 26px;
    margin-bottom: 23px;
}

.contacts_quick_order > div .quick_order_form .buy_button_big {
    color: #426395;
    border: 3px solid #a80010;
    background: transparent;
    width: 100%;
}

.contacts_quick_order > div .quick_order_form .buy-arrow img {
    position: absolute;
    right: -30px;
    top: 200px;
}

.contacts_quick_order > div .quick_order_form p {
    text-align: center;
    padding-top: 25px;
}

.contacts_quick_order > div .quick_order_form p .old_price {
    color: #426395;
    margin-right: 36px;
}

.contacts_quick_order > div .quick_order_form p .new_price span:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 90%;
    color: #a80010;
}

.contacts_quick_order > div .quick_order_form p .new_price span:last-child {
    font-size: 20px;
}

.contacts_quick_order > div .quick_order_form p .old_price span:first-child {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.contacts_quick_order > div .quick_order_form p .old_price span:last-child {
    font-size: 18px;
}

.contacts_quick_order > div .quick_order_form p .new_price span:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 90%;
    color: #a80010;
}

.contacts_quick_order > div .quick_order_form p .new_price span:last-child {
    font-size: 20px;
}

.wrap_mW._show_1e {
    bottom: -10px !important;
    left: 10px !important;
    width: 50px !important;
}

@media screen and (max-width: 980px) {
    #kmacb {
        width: 90px !important;
        height: 90px !important;
        right: 10px !important;
        bottom: 10px !important
    }

    #kmacb .kmacb-circle-fill {
        width: 74px !important;
        height: 74px !important;
        top: 18px !important;
        left: 18px !important
    }

    #kmacb .kmacb-circle {
        top: 12px !important;
        left: 12px !important;
        width: 86px !important;
        height: 86px !important
    }

    #kmacb .kmacb-img-circle {
        width: 60px !important;
        height: 60px !important;
        background-size: 32px 45px;
        top: 25px !important;
        left: 25px !important;
    }
}

.tm-order-code span, .tm-order-code strong {
    color: #fff !important;
}

.tm-button-final-page {
    font-size: 14px !important;
}

#relatives_final_page .tm-cart-form-field input {
    height: 42px;
    width: 100%;
    margin-bottom: 10px;
}

#head-callback {
    display: inline-block;
    position: inherit;
}

/* COPYRIGHT */

.copyright {
    margin: 20px 0;
}
#copyright-gal {
    margin: 0 0 20px 0;
}
.copy-gal-right {
    float: right;
}
.copy-gal-left {
    float: left;
}
.copyright-gal, .checkout {
    margin: 30px 0;
}
.copyright-title {
    margin: 20px 0;
}

/* CASE CONTENT */

.btn-primary {
    background-color: #702f81;
    padding: 10px 15px;
    border: 1px solid #981ab9;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #981ab9;
    border: 1px solid #702f81;
}

.language-study {
    margin: 20px 0;
}
.blockquote-ask {
    border-left: 5px solid #702f81;
}
.blockquote-answer {
    border-left: 5px solid #fbb402;
}

/* NEW BLOCKS */

.works {
    margin: 20px 0;
}
.works-cont {
    padding: 20px 0;
}
.fa-star {
    color: #fbb402;
}

.quick_order-new > div {
    background: url(../img/mause_click.png) 100%;
    padding: 15px 0;
}
.quick_order-new > div .quick_order_rg {
    margin: 0;
}
.quick_order-new > div .quick_order_lf {
    margin: 0;
}
.quick_order-new > div .quick_order_form {
    display: table;
    width: 85%;
    position: absolute;
    top: -25px;
    background: #fff;
    padding: 80px 50px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.quick_order-new > div .quick_order_lf h3 {
    padding-bottom: 15px;
}

#cavabanga li {
    padding: 15px 0;
}

@media screen and (max-width: 1200px) {
    .quick_order-new > div .quick_order_form {
         position: unset !important;
         top: unset;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    #head-callback {
        display: none;
    }
}

#head-callback a {
    text-decoration: none;
}

#head-callback .head-callback-img-circle {
    position: inherit;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: url(../img/auricular-phone-symbol-in-a-circle.png) 0 0 no-repeat;
}

#head-callback .head-callback-img-circle {
    -webkit-animation: head-callback-circle-img-anim-hover 1.3s infinite ease-in-out;
    -moz-animation: head-callback-circle-img-anim-hover 1.3s infinite ease-in-out;
    -ms-animation: head-callback-circle-img-anim-hover 1.3s infinite ease-in-out;
    -o-animation: head-callback-circle-img-anim-hover 1.3s infinite ease-in-out;
    animation: head-callback-circle-img-anim-hover 1.3s infinite ease-in-out
}

#scroll-up-down {
    position: fixed;
    right: 0px;
    top: calc(50vh - 50px);
}

@media screen and (max-width: 767px) {
    #scroll-up-down {
        display: none !important;
    }
}

#nav_scroll_up {
    border-radius: 10px 0px 0px 0px;
    border-bottom: 1px solid transparent;
}

#nav_scroll_down {
    border-radius: 0px 0px 0px 10px;
    border-top: 1px solid transparent;
}

#nav_scroll_down, #nav_scroll_up {
    background-color: rgb(144, 133, 134);
    opacity: .8;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
}

#nav_scroll_down i, #nav_scroll_up i {
    color: #FFF;
    font-size: 20px;
}

@keyframes head-callback-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes head-callback-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes head-callback-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes head-callback-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes head-callback-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes head-callback-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes head-callback-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes head-callback-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.datetimepicker2 .input-group-addon {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #555;
    text-align: center;
    border-radius: 4px;
    vertical-align: top;
    border: none;
}

.relatives-block .tm-cart-form-field {
    width: 222px;
}

.relatives-block .tm-cart-form-field input {
    background: #fff;
}

.relatives-block .tm-cart-form-field label {
    display: block !important;
    text-align: center !important;
    background: #f2f2f2;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    height: auto !important;
    padding: 10px 5px !important;
    letter-spacing: 1px !important;
    -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.35) !important;
    margin: 0 auto;
    color: #426395;
    border: 3px solid;
    margin: 0 auto 0 auto;
}

.relatives-block .tm-cart-form-field .label1 {
    border-radius: 100px 0 0 100px !important;
}

.relatives-block .tm-cart-form-field .label2 {
    border-radius: 0 100px 100px 0 !important;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    border-color: #204d74;
    background: #333 !important;
}

.relatives-block .tm-cart-form-field .btn-group label {
    outline: none;
}

.datetimepicker2 table {
    min-width: 200px;
}

.fa-plus-circle {
    color: #20750c;
    font-size: 17px;
    cursor: pointer;
}

.relatives-block .active {
    opacity: 1 !important;
}

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

ul li {
    list-style: none;
}

.name_input, .phone_input, .email_input {
    width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    cursor: pointer;
}

.p0 {
    padding: 0 !important;
}

#nav_scroll_down:hover, #nav_scroll_up:hover {
    background-color: rgb(98,1,108) !important;
}

.over_ph_over {
    width: 145px;
    line-height: 0;
    float: right;
}

.over_ph {
    text-align: left;
    margin: 10px 0;
}

header .header .header-phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.tel_phones {
    color: #ffffff;
    width: 100%;
    font-size: 16px;
}

#head-callback {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

header .header .header-phone div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 360px) {
    #head-callback {
        display: none;
    }
}

.tm-cart-submit-button,
.tm-cart-submit-button.uk-modal-close {
    background-color: #4fb000;
    color: #fff;
    box-shadow: 0 2px 0 #3c8500;
}

.tm-cart-submit-button:hover,
.tm-cart-submit-button:focus,
.tm-cart-submit-button.uk-modal-close:hover,
.tm-cart-submit-button.uk-modal-close:hover {
    background-color: #9e0061;
    color: #64003d;
    box-shadow: 0 2px 0 #64003d;
}

/*================================ScrollBar=================================*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: #fbb402;
}

::-webkit-scrollbar-track {
    background: rgb(112,47,129);
}

.inner-modal {
    max-width: 460px;
    background: #ffffff;
    margin: 40px auto;
    border-radius: 6px;
}

.tm-cart-heading {
    padding: 20px 40px 20px 40px !important;
    background: rgb(98,1,108) !important;
    text-align: center !important;
}

.tm-grid.tm-grid-form {
    margin: 0 0 20px 0 !important;
}

.tm-width-custom.tm-cart-form-label {
    font-size: 16px;
    font-weight: 700;
}

.tm-form {
    padding: 0 40px 40px 40px !important;
}

.privacy {
    overflow: auto;
    height: 80%;
    max-width: 600px;
    background: #ffffff;
    margin: 40px auto;
    border-radius: 6px;
}

input, input:hover, input:focus, input:active {
    outline: none !important;
}

textarea, textarea:hover, textarea:focus, textarea:active {
    outline: none !important;
}

.fancybox-next span {
    right: 10px !important;
    background-position: -26px 0px !important;
}

.fancybox-prev span {
    left: 10px !important;
    background-position: 0px 0px !important;
}

.buynow {
    position: relative;
    padding: 50px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 2, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.buynow input[type="text"] {
    border: 3px solid #e2e2e2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    color: #333;
    padding: 18px 26px;
    margin-bottom: 23px;
    outline: none;
}
.buynow input[type="email"] {
    border: 3px solid #e2e2e2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    color: #333;
    padding: 18px 26px;
    margin-bottom: 23px;
    outline: none;
}

.buynow .buy_button_big {
    color: #426395;
    border: 3px solid #a80010;
    background: transparent;
    width: 100%;
    outline: none;
}

.buynow p {
    text-align: center;
    padding-top: 25px;
}

.buynow img {
    position: absolute;
    right: -30px;
    top: 200px;
}

.buynow .oldprice {
    color: #426395;
    margin-right: 36px;
}

.buynow .new_price span:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 90%;
    color: #a80010;
}

.buynow .new_price span:last-child {
    font-size: 20px;
}

.buynow .old_price span:first-child {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.buynow .old_price span:last-child {
    font-size: 18px;
}

.case-headers {
    font-weight: 300;
    color: #961ab7;
    font-size: 40px;
    margin: 30px 0 0 0;
}

.case-headers:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #fb397d;
    margin: 15px auto 30px auto;
}

#language-study .product_info_bl {
    min-height: 460px !important;
}

.product_info .btn-group .btn-secondary {
    color: #fff;
    background-color: #884bdf;
    border-color: #7613ad;
    padding: 15px 40px;
}

.product_info .btn-group .btn-secondary:hover, .product_info .btn-group .btn-secondary:focus {
    color: #fff;
    background-color: #fa397d;
}