html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}
body {
    background: url(images/bg1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Raleway', sans-serif;
    color: #3E414A;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
a {
    text-decoration:none;
}

main {
    display: block;
    padding: 30px;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}
.h1,h1 {
    color: #102120;
    font-family: Bebas Neue,Arial,sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 90%;
    margin: 0 0 50px;
    text-align: left;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .h1,h1 {
        font-size:36px;
        margin-bottom: 35px
    }
}

.page-header h1 {
    margin-bottom: 0
}

.h2,h2 {
    color: #203837;
    font-family: Bebas Neue,Arial,sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 90%;
    margin: 0 0 50px;
    text-align: left;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .h2,h2 {
        font-size:28px;
        margin-bottom: 35px
    }
}

.h2-small {
    text-transform: none
}

.h3,h3 {
    color: #3e414a;
    margin: 0 0 30px
}

.h3,.h4,h3,h4 {
    font-family: Bebas Neue,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase
}

.h4,h4 {
    color: #203837;
    margin: 0 0 20px;
    text-align: left
}

.h5,h5 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px
}

.center {
    text-align: center
}

.white {
    color: #fff
}

.page-wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

.page-content {
    flex: 1;
    padding-bottom: 180px;
    padding-top: 126px;
    position: relative;
    z-index: 1
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: initial
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: initial
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

#wrapper {
}

.maxwidth-theme {
    max-width: 1350px;
    padding: 0px 30px;
    margin: 0 auto;
    float: none;
}

.header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #0a3814 20%, #1c4726 50%, #0a3814 80%);
    height: 76px;
    z-index: 996;
}
.header {
    background: linear-gradient(to top, #0a3814 20%, #1c4726 50%, #0a3814 80%);
}
.header__fixed {
    display: none;
}
.header__fixed.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    display: inline-block;
    margin-left: 14px;
    margin-right: 60px;
    height: 54px;
}

.header__logo img {
    height: 100%;
}
.header__nav {
    display: inline-block;
}
.header__right {
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.header__right .other__logo {
    display: flex;
    margin-right: 40px;
}
.header__right .other__logo a {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.1s ease-in;
    font-family: Bebas Neue, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.header__right .other__logo a:hover {
    opacity: 1;
}
.header__right-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    padding-right: 24px;
    align-items: center;
}

.header__right-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.header__right-nav ul li:before {
    display: none;
}

.header__right-nav ul li a {
    font-size: 18px;
    color: #fff;
    padding: 10px;
}

.header__right-nav ul li a:hover {
    color: #f2f2f2;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.burger {
    display: none;
}


.spot_info {
    width: 585px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.regions {
	color: #ffffff;
        z-index:2;
}

.regions a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
        color: #FFFF00;
}

.regions a:hover {
	color: #91b55e;
}

.tels {
	width: 200px;
	height: 100px;
	float: left;
}

.tels table {
	height: 100px;
}

.tels table td {
	vertical-align: middle;
}

.tels p {
	margin:0 0 2px;
	color:#ffdc6a;
	font-size:14px;
}

.tels p span {
	font-size:17px;
}
.tels p.main span {
	font-size:18px;
}

.spot_info .email {
	width: 190px;
	color: #dedede;
	font-style: italic;
	text-align: center;
}

.spot_info .email a {
	color: #dedede;
	text-decoration: underline;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}


.footer {
    background-color: #161515;
    padding-top: 160px;
    padding-bottom: 21px;
    color: #fff;
}

.footer__logo {
    margin-bottom: 40px;
}

.footer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #72727C;
    margin-bottom: 60px;
}

.footer__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #72727C;
    margin-bottom: 15px;
}

.footer__text2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #D8D8E2;
    margin-bottom: 40px;
}

.footer__nav {
    padding-top: 20px;
}

.footer__nav__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #FFFFFF;
    font-family: var(--bebas-font);
    margin-bottom: 43px;
}

.footer__nav__content li:before {
    display: none;
}

.footer__nav__content li {
    margin-bottom: 15px;
    padding: 0;
}

.footer__nav__content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #72727C;
    transition: 0.3s all;
}


