/* Create http://velmaster.ru   */
@font-face { font-family: 'BigSoftie-Fat';  src: local('BigSoftie-Fat'), url('../fonts/BigSoftie-Fat.woff') format('woff'); }
/*
font-family:'BigSoftie-Fat';
*/

::selection {background: #aaaaaa;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
    padding: 0;
	font-family: 'Exo 2', sans-serif;
}
html {
	height: 100%;
}
body{
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	position: relative;
	margin: 0;
    text-align: left;
	font-family: 'Exo 2', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background:#000000;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	line-height:120%;
	display:block;
}
div{display:block;}
img {
	border: 0 none;
	max-width:100%;
}
ul, ol {margin:0; padding:0;}
h1, h2 {font-size:32px; font-weight:normal;}
h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color:#333;
    position: relative;
}
.h3_descript {
    text-align: center;
    font-size: 30px;
    margin: 0px auto 0;
    font-weight: bold;
}
h4 {
	font-size:20px;
	font-weight:bold;
	color:#444;
}
h5 {
	font-size:24px;
	font-weight:bold;
}
h6 {font-size:20px; font-weight:bold;}
a {
	color:#ff0000;
	outline: none;
	text-decoration:none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.container{
	margin:0 auto;
    padding: 0;
    min-width: auto;
	width:1100px;
}
.container:before, .container:after{
	display:table;
	content:"";
	line-height:0;
}
.container:after{
	clear:both;
}
.clear {
	clear:both;
	float:none;
	margin:0;
	padding:0;
	height:0;
}
.form-field,
.formField {
    margin: 0 0 15px;
    width: 100%;
}
.form_head {
    font-size: 24px;
    margin-bottom: 10px;
}
.fancybox-content {
    border-radius: 5px;
}
#rsfp_thankyou_popup_inner.rsfp_thankyou_popup_inner {
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 50px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="phone"],
select {
    height: auto;
    color: #ff0000;
    font-size: 16px;
    font-weight: lighter;
    outline: none;
    padding: 5px 18px;
    border: 1px solid #777777;
    width: 100%;
    background: transparent;
    text-align: left;
	-webkit-appearance: none;
}
input[type="number"],
select {
    padding: 3px 12px;
    width: 45%;
}
input[type="text"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="text"]:focus::-moz-placeholder          {opacity:0;}
input[type="text"]:focus:-moz-placeholder           {opacity:0;}
input[type="text"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="email"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="email"]:focus::-moz-placeholder          {opacity:0;}
input[type="email"]:focus:-moz-placeholder           {opacity:0;}
input[type="email"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="date"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="date"]:focus::-moz-placeholder          {opacity:0;}
input[type="date"]:focus:-moz-placeholder           {opacity:0;}
input[type="date"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="time"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="time"]:focus::-moz-placeholder          {opacity:0;}
input[type="time"]:focus:-moz-placeholder           {opacity:0;}
input[type="time"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="password"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="password"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="password"]:focus::-moz-placeholder          {opacity:0;}
input[type="password"]:focus:-moz-placeholder           {opacity:0;}
input[type="password"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="phone"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="phone"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="phone"]:focus::-moz-placeholder          {opacity:0;}
input[type="phone"]:focus:-moz-placeholder           {opacity:0;}
input[type="phone"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="submit"]{
	outline:none;
	cursor:pointer;
	font-family: 'Exo 2', sans-serif;
	width:100%;
	-webkit-appearance: none;
}
textarea{
	line-height: 20px;
    min-height: 120px;
    font-size: 18px;
    background: #1d1d1d;
    color: #ff0000;
    outline: none;
    padding: 20px 22px 5px;
    resize: none;
    border: 1px solid #777777;
    border-radius: 0px;
    width: 100%;
    font-family: 'Open Sans', sans-serif!important;
	-webkit-appearance: none;
}
textarea:focus::-webkit-input-placeholder {opacity:0;}
textarea:focus::-moz-placeholder          {opacity:0;}
textarea:focus:-moz-placeholder           {opacity:0;}
textarea:focus:-ms-input-placeholder      {opacity:0;}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="phone"]:focus{
    border: 1px solid #ff0000;
}

