/* =====================
 AG Маркетинг
 http://ag-marketing.ru/
===================== */

html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	--bg: #fff;
	--color1: #514650;
	--color1light: #51465030;
	--color2: #95ac48;
	--color2light: #d9e0c030;
	--color3: #95ac48;
	--color3light: #95ac4830;
	--fcolor: #2F2F2F;
	--fs: 17px;
	font-size: var(--fs);
}
body {
	margin: 0px;
	padding: 0px;
}

input:not(input[type="range"]), select, textarea, button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a {
	color: var(--color1);
	transition: 0.33s;
	text-decoration: none;
	border-bottom: var(--color1) 1px solid;
}
a:hover {
	color: var(--color2);
	transition: 0.33s;
	text-decoration: none;
	border-bottom: 0;
}

/* Основные общие стили */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.container {
	width: 1280px;
	margin: 0 auto;
}

/* Общие стили колонки */
.block {
	display: block;
}
.leftside {
	display: inline-block;
	vertical-align: top;
	width: 260px;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 280px);
	margin-left: 20px;
}

/* Общие стили футера */
.footblock {
	display: inline-block;
	width: 200px;
}
.copyrightdeveloper {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    text-align: right;
}
.copyrightdeveloper a {
    color: #f6f6f6;
    text-decoration: none;
}
.copyrightdeveloper a > img {
    vertical-align: middle;
    width: 16px;
    margin-top: -2px;
    margin-right: 5px;
}

/* Блоки */
.block-one {
	display: block;
	width: auto;
}
.block-two {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 2);
}
.block-free {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 3);
}
.block-for {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 4);
}
.block-five {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 5);
}
.block-six {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 6);
}
.inline-block {
	display: inline-block;
}
.autocenter {
	margin: 0 auto;
}
.content {
	display: block;
}

/* Мобильное меню */
.mobilemenu {
	display: inline-block;
}
.mobilemenulink {
	display: none;
}
@media screen and (max-width: 760px) {
	.mobilemenu {
		display: none;
	}
	.mobilemenulink {
		display: inline-block;
	}
}
/* Навигация */
.navigation {
	color:#666; 
	border:0px; 
}
.navigation p a:link,.navigation p a:visited,.navigation p a:hover,.navigation p a:active{
	text-decoration:none;
	color: #444;
	background:#ebebeb;
	padding:8px 12px;
	font-size:12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-bottom: #dbdbdb 1px solid;
}
.navigation p a:hover{
	background:#00b378;
	color:#000;
}
.navigation p{
	margin: 9px;
}
.navigation p span{
	text-decoration:none;
	background:#939393;
	padding:8px 12px;
	color:#f7f7f7;
	font-size:12px;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-bottom: #639db5 1px solid;
}
.navigation h4{
	padding:0;
}
.bgc > ul, .bgg > ul, .bgt > ul  {
	display: block;
    padding: 25px;
    border-radius: 10px;
}
.bgc > ul li, .bgg > ul li, .bgt > ul li  {
	list-style: none;
    display: block;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0 0 25px;
}
.bgc:hover {
	box-shadow: inset 0 0 0 2px var(--color1light);
}
.bgt > ul li  {
    border-bottom: var(--color3light) 1px solid;
}
.bgc {
	background: var(--bg);
	padding: 25px;
	border-radius: 15px;
	line-height: calc(var(--fs) + 8px);
}
.bgg {
	background: var(--color2);
	padding: 25px;
	border-radius: 15px;
	box-shadow: var(--color1light) 0 0 55px 25px;
    border: var(--color1) 1px solid;
    line-height: calc(var(--fs) + 8px);
    color: var(--bg);
    text-shadow: 1px 1px var(--color1);
}
.bgg > ul {
	display: block;
    padding: 25px;
    border-radius: 10px;
    background: var(--color3light);
    border: var(--color3) 1px solid;
}
.bgg > ul li {
	list-style: none;
    display: block;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: var(--color3) 1px solid;
}
.bgg > ul li:last-child {
	margin: 0;
	padding: 0;
	border: unset;
}
.bgg > ul li > span:not(.price), .bgc > ul li > span:not(.price), .bgt > ul li > span:not(.price) {
	display: block;
	font-weight: normal;
    opacity: 0.85;
    font-size: calc(var(--fs) - 5px);
}
.bgg .price, .bgt .price, .bgc .price {
	font-weight: bold;
    background: var(--bg);
    color: var(--fcolor);
    padding: 10px 15px;
    border-radius: 7px;
    display: inline-block;
    float: right;
    border: var(--color1) 1px solid;
    box-shadow: var(--color1light) 0 0 55px 15px;
}
.bgg .msg {
	background: var(--color1light);
	line-height: calc(var(--fs) + 8px);
}
.bgg .msg {
	color: var(--bg)!important;
}
.bgg .msg.inline-block {
	background: var(--color1light);
    line-height: calc(var(--fs) + 8px);
    border: var(--color3) 1px solid;
    color: var(--bg);
}
.bgt {
	background: transparent;
	padding: 25px;
	border-radius: 15px;
	line-height: calc(var(--fs) + 8px);
}
.bgcolor3l {
	background: var(--color3light)!important;
}

