@charset "utf-8";
@font-face {
	font-family: "PTSans";
	src: url("/sport/static/fonts/PTSans-Regular.woff") format("woff"),
	url("/sport/static/fonts/PTSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "icons";
	src:url("/sport/static/fonts/fa-solid-900.eot");
	src:url("/sport/static/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
	url("/sport/static/fonts/fa-solid-900.woff") format("woff"),
	url("/sport/static/fonts/fa-solid-900.ttf") format("truetype"),
	url("/sport/static/fonts/fa-solid-900.svg") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: "brands";
	src:url("/sport/static/fonts/fa-brands-400.eot");
	src:url("/sport/static/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
	url("/sport/static/fonts/fa-brands-400.woff") format("woff"),
	url("/sport/static/fonts/fa-brands-400.ttf") format("truetype"),
	url("/sport/static/fonts/fa-brands-400.svg") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: "Exo_2";
	src: url("/sport/static/fonts/Exo2-Regular.woff2") format("woff2"),
	url("/sport/static/fonts/Exo2-VariableFont_wght.ttf")  format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Exo_2-Bold";
	src: url("/sport/static/fonts/Exo2-Bold.woff2") format("woff2"),
	url("/sport/static/fonts/Exo2-VariableFont_wght.ttf")  format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Exo_2_italic";
	src: url("/sport/static/fonts/Exo2-Italic.woff2") format("woff2"),
	url("/sport/static/fonts/Exo2-Italic-VariableFont_wght.ttf")  format("truetype");
	font-style: italic;
}
@font-face {
	font-family: "Roboto";
	src: url("/sport/static/fonts/Roboto-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PTSans-Bold";
	src: url("/sport/static/fonts/PTSans-Bold.woff") format("woff"),
	url("/sport/static/fonts/PTSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("/sport/static/fonts/Roboto-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "PTSans-Italic";
	src: url("/sport/static/fonts/PTSans-Italic.woff") format("woff"),
	url("/sport/static/fonts/PTSans-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Roboto-Medium";
	src: url("/sport/static/fonts/Roboto-Medium.ttf");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "PTSans-BoldItalic";
	src: url("/sport/static/fonts/PTSans-BoldItalic.woff") format("woff"),
	url("/sport/static/fonts/PTSans-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

html {
	font-family: "PTSans","Helvetica","Arial",sans-serif;
	--min-font-size: 14;
	--max-font-size: 16;
	--font-float-size: var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - 480px) / (1600-480));
	font-size: 14px;
	font-size: clamp(
      var(--min-font-size) * 1px,
		var(--font-float-size),
		var(--max-font-size) * 1px
   );
	--block-fone: #f9f9f9;
	--dark-fone: #181b1d;
	--section-even-fone: #f1eae5;
	--base-font-color: #4c4c4c;
}

* {
    scrollbar-color: rgba(0,0,0,.2) hsla(0,0%,100%,.1);
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 12px!important;
    height: 12px!important;
}

body *::-webkit-scrollbar {
    width: 6px!important;
    height: 6px!important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(210 210 210 / 51%);
}

::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100vw;
  background-color: #6f6f6f;
}

iframe {
	max-width: 100%;
	max-height: 80vh;
}

b,
strong,
.bold {
	font-family: "PTSans-Bold","Helvetica","Arial",sans-serif;
}
i,
em {
	font-family: "PTSans-Italic","Helvetica","Arial",sans-serif;
}

.icon {
	font-family: "icons","brands","PTSans","Helvetica","Arial",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Exo_2","Helvetica","Arial",sans-serif;
}

.intro h1 {
    font-size: 70px;
    margin: 0 0 0 -10px;
}

h2 {
	margin: 0 0 .3em;
	text-align: center;
}

header > h1 {
    display: none;
}

a {color: #035f9c;}

a:hover {
    color: #c33f00;
}

.center {
	text-align:center;
}

/* buttons begin */

.btn-menu::before {content: '\f0c9';}
.btn-close::before {content: '\f00d';}

/* buttons end */

/* header begin */
header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    color: #FFFFFF;
    font-size:.9rem;
    z-index: 9;
    flex-direction: column;
}

.head-shadow {
    box-shadow: 0 0 60px 60px var(--dark-fone);
    position: absolute;
    width: 100%;
}

.scrolled > .head-shadow {
    box-shadow: 0 0 37px 43px var(--dark-fone);
}

.header-half {
	flex: 1 0 50%;
	display: flex;
	box-sizing: border-box;
}

.header-half.left {
    padding-right: 60px;
}

.header-half.right {
    padding-left: 60px;
}

.header-half-part.nav-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.header-links {
    display: flex;
    justify-content: space-between;
    padding: 20px 100px 20px 220px;
    align-items: flex-start;
    transition: .3s;
    position: relative;
    top: 0px;
}

.header-contacts {
    color: #FFF;
    /* text-align: center; */
}

.header-contacts span {
    display: block;
    margin: 5px;
}

.header-contacts a {
    color: #FFF;
}

.scrolled .header-links {
    top: -999px;
}

.wrapped-items {
    display: flex;
    gap: 2em;
}

.header-links > div > a {
    transition: .3s ease;
}


.header-links > div > a:hover {
    background: rgb(255 255 255 / 97%);
    color: #000;
}

.menu-button {
  width: 60px;
  height: 60px;
  position:relative;
	display: none;
}

header label[for='menu-checker'] {
    display: block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    cursor: pointer;
    line-height: 40px;
    transition:.3s;
    text-align:center;
}

header a {
	text-decoration:none;
}

.link-wrapped {
    border-radius: 18px;
    padding: 5px;
    position: relative;
    color: #aaa;
}

.link-wrapped.auth {
    color: #aaa;
}

.link-wrapped.auth::before {content: '\f007';margin: 0 5px;}

.link-wrapped.expandable > span::after {
	content:'\f107';
	margin: 0 5px;
}

.link-wrapped.expandable > span {
	cursor:default;
}

div.expandable > ul {
	opacity:0;
	z-index: 2;
	position:absolute;
	top: -999px;
	left:0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background: #FFF;
	padding: 3px;
	max-width: 100vw;
	border-radius: 15px;
	transition: opacity .3s;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: -1;
	max-height: calc(100vh - 115px);
}

.link-wrapped.expandable > ul {
    /* z-index: 10; */
}

.header-menu div.expandable > ul {
    transform: translateY(-.5em);
    margin-top: .5em;
}

.scrolled .header-menu div.expandable > ul {
    /* margin: 1em 0 0; */
    /* transform: none; */
}

div.expandable > ul > li:not(:last-child) {
    border-bottom: 2px ridge #eee;
}

div.expandable > ul > li:first-child {border-top-left-radius: 12px;border-top-right-radius: 12px;overflow: hidden;}

div.expandable > ul > li:last-child {border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;overflow: hidden;}

div.expandable > ul > li > a:hover {
    background: #e2e2e2;
}

div.expandable > ul > li > a {
    padding: 7px;
    display: flex;
    align-items: center;
    color: #555;
    gap: 5px;
}

div.expandable > ul > li > a {
    padding: 3px 6px;
    white-space: nowrap;
}

div.expandable > ul > li > a > img {
    width: 25px;
    height: 25px;
}

div.expandable:hover > ul {
	opacity:1;
	z-index:2;
	top: 100%;
	box-shadow: 0 0 14px -6px #000000;
}

#menu-checker:checked ~ .menu-button label[for='menu-checker']:first-child,
label[for='menu-checker']:last-child {
	width: 0px;
	height: 0px;
	font-size: 0px;
	opacity:0;
}
#menu-checker:checked ~ .menu-button label[for='menu-checker']:last-child,
label[for='menu-checker']:first-child {
	width: 40px;
	height: 40px;
	font-size: 40px;
	opacity:1;
}

span.link-images > a {
    margin: 0 10px;
}

.link-images > a > img {transform: scale(1);transition:.3s;}

.link-images > a:hover > img {transform: scale(1.2);}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-wrapper > a {
    display: block;
    margin: 4px;
    color: #FFF;
    z-index: 9;
    white-space: nowrap;
}

nav.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.scrolled nav.header-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

nav.header-menu > div {
	position: relative;
	min-height: 40px;
	display: flex;
	flex-direction: column;
	padding-bottom: .5em;
	align-items: center;
}

.scrolled nav.header-menu > div {
    padding-bottom: 10px;
    min-height: unset;
}

nav.header-menu > div > a, nav.header-menu > div > label, nav.header-menu > div > label > a {
    color: #FFF;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Exo_2';
    display: block;
    text-align: center;
    white-space: nowrap;
}

nav.header-menu > div > label {
    cursor: default;
}

nav.header-menu > div::after {
	content: '';
    height: 6px;
    background: #FFFFFF;
    width: 0px;
    margin-top: 1em;
    border-radius: 3px;
    transition: .3s;
}

.scrolled nav.header-menu > div::after {
    display: none;
}

.header-menu > div:hover::after {
    width: 100%;
}

.logo {
    position: absolute;
    top: 20px;
    left: 85px;
    transition: .3s ease;
    z-index: 3;
}

.scrolled .logo {
    top: -999px;
    left: -999px;
}

.header-line {
    height: 50px;
    flex: 1 0 100%;
}

/* header end */


/* main begin */


.anchor {
    position: relative;
    top: -70px;
    width: 1px;
    height: 1px;
}

section {
	position: relative;
}

section.intro {
	background-image: linear-gradient(to top, rgb(0 0 0 / 48%), rgb(0 0 0 / 48%)), url(/images/section1-2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	color: #FFF;
	padding-top: 80px;
}

.intro-right {
    text-align: center;
    padding: 10px 0 55px;
}

.intro-left {
    padding: 0 0 0 20%;
}

.intro-text {
    font-size: 20px;
    font-family: 'Roboto';
    max-width: 50%;
}

.order-button-wrapper {
    margin: 35px auto 0;
}

.order-button {
    display: inline-block;
    padding: 15px 30px;
    background: #df070b;
    background-image: linear-gradient(45deg, #ffa500, 85%, #ffffff);
    border-radius: 40px;
    color: #000;
    box-shadow: inset 0 0 0px 4px #fff, inset 0 0 0px 8px #000, 0 0 16px -5px #000;
    transition: .3s;
    margin: 0 auto;
    outline: none;
    border: none;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto';
    cursor: pointer;
}

.order-button:hover {
    box-shadow: inset 0 0 0px 0px #fff, inset 0 0 0px 0px #000, 0 0 16px -5px #000;
    color: #000;
}

section.specifications {
    display: flex;
    background-color: #e5e5e0;
    justify-content: space-around;
}

.spec-video {flex: 1 1 50%;padding: 0 30px;display: flex;justify-content: center;align-items: center;box-sizing: border-box;flex-direction: column;}

.spec-video iframe {
    width: min(560px,100%);
    min-width: 80%;
    height: max(315px,80%);
    min-height: 50%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 13px -4px #075b3b;
    z-index: 1;
}

.spec-video ul {list-style: none;margin: 20px 0;padding: 0;border-radius: 10px;overflow: hidden;}

.spec-video ul > li {padding: 4px;/* background-image: linear-gradient(45deg, #caffe0, 20%, #fbf9f9, 40%, #caffe0, 60%, #fbfbfb, 80%, #d1fff9); */background: #f0ffff;margin-bottom: 5px;}

.spec-video ul > li:hover {background-image: linear-gradient(45deg, #27cd6c, #d1fff9);box-shadow: 0 0 5px -2px;}

.spec-video ul > li > a {color: #000;display: block;}

.spec-video ul > li:last-child {margin-bottom: 0;}

.spec-list {
    flex-grow: 1;
    padding: 40px;
box-sizing: border-box;}

.spec-list > ul {
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}

.spec-list > ul > li {position: relative;overflow: hidden;padding: 7px 10px 7px 20px;background: #FFF;margin: 10px 0;border-radius: 7px;font-size: 1.1em;box-shadow: 1px 1px 10px -4px #3a3a3a;transition: background-color .2s;}

.spec-list > ul > li:hover {
    background-color: #f1f1f1;
}

.spec-list > ul > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #54bf3a;
}

section.reasons {padding: 50px 0;background: #1d5341;background-image: repeating-radial-gradient(circle at center, #ccc, #ccc 1px, transparent 1px, transparent 100%);background-size: 5px 5px;}

.reasons::before {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-image: linear-gradient(to right, transparent, #1D5341 30%, #1D5341 70%, transparent);}

.reasons > h2 {position: relative;display: flex;align-items: center;justify-content: center;color: #FFF;}

.reasons > h2::before, .reasons > h2::after {content: '';display: inline-block;width: 10px;height: 10px;background: #FFF;border-radius: 50%;margin-right: 40px;}

.reasons > h2::after {margin: 0 0 0 40px;}

.why-me {width: 40%;position: relative;background: #FFF;border-radius: 15px;padding: 10px;margin: 45px auto 30px;box-sizing: border-box;}

.why-me > img {position: absolute;border-radius: 50%;top: 0;left: 0;margin: 0 10px 10px 0;transform: translate(-40px, -40px);width: 150px;height: 150px;}

.why-me > p {text-indent: 15px;}

.why-me > p:first-of-type:first-letter {font-size: 1.3em;font-weight: bold;margin-right: 1px;}

.why-me > p:first-of-type::before {content: '';width: 105px;height: 83px;float: left;}

section.prices {
    padding: 40px;
    background-image: repeating-linear-gradient(45deg, black, transparent 50%);
    background-attachment: fixed;
}

.prices > p {color: #FFF;}

.prices > h2 {
    color: #FFF;
}

.prices-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
    margin: 30px auto 0;
}

.price-wrapper {
    position: relative;
    background-image: url(/images/ice-block.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    flex-basis: 25%;
}

.price-header {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.price-count {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

span.price {
    font-family: 'Exo_2';
    font-size: 1.5em;
}

.price-main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.price-installment {
    text-align: center;
    text-shadow: 1px 1px #f7f7f7;
}

.price-description {list-style: none;margin: 15px 0;padding: 0 0 0 30px;flex-grow: 1;}

.price-description > li {
    background: rgb(255 255 255 / 61%);
    margin: 5px 0;
    padding: 3px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.price-details-link {
    cursor: pointer;
    text-decoration: underline;
font-weight: bold;}

.price-details-link:hover {
    color: #d50202;
}

.price-details {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .3s;
    background-color: rgb(0 0 0 / 88%);
    color: #FFF;
    padding: 15px;
}

.price-details a {
    color: #46cf00;
}

.price-wrapper > input:checked ~ .price-details {
    top: 0%;
}

.price-details-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 28px;
    cursor: pointer;
}

.price-details-close::before, .price-details-close::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 50%;
    transition: .2s;
}

.price-details-close::after {
    transform: rotate(-45deg);
}

.price-details-close:hover::before {
    transform: rotate(90deg);
}

.price-details-close:hover::after {
    transform: rotate(-90deg);
}

.price-details-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

section.our-clients {
    background: #FFFFFF;
    padding: 30px 80px;
    overflow: hidden;
}

.our-clients::before, .our-clients::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0 64px -12px #1f5242;
}

.our-clients::after {
    left: unset;
    right: -100px;
}

.our-clients > h2 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.our-clients > h2::before, .our-clients > h2::after {
    content: '';
    width: 61px;
    height: 2px;
    margin: 0 15px;
    background: #9f0f0f;
}

.clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.clients + .clients {
    margin-top: 40px;
}

.client-wrapper > a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.client-wrapper img {
    height: 100px;
}

.client-site {
    font-family: 'Exo_2';
    text-transform: uppercase;
    font-weight: bold;
}

.client-name {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: bold;
    color: #9f0f0f;
    text-align: center;
    margin-bottom: 0;
}

.client-wrapper small {
    color: #7c7c7c;
    text-align: center;
    display: block;
    margin-top: 7px;
}

section.opinions {
    background-image: linear-gradient(to top, rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url(/images/section1-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.opinions > p {
    color: #FFF;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    font-size: .95em;
}

.opinions > p > a {
    color: beige;
}

.opinions-container {
    display: flex;
}

.opinion-wrapper {
    flex: 1 0 100%;
    padding: 40px 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 2;
}

.opinion-wrapper:first-of-type > label:first-child,
.opinion-wrapper:last-of-type > label:last-child {
    opacity: 0;
    cursor: default;
}

.opinions-container > input:checked + .opinion-wrapper {
    order: 1;
}

.opinion-wrapper > label {
    cursor: pointer;
}

.opinion-wrapper > label::before {
    font-family: 'icons';
    content: '\f104';
    color: #FFF;
    font-size: 60px;
}

.opinion-wrapper > label:last-child::before {
    content: '\f105';
}

.opinion {
    max-width: 700px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    transition: .7s;
    opacity: 0;
}

.opinions-container > input:checked + .opinion-wrapper > .opinion {
    opacity: 1;
}

.op-text {
    background: rgb(255 255 255 / 88%);
    padding: 10px;
    border-radius: 0 10px 10px;
    box-sizing: border-box;
    position: relative;
}

.op-text::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    border-right: 28px solid rgb(255 255 255 / 88%);
    border-bottom: 22px solid transparent;
}

.op-user-name {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.op-user-city {display: block;text-transform: uppercase;font-size: 11px;font-weight: normal;margin-top: 8px;}

.op-user-link {
    text-transform: uppercase;
    font-size: 12px;
}

a.op-user-site {
    display: block;
    color: #8bff5b;
}

.op-user {
    text-align: center;
    margin-right: 30px;
}

.op-user > p {
    color: #FFF;
}

.op-user-image {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 20px -7px #c3c3c3;
}

section.order {
    background-color: #ffffff;
    padding: 40px 0;
}

section.order > p {
    margin: 40px 0;
}

section.order > p.order-header {
    text-align: center;
    font-family: 'Exo_2';
    font-weight: bold;
    font-size: 2em;
}

.order-contacts {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

p.order-text {
	font-size: 1.5em;
}

p.order-text::before {
	margin-right: 10px;
}

p.order-text.email::before {
    content: '\f0e0';
    color: #216faf;
}

p.order-text.whatsapp::before {
    content: '\f232';
    color: #1fbd4d;
}

section.order h2 {
    margin: .5em;
}

.order-form-header {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

#order_form {
    position: relative;
    background-color: #767676;
    width: min(600px,100%);
    margin: 0 auto;
    padding: 1px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 13px -2px #000;
    border-radius: 10px;
    color: #FFF;
    background-image: linear-gradient(to top, #000000a6, #000000a6), url(/images/order-form.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#order_form.blur {filter: blur(3px);}

#order_form a {
    color: #FFF;
    text-decoration: underline;
}

.order-form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-form-fields > input, .order-form-fields > textarea {
    background: none;
    border: 2px solid #FFF;
    outline: none;
    padding: 5px 10px;
    color: #FFF;
    height: 30px;
    box-sizing: border-box;
    border-radius: 15px;
}

.order-form-fields > p {margin: 10px 5px;}

.order-form-fields > textarea {
    font-family: inherit;
    height: 100px;
}

.order-form-fields > input::placeholder,
.order-form-fields > textarea::placeholder {
    color: #ccc;
}

.policy {
    font-size: .8em;
}

.compare-button {display: inline-block;color: #000;font-size: 1.1em;font-weight: bold;background: rgb(255 255 255 / 85%);padding: 5px;border-radius: 9px;text-decoration: none;}

.compare-button:hover {text-decoration: underline;}

.select2-container {
	max-width: 100%;
}

.select2-selection {
	border-radius: 15px !important;
}

/* main end */

/* footer begin */
footer {
	background: #4e4e4e;
	color: #e6e6e6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px 5%;
}

footer a {
    color: #faebd7;
}

footer a:hover {
    color: #a3ffae;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 7px;
    line-height: 1;
    font-size: .9em;
}

.footer-links a {
    text-decoration: none;
    text-transform: uppercase;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    font-style: normal;
    gap: 5px;
}

footer span::before, .header-contacts::before {
	vertical-align: middle;
	display: inline-block;
	width: 24px;
}

footer .location::before {
	content: '\f3c5'
}

footer .phone::before, .header-contacts.phone::before {
    content: '\f879';
}

footer .whatsapp::before, .header-contacts.whatsapp::before {
    content: '\f232';
}

footer .telegram::before, .header-contacts.telegram::before {content: '\f3fe';}

footer .email::before, .header-contacts.email::before {
    content: '\f0e0';
}

footer .developer {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.copyright {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-size: .9em;
}

/* footer end */

.tabs_choise, label[for="menu-checker"] {
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width:1100px) {
    .logo {
    	left: 20px;
    }
    .header-links {
    	padding-left: 140px;
    	padding-right: 20px;
    }
}


@media (min-width:1001px) {
	.header-contacts span {
		position: absolute;
		right: 0;
	}

	.header-contacts span:first-child {
		right: unset;
		left: 0;
	}
	nav.header-menu > div:nth-child(n+2) {
			margin-left: 3em;
	}
}

@media (max-width:1000px) {
html {
	--min-font-size: 16;
}
	.menu-button {
		display:block;
	}
	.logo {
		display: none;
	}
	header {
		flex-direction: row;
		/* font-size: 1rem; */
	}

.head-shadow {
    /* background: linear-gradient(to bottom, var(--dark-fone), 87%, transparent); */
    box-shadow: 0 0 21px 62px var(--dark-fone) !important;
}

.nav-wrapper {
    flex-grow: 1;
    display: flex;
}

.header-contacts {
    display: block;
}

.header-links {
    padding: 0;
    justify-content: space-around;
    width: 100%;
    align-items: stretch;
}

.scrolled .header-links {
    top: 0px;
}

.link-images {
    display: none;
}

nav.header-menu {
    position: absolute;
    flex-direction: column;
    align-items: stretch;
    top: 50px !important;
    left: -999px !important;
    padding: 0px 10px;
    background: var(--block-fone);
    box-shadow: 1px 1px 14px -6px #000;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    transition: .3s;
    transform: none !important;
}

#menu-checker:checked ~ .nav-wrapper > nav.header-menu {
    left: 0 !important;
}

nav.header-menu > div {justify-content: center;align-items: flex-start;padding-bottom: 0;}

nav.header-menu > div:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

nav.header-menu > div > a, nav.header-menu > div > label {
    display: flex;
    width: 100%;
    height: 40px;
    flex-direction: column;
    justify-content: center;
}

nav.header-menu > div::after {
    display: none;
}

nav.header-menu > div > a, nav.header-menu > div > label > a, nav.header-menu > div > label {
    color: var(--base-font-color);
    text-align: left;
}

.expandable > label::before {content: '';display: block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;}

div.expandable .submenu-expander ~ ul {
	opacity: 1 !important;
	z-index: -1 !important;
	transition: none;
	width: 100%;
	display: none;
}

div.expandable .submenu-expander:checked ~ ul {
    position: static;
    max-height: 100vh;
    z-index: 2 !important;
    display: flex;
}

div.expandable > ul > li {
    padding: 10px;
}

.wrapped-items {
    display: flex;
    gap: 7px;
    align-items: stretch;
}

.link-wrapped {
	position: static;
	display: flex;
	align-items: center;
}

.link-wrapped.expandable:hover {
}

.link-wrapped.expandable > ul {
    width: 100%;
    z-index: -1;
}

.link-wrapped.expandable:hover > ul {
    z-index: 3;
}

h1 {
    font-size: 36px;
}

.intro-text {
    font-size: 16px;
    max-width: 100%;
}

.intro-left {
    padding-left: 20px;
}

section.specifications {
    flex-wrap: wrap;
}

.spec-video {
    padding: 0;
}

.spec-video iframe {position: static;border-radius: 0;height: calc(100vw/(16/9));max-height: 50vh;}

.spec-list {
    margin: 5px;
}

.spec-list > ul > li {
    font-size: 1em;
}

.reasons > h2::before, .reasons > h2::after {display: none;}

.why-me {width: 90%;}

.why-me > img {width: 100px;height: 100px;transform: translate(10px, 10px);border-radius: 15px;}

section.prices {
    padding: 5px;
}

.price-wrapper {flex-basis:100%;}

.opinion-wrapper {
    padding: 40px 0;
}

.opinion {
    flex-direction: column;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.op-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0;
    flex-grow: 0;
}

.op-user-link {
    flex: 1 0 100%;
}

.op-text {flex-grow: 1;border-radius: 10px;}

footer {
	gap: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

}