::-webkit-input-placeholder {color: #808080;}
::-moz-placeholder          {color:#808080;}
:-moz-placeholder           {color:#808080;}
:-ms-input-placeholder      {color:#808080;}


a.btn, .btn{
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    line-height: 100%;
    padding: 13px 45px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
    background: transparent;

	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    background: #ff0000;
}
a.btn:hover, .btn:hover{
    border: 1px solid #ff0000;
    color: #ff0000;
    background: #1d1d1d;
}
a.btn_wborder, .btn_wborder{
    color: #ff0000;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    padding: 15px 20px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ff0000;
    border-radius: 5px;
    background: transparent;
    outline: none;
}
a.btn_wborder:hover, .btn_wborder:hover{
	background:#ff0000;
    color:#fff;
}
a.btn_yborder, .btn_yborder{
    display: inline-block;
    padding: 5px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    font-size: 20px;
    color:#fff;
    font-weight: lighter;
}
a.btn_yborder span, .btn_yborder span{
    display: inline-block;
    padding: 18px 35Px;
    background: #ff0000;
    border-radius: 5px;
    color:#fff;
}
a.btn_yborder:hover, .btn_yborder:hover{
	background:#ff0000;
}
.btn.btn-danger{
    padding: 0 9px 3px 9px;
    font-size: 27px;
}
.btn.btn-danger.btn_card {
    font-weight: normal;
    border: 1px solid #ff0000;
    display: block;
    text-align: center;
    padding: 7px 22px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ff0000;
    background: none;
}
.btn.btn-danger.btn_card:hover{
    background: #ff0000;
    color: #fff;
}
/*************************************owl-slider********************************/

.owl-loaded{
	position: relative;
}
.owl-nav{

}
.owl-nav .owl-prev, .owl-nav .owl-next{
	width:39px;
	height:76px;
	text-indent:-9999px;
	position:absolute;
	top:45%;
}
.owl-nav .owl-next{
	background:url(../../../images/arrow_r.png) no-repeat;
	right:0px;
}

.owl-loaded .owl-nav .owl-next{
	/*right:20px;*/
}
.owl-nav .owl-prev{
	background:url(../../../images/arrow_l.png) no-repeat;
	left:0px;
}
.owl-drag{
	position: relative;
}
.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #b4b4b4;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0000;
}









@media (min-width: 768px) and (max-width: 1100px){
	.container{
		width: 738px;
	}
}
@media (max-width: 768px){
	.container{
		width: 320px;
		width: 100%;
		padding: 0 20px;
	}
}



/*preloader*/
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #000000;
    z-index: 100000;
}
#preloader img{
    animation: preloader 2s infinite ease-in-out;
}
@keyframes preloader {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}



.top2 {
    background: #000000;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    padding: 15px 0px;
}
.top2_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.top2_logo {
    -webkit-flex: 0 0 230px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}
.logo {

}
.logo img{
    height: 64px;
}
.top2_city {
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    padding: 0 0 0 50px;
}
.top2_city_selector {
    position: relative;
    color: #333;
    font-weight: bold;
    border-bottom: 1px dashed #333;
}
.top2_city_selector:before {
    position: absolute;
    content:"";
    border: 5px solid transparent;
    border-top: 5px solid #333;
    left: -15px;
    top: 8px;
}
#city_nav {
    padding: 50px;
}
#city_nav  h4{
    margin-bottom: 20px;
}
#city_nav ul li {
    list-style: none;
    font-size: 20px;
    padding: 5px 0;
}
#city_nav ul li a {
    color: #333;
}
#city_nav ul li:hover a {
    color: #ff0000;
}
.top2_contakt {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 690px;
    -ms-flex: 0 0 690px;
    flex: 0 0 690px;
}
.top2_contakt_item,
.top2_contakt_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.top2_contakt_box:first-child {
    margin-right: 40px;
}
.top2_contakt_item.only_icons {

}
.top2_contakt_icon {
    margin-right: 20px;
    background: #ff0000;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    padding: 7px;
    display: block;
}
.top3_contakt_icon {
    background: #ff0000;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    padding: 7px;
    display: block;
}
.top2_contakt_icon.gray{
    display: none;
    background: #aaa;
}
.top3_contakt_icon.gray{
    display: none;
    background: #aaa;
}
.only_icons .top2_contakt_icon {
    margin-right: 14px;
}
a.top2_contakt_icon:hover {
    background: #333;
}
a.top3_contakt_icon:hover {
    background: #333;
}
.top2_contakt_icon img {

}
.top2_contakt_icon svg {
    width: 100%;
    height: 100%;
}
.top3_contakt_icon svg {
    width: 100%;
    height: 100%;
}
.top2_contakt_icon svg path {
    fill:#ffffff;
}
.top3_contakt_icon svg path {
    fill:#ffffff;
}
.top2_contakt_text {

}
.top2_contakt_text1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #333;
}
.top2_contakt_text1 a{
    color: #ffffff;
}
.top2_contakt_text2 {
    font-weight: lighter;
}
.top2_contakt_text2 a {
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #ff0000;
    display: block;
    text-align: center;
    padding: 2px 22px;
    margin: 7px 0 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.top2_contakt_text2 a:hover {
    background: #ff0000;
    color: #fff;
}
.top2_contakt_schedule {
    max-width: 128px;
}
.top2_contakt_schedule .top2_contakt_text2 {
    font-weight: lighter;
    font-size: 11px;
    margin: 3px 0 0;
}
.thanks_message {
    font-size: 24px;
    color: #333;
}
@media (min-width: 768px) and (max-width: 1100px){
    .top2_logo {
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }
    .logo img {
        height: 44px;
    }
    .top2_city {
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        padding: 0 0 0 40px;
    }
    .top2_contakt {
        -webkit-flex: 0 0 450px;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
    }
    .top2_contakt_item.only_icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .top2_contakt_item.item_time {
        margin-right: 10px;
    }
    .top2_contakt_icon {
        margin-right: 5px;
    }
    .only_icons .top2_contakt_icon {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .top2_contakt_text1 {
        font-size: 12px;
    }
    .top2_contakt_text2 {
        font-size: 12px;
    }
    .top2_contakt_text2 a {
        padding: 2px 6px;
    }
}
@media (max-width: 768px){
    .top2_wrapper {
        display: block;
    }
    .top2_city {
        padding: 0 0 0 17px;
    }
    .top2_contakt {
        justify-content: flex-start;
        position: relative;
        flex-wrap: wrap;
    }
    .top2_contakt_item {
        margin-top: 10px;
        position: relative;
    }
    .top2_contakt_box:first-child {
        margin-right: 0;
    }
    .top2_contakt_item.only_icons {

    }
    .top2_contakt_icon {
        display: inline-block;
        cursor: pointer;
    }
    .top2_contakt_text {
        display: none;
        position: absolute;
        top: 100%;
        max-width: none;
        margin-left: -130px;
        left: 0;
        background: #f5f5f5;
        border-radius: 5px;
        z-index: 100;
        padding: 10px;
        width: 225px;
    }
    .top2_contakt_item:hover .top2_contakt_text {
        display: block;
    }
    .top2_contakt_icon:hover {
        background: #333;
    }
    .top2_contakt_text1 {
        font-size: 16px;
    }
}
@media (min-width: 464px) and (max-width: 768px){
    .top2_contakt_text {
        margin-left: -10px;
    }
    .top2_contakt_item_phone .top2_contakt_text {
        left: auto;
        right: 0;
    }
}
@media (min-width: 405px) and  (max-width: 464px){
    .top2_contakt_item_phone .top2_contakt_text {
        left: 0;
        right: auto;
        margin-left: 0px;
    }
}







/*navigation*/
.navigation {
	width: 100%;
	z-index: 10000;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2)
}
.navigation.menu__fixed {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px #000;
}
.nav_block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav{

}
nav > ul{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;

}
nav > ul > li{
	list-style-type:none;
    position: relative;
    display:block;
    margin: 0;
}

nav >ul>li>a:before {
    position: absolute;
    content:"";
    top: 15px;
    left: 0;
    width: 1px;
    height: 12px;
    background: #ddd;
}
nav > ul > li:first-child>a:before{
    display: none;
}

nav > ul > li > a {
	display:block;
    color: #ffffff;
	text-decoration:none;
    text-transform: uppercase;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
    font-weight: 500;
    padding: 15px 26px;
    white-space: nowrap;
}

nav > ul > li > a:hover, nav > ul > li.active > a, nav > ul > li.active > a:hover, nav > ul > li > a:focus{
    color: #ff0000;
}
/*nav > ul > li > a:hover:before,*/
/*nav > ul > li.active > a:before,*/
/*nav > ul > li.active > a:hover:before,*/
/*nav > ul > li > a:focus:before,*/
/*nav > ul > li > a:hover:after,*/
/*nav > ul > li.active > a:after,*/
/*nav > ul > li.active > a:hover:after,*/
/*nav > ul > li > a:focus:after {*/
/*    width: 50%;*/
/*}*/
nav > ul > li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #1c1c1c;
    padding: 15px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    top: 100%;
    left: 0;
}
nav > ul > li:hover>ul{
    display: block;
}
nav > ul > li>ul>li,
nav > ul > li>ul>li>ul>li{
    display: block;
    position: relative;
}