.bgt > ul {
	background: rgba(0, 0, 0, 0.02);
    border: var(--color3light) 1px solid;
    box-shadow: 0 0 55px 15px rgba(0, 0, 0, 0.05);
}
.bgt > ul li:last-child {
	padding: 0;
	margin: 0;
	border: unset;
}
.bgt {
	padding: 0;
}
.bgt h3:first-child {
	margin-top: 0;
}
.bgt .price {
	box-shadow: var(--color3light) 0 0 5px 5px;
}

.ol-list li::marker {
	list-style: none;
}
.ol-list li:before {
	display: inline-block;
	background: var(--color3light);
	border-radius: 50%;
	content: ' ';
	padding: 10px;
	width: 15px;
	height: 15px;
	position: relative;
	left: -30px;
	top: 12px;
	margin-right: -15px;
}
.ol-list {
	max-width: 65%;
    display: block;
    margin: 0 auto 80px;
}
.bgt .ol-list {
	max-width: unset;
    display: block;
    margin: unset;
}
.bgt .ol-list li > span {
	display: block;
	font-size: calc(var(--fs) - 4px);
	margin-left: 20px;
}

/* Стили изготовленного дизайна (уникальные) */
header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 99;
    background: var(--bg);
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.1);
}
header > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
header > div > div {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
header > div > div > a, header > div > div > span a {
	border: 0;
}
header a.tel {
	color: var(--fcolor);
}
.logo img {
	display: inline-block;
    vertical-align: middle;
    width: 72px;
    margin-top: -3px;
    margin-right: 10px;
    float: left;
}
.logo {
	text-decoration: none;
	color: var(--fcolor);
	font-size: calc(var(--fs) + 2px);
}
.logo > span {
  display: inline-block; 
  margin-top: 6px;
}
.logo > span span {
	display: block;
    font-size: calc(var(--fs) - 5px);
    opacity: 0.75;
    margin-top: 3px;
}
menu {
	list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}
menu a {
	display: inline-block;
	margin: 0px 7px;
	color: var(--fcolor)!important;
}
.topcontacts > span {
	margin: 0 0 0 10px;
}
.topcontacts > span:first-child {
	margin-left: 0;
}
.topcontacts > span:last-child {
	margin-right: 0;
}
.socials a {
	margin-right: 7px;
}
.socials a img {
	width: 20px;
	vertical-align: middle;
	border-radius: 50%;
	transition: 0.33s;
}
.socials a:hover img {
	transform: rotate(-360deg);
    transition: 0.33s;
}

.btn, .bbcodes, .btn-border {
	background: var(--color1);
}
.btn:hover, .bbcodes:hover, .btn-border:hover {
	background: var(--color2);
	color: var(--bg);
}
.btn-medium {
	font-size: calc(var(--fs) + 5px);
    padding: 15px 25px;
}
.btn-big {
	font-size: calc(var(--fs) + 10px);
    padding: 25px 45px;
}
.btn-light {
	background: var(--color2);
}
.btn-light:hover {
	background: var(--color1);
}
.btn-transparent {
	background: transparent!important;
	color: var(--color1);
	box-shadow: unset;
}
.btn-white-color {
	color: var(--bg);
}
.btn img {
	width: 16px;
	vertical-align: middle;
	margin-top:-3px;
	margin-bottom: 3px;
}
.btn img.icon {
	margin-right: 10px;
}
.sphone {
	display: block;
	opacity: 0.5;
	font-size: calc(var(--fs) - 6px);
}
#top {
	display: block;
	height: 75px;
}
section {
	padding: 80px 0;
}
section.block .block-info {
	display: block;
}
section > .container > h2 {
	margin: 80px 0 80px;
}
section > .container > h2:first-child {
	margin: 20px 0 100px;
}
section > .container > h2:first-child:not(.block-form h2, .block-form-text h2) {
	text-shadow: 1px 1px white;
}
.stline {
	display: block;
	conten: ' ';
	width: 7%;
	min-width: 50px;
	height: 5px;
	border-radius: 10px;
	background: var(--color3light);
	margin: 0 auto;
}
.content {
	line-height: calc(var(--fs) + 8px);
}