.footer__nav__content a:hover {
    color: #fff;
}

.footer__bot {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.footer__bot p {
    max-width: 830px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #72727C;
    margin: 0;
}

.social-links {
    display: flex;
    align-items: center;
    margin: 0;
}

.social-links li:before {
    display: none;
}

.social-links li {
    padding: 0;
    margin-left: 15px;
}

.social-links li a {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s all;
}

.social-links li a:hover {
    color: #72727C;
    transform: scale(1.1);
}

.social-links li a .icon-fb {
    font-size: 18px;
}

.social-links li a .icon-vk {
    font-size: 14px;
}

.social-links li a .icon-inst {
    font-size: 18px;
}

.social-links li a .icon-odnoclass {
    font-size: 18px;
}

.social-links li a .icon-tik-tok {
    font-size: 18px;
}

.f-contact__form__wrap {
    background-color: #203837;
    position: relative;
    padding: 35px;
}

.f-contact__form__wrap__row {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

input[type="text"].f-contact__form__email {
    width: 301px;
    border: none;
    border-bottom: 1px solid #72727C;
    background-color: transparent;
    border-radius: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    font-family: var(--bebas-font);
    color: #fff;
    padding-left: 0;
    transition: 0.3s all;
    padding-right: 0;
}

input[type="text"].f-contact__form__email::placeholder {
    color: #fff;
}

input[type="text"].f-contact__form__email:focus {
    border-bottom: 1px solid #fff;
}

.f-contact__form__t {
    flex: 1;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: var(--bebas-font);
}

.f-contact__form__wrap:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background-image: url('../new-images/f-form.png');
    background-repeat: no-repeat;
}

.f-contact__form {
    transform: translateY(50%);
}
/*
.checkbox {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #A9A9B5;
    max-width: 193px;
    padding-left: 0;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox input + span {
    border: 2px solid #A9A9B5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 15px;
    font-size: 0;
}

.checkbox input:checked + span {
    font-size: 8px;
    color: #fff;
}
*/
.f-contact__form .checkbox {
    margin-right: 40px;
    margin-left: 40px;
}

.footer__banner {
    padding-top: 165px;
    padding-bottom: 75px;
    position: relative;
}

.footer__banner__before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    transform: translateY(-33%);
    pointer-events: none;
}

.footer__banner__after {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(180px);
    z-index: -1;
}

.footer__banner a {
    position: relative;
    display: block;
    transition: 0.3s all;
}

.footer__banner a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s all;
}

.footer__banner a:hover {
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
}

.footer__banner a:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.footer__banner img {
    max-width: 100%;
}

.inline-search-block.fixed.big {
    border-bottom: 1px solid #c2c2c2;
}

/*----------------- Home page --------------------*/
.main-category {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.main-new {
    background-color: #0a3814;
    position: relative;
}
.main-new__over {
    padding-top: 70px;
    padding-bottom: 0;
    overflow: hidden;
}
.main-new__wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.main-new__title {
    writing-mode: tb-rl;
    font-weight: bold;
    font-size: 54px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: var(--bebas-font);
    margin-top: 0;
}
.main-news .main-new__title {
    color: #0a3814;
}
.main-new__slider-place {
    flex: 1;
    height:500px;
}
.main-new__slider__wrap {
    width: 100vw;
    margin-left: auto;
    padding-bottom: 100px;
    position: absolute;
    left: 180px;
    overflow: hidden;
}
.main-new__slider__wrap .swiper-slide {
    width: auto;
}
.about {
    padding-top: 72px;
    padding-bottom: 31px;
    position: relative;
}

@media (min-width: 1024px){
.main-slider {
    padding-top: 0;
}
}


.obraz {
    display: flex;
    justify-content: center;
    margin: 30px 0 60px;
    flex-wrap: nowrap;
}
.obraz a {
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    margin: 15px;
}
.obraz a img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
 }
.obraz a:hover img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
.brands {
    display: flex;
    justify-content: center;
    margin: 30px 0 60px;
    flex-wrap: nowrap;
}
.brands a {
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    margin:15px;
}
.brands a img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
 }
.brands a:hover img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}