/*nav > ul > li:hover ul{*/
/*	visibility: visible;*/
/*    opacity: 1;*/
/*    -webkit-transform: scaleY(1);*/
/*    -ms-transform: scaleY(1);*/
/*    transform: scaleY(1);*/
/*}*/
nav > ul > li ul li{
	width:100%;
    list-style: none;
}
nav > ul > li ul li a{
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    padding: 5px 20px;
}
nav > ul > li ul li >ul>li a{
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    padding: 8px 16px;
}
nav > ul > li ul li.active a{
	color:#ff0000;
}
nav > ul > li ul li a:hover{
	color:#ff0000;
}
nav > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    background: #1c1c1c;
    left: 100%;
    top: 0;
    padding: 0;
    border: 1px solid #767373;
}
nav > ul > li > ul > li:hover > ul{
    display: block;
}
.mob_menu {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff0000;
    top: 0px;
    right: 5px;
    margin: 0;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
}

.mob_menu span{
    position: relative;
	top: 45%;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mob_menu span, .mob_menu span:before, .mob_menu span:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
}
.mob_menu span{
	width:25px;
}
.mob_menu span:before , .mob_menu span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mob_menu span:after{
    top: 8px;
}

.mob_menu.active span {
    transition: background .3s 0s ease;
    background: transparent;
}
.mob_menu.active span:before, .mob_menu.active span:after {
    top: 0;
    -webkit-transition-delay: 0s,0.3s;
    transition-delay: 0s,0.3s;
}
.mob_menu.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mob_menu.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 1100px){
    nav > ul > li > a {
        padding: 10px 13px;
        font-size: 10px;
    }
    nav > ul > li:before {
        top: 10px;
    }
}
@media (max-width: 768px){
    .mob_menu_btn {
        display: block;
    }

    .navigation {
        position: fixed;
        background: transparent;
        top: 34px;
        left: 0;
        width: 100%;
    }
    .navigation .container {
        display: none;
        background: #000000;
        position: absolute;
        width: 100%;
        top: 40px;
    }
    .navigation .container.active {
        display: block;
    }
    .nav_block {
        display: block;
    }
    .nav_block nav {
        max-height: 0px;
        transition: all .3s linear;
        overflow: hidden;
    }
    .nav_block nav.active {
        max-height: 300px;
    }
    .mob_menu{
        display:block;
    }
    nav > ul {
        display: block;
    }
    nav > ul > li {
        margin: 0;
    }
    nav > ul > li > a {
        padding: 10px 20px;
    }
    nav > ul > li > a:hover, nav > ul > li.active > a, nav > ul > li.active > a:hover, nav > ul > li > a:focus {
        color: #ff0000;
        background: #eff3f4;
    }
    nav > ul > li:before {
        display: none;
    }
    nav > ul > li ul {
        display: none;
    }
}



