@font-face{
    font-family: 'BeauSansPro';
    src: url('fonts/PFBeauSansPro-Reg.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'BeauSansPro_SemiBold';
    src: url('fonts/PFBeauSansPro-SeBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'BeauSansPro_Bold';
    src: url('fonts/PFBeauSansPro-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'BeauSansPro';
}
input, textarea, button{
    outline: none;
}
h1{
    font-family: 'BeauSansPro_Bold';
    font-size: 40px;
}
h2{
    font-size: 24px;
    font-family: 'BeauSansPro_Bold';
}
h3{
    font-size: 30px;
    font-family: 'BeauSansPro_Bold';
    color: #2e5061 !important;
}
h4{
    font-family: 'BeauSansPro_Bold';
    font-size: 18px;
}
button{
    cursor: pointer;
}
form label {
    cursor: pointer;
}
.s_trust_us h3,
.s_where_use h3{
    text-align: center;
    margin-bottom: 40px;
}
.s_products h3,
.s_certificates h3,
.s_prod_delivery h3,
.s_thanksgiving h3{
    text-align: center;
    margin-bottom: 64px;
}
.s_gallery h3{
    text-align: center;
    margin-bottom: 24px;
}
.s_pricelist_form h2{
    color: #fff;
}

.container{
    max-width: 1296px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
}
.flex_wrap{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
header{
    /*background: url('img/main.png') 73% 71% no-repeat,
                url('img/main_item3.png') 35% 78% no-repeat,
                url('img/main_item4.png') 70% 10% no-repeat,
                url('img/main_item5.png') 97% 50% no-repeat,
                url('img/main_item6.png') 3% 20% no-repeat;
    background: url('img/main_item3.png') 35% 78% no-repeat,
                url('img/main_item4.png') 70% 10% no-repeat,
                url('img/main_item5.png') 97% 50% no-repeat,
                url('img/main_item6.png') 3% 20% no-repeat;
    background-attachment: fixed, scroll, fixed, fixed;*/

    background-color: #FDD349;
    padding-bottom: 290px;
    position: relative;
}
.s_products{
    background: url('img/item1.png') 95% 88% no-repeat,
                url('img/item4a.png') 3% 70% no-repeat;
}
.s_gallery{
    background: url('img/item3.png') 35% 78% no-repeat,
                url('img/main_item4.png') 70% 10% no-repeat,
                url('img/item1.png') 97% 50% no-repeat,
                url('img/item4.png') 3% 20% no-repeat;
}
.s_pricelist_form .container{
    background: url('img/item3a.png') 51% 58% no-repeat,
                url('img/item2a.png') 90% 5% no-repeat;
    padding: 32px 0 40px;
}
.s_prod_delivery{
    background: url('img/item4.png') 8% 88% no-repeat,
                url('img/item3.png') 88% 10% no-repeat;
}
.s_video_block .back_wrap{
    background: url('img/item4a.png') 107% 108% no-repeat;
}
.s_where_use{
    padding-bottom: 120px;
}
.soft_item{
    position: absolute;
}
.soft_item img{
    width: 100%;
}
header .soft_item.one_1{
    top: 73%;
    left: 35%;
    z-index: 0;
}
header .soft_item.one_2{
    top: 12%;
    left: 60%;
    z-index: 0;
}
header .soft_item.one_3{
    top: 45%;
    left: 86%;
    z-index: 0;
}
header .soft_item.one_4{
    top: 22%;
    left: 7%;
    z-index: 0;
}
header .soft_item.one{
    bottom: -8%;
    left: 10%;
}
header .soft_item.two{
    bottom: -10%;
    right: 20%;
}
.soft_item.three{
    bottom: -43%;
    right: 35%;
    width: 140px;
    z-index: -1;
}
.soft_item.four{
    top: -9%;
    left: 10%;
}
.soft_item.five{
    bottom: -21%;
    right: 15%;
}
.soft_item.six{
    top: -17%;
    right: 40%;
}
.soft_item.seven{
    bottom: -24%;
    right: 11%;
}
header .soft_item.one img{
    max-width: 300px;
}
header .soft_item.two img{
    max-width: 300px;
}
header .header_top{
    display: grid;
    grid-template-columns: 15% 55% 30%;
    height: 60px;
    padding-top: 12px;
    position: relative;
}
body.old header .header_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header_top .nav{
    position: relative;
}
header .header_top .logo{
    min-width: 150px;
    max-width: 170px;
    margin-right: 16px;
}
header .header_top .logo a{
    display: flex;
    align-items: center;
    height: 100%;
}
header .header_top .logo a img{
    display: block;
    width: 100%;
}
header .header_top .menu{
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
}
header .header_top .toggle_menu{
    width: 42px;
    height: 33px;
    padding: 9px 10px;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    display: none;
    transition: all 0.3s ease;
}
header .header_top .toggle_menu span{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 0px auto 4px;
    background-color: #6B448C;
    transition: all 0.3s ease;
}
header .header_top .toggle_menu.active span:nth-of-type(1){
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
}
header .header_top .toggle_menu.active span:nth-of-type(2){
    opacity: 0;
}
header .header_top .toggle_menu.active span:nth-of-type(3){
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 12px;
}
header .header_top .menu li{
    margin-right: 21px;
}
header .header_top .menu li a{
    font-family: 'BeauSansPro_SemiBold';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
header .header_top .menu li a:hover{
    color: #6B448C;
}
.header_contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.old .header_contacts{
    width: 27%;
}
.header_contacts .mail{
    font-family: 'BeauSansPro_SemiBold';
    font-size: 16px;
    color: #6B448C;
    text-decoration: none;
    margin: 0 auto;
}
.header_contacts .phone{
    display: block;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-family: 'BeauSansPro_SemiBold';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-color: #6B448C;
    border-radius: 35px;
    transition: background 0.3s ease;
    cursor: pointer;
}
.header_contacts .phone .fa-phone{
    display: none;
    line-height: 46px;
    font-size: 24px;
}
.header_contacts .phone:hover{
    background-color: #481673;
}
header .header_content{
    margin-top: 160px;
    position: relative;
    z-index: 10;
}
header .header_content .main_image{
    position: absolute;
    top: -60px;
    right: -20px;
    z-index: 0;
}
header .header_content h1{
    color: #fff;
    text-shadow: 0 3px 6px #D8A00E;
}
header .header_content .delivery_notice{
    font-family: 'BeauSansPro_Bold';
    font-size: 18px;
    color: #AC6322;
    padding-left: 72px;
    position: relative;
    line-height: 60px;
    margin-top: 17px;
}
header .header_content .delivery_notice:before{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url('img/boxes.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.btn{
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-family: 'BeauSansPro_SemiBold';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    padding: 0 28px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.purple{
    background-color: #6B448C;
}
.blue{
    background-color: #23B7EE;
}
.btn.purple:hover{
    background-color: #481673;
}
.btn.blue:hover{
    background-color: #1787B0;
}
.header_content .btn.purple{
    margin-top: 34px;
}
.container .items_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.s_trust_us .container .items_list .item{
    padding-left: 72px;
    padding-right: 20px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    font-size: 15px;
    color: #7A7F85;
    display: flex;
    align-items: center;
}
.s_trust_us{
    padding-bottom: 110px;
    padding-top: 78px;
    position: relative;
}
.s_products .products_list{
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
body.old .s_products .products_list{
    display: block;
    text-align: center;
}
.s_products .products_list .product_item{
    width: 340px;
    height: 510px;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin: 0 auto 110px;
    background-color: #fff;
}
body.old .s_products .products_list .product_item{
    display: inline-block;
    margin: 0 20px 110px;
    vertical-align:top;
}
.s_products .products_list .product_item.auto_height{
    height: auto;
}
.s_products .products_list .product_item .product_description{
    padding: 28px 24px 0;
    position: relative;
}
.s_products .products_list .product_item .product_image{
    height: 206px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.s_products .products_list .product_item .item_title{
    margin-bottom: 24px;
}
.s_products .products_list .product_item .item_description{
    font-size: 15px;
    color: #7A7F85;
    height: 59px;
    overflow: hidden;
    margin-bottom: 12px;
    display: block;
    position: relative;
}
.s_products .products_list .product_item .item_description:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    background-image: linear-gradient(to top,#fff,#fff0);
}
.s_products .products_list .product_item .item_description.noshadow:after{
    height: 5px;
}
.s_products .products_list .product_item .toggle_description{
    font-size: 15px;
    text-decoration: underline;
    color: #7A7F85;
    cursor: pointer;
}
.s_products .products_list .product_item .toggle_description:hover{
    text-decoration: none;
}
.s_products .products_list .product_item .quantity_details{
    font-size: 15px;
    color: #172434;
    margin-top: 24px;
}
.s_products .products_list .product_item .product_price{
    color: #00AFA5;
    font-size: 15px;
    margin-top: 12px;
}
.s_products .products_list .product_item .btn{
    position: relative;
    margin: 0 auto;   
    display: block;  
    bottom: -30px;
}
.s_gallery .filter_btns ul{
    display: flex;
    justify-content: center;
}
.s_gallery .filter_btns ul li{
    display: inline-block;
    padding: 0 30px;
    height: 36px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #707070;
    background-color: #EDF2F8;
    cursor: pointer;
    margin: 0 4px;
    transition: all 0.3s ease;
}
.s_gallery .filter_btns ul li a{
    line-height: 36px;
    font-size: 15px;
    color: #7A7F85;
    text-decoration: none;
    transition: all 0.3s ease;
}
.s_gallery .filter_btns ul li:hover{
    border-color: #00D8CB;
    background-color: #00D8CB;
}
.s_gallery .filter_btns ul li:hover a{
    color: #fff;
}
.gallery_image{
    width: 310px;
    height: 175px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery_slider{
    margin: 24px 0;
}

.gallery_slider .gallery_item a.fancybox_img{
    display: block;
    text-align: center;
}
.gallery_slider .gallery_item a.fancybox_img img{
    height: 240px;
    width: auto;
    margin: 0 auto;
    max-width: 320px;
}

.owl-prev > div{
    width: 60px;
    height: 60px;
    background-size: 33% 50%;
    background-position: 18px center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.prev_white{
    background-color: rgba(200,200,200,0.4);
    background-image: url('img/prev_white.png');
}
.owl-prev:hover .prev_white{
    background-color: rgba(170,170,170,0.8);
}
.prev_blue{
    background-color: rgba(20,147,194,0.2);
    background-image: url('img/prev_blue.png');
}
.owl-prev:hover .prev_blue{
    background-color: rgba(20,147,194,0.4);
}
.owl-prev{
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 39%;
    left: 12%;
}

.owl-next > div{
    width: 60px;
    height: 60px;
    background-size: 33% 50%;
    background-position: 23px center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.next_white{
    background-color: rgba(200,200,200,0.4);
    background-image: url('img/next_white.png');
}
.owl-next:hover .next_white{
    background-color: rgba(170,170,170,0.8);
}
.next_blue{
    background-color: rgba(20,147,194,0.2);
    background-image: url('img/next_blue.png');
}
.owl-next:hover .next_blue{
    background-color: rgba(20,147,194,0.4);
}
.owl-next{
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 39%;
    right: 12%;
}
.navblue .owl-next{
    right: -46px;
}
.navblue .owl-prev{
    left: -46px;
}
.s_pricelist_form{
    /*background-image: url('img/section_back1.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;*/
    background: #6b448c;
    background: -moz-linear-gradient(left, #6b448c 0%, #9244d5 68%, #9244d5 80%, #6b448c 100%);
    background: -webkit-linear-gradient(left, #6b448c 0%,#9244d5 68%,#9244d5 80%,#6b448c 100%);
    background: linear-gradient(to right, #6b448c 0%,#9244d5 68%,#9244d5 80%,#6b448c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b448c', endColorstr='#6b448c',GradientType=1 );
    position: relative;
}
.s_pricelist_form .form_image{
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 0;
}
.s_pricelist_form #downloadPricelist{
    margin-top: 34px;
}
.beauty_checkbox input[type="checkbox"]{
    display:none;
}
.exview_checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.beauty_checkbox .exview_checkbox i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('img/unchecked.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
.beauty_checkbox  input[type="checkbox"]:checked + .exview_checkbox i{
    background-image: url('img/checked.png');
}
.beauty_checkbox .exview_checkbox span{
    font-size:15px;
    color:#fff;
}
.s_pricelist_form .pricelist_wrap{
    padding: 0 15%;
}
form .form_field{
    margin-top: 24px;
    display: block;
}
form .form_field input{
    height: 60px;
    font-size: 18px;
    line-height: 18px;
    background-color: #fff;
    padding: 16px 2px 17px 12px;
    border-radius: 35px;
    border: none;
}
.s_pricelist_form #downloadPricelist{
    width: 340px;
}

.s_pricelist_form #downloadPricelist .form_field input{
    display: block;
    width: 100%;
}
#downloadPricelist .btn{
    margin-top:24px;
}
.form_notice{
    font-size: 15px;
    color: #fff;
    opacity: .6;
    white-space: nowrap;
    margin-top: 20px;
}

.s_certificates{
    padding-bottom: 80px;
    padding-top: 120px;
}
.s_certificates .certificates_slider .certificate_item,
.s_thanksgiving .thanksgiving_slider .thanksgiving_item{
    width: 95%;
    height: 388px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 10px 20px -11px #23B7EE;
    margin-bottom: 20px;
}
.s_prod_delivery .prod_delivery_list{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
body.old .s_prod_delivery .prod_delivery_list{
    display: block;
    text-align: center;
}
.s_prod_delivery{
    padding-bottom: 110px;
}
.s_prod_delivery .prod_delivery_list .prod_delivery_item{
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 75px;
    padding: 0 28px;
    margin: 12px;
    border: none;
    background-color: #E6F0F3;
    background-position: center center;
    background-size: 44%;
    background-repeat: no-repeat;
    transition: background 0.3s ease;
}
body.old .s_prod_delivery .prod_delivery_list .prod_delivery_item{
    width: 20%;
    display: inline-block;
}
.items_list .item .item_description{
    font-size: 15px;
    color: #7A7F85;
}
.s_where_use .items_list .item .item_description{
    margin-top: 22px;
    text-align: center;
}
.s_where_use .items_list .item h4{
    text-align: center;
    margin: 22px 0;
}
.item_icon{
    width: 60px;
    height: 60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.s_video_block{
    /*background-image: url('img/section_back2.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;*/
    padding: 0;
    /* margin-bottom: 100px; */
    background: #00afa5;
    background: -moz-linear-gradient(left, #00afa5 0%, #00e9dc 19%, #00e9dc 19%, #00e9dc 37%, #00e9dc 37%, #00afa5 100%);
    background: -webkit-linear-gradient(left, #00afa5 0%,#00e9dc 19%,#00e9dc 19%,#00e9dc 37%,#00e9dc 37%,#00afa5 100%);
    background: linear-gradient(to right, #00afa5 0%,#00e9dc 19%,#00e9dc 19%,#00e9dc 37%,#00e9dc 37%,#00afa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afa5', endColorstr='#00afa5',GradientType=1 );
    position: relative;
}
.s_video_block .video{
    box-shadow: 0 10px 39px #00BCB1;
    border-radius: 16px;
    max-width: 550px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.s_video_block .video img{
    max-width: 550px;
}
.s_video_block .section_content{
    padding: 0 0 0 60px;
}
.s_video_block .section_content h4{
    color: #fff;
    margin-bottom: 26px;
}
.s_video_block .section_content p{
    color: #fff;
    display: block;
    font-size: 15px;
}
.s_thanksgiving{
    margin-bottom: 60px;
}

.s_skype_call{
    background: #f4739a; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f4739a 0%, #e82863 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #f4739a 0%,#e82863 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #f4739a 0%,#e82863 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4739a', endColorstr='#e82863',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.s_skype_call .section_title{
    max-width: 30%;
    height: 60px;
}
.s_skype_call .section_title span{
    color: #fff;
    font-family: 'BeauSansPro_Bold';
    font-size: 20px;
}
.s_skype_call .section_title img{
    margin: 0 12px 0 15px;
}
.s_skype_call .skype_form{
    max-width: 70%;
}
.s_skype_call .container{
    padding: 32px 10px;
    background-image: url('img/skype_back.png');
    background-position: 20% -20px;
    background-size: 160px 160px;
    background-repeat: no-repeat;
}
.s_skype_call .container .skype_form .form_field {
    margin: 0 12px;
}
.s_skype_call .container .skype_form .form_field input[name="skype_nick"]{
    width: 320px;
}
.s_skype_call .container .skype_form .form_field input[name="skype_date"]{
    width: 170px;
}
.s_skype_call .container .skype_form .form_field input[name="skype_time"]{
    width: 120px;
}
.s_skype_call .container .skype_form .btn{
    width: 240px;
}
.s_skype_call .container .skype_form .fields_wrap{
    display: flex;
}

body.old .s_skype_call .container .skype_form .fields_wrap{
    margin-right: 25px;
}

footer{
    background-color: #172434;
}
footer .copy_block{
    background-color: #6B448C;
}
footer .base_block .container{
    padding: 28px 10px 20px;
}
footer .base_block .container .bottom_menu_wrap{
    width: 20%;
}
footer .base_block .container .bottom_contacts{
    width: 23%;
}
footer .base_block .container .bottom_map{
    width: 50%;
    position: relative;
    height: 240px;
}
.bottom_menu_title{
    color: #fff;
    font-size: 15px;
    opacity: .3;
    margin-bottom: 8px;
}
.bottom_menu{
    list-style: none;
}
.bottom_menu li a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: 22px;
}
.bottom_menu li a:hover{
    text-decoration: underline;
}
.copy_tempnn{
    color: #fff;
    font-size: 15px;
    opacity: .5;
    margin-top: 22px;
}
.bottom_contacts .item{
    padding-left: 72px;
    background-position: left center; 
    background-size: contain; 
    background-repeat: no-repeat; 
    height: 60px; 
    font-size: 15px;
    color: #7A7F85;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
footer .base_block .container .bottom_map img{
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 0 20px #EC4276;
    height: 316px;
}
footer .base_block .container .bottom_map iframe{
    overflow: hidden;
    border-radius: 25px;
    height: 316px;
    display: block;
    position: absolute;
    top: -43px;
    left: 0;
    box-shadow: 0 0 20px #EC4276;
}
.copy_block p,
.copy_block a{
    font-size:15px;
    color:#fff;
}
.copy_block .container{
    padding: 2px 10px;
}
#modalForm{
    display:none;
    max-width: 85%;
    border-radius: 25px;
    overflow: visible;
}
#modalForm .form_left{
    width: 34%;
}
body.old #modalForm .form_left{
    display:none;
}
#modalForm .form_left img{
    width: 100%;
    width: 480px;
    position: relative;
    left: -120px;
}
#modalForm .form_right{
    width: auto;
}
#modalForm .form_right h2{
    color: #7A7F85;
    font-family: 'BeauSansPro';
    font-size: 22px;
}
#modalForm .form_right .form_description{
    color: #7A7F85;
    font-size: 15px;
    display: block;
    margin: 28px 0 28px 0;
}
#downloadPricelistModal{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
#downloadPricelistModal .beauty_checkbox .exview_checkbox span {
    color: #7A7F85;
}
#modalForm .form_right #downloadPricelistModal .form_field{
    margin-top: 0;
}
body.old #modalForm .form_right #downloadPricelistModal .form_field{
    margin-bottom: 20px;
}
#downloadPricelistModal .form_field input{
    border: 1px solid #CAD0D6;
    width: 100%
}
form .error{
    border-color: #FDD349 !important;
    box-shadow: 0 0 6px 3px #FDD349;
}
#modalThanx{
    display: none;
    max-width: 50%;
    padding: 10% 5%;
    margin: 0 auto;
    border-radius: 25px;
}
#modalThanx .thanx{
    color: #FFC830;
    font-family: 'BeauSansPro_Bold';
    font-size: 24px;
    text-align: center;
}
.bottom_contacts .item a {
    color: #7A7F85;
    text-decoration: none;
}
#modalCallback {
    display: none;
    border-radius: 25px;
    overflow: visible;
}
#modalCallback .form_right {
    width: auto;
}
#modalCallback .form_right h2 {
    color: #7A7F85;
    font-family: 'BeauSansPro';
    font-size: 22px;
    margin-bottom: 24px;
}
#modalCallback .form_right .form_description {
    color: #7A7F85;
    font-size: 15px;
    display: block;
    margin: 28px 0 28px 0;
}
#callback {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}
#callback .form_field {
    margin-top: 0;
}
#callback .form_field input {
    border: 1px solid #CAD0D6;
    width: 100%;
}
#modalForm .form_right h2 {
    margin-bottom: 24px;
}
.s_products .products_list .product_item.hover:hover {
    margin-top: -4%;
}
.s_products .products_list .product_item {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
header .soft_item.two {
    z-index: 999;
}
span.phone_num {
    font-family: 'BeauSansPro_SemiBold';
}
.header_top .menu.verticalMenu {
    /*padding-top: 20%;*/
    padding-bottom: 10%;
    overflow: auto;
    display: none;
}
.header_top .menu.verticalMenu.active {
    display: block !important;
}
.header_top .menu.verticalMenu li{
    width: 30%;
    margin: 0 auto;
}
.s_products .products_list .product_item .btn, #downloadPricelist .btn , .s_skype_call .container .skype_form .btn{
    box-shadow: 0 10px 20px -5px #23B7EE;
}
header .soft_item.one_3 , header .soft_item.one_1 , header .soft_item.one_2 {
    z-index: 99 !important;
}
.navblue .owl-next {
    right: -75px;
}
.navblue .owl-prev {
    left: -75px;
}
/*section{
    background: url('img/item1.png') 73% 71% no-repeat,
    url('img/item2.png') 35% 78% no-repeat,
    url('img/item3.png') 70% 10% no-repeat,
    url('img/item4.png') 97% 50% no-repeat,
    url('img/main_item6.png') 3% 20% no-repeat;
    background-attachment: fixed;
}
header{
    background-attachment: fixed;
}*/