.fsm2 {
	font-size: calc(var(--fs) - 2px);
	line-height: calc(var(--fs) + 6px);
}
.fsm3 {
	font-size: calc(var(--fs) - 3px);
	line-height: calc(var(--fs) + 5px);
}
.fsm4 {
	font-size: calc(var(--fs) - 4px);
	line-height: calc(var(--fs) + 4px);
}
.fsm5 {
	font-size: calc(var(--fs) - 5px);
	line-height: calc(var(--fs) + 3px);
}
.fs2 {
	font-size: calc(var(--fs) + 2px);
	line-height: calc(var(--fs) + 10px);
}
.fs3 {
	font-size: calc(var(--fs) + 3px);
	line-height: calc(var(--fs) + 11px);
}
.fs4 {
	font-size: calc(var(--fs) + 4px);
	line-height: calc(var(--fs) + 12px);
}
.fs5 {
	font-size: calc(var(--fs) + 5px);
	line-height: calc(var(--fs) + 13px);
}
.op05 {
	opacity: 0.5;
}
.op07 {
	opacity: 0.7;
}
.op03 {
	opacity: 0.3;
}
.msg {
	background: var(--color1light);
	color: var(--fcolor);
    padding: 7px 10px;
    border-radius: 10px;
}
.msg-light {
	background: var(--bg);
	color: var(--fcolor);
}
.msg-c3l {
	background: var(--color3light);
	color: var(--fcolor);
}
.msg-content {
	padding: 25px;
}
.msg h3 {
	margin-top: 0;
	font-size: calc(var(--fs) + 2px);
	display: block;
	vertical-align: middle;
}
.msg img {
	width: 20px;
	vertical-align: middle;
}
.msg img.icon {
	border-radius: 2px;
    margin-right: 10px;
}
.msg-medium {
	padding: 20px;
}
.msg-big {
	padding: 30px;
}
.warning-icon {
	float: left;
}
.warning-icon:before {
	content: '⚠️';
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.warning-icon.medium-icon:before {
	width: 50px;
    height: 50px;
    font-size: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.warning-icon.big-icon:before {
	width: 100px;
    height: 100px;
    font-size: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}
section.block .block-info .msg {
    display: inline-block;
}
.block-header {
	background: rgba(0, 0, 0, 0.25) url(../images/header_black.jpg) center center no-repeat; 
	/*background: rgba(0, 0, 0, 0.25) url('../images/form8.jpg') center center no-repeat;*/
    background-size: cover;
	height: 70vh;
	color: var(--bg);
}
.block-header .container {
	height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

/* Заголовки */
h1 {
	font-size: calc(var(--fs) + 8px);
}
h2 {
	font-size: calc(var(--fs) + 5px);
}
h3 {
	font-size: calc(var(--fs) + 3px);
}

.utp {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}
.utp-item {
	background: rgb(59 48 58 / 90%);
    display: block;
    padding: 15px;
    border-radius: 10px;
    margin: 0 20px 30px 0;
}
.utp-title {
	padding: 0 0 5px;
}

/* sections */
section:nth-child(1n):not(.block-header):not(.block-form) {
	background: var(--color3light);	
}
section:nth-child(2n):not(.block-header):not(.block-form) {
	background: var(--color2light);	
}
section:nth-child(3n):not(.block-header):not(.block-form) {
	background: var(--bg);	
}

/* footer */
footer > .container:first-child {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

}
footer > .container {
	margin: 50px auto;
}
footer a {
	color: var(--fcolor);
}
footer hr {
	border: var(--color3) 2px solid;
	border-left: unset;
	border-right: unset;
	border-bottom: unset;
}
footer > .container:first-child > div:nth-child(1) {
	width: 10%;
}
footer > .container:first-child > div:nth-child(2) {
	width: 50%;
}
footer .logo img {
	width: 80px;
}
footer .logo {
	border: unset;
}
footer > .container:first-child > div:nth-child(3) {
	width: 40%;
	text-align: right;
}
footer .fcontacts {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
footer .fmenu a {
	display: inline-block;
	margin: 0 10px;
}
footer .fcontacts a {
	margin-left: 25px;
	border: unset;
}
footer > .container:last-child > div {
	margin: 30px 0;
}
footer > .container:last-child > div:first-child {
	margin-top: 0;
}
footer > .container:last-child > div:last-child {
	margin-bottom: 0;
}
footer .copy {
  color: #777;
	font-size: 12px;
}
footer .socials a {
	border: unset;
}
.brendlogo a {
        background: transparent;
        padding: unset;
        text-align: center;
        color: #333;
        margin-right: 15px;
        text-decoration: none;
        border: unset;
    }
    .brendlogo a:last-child {
      margin-right: 0; 
    }
    
.brendlogo a > span {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    font-size: 10px;
    max-width: 80px;
    text-align: right;
    line-height: 14px;
    margin-right: 10px;   
    opacity: 0.5;
    transition: 0.33s;
}
.brendlogo i, .brendlogo svg {
    font-size: 39px;
    opacity: 0.5;
    transition: 0.33s;
}
.brendlogo i:hover, .brendlogo a:hover svg, .brendlogo a:hover > span {
    opacity: 1;
    transition: 0.33s;
}

.speedbar {
  white-space: nowrap;
  overflow: auto; 
}

/* Блоки */
.flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
	gap: 20px;
}
.flex .block-two {
    display: flex;
    vertical-align: middle;
    width: calc(50% - 20px);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

hr {
	display: block;
	border: 0;
	border-top: var(--color1light) 1px solid;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* calc */
#calc-price, .bgt .price.calc-price {color:var(--color1);background:-webkit-gradient(linear,left top,right top,color-stop(32%,#A7A98D),color-stop(100%,#BEB9A5));background:-webkit-linear-gradient(left,#A7A98D 32%,#BEB9A5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.bgt .price.calc-price {
	border: unset;
	box-shadow: unset;
	padding: 0;
	font-weight: bold;
}
.calc ul li {
	font-weight: normal;
	border-bottom: var(--color1light) 1px solid;
}
label {
	display: block;
	margin: 15px 0;
	color: var(--color1);
}
label:first-child {
	margin-top: 0;
}
label:last-child {
	margin-bottom: 0;
}
select {
	padding: 15px;
    background: var(--bg);
    width: 100%;
    border-radius: 7px;
}
#duration {
	display: block;
    width: 100%;
    border-radius: 7px;
    border: var(--color1light) 1px solid;
    margin: 0 0 15px;
    height: 5px;
    transition: all 0.3s ease;
}
#duration::-webkit-slider-runnable-track {
  accent-color: blue;
}
.calc-years output, .calc-years span {
	color: var(--color1);
	font-weight: bold;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}

.b24-form-wrapper {
	border: #6b6c5e 3px solid;
	box-shadow: var(--color1light) 0 0 55px 25px;
}
.catlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px; 
}
/* list */
.list-area {
	white-space: nowrap;
	overflow-x: auto;
}
.list {
	display: block;
}
.list-main-products .list-item {
  margin-right: 30px;
}
.list-item {
	display: inline-block;
    white-space: normal;
    margin: 80px 0;
    width: calc(100% / 4.31);
    vertical-align: top;
}
.list-item-image {
    display: block;
    max-height: 400px;
    overflow: hidden;
    border-radius: 15px; 
}
.list-item-image img {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.list-item-image .sticker {
    position: relative;
    display: block;
    z-index: 3;
    padding: 5px 10px;
    background: var(--bg);
    margin: 25px;
    border-radius: 5px;
    float: left;
    margin-bottom: -80px;
}
.list-item-description {
	margin: 30px 0 0;
	font-size: calc(var(--fs) - 2px);
	line-height: calc(var(--fs) + 4px);
	text-align: center;
}
.list-item-title {
    display: block;
    padding: 20px 0 0;
    font-size: calc(var(--fs) + 2px); 
}

/* list number */
.list-number {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}
.list-number li {
    width: 20%;
    min-height: 100px;
    font-size: calc(var(--fs) - 4px);
    color: var(--color1);
}
.list-number li span {
	display: block;
	font-size: calc(var(--fs) + -2px);
    margin-top: -50px;
    font-weight: bold;
    color: var(--fcolor)!important;
    text-shadow: 1px 1px white;
}
.list-number li::marker {
	font-size: 60px;
	font-weight: bold;
	width: 50px;
	color: var(--color3light);
}
.list-number li::before {
	content: ' ';
}

/* flex-cont */
.flex-cont .block-two {
    display: flex;
    vertical-align: middle;
    width: calc(50% - 20px);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    align-content: stretch;
    margin: 0 0 20px;
}
.flex-cont .block-two h3 {
	    color: var(--color1);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #6B6C5D), color-stop(100%, #BEB9A5));
    background: -webkit-linear-gradient(left, #6B6C5D 32%, #BEB9A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin: 0 0 30px;
	font-size: calc(var(--fs) + 4px);
}
.flex-cont .block-two h3 > i {
	color: var(--fcolor) !important;
    -webkit-text-fill-color: var(--fcolor);
    padding: 20px;
    background: var(--color3light);
    border-radius: 7px;
    margin-right: 10px;
    border: var(--color1light) 1px solid;
}
.flex-cont li {
	display: block;
	padding: 20px 0;
	border-bottom: var(--color3light) 1px solid;
}
.flex-cont li:last-child {
	border-bottom: 0;
}
.flex-cont li span {
	display: inline-block!important;
	vertical-align: top;
	width: calc(100% - 55px);
}
.flex-cont li:before {
	content: ' ';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/check-color1.svg') center center no-repeat;
	background-size: cover;
	vertical-align: top;
	margin-right: 15px;
}

/* types list */
.types-list {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.types-list-item {
	display: block;
	width: calc(100% / 3);
}
.types-list-more .types-list-item {
	display: block;
    width: 45.3%;
}
.types-list-item h3 {
	color: var(--color1);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #6B6C5D), color-stop(100%, #BEB9A5));
    background: -webkit-linear-gradient(left, #6B6C5D 32%, #BEB9A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* intop */
.intop {
    position: fixed;
    right: 150px;
    bottom: 53px;
    width: 60px;
    height: 60px;
    text-shadow: 1px 1px 5px var(--color3);
    color: var(--fcolor);
    background: var(--bg);
    box-shadow: 0 0 15px 5px var(--color3light);
    opacity: 0.5;
    display: flex;
    text-decoration: none !important;
    transition: 0.33s;
    flex-direction: row;
    align-items: center;
    border-bottom: 0;
    border-radius: 50%;
    justify-content: center;
}
.intop:hover {
  opacity: 1;
  transition: 0.33s;
}

.displaynone {
	display: none;
}
.flex-verical-center {
	align-items: center;
}
.flex-verical-top {
	align-items: start;
}

/* forms */
.block-form {
	background: url(../images/form1.jpg) center 20% no-repeat;
    background-size: cover;
    padding: 20vh 0;
    color: var(--bg);
}
.block-form label {
	display: inline-block;
}
.block-form input {
	height: 55px;
}
.left {
	text-align: left;
}
.block-form .of {
	max-width: 35%;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
}
.block-form .form {
	display: flex;
	gap: 20px;
}
.block-form .of > span {
	display: block;
	opacity: 0.7;
}
.block-form input {
	padding: 15px;
    border-radius: 7px;
    box-shadow: unset;
    border: var(--color1) 1px solid;
    font-size: var(--fs);
}

.block-form-text {
	background: url('../images/form8.jpg') center 20% no-repeat!important;
    background-size: cover!important;
    padding: 20vh 0;
    color: var(--bg);
}

/* cards */
.cards-list {
	display: flex;
    gap: 20px;
}
.cards-list-item {
	margin: 0 0 30px;
	width: calc(100% / 3);
}
.cards-list-item h3:not(.bgg h3) {
	color: var(--color1);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #6B6C5D), color-stop(100%, #BEB9A5));
    background: -webkit-linear-gradient(left, #6B6C5D 32%, #BEB9A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cards-list-item > div.center > i.fa-solid {
	font-size: 50px;
	margin: 30px 0 0;
	display: block;
	text-shadow: 1px 1px white;
}
.cards-list-desc {
	margin: 20px 0 0;
}
.fa-hand {
	color: #ea0001;
}

/* cards-list-ammo */
.cards-list-ammo {
	display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: stretch;
}
.cards-list-ammo .cards-list-item {
	margin: 0 0 30px;
    width: 22%;
    background: var(--color3light);
    border-radius: 10px;
}

/* faq */
.faq {
	background: var(--bg);
    border-radius: 10px;
    transition: 0.33s;
    margin: 0 0 20px;
    padding: 25px;
}
.faq a {
	cursor: pointer;
}
.faq-answer {
	margin-top: 20px;
	font-style: italic;
	transition: 0.33s;
	display: none;
}

/* pu */
.pop {
	display: none;
}
.popupbg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100%;
    background: rgba(0,0,0,0.85);
    overflow-y: auto!important;
    overflow-x: hidden;
}
.popup {
	width: 400px;
	max-width: 80%;
    background: var(--bg);
    color: #222;
    padding: 30px;
    margin: 18vh auto;
    position: relative;
    border-radius:10px;
    z-index: 22;
    box-shadow: 0px 0px 55px rgba(0,0,0,0.5);
}
.popup-close {
	position: absolute;
    margin-top: -90px;
    margin-left: 420px;
    font-size: 40px;
    color: #ff0000;
    padding: 20px;
    border-radius: unset;
    border: unset;
    width: 18px;
    height: 18px;
    text-align: center;
}
.popup-close i {
	display: inline-block;
    vertical-align: top;
}
.popup-close-area {
    display: block;
    position: absolute;
    z-index: 21;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
}
.popup-name {
	text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
.popup-descr {
	text-align: center;
    font-size: 12px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.popup-form-name {
	font-weight: 600;
    margin-bottom: 5px;
}
.popup-form-input {
	margin-bottom: 20px;
}
.popup-form-input input, .popup-form-input textarea {
	width: 100%!important;
    height: none!important;
    border: none!important;
}
.popup div.input .input-form input[type="text"], .popup div.input .input-form input[type="tel"], .popup div.input .input-form textarea {
 	border: none!important;
    background: var(--color1light);
}
.popup-help {
	font-size: 11px;
    background: var(--color1light);
    padding: 7px;
}
.popup .btn {
	border: transparent;
    color: #fff;
    background: var(--color2);
}
.popup .btn:hover {
	box-shadow: inset 0 0 55px rgba(0,0,0,0.2);
}
.forms_1 input {
    width: 100%;
    padding: 15px;
    border-radius: 7px;
}
table {
	background: var(--color3light);
    border-radius: 15px;
    overflow: hidden;
    max-width: 100%;
    overflow: auto;
}
table tr td, table tr th {
	padding: 15px 10px;
	border-bottom: var(--color3) 1px solid;
}
table tr:last-child td, table tr:last-child th {
	border: unset;
}

/* Full item */
.full-item {
  display: block;
}
.full-item-images {
  margin-right: 30px; 
  background: #f1f1f1;
  max-height: 530px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}
.full-item-images img {
    display: block;
    max-height: 530px;
    margin: 0 auto;
}
.full-item-info {
  display: block;
  padding: 0 0 10px;
}
.full-item-price {
  padding: 20px 0; 
}
.product_price {
  font-size: calc(var(--fs) + 4px);
  color: green; 
}
.product_price span {
  color: var(--fcolor); 
}

.mainslider {
  padding: 0; 
}
.mainslider, .mainslider h1, .mainslider h2, .mainslider h3, .mainslider h4, .mainslider h5, .mainslider h6 {
  color: #fff; 
}
.mainslider .block-info {
  padding: 80px 0; 
  min-height: 80vh;
  background-size: cover!important;
  display: flex!important;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.mainslider img {
  max-width: 80%;
  max-height: 60vh;
  border-radius: 15px;
  margin: 0 auto;
}
.mainslider .block-info .flex .block-two {
  justify-content: center; 
}

.btn-area {
  margin: 20px 0; 
}

.onlymobile {
	display: none!important;
}

@media screen and (max-width: 1200px) {
	.container {
		width: calc(100% - 3em);
		max-width: unset;
		padding: 1em 1em;
	}
	.omw {
		display: none;
	}
	#mmenu {
		display: none;
	}
	.mm {
		position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    height: 100%;
	    background: var(--bg);
	    width: 70%;
	    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.75);
	    z-index:1000;
	}
	.mm a {
        display: block;
        padding: 15px;
        margin: 0;
        border-bottom: var(--color1light) 1px solid;
    }
    .b24-widget-button-wrapper {
    	z-index: 10!important;
    }
}
@media screen and (max-width: 1100px) {
	body {
		overflow-x: hidden;
	}
	.logo {
		font-size: calc(var(--fs) - 3px);
	}
	.mmenubtn {
		display: inline-block;
	    padding: 15px;
	    margin-right: 10px;
	    border: var(--color1light) 1px solid;
	    border-radius: 10px;
	    vertical-align: middle;
	}
	header {
		padding: 0;
	}
	.container {
		width: auto;
	}
	.nomobile {
		display: none;
	}
	.onlymobile {
		display: inline-block!important;
	}
	.block-header .container {
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: stretch;
	    justify-content: center;
	    align-items: stretch;
	}
	.mainslider .block-info .flex .block-two {
	  text-align: center; 
	}
	.utp {
		display: block;
	    overflow-x: auto;
	    white-space: nowrap;
	}
	.utp-item {
		display: inline-block;
		width: auto;
	}
	.list-item {
		margin: 30px 0;
    width: 45%;
    margin-right: 0;
	}
	.catlist {
	  display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; 
	}
	.btn-area .btn {
		display: block;
    	text-align: center;
	}
	.btn img.icon {
		margin-right: 0;
	}
	.block-two {
		display: block;
		width: auto;
		margin: 0 0 15px;
	}
	.cards-list {
	    display: flex;
	    gap: 20px;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-items: stretch;
	    align-content: stretch;
	}
	.cards-list-item {
	    width: auto;
	}
	.list-number {
	    display: flex;
	    flex-wrap: nowrap;
	    flex-direction: column;
	    align-items: stretch;
	    gap: 20px;
	    justify-content: flex-start;
	    align-content: space-between;
	    margin-left: 2em;
	}
	.list-number li {
	    width: auto;
	}
	.flex {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    align-items: stretch;
	    gap: 20px;
	    align-content: stretch;
	}
	.flex-cont .block-two, .flex .block-two {
		width: auto;
	}
	.types-list {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: stretch;
	    justify-content: space-between;
	    align-items: stretch;
	    gap: 20px;
	}
	.types-list-item, .types-list-more .types-list-item {
	    width: auto;
	}
	.btn, .bbcodes, .btn-border {
		padding: 15px 22px;
	}
	.left {
		text-align: left;
	}
	.ol-list {
	    max-width: unset;
	    display: block;
	    margin: 3em 0;
	}
	.ol-list li {
		padding-left: 15px;
	}
	.ol-list li:before { 
		left: -45px;
		margin-right: -35px;
	}
	.cards-list-ammo {
	    display: flex;
	    gap: 20px;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-items: stretch;
	    justify-content: space-between;
	    align-content: stretch;
	}
	.cards-list-ammo .cards-list-item {
	    margin: 0 0 2em;
	    width: auto;
	}
	.block-two:last-child {
		margin: 0;
	}
	.topcontacts > span:not(.header-btn) {
		display: none;
	}
	.block-form .of {
		max-width: unset;
	}
	.block-form .form {
	    display: flex;
	    gap: 20px;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: stretch;
	    align-items: stretch;
	    justify-content: flex-start;
	}
	.block-form input {
        width: 100%;
        margin: 0.5em 0;
    }
	footer > .container:first-child {
		display: block;
	}
	footer > .container:first-child > div:nth-child(1) {
        display: none;
    }
	footer > .container:first-child > div:nth-child(2) {
	    display: none;
	}
	footer > .container:first-child > div:nth-child(3) {
	    width: auto;
	    text-align: center;
	}
	footer .fmenucopy a {
		margin: 0 0 2em!important;
	}
	footer .fmenucopy a:last-child {
		margin: 0!important;
	}
	footer > .container {
		margin: 20px auto;
	}
	footer .fcontacts {
		display: block;
	}
	footer .fcontacts a {
		display: block;
	    margin-left: unset;
	    border: unset;
	    margin: 0 0 2em;
	}
	footer .fcontacts a:last-child {
		margin: unset;
	}
	.fmenucopy {
	 text-align: center;
    margin: -20px 0 20px; 
	}
	footer .socials {
	  text-align: center; 
	}
	.copy .leftside {
	  display: block;
    width: auto;
    text-align: center;
    margin: 0 0 30px;
	} 
	.copy .rightside {
	  display: block;
    width: auto;
    text-align: center; 
	}
	.mca {
		position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    height: 100%;
	    display: block;
	}
	.mm .mmlogo, .mm a.logo, .mm .onlymobile {
		width: 100%;
	}
	.mm a.logo {
		padding: 36px 15px;
	}
	.mm a {
		border-radius: unset;
	}
	.mm .fa-phone {
		width: auto;
	}
	.list-number li span {
		margin-top: -60px;
	}
	.block-form input {
		width: 100%;
	}
	h1 {
	    font-size: calc(var(--fs) + 6px);
	}
	.fsm2 {
	    font-size: calc(var(--fs) - 4px);
	}
	.logo > span span {
		display: block;
	    font-size: calc(var(--fs) - 6px);
	}
	.flex-cont .block-two h3 > i {
		float: left;
    	margin-top: -5px;
	}
	.sphone {
	    display: block;
	    opacity: 0.5;
	    font-size: calc(var(--fs) - 2px);
	    margin: 0 0 1em;
	}
	.mbtnc {
		width: auto!important;
	    position: fixed;
	    left: 25px;
	    top: 15px;
	    color: var(--bg) !important;
	    font-size: calc(var(--fs) + 20px);
	    border: unset!important;
	}
	.full-item-images {
	  margin-right: 0; 
	}
	section {
	  padding:20px 0; 
	}
}