/*******************************Главная страница*******************************/
.main__section {
    padding: 40px 0;
    position: relative;
    flex: 1 0 auto;
}
.main__section .container{
    position: relative;
    z-index: 10;
}
.main__h3 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
}
.main__h3 span {
    display: inline-block;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}
span
/*Слайдер*/
.main_slider {
    position: relative;
}
.main_slider .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;

}
.main_slide {
    height: 580px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.main_slide .main__h3 {
    font-size: 62px;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    margin-top: 200px;
    display: table;
    background: #fc000070;
    color: #fff;
    padding: 0px 5px;
}
.main_slide .main__h3 span {
    border:none;
}
.main_slide_content {

}
.main_slide_description {
    font-size: 26px;
    color: #333;
    font-weight: lighter;
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 5px;
    margin: 20px 0;
}
.main_slide_link {

}
.main_slide_link a {

}
@media (min-width: 768px) and (max-width: 1100px){
    .main_slide .main__h3 {
        font-size: 40px;
    }
    .main_slide_description {
        font-size: 22px;
    }
}
@media (max-width: 768px){
    .main__h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .main_slide .main__h3 {
        font-size: 30px;
    }
    .main_slide .main__h3 span {
        line-height: 34px;
    }
    .main_slide_description {
        font-size: 22px;
    }
}


/*Популярные товары*/
.about_box,
.product_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 40px;
}
.about_box_item,
.product_box_item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.about_item,
.product_item {
    border: 1px solid #f3f3f3;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    display: block;
    padding:  0;
}
.about_item:hover,
.product_item:hover {
    box-shadow: none;
    border: 1px solid #ff0000;
}
.about_item_head,
.product_item_head {
    display: flex;
    align-items: center;
    text-transform: unset;
    font-size: 18px;
    font-weight: 500;
    min-height: 50px;
    position: relative;
    color: #ffffff;
    padding: 10px;
}
.about_item_head:before,
.product_item_head:before {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.about_item_published {
    padding: 5px 15px;
    font-size: 12px;
    color: #bbb;
}
.about_item_image,
.product_item_image {
    display: block;
}
.product_item_image {
    margin-bottom: 10px;
}
.product_item_image img{

}
.product_item_info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 50px;
}
.product_item_info_price {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    color: #efefef;
    display: block;
    padding-left: 15px;
}
.product_item_info_price span {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
.product_item_info_link {
    position: absolute;
    right: 0;
    bottom: 0;
}
.product_item_info_btn {
    background: #ff0000;
    border: none;
    border-radius: 7px 0 7px 0px;
    padding: 14px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
}
.product_item_info_btn:hover {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1100px){
    .product_item_head {
        font-size: 13px;
    }
    .product_item_info_btn {
        padding: 5px 10px;
    }
    .product_item_info_price {
        font-size: 10px;
    }
    .product_item_info_price span {
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .about_box,
    .product_box {
        justify-content: space-around;
    }
    .about_box_item,
    .product_box_item {
        -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
    .product_item_head {
        font-size: 16px;
    }
    .product_item_info {
        height: auto;
    }
    .product_item_info_link {
        position: static;
    }
    .product_item_info_btn {
        padding: 5px 10px;
    }
    .product_item_info_price {
        font-size: 14px;
    }
    .product_item_info_price span {
        font-size: 18px;
    }
    .product_item {
        border-radius: 10px;
    }
}
/*Чем занимаемся*/
#service_section {
    background: #505050 url(../../../images/mainpage/fon3.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}
#service_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bf;
}
.service_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 40px;
}
.service_box_item {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.service_item {
    border-radius: 5px;
    background: transparent;
    padding: 10px;
    display: block;
}
.service_item_box {
    border: 1px solid #f3f3f3;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    display: block;
    padding: 15px 0;
    background: #000;
}
.service_item:hover .service_item_box {
    box-shadow: none;
}
.service_item_head {
    display: block;
    text-transform: unset;
    margin: 0;
    padding: 15px 10px 15px 30px;
    font-size: 20px;
    font-weight: 500;
    min-height: 44px;
    position: relative;
    color: #fff;
    padding-left: 15px;
}/*
.service_item_head:before {
    content: "";
    width: 2px;
    height: 23px;
    background: #ec008c;
    position: absolute;
    left: -1px;
    top: 13px;
}*/
.service_item_image {
    margin-bottom: 25px;
}
.service_item_image img{

}
@media (min-width: 768px) and (max-width: 1100px){

}
@media (max-width: 768px){
    .service_box {
        justify-content: space-around;
    }
    .service_box_item {
        -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
}
/*Отзывы*/
#rewiev_section {
    background: #f2f2f2 url(../../../images/mainpage/fon1.jpg) no-repeat center top;
}
#rewiev_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bf;
}
.rewiev_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 40px;
}
.rewiev_box_item {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.rewiev_box_item:last-child {
    display: none;
}
.rewiev_item {
    border-radius: 5px;
    display: block;
    padding: 30px 40px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.15);
    position: relative;
    background: #fff;
}
.rewiev_item_client {
    position: absolute;
    width: 95%;
    left: 40px;
    top: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.rewiev_item_client_text {

}
.rewiev_item_name {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
}
.rewiev_item_info {
    font-size: 12px;
    color: #777;
    line-height: 12px;
}
.rewiev_item_client_photo {

}
.rewiev_item_client_photo img {
    border-radius: 5px;
}
.rewiev_item_text {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    margin-top: 130px;
}
.rewiev_link {
    text-align: center;
    margin-top: 40px;
}
.rewiev_add {
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1100px){
    .rewiev_item {
        padding: 10px;
    }
}
@media (max-width: 768px){
    .rewiev_box {
        display: block;
    }
    .rewiev_item_text {
        margin-top: 105px;
    }
}
/*Контакты*/
#contact_section {

}
#contact_section:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000000;
}
.contactpage_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.contactpage_item {
    flex: 0 0 100%;
    max-width: 100%;
}
.contactpage_row_one .contactpage_item {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 40px;
}
.contact_info {
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
}
.contact_row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #646464;
    padding: 20px 0px 20px 0;
    margin: 0 40px 0 0;
}
.contact_icon {
    margin-right: 15px;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
}
.contact_icon img {

}
.contact_text {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.contact_text a{
    color: #ffffff;
}
.contact_map {
    position: relative;
    width: 100%;
}
.contact_map_box {
    position: absolute;
    height: 100%;
    background: #eee;
    width: calc(100% + ((100vw - 1150px)/2));
}
@media (min-width: 768px) and (max-width: 1100px){
    .contactpage_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_map_box {
        width: calc(100% + ((100vw - 800px)/2));
    }
}
@media (max-width: 768px){
    .contactpage_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_box {
        display: block;
    }
    .contact_row {
        padding: 15px 0px;
        margin: 0 15px 0 0;
    }
    .contact_icon {
        margin-right: 15px;
    }
    .contact_map_box {
        position: relative;
        height: 300px;
        background: #eee;
        width: 100%;
    }
}
/*footer*/
footer {
    background: #333;
    border-top: 1px solid #646464;
    flex-shrink: 0;
}
.footer_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    display: none;
}
.footer_nav>ul{
    position: relative;
}
.footer_nav>ul:before {
    content: '';
    width: 1px;
    height: 140px;
    position: absolute;
    background: #3a3c3e;
    top: 0;
    margin-left: 210px;
}
.footer_nav>ul:last-child:before {
    display: none;
}
.footer_nav>ul>li{
    list-style: none;
}
.footer_nav>ul>li>a{
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    Font-weight: bold;
}
.footer_nav>ul>li>ul{
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}
.footer_nav>ul>li>ul:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #ff0000;
}
.footer_nav>ul>li>ul>li{
    list-style: none;
}
.footer_nav>ul>li>ul>li>a{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding: 5px 0;
    display: block;
}
.footer_bottom {
    padding: 20px 0;
    border-top: 1px solid #3a3c3e;
}
.footer_bottom_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.copyright {
    -webkit-flex: 0 0 600px;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}
.copyright p{
    color: #999;
    font-size: 14px;
    margin-bottom: 7px;
}
.footer_link {
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
}
.footer_link ul li{
    display: block;
}
.footer_link ul li a{
    font-size: 14px;
    color: #ddd;
    font-weight: 400;
    padding: 5px 0;
    display: block;
}
.footer_payment {

}
.footer_payment img {
    margin: 0 0 10px 7px;
}
.footer_app {
    display: flex;
    margin: 0 0 10px 0;
}
.footer_app_link {
    margin: 0 10px 0 0;
}
.footer_app_link img {
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1100px){
    .copyright {
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
    .footer_link {
        -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}
@media (max-width: 768px){
    .footer_bottom_wrapper {
        display: block;
    }
    .copyright,
    .footer_link,
    .footer_payment{
        margin: 20px 0;
    }
}

/*******************************Страница продукты*******************************/
.breadcrumbs_box {

}
ul.breadcrumb {
    list-style: none;
    display: block;
    padding: 15px 0;
}
ul.breadcrumb li {
    font-weight: 400;
    color: #dddddd;
    font-size: 12px;
    display: inline-block;
}
ul.breadcrumb li:before {
    content: ">";
    display: inline-block;
    margin: 0 8px;
}
ul.breadcrumb li a{
    font-weight: 400;
    color: #b1b1b1;
    font-size: 12px;
}
ul.breadcrumb li:first-child:before {
    display: none;
}
.content {
    border-top: 1px solid #646464;
    min-height: calc(100vh - 200px);
}
.category_page,
.content_page {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content_page p {
    margin-bottom: 10px;
}
.content_page ol li {
    list-style-position: inside;
}
.content_page h3 {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    color: #ff0000;
    margin: 20px 0 10px;
}
.content_page ul li {
    list-style: none;
    position: relative;
    padding: 0 0 10px 15px;
}
.content_page ul li:before {
    position: absolute;
    content:"";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff0000;
    left: 0;
    top: 8px;
}
.product_page {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a3c3e;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product_page_left {
    -webkit-flex: 0 0 520px;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    max-width: 520px;
}
.product_page_right {
    -webkit-flex: 0 0 540px;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
}
a.prod_external_link {
    margin: 0 0 10px;
    display: block;
    max-width: 380px;
}
.product_images {
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    overflow: hidden;
    position: relative;
}
.product_images img {
    width: 520px;
    height: 520px;
}
.product_images .owl-dots{
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product_param {
    border: 1px solid #3a3c3e;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    background: #1d1d1d;
    margin-top: 35px;
}
.param_row {
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}
.param_row:before {
    content: '';
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #999;
    margin: 0;
}
.param_row:nth-child(2n+2) {
    background: #1b1b1b;
    border-left: 2px solid #ff0000;
}
.param_prop {
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0 12px 20px;
    background: #1d1d1d;
    position: relative;
    z-index:10;
}
.param_value {
    float: right;
    font-size: 16px;
    color: #ffffff;
    padding: 12px 25px 12px 5px;
    background: #1d1d1d;
    position: relative;
    z-index:10;
}
.param_row:nth-child(2n+2) .param_prop,
.param_row:nth-child(2n+2) .param_value {
    background: #1b1b1b;
}
.product_page_right {

}
.page_head {
    font-size: 36px;
    font-weight: 300;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 25px;
}

.product_pr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product_zakaz {
    margin: 0 0 0 30px;
    position: relative;
}
a.product_zakaz_to_card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 190px;
    background: #fff;
}
.product_nav {
    margin-top: 15px;
}
.product_nav_item {
    padding: 15px 15px;
    min-width: 110px;
    color: #666;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 3px 8px 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.product_nav_item.active {
    border: 1px solid #ff0000;
    background: #ff0000;
    color: #fff;
}
.product_price {
    margin-bottom: 8px;
    border-bottom: 1px solid #eeeff1;
    padding-bottom: 10px;
}
.product_price_total {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 14px;
    display: none;
}
.product_price_total.active {
    display: inline-block;
}
.product_price_value {
    font-size: 36px;
}
.product_price_currency {
    font-size: 16px;
    font-weight: 300;
    margin-left: 3px;
}
.product_price_param_head {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.product_sale_info {
    display: none;
}
.product_sale_info.active {
    display: block;
    background: #1d1d1d;
}
.product_price_param {
    margin: 10px 0;
}
.product_price_param_val {
    margin: 0 3px 8px 0;
    display: inline-block;
}
.product_price_param_button {
    padding: 15px 15px;
    min-width: 110px;
    color: #ffffff;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    text-align: center;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.product_price_param_val.active span {
    border: 1px solid #ff0000;
    background: #ff0000;
    color: #fff;
}

.ms-count.product_count {
    display: flex;
    align-items: center;
    width: auto;
}
.product_pr .ms-count.product_count {
    margin: 0 0 0 50px;
}
.product_count_action {
    border: 1px solid #ddd;
    color: #ff0000;
    width: 25px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 4px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.product_count_action:hover{
    background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}
.product_count_minus {

}
.product_count_plus {

}
input.product_count_input {
    width: 50px;
    padding: 15px 0;
    color: #ffffff;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    -moz-appearance: textfield;
}
input.product_count_input::-webkit-outer-spin-button,
input.product_count_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
.product_price_param_button:focus {
    outline: 0;
  }

  .product_price_param_button:before,
  .product_price_param_button:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
  }

  .product_price_param_button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #ec008c 20%, transparent 30%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #ec008c 15%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%,
      15% 15%, 10% 10%, 18% 18%;
    //background-position: 0% 80%, -5% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 85% 30%;
  }

  .product_price_param_button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle,#ec008c 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #ec008c 15%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%),
      radial-gradient(circle, #ec008c 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%,
      20% 20%;
    //background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  .product_price_param_button:active {
    transform: scale(0.9);
    background-color: #ec008c;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  }

  .product_price_param_button.animate:before {
      display: block;
      animation: topBubbles ease-in-out 0.75s forwards;
    }
    .product_price_param_button.animate:after {
      display: block;
      animation: bottomBubbles ease-in-out 0.75s forwards;
    }


    @keyframes topBubbles {
      0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
          40% 90%, 55% 90%, 70% 90%;
      }
      50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
          50% 50%, 65% 20%, 90% 30%;
      }
      100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
          50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
      }
    }

    @keyframes bottomBubbles {
      0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
          70% -10%, 70% 0%;
      }
      50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
          105% 0%;
      }
      100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
          110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
      }
    }


*/



.product_sale {
    margin: 10px 0;
}
.product_sale_info table {
    font-size: 16px;
    color: #666;
    width: 100%;
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}
.product_sale_info table tr td {
    font-weight: 500;
    line-height: normal;
    padding: 12px 10px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #3a3c3e;
}
.product_sale_info table tr:first-child td {
    background: #0c0c0c;
}
.product_about {
    padding: 30px 0;
}
.product_about_box {
    background: #1d1d1d;
    padding: 30px;
    border-radius: 5px;
}
.product_about_box_item {
   
    
}
.product_about_head {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
}
.product_about_head:before {
    content: '';
    width: 27px;
    height: 2px;
    background: #ff0000;
    position: absolute;
    bottom: 0;
}
.product_about_text {
    margin: 20px 0 0 0;
}
.product_about_text p {
    margin-top: 15px;
    color: #ffffff;
    line-height: 24px;
    font-size: 17px;
    font-weight: 300;
}


@media (min-width: 768px) and (max-width: 1100px){
    .product_page_left {
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .product_page_right {
        -webkit-flex: 0 0 380px;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        max-width: 380px;
    }
    .product_images img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px){
    .page_head {
        font-size: 26px;
        line-height: 30px;
    }
    .product_page {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .product_images img {
        width: 100%;
        height: auto;
    }
    .product_page_left {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product_page_right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*Страницы*/
.table_team {
    display: block;
}
.table_team tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.table_team td{
    padding: 30px;
    display: block;
}
.table_team td:first-child{
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
}
.table_team td:last-child{
    -webkit-flex: 0 0 600px;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    border-left: 1px solid #ff0000;
    margin-top: 30px;
}
.table_team td p {
    font-size: 18px;
    margin-bottom: 15px;
}
.border_box {
    border: 1px solid #ff0000;
    padding: 30px;
    border-radius: 5px;
}
/*Новость*/
.news_published {
    font-size: 12px;
    color: #bbb;
    font-weight: bold;
}
.news_published span {
    color: #ff0000;
    font-weight: normal;
}
.news_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 30px;
}
.news_image {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    position: relative;
    width: 300px;
    height: 300px;
    margin-right: 50px;
    overflow: hidden;
}
.news_image img{
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
}
.news_article {

}
.ya-share2 {
    margin-top: 15px;
    display: block;
}
.ya-share2 ul li {
    padding: 0;
}
.ya-share2 ul li:before {
    display: none;
}
@media (max-width: 768px){
    .table_team tr {
        display: block;
    }

    .table_team td {
        padding: 30px 0 0;
    }
    .table_team td:last-child {
        border-left: none;
        border-top: 1px solid #ff0000;
    }
    .news_content {
        display: block;
    }
    .news_image {
        margin: 0;
        width: auto;
        height: auto;
    }
    .news_image img {
        max-width: 100%;
        position: relative;
        height: auto;
        width: 100%;
    }
    .news_article {
        margin-top: 15px;
    }
}

.created{
    font-size: 10px;
    color: #101010;
    text-align: right;
}
.created a{
    color: #101010;
}
.action_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.action_list li{
    -webkit-flex: 0 0 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    /* font-family: 'BigSoftie-Fat'; */
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 2px solid #ff0000;
    font-size: 18px;
    list-style: none;
    /* background: url(../images/template/logo2.svg); */
    -webkit-background-size: cover;
    background-size: cover;
}
.action_list li strong,
.action_list li a {
    /* font-family: 'BigSoftie-Fat'; */
    font-size: 24px;
    color: #ff0000;
}
/* Оформление корзины*/
.top2_contakt_cart{
    margin-left: 20px;
}
.top2 .top2_contakt_cart .msMiniCart .not_empty .minicart_wrap{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 7px;
}
.top2 .top2_contakt_cart .msMiniCart .empty .minicart_wrap{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 7px;
}
.minicart_wrap{

}
.minicart_image{
    width: 38px;
    height: 38px;
}
.minicart_count{
    position: absolute;
    top: -1px;
    left: 24px;
    background: #ff0000;
    padding: 1px 5px;
    color: #ffffff;
    border-radius: 4px;
}
.minicart_cost{
    padding: 0 0 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}
.cart_box{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.cart_title{
    margin-left: 20px;
    font-size: 18px;
}
.cart_title>a{
    color: #000000;
}
.cart_subtitle{
    font-size: 14px;
    margin-top: 4px;
}
.table-responsive{
 margin: 0 0 15px;
}
.card_th{
    margin-right: 30px;
}
.card_pay{
    display: flex;
    justify-content: space-between;
}
.card_pay_item{
    flex: 0 0 500px;
    max-width: 500px;
}
.card_buyer{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.card_buyer_item{
    flex: 0 0 500px;
    max-width: 500px;
}
.card_buyer_item_title{
    margin: 0 0 10px;
}
.form-group.field_region,
.form-group.field_city,
.form-group.field_street,
.form-group.field_building {
    display: none;
}
.form-group.field_region.required,
.form-group.field_city.required,
.form-group.field_street.required,
.form-group.field_building.required {
    display: block;
}
.cart_result{
    margin-top: 10px;
}
table .ms-header th:nth-child(1) {
    width: 40%;
}

table .ms-header th:nth-child(2) {
    width: 10%;
}
table .ms-header th:nth-child(3) {
    width: 20%;
}

.ms-image{
    max-width: 120px;
    margin: 10px 0;
}
.img_cart_small {
    max-width: 100px;

}
.ms-title a{
    color: #fff;
}
.ms-title .small{
    font-size: 14px;
    margin-top: 4px;
}

.card_pay_item {

}
.card_pay_item h4 {
    margin-bottom: 10px;
}

/**
 * Кнопки выбора способа оплаты/доставки
 */
.form_radio_group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.form_radio_btn {
    margin: 0 10px 10px 0;
}
.form_radio_btn_b {
    margin: 0;
}
.form_radio_btn_small {
    font-size: 12px;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
      display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #ff0000;
    border-radius: 6px;
    user-select: none;
    color: #ff0000
}
.form_radio_btn input[type=radio]:checked + label {
        background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}
.form_radio_btn label:hover {
    color: #ffffff;
    border-color: #ff0000;
    background: #ff0000;
}
.form_radio_btn input[type=radio]:disabled + label {
    border-color: #ff0000;
    color: #ff0000;
    background: none;
}
.form_radio_btn_small {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #ffffff;
    color: #000000;
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
    display: none;
}
.form_radio_btn:hover .form_radio_btn_small {
    display: block;
}
#payments h4,
#deliveries h4,
.card_buyer_item_title {
    color: #ffffff;
}
#deliveries {

}
.card_buyer_item_deliveries {
    display: none;
}
.btn.btn-danger.btn_card[value="order/clean"]{
    display: none;
}
.order_calc_summ {

}
.order_calc_summ h3,
.order_calc_summ h4 {

}

@media (max-width: 768px){
    .card_buyer {
        display: block;
    }
    #msCart {

    }
    #msCart table {

    }
    #msCart table tr{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    #msCart table tr th,
    #msCart table tr td{

    }
    #msCart table .ms-title {
        flex: 0 0 100%;
    }
    #msCart table .ms-count, #msCart table .ms-price,
    #msCart table .ms-cost, #msCart table .ms-remove {
        flex: 0 0 50%;
        margin: 5px 0;
    }
    #msCart table .total,
    #msCart table .total_count {
        padding-right: 10px;
    }
    .cart_box {
        margin-right: 0;
    }
    .card_pay {
        display: block;
    }
    .product_price {

    }
    .product_pr .ms-count.product_count {
        margin: 0 0 0 20px;
        flex: 0 0 120px;
    }
    .product_add_cart {
        flex: 0 0 100%;
    }
    .product_zakaz {
        margin: 0;
    }
    .top2_contakt_cart {
        margin: 7px 0 0 0;

    }
}

.product_add_zakaz{
    display: none;
}
.product_add_zakaz.active{
    display: block;
}
.product_add_cart{
    display: none;
}
.product_add_cart.active{
    display: block;
}
/**
Всплывающие уведомления
 */
.jGrowl-notification.ms2-message-success { background-color: #ff0000 !important; }
/*.jGrowl-notification.ms2-message-error { background-color: brown !important; }*/
/*.jGrowl-notification.ms2-message-info { background-color: black !important; }*/
.product_page_right .page_head span:nth-child(1){
   
}
.product_page_right .page_head span:nth-child(2){
  
}

.card_buyer_item_payments .msof-form {
    background: #1d1d1d;

}
.privacy-checkbox{
    max-width: 415px;
    margin: 10px 0;
}
