/*fonts*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Oswald", sans-serif;
  line-height: normal;
  background: #FFFFFF;
  color: #0B2A49;
  margin: 0;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #00B4FF;
}

body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.75);
}

p {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3.subtitle {
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  text-transform: uppercase;
}

h3.subtitle-small {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  font-family: "Lato", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}
textarea::-webkit-input-placeholder {
  color: #B2B2B2;
}
textarea::-moz-placeholder {
  color: #B2B2B2;
}
textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
textarea:-moz-placeholder {
  color: #B2B2B2;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}
input::-webkit-input-placeholder {
  color: #B2B2B2;
}
input::-moz-placeholder {
  color: #B2B2B2;
}
input:-ms-input-placeholder {
  color: #B2B2B2;
}
input:-moz-placeholder {
  color: #B2B2B2;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.container {
  width: 100%;
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
}

.section-top {
  margin-top: 124px;
}
.section-top .section-title {
  padding-left: 60px;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 50px;
}
.section-title > span {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #00B4FF;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 67px;
  color: #0B2A49;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 800px;
}
.section-title h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 67px;
  color: #0B2A49;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-title p {
  max-width: 810px;
  margin-top: 30px;
  margin-bottom: 0;
}
.section-title a {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.section-title a span {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  color: #0B2A49;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.1s;
}
.section-title a svg {
  fill: #00B4FF;
  margin-left: 30px;
}

.section-title.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-title.white h2 {
  color: #FFFFFF;
}
.section-title.white p {
  color: #FFFFFF;
}

.section-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.section-nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-nav_list li {
  margin: 0px 15px 15px 15px;
}
.section-nav_list a {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}
.section-nav_list a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #00B4FF;
  transition: 0.4s;
}
.section-nav_list li.active a {
  color: #00B4FF;
}
.section-nav_list li.active a:after {
  width: 100%;
  background: #00B4FF;
}

.section-nav .wrap-socials {
  position: absolute;
  right: 0;
  top: -14px;
}

.wrap-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.wrap-socials_btn.active {
  display: none;
}

.wrap-socials_list {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #0B2A49;
  height: 47px;
}
.wrap-socials_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
}
.wrap-socials_list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-socials_list label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.wrap-socials_list input {
  position: absolute;
  z-index: -2;
  opacity: 0;
}
.wrap-socials_list svg {
  fill: #FFFFFF;
  transition: 0.2s;
}

.wrap-socials_list.active {
  display: flex;
}

.content *:last-child {
  margin-bottom: 0;
}
.content h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 125%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.content h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.content h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.content p {
  margin-bottom: 20px;
}
.content ul {
  margin-bottom: 30px;
}
.content ul li {
  position: relative;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00B4FF;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul.content-check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: url("../img/icons/check.svg") center no-repeat;
  background-size: contain;
}
.content ol {
  list-style: none;
  counter-reset: num;
  margin-bottom: 30px;
}
.content ol li {
  position: relative;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
  color: #0B2A49;
}
.content ol.content-small li {
  font-size: 14px;
  line-height: 17px;
  padding-left: 12px;
}
.content ol.content-small li:before {
  content: counter(num);
  counter-increment: num;
  font-size: 8px;
  top: -3px;
}
.content a {
  color: #00B4FF;
  border-bottom: 2px dashed #00B4FF;
  transition: 0.1s;
}

.content-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.content-video:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 180, 255, 0.15);
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
}
.content-video iframe {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-video img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content-video svg {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  cursor: pointer;
  fill: rgba(11, 42, 73, 0.75);
}

.content-video:hover:after {
  opacity: 1;
}

.content.white {
  color: #FFFFFF;
}

.content.white ol li:before {
  color: #FFFFFF;
}

.page-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: fit-content;
  padding: 10.5px 30px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.page-btn:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00B4FF;
}
.page-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  top: 0;
  width: 0;
  height: 100%;
  background: #056FA4;
  transition: 0.4s;
}
.page-btn svg {
  margin-right: 10px;
}

.page-btn_two {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #0B2A49;
  width: fit-content;
  padding: 8.5px 28px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #0B2A49;
  background: #FFFFFF;
  overflow: hidden;
  transition: 0.2s;
}
.page-btn_two svg {
  fill: #0B2A49;
  margin-right: 10px;
  transition: 0.2s;
}

.page-btn_three {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #0B2A49;
  width: fit-content;
  padding: 10.5px 30px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  background: #FFFFFF;
}
.page-btn_three svg {
  fill: #0B2A49;
  margin-right: 10px;
  transition: 0.2s;
}

.breadcrumb {
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb.two {
  padding-bottom: 100px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  display: flex;
}
.breadcrumb-list li:after {
  content: "";
  margin: 0px 10px;
  width: 1px;
  height: 100%;
  background: #B2B2B2;
}
.breadcrumb-list li:last-child:after {
  display: none;
}
.breadcrumb-list li:last-child a {
  font-weight: 600;
}
.breadcrumb-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #0B2A49;
  transition: 0.1s;
}

.form-label {
  font-weight: 400;
  font-size: 20px;
  color: #0B2A49;
  display: block;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}

.form-label.white {
  color: #FFFFFF;
}

.form-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.form-input input {
  width: 100%;
  height: 46px;
  font-size: 20px;
  border: 1px solid #B2B2B2;
  background: #FFFFFF;
  padding: 0px 10px;
  font-weight: 400;
  color: #0B2A49;
}
.form-input input:focus {
  border: 1px solid #00B4FF;
}

.form-textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.form-textarea textarea {
  width: 100%;
  height: 180px;
  font-size: 20px;
  border: 1px solid #B2B2B2;
  background: #FFFFFF;
  padding: 10px 10px;
  font-weight: 400;
  color: #0B2A49;
}
.form-textarea textarea:focus {
  border: 1px solid #00B4FF;
}

.form-deal {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.form-deal input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.form-deal input:checked + svg path:nth-child(2) {
  opacity: 1;
}
.form-deal svg {
  min-width: 18px;
  margin-right: 15px;
}
.form-deal svg path:nth-child(2) {
  opacity: 0;
}
.form-deal span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.form-button {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10.5px 30px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background: #00B4FF;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s;
}

.form-checkboxs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.form-checkboxs .form-label {
  width: 100%;
}

.form-checkbox {
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.form-checkbox svg {
  width: 20px;
  min-width: 20px;
  margin-left: 10px;
  display: none;
}
.form-checkbox input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
.form-checkbox input:checked + span svg {
  display: block;
}
.form-checkbox input:checked + span {
  color: #FFFFFF;
  background: #00B4FF;
}
.form-checkbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  padding: 0px 15px;
  background: #FFFFFF;
  transition: 0.1s;
}

.form-file {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.form-file input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.form-file label {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  transition: 0.1s;
}
.form-file label span {
  color: #FFFFFF;
}
.form-file label svg {
  fill: #FFFFFF;
  margin-right: 20px;
  transition: 0.1s;
}

.item {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 15px 25px 15px;
  background: #FFFFFF;
  overflow: hidden;
}

.item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115px;
  margin-bottom: 15px;
}
.item-img img {
  width: auto;
  height: max-content;
  max-height: 100%;
}

.item-title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  color: #0B2A49;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.item-list {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.item-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 32%;
}
.item-list li:nth-child(2) {
  border-right: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
}
.item-list span:nth-child(1) {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #8D8D8D;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.item-list span:nth-child(2) {
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
}

.item-price {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #0B2A49;
  text-align: center;
}

.item-btn {
  position: absolute;
  left: 0;
  bottom: -61px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #0B2A49;
  transition: 0.3s;
}

.slider-arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-arrows:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
}

.slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #FFFFFF;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}
.slider-arrow svg {
  width: 20px;
  height: 20px;
  fill: #0B2A49;
  transition: 0.2s;
}

.slider-arrow:nth-child(1) {
  border-right: none;
}

.slider-arrow:nth-child(2) {
  border-left: none;
}

.slider-arrows_two:after {
  background: #B2B2B2;
}

.slider-arrows_two .slider-arrow {
  border: 1px solid #B2B2B2;
}

.slider-arrows_two .slider-arrow:nth-child(1) {
  border-right: none;
}

.slider-arrows_two .slider-arrow:nth-child(2) {
  border-left: none;
}

.slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #FFFFFF;
  margin-right: 20px;
  outline: none;
}
.slider-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid #00B4FF;
  border-radius: 50%;
  transition: 0.3s;
}

.slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00B4FF;
}

.slider-pagination .swiper-pagination-bullet-active:before {
  transform: translate(-50%, -50%) scale(1);
}

.slider-pagination_two .swiper-pagination-bullet {
  background: #B2B2B2;
}

.slider-pagination_two .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00B4FF;
}

.fan-gallery.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: #FFFFFF;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(11, 42, 73, 0.9);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.fancybox-caption {
  background: transparent;
  padding-bottom: 110px;
}

.fancybox-caption__body {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.fancybox-caption__body p {
  color: #0B2A49;
  margin-bottom: 0;
}

.fancybox-thumbs {
  width: 100%;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 10px 5px;
  background: transparent;
}

.fancybox-thumbs__list a {
  width: 140px;
  height: 80px;
  margin: 0px 5px;
}

.fancybox-thumbs__list a:before {
  border: 2px solid #00B4FF;
}

.fancybox-button {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  padding: 0;
  width: 38px;
  height: 38px;
}

.fancybox-button svg path {
  fill: #0B2A49;
}

.fancybox-button svg {
  fill: #0B2A49;
}

.fancybox-navigation .fancybox-button--arrow_left {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-1740%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  outline: none;
}
.fancybox-navigation .fancybox-button--arrow_left svg {
  width: 20px;
  height: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(1640%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  outline: none;
}
.fancybox-navigation .fancybox-button--arrow_right svg {
  width: 20px;
  height: 20px;
}

.fancybox-toolbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fancybox-share {
  background: #FFFFFF;
}

.fancybox-share_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B2A49;
  padding: 10px;
  width: fit-content;
  margin: auto;
}

.fancybox-share__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: auto;
  height: auto;
  margin: 0px 10px;
}
.fancybox-share__button svg {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
.fancybox-share__button svg path {
  fill: #FFFFFF;
}

.fancybox-share {
  width: 300px;
  padding: 30px 15px;
}

.fancybox-share__input {
  text-align: center;
  color: #00B4FF;
  padding: 10px 0px 2px 0px;
  border-bottom: 1px dashed #00B4FF;
}

.fancybox-share_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fan-images .fancybox-button svg {
  fill: #FFFFFF;
}

.fan-images .fancybox-stage {
  max-width: 1200px;
  margin: auto;
}

.fan-images .fancybox-caption {
  padding-bottom: 20px;
}

.fan-images .fancybox-caption__body p {
  color: #FFFFFF;
}

.fan-images .fancybox-button--close {
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-stage {
  margin: auto;
  max-width: 1200px;
}

.fancybox-button--close {
  right: 10px;
  top: 0;
}

.fancybox-button--share {
  padding: 0;
  top: -2px;
  left: 50%;
  transform: translate(-1882%);
}
.fancybox-button--share rect {
  fill: #00B4FF;
}
.fancybox-button--share svg path {
  fill: #FFFFFF;
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 94px;
  background: #FFFFFF;
  transition: 0.3s;
}

.header.fixed {
  transform: translateY(-100%);
  box-shadow: none;
}

.header-bgr {
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 94px;
  box-shadow: 0px 4px 5px 0px rgba(11, 42, 73, 0.2);
  transition: 0.3s;
}

.header-bgr.fixed {
  transform: translateY(-100%);
  box-shadow: none;
}

.header .container {
  position: relative;
  height: 100%;
}

.header-nav {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
}

.header-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-menu > li {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 40px;
}
.header-menu > li.header-menu_mob {
  display: none;
}
.header-menu > li.header-menu_mob:nth-child(2) {
  display: flex;
  padding-left: 40px;
}
.header-menu > li:first-child {
  padding: 0;
}
.header-menu > li:last-child {
  position: absolute;
  right: 315px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.header-menu > li > a {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
  text-transform: uppercase;
  transition: 0.2s;
}
.header-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  transition: 0.4s;
}

.header-menu_wrap {
  position: absolute;
  left: 0;
  display: none;
  top: 100%;
  width: 100%;
  padding: 40px 0px 32px 0px;
}
.header-menu_wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 4000px;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-top: 1px solid #E9E9E9;
  box-shadow: 0px 4px 5px 0px rgba(11, 42, 73, 0.2);
}

.header-menu_contain {
  position: absolute;
  left: 0;
  top: calc(100% + 32px);
  width: 100%;
  padding-bottom: 40px;
  display: none;
}
.header-menu_contain::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 4000px;
  transform: translateX(-50%);
  background: #FFFFFF;
}

.header-menu_cover {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header-menu_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 423px;
  min-width: 423px;
  height: 281px;
}
.header-menu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-menu_text {
  width: 610px;
  min-width: 610px;
}

.header-menu_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: fit-content;
}

.header-menu_sublist {
  margin-right: 50px;
}
.header-menu_sublist span {
  position: relative;
  display: block;
  width: fit-content;
  color: #0B2A49;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 16px;
  transition: 0.3s;
}
.header-menu_sublist span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 0;
  background: #00B4FF;
  transition: 0.4s;
}
.header-menu_sublist a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #0B2A49;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.header-menu_sublist span:hover {
  color: #00B4FF;
}

.header-menu_sublist span:hover:after {
  width: 100%;
}

.header-mobile {
  display: none;
}

.header-phone {
  position: absolute;
  right: 165px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
  transition: 0.2s;
}

.header-lang {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
}

.header-lang_point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background: #00B4FF;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}

.header-lang_point:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background: #00B4FF;
}

.header-lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.header-lang_list li {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B4FF;
}
.header-lang_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #0B2A49;
  text-transform: uppercase;
  transition: 0.2s;
}

.header-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo img {
  width: 100%;
  height: max-content;
  max-height: 33px;
}
.header-logo span {
  display: flex;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}

.header-burger {
  display: none;
}

.header-menu_bgr {
  display: none;
}

.header-basket {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 105px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-basket svg {
  fill: #0B2A49;
}
.header-basket span {
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
  border-radius: 50%;
  background: #056FA4;
}

/*-header*/
/*home*/
.home {
  height: calc(100vh - 94px);
  margin-top: 94px;
}

.home-slider {
  height: 100%;
}
.home-slider .swiper-wrapper {
  z-index: -1;
}

.home-slide_img {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slide_video {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-slide_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slide_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.home-slide_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  padding-left: 75px;
}

.home-slide_title {
  max-width: 700px;
  font-weight: 500;
  font-size: 60px;
  line-height: 155%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
  min-width: fit-content;
}
.home-slide_title span {
  display: inline;
  background: #00B4FF;
  padding: 0 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.home-slide_info {
  max-width: 600px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 260%;
  color: #0B2A49;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.home-slide_info span {
  display: inline;
  background: #FFFFFF;
  padding: 10.5px 20px 9px 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.home-slide_price {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 400;
  color: #0B2A49;
  padding: 5px 20px;
  background: #FFFFFF;
  margin-bottom: 2px;
  transition: 0.1s;
  text-transform: uppercase;
}
.home-slide_price b {
  font-weight: 400;
  font-size: 24px;
  text-transform: lowercase;
}
.home-slide_price span {
  position: absolute;
  left: 0;
  bottom: 109%;
  margin-bottom: 10px;
  display: block;
  background: #FFFFFF;
  font-size: 18px;
  color: #0B2A49;
  white-space: nowrap;
  padding: 7px 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.1s;
}
.home-slide_price span:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 99%;
  width: 15px;
  height: 15px;
  background: url("../img/icons/price-icon.svg") center no-repeat;
}

.home-slide_buttons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.home-slide_buttons .page-btn {
  margin-right: 10px;
}

.home-slide_descr {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-top: 10px;
}

.home-slider_navigation {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  display: none;
}

.home-slide_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
.home-slide_ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #0B2A49;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  padding: 5px 20px 8px 20px;
  background: #FFF;
}

.home-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  animation: home-scroll 3s infinite linear alternate;
  display: none;
}

@keyframes home-scroll {
  from {
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    transform: translateX(-50%) translateY(0px);
  }
}
/*-home*/
/*models*/
.models {
  overflow: hidden;
  padding: 120px 0px 90px 0px;
  background: #F7F7F7;
}

.models-two {
  padding: 120px 0px;
}

.models .section-title {
  margin-bottom: 30px;
}

.models-two .section-title {
  margin-bottom: 50px;
}

.models-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.models-tabs li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
  text-transform: uppercase;
  margin: 0px 15px 15px 15px;
  transition: 0.2s;
  cursor: pointer;
}
.models-tabs li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #00B4FF;
  transition: 0.4s;
}
.models-tabs li.active {
  color: #00B4FF;
}
.models-tabs li.active:after {
  width: 100%;
  background: #00B4FF;
}

.models-box {
  display: none;
  position: relative;
}

.models-box.active {
  display: block;
}

.models-box_content {
  text-align: center;
  width: 100%;
  max-width: 810px;
  margin: 0px auto 48px auto;
}

.models-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.models-item {
  width: calc(25% - 30px);
  margin: 0px 15px 30px 15px;
}

.models-slider {
  overflow: visible;
  z-index: auto;
}
.models-slider:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #F7F7F7;
}
.models-slider:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #F7F7F7;
}

.models-slider_arrow {
  fill: #0B2A49;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.1s;
}

.models-slider_prev {
  right: 100%;
}

.models-slider_next {
  left: 100%;
}

/*-models*/
/*build*/
.build {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px;
  margin-bottom: 30px;
}
.build:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0B2A49;
}
.build:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 830px;
  border-radius: 30%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 180, 255, 0.5) 0%, rgba(0, 180, 255, 0) 100%);
}

.build .section-title {
  padding: 0px 60px;
}

.build-wrap {
  position: relative;
}

.build-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 45px;
}
.build-img img {
  width: 100%;
  height: auto;
}

.build-bgr {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 30px;
  display: flex;
  width: 210%;
  animation: anim-build 40s infinite linear;
}
.build-bgr img {
  height: 100%;
  width: 100%;
  margin-right: 0.4%;
}

@keyframes anim-build {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.build-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

/*-build*/
/*boost*/
.boost {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.boost-img {
  position: absolute;
  z-index: -2;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 49.2%;
  overflow: hidden;
}
.boost-img:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 42, 73, 0.75);
}
.boost-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boost-img:nth-child(1) {
  left: 0;
}

.boost-img:nth-child(2) {
  right: 0;
}

.boost-boxs {
  display: flex;
  justify-content: space-between;
}

.boost-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 810px;
  width: 49.2%;
  padding: 60px 140px 60px 60px;
}

.boost-box_text p {
  color: #FFFFFF;
  margin-bottom: 50px;
}

/*-boost*/
/*plus*/
.plus {
  margin-bottom: 30px;
}

.plus-slider {
  height: 800px;
}

.plus-slide {
  background: #FFFFFF;
  height: 100%;
}
.plus-slide .container {
  height: 100%;
}

.plus-slide_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 49.2%;
  height: 100%;
}
.plus-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plus-slide_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 49.2%;
  margin-left: auto;
  padding-top: 180px;
  padding-left: 60px;
}
.plus-slide_text p {
  max-width: 550px;
  margin-bottom: 50px;
}

.plus-slider_navigation {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.plus-slider_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 49.2%;
  padding: 0px 60px;
}

/*-plus*/
/*indenture*/
.indenture {
  padding-bottom: 80px;
}
.indenture .section-title {
  padding-left: 60px;
  margin-bottom: 30px;
}

.indenture.two {
  padding-bottom: 0;
}
.indenture.two .content {
  padding: 0px 60px;
  margin: auto;
  max-width: 920px;
  margin-bottom: 60px;
}

.indenture-top {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}

.indenture-box {
  width: 49.2%;
}
.indenture-box .page-btn {
  margin-top: 50px;
}

.indenture-box.content {
  padding-right: 90px;
}

.indenture-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
  background: #FFFFFF;
}
.indenture-slide img {
  width: 100%;
  max-height: 100%;
}

.indenture-thumbs {
  width: 90%;
  margin: auto;
}

.indenture-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  height: 80px;
  outline: none;
}
.indenture-thumb img {
  max-height: 100%;
}

.indenture-thumb.swiper-slide-thumb-active {
  border: 2px solid #00B4FF;
}

.indenture-btn {
  display: flex;
  align-items: center;
  padding: 0;
}
.indenture-btn svg {
  margin-right: 10px;
  transition: 0.1s;
}
.indenture-btn circle {
  fill: #00B4FF;
  transition: 0.1s;
}
.indenture-btn span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #00B4FF;
}
.indenture-btn span:nth-child(3) {
  display: none;
}

.indenture-btn.active svg {
  transform: rotate(180deg);
}

.indenture-btn.active span:nth-child(2) {
  display: none;
}

.indenture-btn.active span:nth-child(3) {
  display: block;
}

.indenture-btn_two {
  margin-top: 50px;
}
.indenture-btn_two svg {
  transform: rotate(180deg);
}

.indenture-bottom {
  display: none;
  padding: 80px 60px 0px 60px;
}

.indenture-bottom_wrap {
  display: flex;
  justify-content: space-between;
}

.indenture-box_text {
  margin-bottom: 60px;
}

.indenture.two .indenture-top .indenture-box:nth-child(2) {
  margin-top: 25px;
}

/*-indenture*/
/*feature*/
.feature {
  padding: 120px 0px;
  background: #0B2A49;
}
.feature .section-title {
  padding-left: 60px;
}

.feature-table {
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
  margin-left: -15px;
  margin-right: -15px;
}

.feature-table_list {
  width: calc(50% - 30px);
  margin: 0px 15px;
}
.feature-table_list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
}
.feature-table_list li:nth-child(2n+2) {
  background: transparent;
}
.feature-table_list span {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
.feature-table_list span:nth-child(2) {
  display: block;
  text-align: right;
  white-space: nowrap;
  min-width: 30%;
}
.feature-table_list span:nth-child(2) b {
  font-weight: 400;
  font-size: 14px;
}

.feature-descr {
  width: 50%;
  margin-top: 40px;
  padding: 0px 60px;
}

/*-feature*/
/*images*/
.images {
  padding-top: 120px;
}
.images .section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 60px;
}

.images.two {
  padding-bottom: 120px;
}

.images-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-box.fan-gallery:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 180, 255, 0.15);
  opacity: 0;
  transition: 0.2s;
}

.images-box.video:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url("../img/icons/images-play.svg") center no-repeat;
  background-size: contain;
}

.images-boxs.one .images-box {
  width: 100%;
  height: 650px;
}

.images-boxs.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 450px);
  grid-column-gap: 30px;
}

.images-boxs.three {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 320px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.images-boxs.three .images-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.images-boxs.three .images-box:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
}
.images-boxs.three .images-box:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 2;
}

.images-boxs.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.images-boxs.four .images-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
}
.images-boxs.four .images-box:nth-child(2) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.images-boxs.four .images-box:nth-child(3) {
  grid-column-start: 4;
  grid-row-start: 1;
}
.images-boxs.four .images-box:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
}

.images-boxs.five {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 300px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.images-boxs.five .images-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.images-boxs.five .images-box:nth-child(2) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.images-boxs.five .images-box:nth-child(3) {
  grid-column-start: 4;
  grid-row-start: 1;
}
.images-boxs.five .images-box:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.images-boxs.five .images-box:nth-child(5) {
  grid-column-start: 4;
  grid-row-start: 2;
}

.images-boxs.six {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 220px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.images-boxs.six .images-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.images-boxs.six .images-box:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 3;
}
.images-boxs.six .images-box:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.images-boxs.six .images-box:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}
.images-boxs.six .images-box:nth-child(5) {
  grid-column-start: 4;
  grid-row-start: 1;
}
.images-boxs.six .images-box:nth-child(6) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
}

.images-descr {
  font-size: 14px;
  line-height: 17px;
  width: 49.2%;
  padding-left: 60px;
  margin-top: 30px;
  margin-bottom: 0;
}

/*-imgages*/
/*components*/
.components {
  padding: 120px 0px;
}

.components-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
}

.components-box:last-child {
  margin-bottom: 0;
}

.components-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  margin-bottom: 40px;
}

.components-box_text {
  max-width: 800px;
}

.components-box_subtitle {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #00B4FF;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.components-box_title {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.components-box_price {
  display: block;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 40px;
}
.components-box_price b {
  font-size: 24px;
  font-weight: 300;
}

.components-box_text p {
  text-align: center;
}

/*-components*/
/*base*/
.base {
  padding-top: 120px;
  background: #0B2A49;
}
.base .section-title {
  padding-left: 60px;
}

.base-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}

.base-box {
  width: 49.2%;
}

.base-box.content {
  color: #FFFFFF;
  padding-right: 90px;
}

.base-box_text {
  margin-bottom: 60px;
}

/*-base*/
/*options*/
.options {
  background: #0B2A49;
  padding: 120px 0px;
}
.options .section-title {
  padding-left: 60px;
}

.options-table {
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
  margin: 0px -15px;
}

.options-table_box {
  width: calc(50% - 30px);
  margin: 0% 15px;
}

.options-table_point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #576C80;
  cursor: pointer;
  transition: 0.1s;
}
.options-table_point h3 {
  color: #FFFFFF;
  margin: 0;
  transition: 0.1s;
}
.options-table_point svg {
  fill: #FFFFFF;
  transition: 0.1s;
}

.options-table_point.active {
  border-bottom: 1px solid transparent;
}

.options-table_point.active svg {
  transform: rotate(180deg);
}

.options-table_list {
  display: none;
  width: 100%;
}
.options-table_list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
}
.options-table_list li:nth-child(2n+2) {
  background: transparent;
}
.options-table_list span {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
.options-table_list span:nth-child(2) {
  display: block;
  text-align: right;
  white-space: nowrap;
  min-width: 30%;
}
.options-table_list span:nth-child(2) b {
  font-weight: 400;
  font-size: 14px;
}

.options-descr {
  width: 50%;
  padding: 0px 60px;
  margin-top: 40px;
}

/*-options*/
/*modal*/
.page-modal_wrap {
  position: relative;
}

.modal-nav {
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 5px 5px 0px rgba(11, 42, 73, 0.15);
  transition: 0.3s;
}

.modal-nav_mob {
  display: none;
}

.modal-nav.fixed {
  top: 92px;
}

.modal-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.modal-nav_links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-nav_links li {
  margin: 0px 20px;
}
.modal-nav_links a {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
  text-transform: uppercase;
  transition: 0.1s;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
}
.modal-nav_links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  background: #00B4FF;
  transition: 0.15s;
}
.modal-nav_links a.active {
  text-shadow: -0.25px -0.25px 0 #0B2A49, 0.25px 0.25px #0B2A49;
}
.modal-nav_links a.active:after {
  width: 100%;
}

.modal-nav_buttons {
  display: flex;
  align-items: center;
}
.modal-nav_buttons .page-btn_two {
  margin-left: 10px;
}

.modal-nav_info {
  display: flex;
  align-items: flex-end;
}

.modal-nav_title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 20px;
}

.modal-nav_price {
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px dashed #0B2A49;
  transition: 0.1s;
}
.modal-nav_price b {
  font-weight: 400;
}

.modal-nav_text {
  position: relative;
}

.modal-nav_descr {
  position: absolute;
  top: 185%;
  left: 0;
  display: block;
  background: #FFFFFF;
  font-size: 18px;
  color: #0B2A49;
  padding: 7px 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  display: none;
  transition: 0.1s;
}
.modal-nav_descr:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 90%;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  background: url("../img/icons/price-icon.svg") center no-repeat;
}

.modal {
  position: fixed;
  z-index: 16;
  left: 50%;
  top: 50%;
  width: 430px;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  padding: 60px 40px;
  display: none;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal-close rect {
  fill: #0B2A49;
  transition: 0.1s;
}

.modal-title {
  color: #00B4FF;
  margin-bottom: 40px;
}

.modal-wrap {
  height: 380px;
}

.modal-info {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.modal-info.active {
  display: flex;
}

.modal-form {
  width: 100%;
}

.modal-form.active {
  display: none;
}

.modal-bgr {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 42, 73, 0.9);
  display: none;
}

/*-modal*/
/*gallery*/
.gallery {
  padding-bottom: 80px;
}

.gallery-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 60px;
}

.gallery-links {
  display: flex;
  align-items: center;
}
.gallery-links li {
  margin: 0px 20px;
}
.gallery-links li.active a {
  font-weight: 700;
  border-bottom: 2px solid #00B4FF;
}
.gallery-links a {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #0B2A49;
  padding-bottom: 3px;
  transition: 0.1s;
}

.gallery-boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.gallery-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 30px);
  height: 220px;
  margin: 0px 15px 30px 15px;
}
.gallery-box:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 180, 255, 0.15);
  opacity: 0;
  transition: 0.2s;
}
.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-box.video:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("../img/icons/images-play.svg") center no-repeat;
  background-size: contain;
}

/*-gallery*/
/*why*/
.why {
  padding-bottom: 120px;
}

.why .content {
  margin: auto;
  max-width: 920px;
  padding: 0px 60px;
}

.why .images-boxs {
  margin-top: 60px;
}

/*-why*/
/*warranty*/
.warranty {
  padding-bottom: 120px;
}

.warranty-wrap {
  display: flex;
  justify-content: space-between;
}

.warranty-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 31%;
}
.warranty-left h3 {
  text-align: center;
  padding: 0px 60px;
  margin-bottom: 0;
}
.warranty-left img {
  width: 100%;
  margin-bottom: 60px;
}

.warranty-left_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 60px;
  margin-top: 30px;
}
.warranty-left_links li {
  margin-bottom: 20px;
}
.warranty-left_links li:last-child {
  margin-bottom: 0;
}
.warranty-left_links a {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #00B4FF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.1s;
}

.warranty-right {
  width: 69%;
  padding-left: 180px;
  padding-right: 60px;
}
.warranty-right img {
  display: none;
}

.warranty-right_text {
  margin-bottom: 60px;
}

.warranty-right_text:last-child {
  margin-bottom: 0;
}

/*-warranty*/
/*news*/
.cases {
  padding-bottom: 60px;
}

.news {
  padding-bottom: 60px;
}

.news-single {
  padding-bottom: 120px;
}

.news-boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
}

.news-box {
  width: calc(33.3% - 60px);
  margin: 0px 30px 60px 30px;
}

.news-box:nth-child(4),
.news-box:nth-child(10),
.news-box:nth-child(14),
.news-box:nth-child(20),
.news-box:nth-child(24),
.news-box:nth-child(30),
.news-box:nth-child(34),
.news-box:nth-child(40),
.news-box:nth-child(44),
.news-box:nth-child(50),
.news-box:nth-child(54),
.news-box:nth-child(60),
.news-box:nth-child(64),
.news-box:nth-child(70),
.news-box:nth-child(74),
.news-box:nth-child(80),
.news-box:nth-child(84),
.news-box:nth-child(90),
.news-box:nth-child(94),
.news-box:nth-child(100) {
  width: calc(66.6% - 60px);
}

.news-box_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.news-box_img:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 180, 255, 0.3);
  opacity: 0;
  transition: 0.2s;
}
.news-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box_subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #00B4FF;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.news-box_title {
  display: block;
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  color: #0B2A49;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: 0.2s;
}

.news-box_descr {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0B2A49;
  line-height: 160%;
}

.news-wrap {
  display: flex;
}

.news-left {
  width: 69%;
  padding-left: 60px;
  padding-right: 180px;
}

.news-right {
  width: 31%;
}
.news-right h3 {
  margin-bottom: 0;
}

.news-articles {
  margin-top: 50px;
}

.news-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.news-article:last-child {
  margin-bottom: 0;
}

.news-article_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 285px;
  width: 100%;
  margin-bottom: 20px;
}
.news-article_img:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 180, 255, 0.15);
  opacity: 0;
  transition: 0.2s;
}
.news-article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.news-article_title {
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  color: #0B2A49;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: 0.2s;
}

.news-article_descr {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0B2A49;
  line-height: 160%;
}

.news-left_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/*-news*/
/*case*/
.case {
  padding-bottom: 120px;
}

.case-slider {
  overflow: visible;
  max-width: 1200px;
}

.case-slider_prev {
  position: absolute;
  z-index: 2;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
}

.case-slider_next {
  position: absolute;
  z-index: 2;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}

.case-slide {
  opacity: 0 !important;
  background: #FFFFFF;
}

.case-slide.swiper-slide-active {
  opacity: 1 !important;
}

.case-slide_img {
  position: relative;
}
.case-slide_img .content-video {
  margin-bottom: 0;
}

.case-slide_image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.case-slide_text {
  padding: 20px;
  max-width: 1170px;
  margin: auto;
}
.case-slide_text p:last-child {
  text-align: center;
  margin-bottom: 0;
}

.case-thumbs {
  overflow: visible;
}

.case-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 80px;
  cursor: pointer;
  border: 2px solid transparent;
}
.case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-thumb.swiper-slide-thumb-active {
  border: 2px solid #00B4FF;
}

.case-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.case-button .page-btn {
  height: 47px;
}

.case-link {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.case-link span {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  color: #0B2A49;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.1s;
}
.case-link svg {
  fill: #00B4FF;
  margin-left: 30px;
}

/*-case*/
/*faq*/
.faq-info {
  background: #0B2A49;
  padding: 120px 0px;
}
.faq-info .section-title {
  padding-left: 60px;
}

.faq-list li.active {
  background: #071F36;
}

.faq-list li.active .faq-list_title svg {
  transform: rotate(180deg);
}

.faq-list_title {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #00B4FF;
  padding: 30px 30px 30px 60px;
  cursor: pointer;
}
.faq-list_title h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.2s;
}
.faq-list_title svg {
  fill: #FFFFFF;
  margin-top: 10px;
  margin-left: 30px;
  transition: 0.2s;
}

.faq-list_descr {
  display: none;
  padding: 0px 60px 30px 60px;
}

.faq-wrap {
  display: flex;
}

.faq-left {
  padding-right: 180px;
  width: 69%;
}

.faq-left_box {
  margin-bottom: 100px;
}

.faq-left_box:last-child {
  margin-bottom: 0;
}

.faq-right {
  width: 31%;
}
.faq-right .content {
  margin-bottom: 30px;
}

.faq-right_text {
  display: block;
}

.faq-right_text.active {
  display: none;
}

.faq-right_thank {
  display: none;
}

.faq-right_thank.active {
  display: block;
}

/*-faq*/
/*contacts*/
.contacts-boxs {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 60px;
  margin: 0px -15px;
}

.contacts-box {
  width: calc(25% - 30px);
  margin: 0px 15px 60px 15px;
}
.contacts-box h3 {
  margin-bottom: 30px;
}

.contacts-box_list li {
  margin-bottom: 5px;
}
.contacts-box_list li:last-child {
  margin-bottom: 0;
}
.contacts-box_list a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #0B2A49;
  transition: 0.1s;
}

.contacts-bottom {
  margin-top: 40px;
  padding-left: 60px;
}

.contacts-map {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.contacts-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map a {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-map svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #00B4FF;
  transition: 0.1s;
}

/*-contacts*/
/*service*/
.service {
  padding: 120px 0px;
  background: #0B2A49;
}
.service .section-title {
  padding-left: 60px;
}

.service-list li {
  position: relative;
}

.service-list li.active .service-list_close {
  display: block;
}

.service-list_close {
  position: absolute;
  right: 20px;
  bottom: 50px;
  fill: #FFFFFF;
  transform: rotate(180deg);
  cursor: pointer;
  outline: none;
  display: none;
}

.service-list_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  border-top: 2px solid #00B4FF;
  padding: 30px 60px;
  cursor: pointer;
}
.service-list_title span {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  transition: 0.2s;
}
.service-list_title h3 {
  width: 49.2%;
  margin-bottom: 0;
  transition: 0.2s;
}
.service-list_title p {
  width: 49.2%;
  padding-right: 60px;
  margin-bottom: 0;
  transition: 0.2s;
}
.service-list_title svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: #FFFFFF;
  width: 45px;
  transition: 0.2s;
}

.service-list li.active .service-list_title svg {
  transform: translateY(-50%) rotate(180deg);
}

.service-list_descr {
  display: none;
  padding: 20px 60px 0px 60px;
}

.service-list_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.service-list_wrap {
  width: 49.2%;
  padding-right: 40px;
}

.service-list_box {
  margin-bottom: 50px;
}

h3.service-list_center {
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 2px solid #00B4FF;
  margin-bottom: 50px;
}

.service-list_info h4 {
  position: relative;
  padding-left: 30px;
}

.service-list_info h4 b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.service-list_buttons {
  display: flex;
  padding-bottom: 50px;
}
.service-list_buttons .page-btn {
  margin-right: 10px;
}

/*-service*/
/*consultation*/
.consultation {
  padding-top: 120px;
}

.consultation-wrap {
  display: flex;
  padding: 0px 60px;
}
.consultation-wrap .section-title {
  width: 49.2%;
  padding-right: 30px;
}

.consultation-info {
  width: 49.2%;
  margin-top: 60px;
}

.consultation-info_descr {
  margin-bottom: 10px;
}

.consultation-info_link {
  display: block;
  font-weight: 500;
  font-size: 36px;
  color: #0B2A49;
  margin-bottom: 35px;
  transition: 0.2s;
}

.consultation-info_list {
  display: flex;
  margin-top: 20px;
}
.consultation-info_list li {
  margin-right: 40px;
}
.consultation-info_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.consultation-info_list p {
  color: #0B2A49;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  transition: 0.2s;
}

/*-consultation*/
/*order*/
.order {
  background: #0B2A49;
  padding-bottom: 120px;
}
.order .section-title {
  padding-left: 60px;
}

.order-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
  margin: 0px -15px;
}

.order-left {
  width: calc(50% - 30px);
  margin: 0px 15px;
}

.order-form {
  display: block;
  width: 100%;
}
.order-form .form-deal {
  width: 60%;
}

.order-form.active {
  display: none;
}

.order-form_inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.order-form_inputs .form-input {
  width: 48%;
}

.order-text {
  padding-right: 150px;
  width: calc(50% - 30px);
  margin: 25px 15px 0px 15px;
}

.order-thank {
  display: none;
}

.order-thank.active {
  display: block;
}

/*-order*/
/*clothing*/
.clothing-top {
  background: url("../img/icons/lines.svg") center no-repeat;
  background-size: cover;
}

.clothing-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 60px 80px 60px;
}

.clothing-info_box {
  width: 49.2%;
}

.clothing-info_box:nth-child(1) {
  padding-right: 90px;
}

.clothing-bottom {
  background: #F7F7F7;
  padding: 80px 0px 120px 0px;
}

.clothing-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.clothing-tabs li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #0B2A49;
  text-transform: uppercase;
  margin: 0px 15px 15px 15px;
  transition: 0.2s;
  cursor: pointer;
}
.clothing-tabs li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #00B4FF;
  transition: 0.4s;
}
.clothing-tabs li.active {
  color: #00B4FF;
}
.clothing-tabs li.active:after {
  width: 100%;
  background: #00B4FF;
}

.clothing-box {
  display: none;
}

.clothing-box.active {
  display: block;
}

.clothing-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.clothing-item {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px 15px 30px 15px;
  background: #FFFFFF;
  width: calc(25% - 30px);
  margin: 30px 15px 0px 15px;
}

.clothing-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
}
.clothing-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.clothing-item_title {
  display: block;
  height: 58px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #0B2A49;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 30px;
  margin-top: 15px;
  overflow: hidden;
}

.clothing-item_price {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #0B2A49;
  text-align: center;
  margin-top: 15px;
}
.clothing-item_price b {
  font-size: 24px;
}

.clothing-item_btn {
  position: absolute;
  left: 0;
  bottom: -61px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #0B2A49;
  transition: 0.3s;
}

.clothing-single {
  margin-top: 120px;
  margin-bottom: 60px;
}
.clothing-single .breadcrumb {
  padding-left: 0px;
  padding-top: 0px;
}

.clothing-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 810px;
}

.clothing-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
}

.clothing-slider {
  width: 100%;
}

.clothing-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 750px;
  background: #FFFFFF;
}
.clothing-slide img {
  max-width: 100%;
  max-height: 100%;
}

.clothing-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 30px;
}
.clothing-pagination .swiper-pagination-bullet {
  background: #B2B2B2;
  margin: 0px 10px !important;
}
.clothing-pagination .swiper-pagination-bullet-active {
  background: #00B4FF;
}

.clothing-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 35%;
}

.clothing-category {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #00B4FF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.clothing-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 155%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.clothing-title span {
  display: inline;
  background: #00B4FF;
  padding: 0 10px;
  box-decoration-break: clone;
}

.clothing-price {
  display: block;
  font-size: 36px;
  line-height: 155%;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0px 10px;
  background: #0B2A49;
  margin-bottom: 20px;
}

.clothing-choice {
  margin-bottom: 20px;
}

.clothing-subtitle {
  display: block;
  font-size: 24px;
  color: #0B2A49;
  margin-bottom: 15px;
}

.clothing-list {
  display: flex;
  flex-wrap: wrap;
}

.clothing-radio {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.clothing-radio input {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}
.clothing-radio span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #0B2A49;
  border: 2px solid #B2B2B2;
  text-transform: uppercase;
  text-align: center;
}
.clothing-radio input:checked + span {
  color: #FFFFFF;
  border: 2px solid #00B4FF;
  background: #00B4FF;
}

.clothing-content {
  margin-bottom: 40px;
}

@media (max-width: 1800px) {
  .clothing-item {
    width: calc(33.3% - 30px);
  }
  .clothing-left {
    width: 50%;
  }
  .clothing-text {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .clothing-info {
    display: block;
    padding: 0px 60px 80px 60px;
  }
  .clothing-info_box {
    width: 100%;
  }
  .clothing-info_box:nth-child(1) {
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .clothing-item_title {
    padding: 0px;
  }
  .clothing-single .breadcrumb {
    padding-bottom: 20px;
  }
  .clothing-wrap {
    min-height: auto;
  }
  .clothing-left {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .clothing-slide {
    height: 550px;
  }
  .clothing-text {
    width: 100%;
  }
  .clothing-category {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) {
  .clothing-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .clothing-info {
    display: block;
    padding: 0px 0px 30px 0px;
  }
  .clothing-bottom {
    padding: 80px 0px 60px 0px;
  }
  .clothing-tabs li {
    margin: 0px 10px 15px 10px;
  }
  .clothing-items {
    margin: 0px -10px;
  }
  .clothing-item {
    width: calc(50% - 20px);
    margin: 0px 10px 20px 10px;
    padding: 20px 15px 20px 15px;
  }
  .clothing-item_img {
    height: 300px;
  }
  .clothing-single {
    margin-top: 95px;
    margin-bottom: 50px;
  }
  .clothing-slide {
    height: 450px;
  }
  .clothing-pagination {
    margin-top: 10px;
  }
  .clothing-category {
    line-height: 24px;
  }
  .clothing-title {
    font-size: 30px;
  }
  .clothing-price {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .clothing-subtitle {
    font-size: 20px;
  }
  .clothing-content {
    margin-bottom: 30px;
  }
  .clothing-radio span {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .clothing-bottom {
    padding: 80px 0px;
  }
  .clothing-items {
    margin: 0px;
  }
  .clothing-item {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .clothing-item:last-child {
    margin-bottom: 0px;
  }
  .clothing-slide {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .clothing-tabs li:hover {
    color: #00B4FF;
  }
  .clothing-item:hover .clothing-item_btn {
    bottom: 0;
  }
  .clothing-radio:hover span {
    color: #00B4FF;
    border: 2px solid #00B4FF;
  }
}
/*-clothing*/
/*basket*/
.basket {
  position: fixed;
  z-index: 16;
  right: 0;
  top: 0;
  height: 100vh;
  width: 660px;
  display: none;
  overflow: auto;
  background: #FFFFFF;
}
.basket::-webkit-scrollbar {
  width: 7px;
}
.basket::-webkit-scrollbar-thumb {
  background: #00B4FF;
}
.basket::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.75);
}

.basket-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px;
}

.basket-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.basket-title {
  position: relative;
  left: -30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 155%;
  color: #FFFFFF;
  background: #00B4FF;
  text-transform: uppercase;
  padding: 0px 10px 0px 30px;
}

.basket-close {
  fill: #0B2A49;
  cursor: pointer;
  transition: 0.1s;
}

.basket-false {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.basket-false.active {
  display: flex;
}

.basket-false_title {
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.basket-clothing {
  display: none;
  padding: 40px 0px;
}

.basket-clothing.active {
  display: block;
}

.basket-list_point {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F7F7F7;
}

.basket-list_close {
  position: absolute;
  right: 0;
  top: 0;
  fill: #B2B2B2;
  cursor: pointer;
  transition: 0.1s;
}

.basket-list_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  min-width: 129px;
  height: 129px;
  margin-right: 30px;
}
.basket-list_img img {
  max-width: 100%;
  max-height: 100%;
}

.basket-list_info {
  width: 100%;
}

.basket-list_title {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  width: calc(100% - 30px);
  color: #0B2A49;
  margin-bottom: 28px;
  transition: 0.1s;
}

.basket-list_choice {
  display: flex;
  align-items: center;
}

.basket-list_input {
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: #0B2A49;
  font-weight: 400;
  border: 2px solid #B2B2B2;
  text-align: center;
  margin: 0px 10px;
}
.basket-list_input::-webkit-outer-spin-button, .basket-list_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket-list_btn {
  fill: #B2B2B2;
  transition: 0.1s;
  cursor: pointer;
}

.basket-list_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-list_price {
  font-weight: 400;
  font-size: 24px;
  color: #0B2A49;
}
.basket-list_price b {
  font-weight: 400;
  font-size: 16px;
}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.basket-total_title {
  font-size: 36px;
  font-weight: 400px;
  color: #0B2A49;
  text-transform: uppercase;
}

.basket-total_price {
  display: block;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #0B2A49;
  padding: 0px 10px;
}

.basket-buttons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.basket-btn_buy {
  margin-right: 20px;
}

.basket-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.basket-bottom_title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #0B2A49;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.basket-bottom_contacts li {
  margin-bottom: 5px;
}
.basket-bottom_contacts li:last-child {
  margin-bottom: 0px;
}
.basket-bottom_contacts a {
  font-size: 16px;
  font-weight: 400;
  color: #0B2A49;
  transition: 0.1s;
}

.basket-bottom_socilas {
  display: flex;
  align-items: center;
}
.basket-bottom_socilas li {
  margin-right: 40px;
}
.basket-bottom_socilas li:last-child {
  margin-right: 0px;
}
.basket-bottom_socilas svg {
  fill: #0B2A49;
  transition: 0.1s;
}

.basket-bgr {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 42, 73, 0.9);
  display: none;
}

@media (max-width: 768px) {
  .basket {
    width: 100%;
  }
  .basket-wrap {
    padding: 20px;
  }
  .basket-close {
    top: 0;
  }
  .basket-title {
    font-size: 30px;
    padding: 0px 10px 0px 20px;
    left: -20px;
  }
  .basket-clothing {
    padding: 40px 0px 60px 0px;
  }
  .basket-list_point {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .basket-list_img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .basket-list_title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .basket-list_input {
    width: 44px;
    height: 44px;
  }
  .basket-total_title {
    font-size: 24px;
  }
  .basket-total_price {
    font-size: 24px;
  }
  .basket-list_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .basket-list_choice {
    margin-bottom: 20px;
  }
  .basket-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .basket-btn_buy {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .basket-btn_close {
    width: 100%;
  }
  .basket-false_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .basket-bottom_contacts {
    width: 100%;
  }
  .basket-bottom_socilas {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .basket-close:hover {
    fill: #00B4FF;
  }
  .basket-list_close:hover {
    fill: #00B4FF;
  }
  .basket-list_title:hover {
    color: #00B4FF;
  }
  .basket-list_btn:hover {
    fill: #056FA4;
  }
  .basket-bottom_socilas svg:hover {
    fill: #00B4FF;
  }
  .basket-bottom_contacts a:hover {
    color: #00B4FF;
  }
}
/*-basket*/
/*footer*/
.footer {
  padding: 70px 0px 40px 0px;
  background: #0B2A49;
  overflow: hidden;
}

.footer-top {
  display: flex;
  margin-bottom: 20px;
  padding: 0px 60px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer-info_descr {
  max-width: 180px;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}

.footer-menu {
  display: flex;
  width: 70%;
}

.footer-menu_list {
  margin-right: 105px;
}
.footer-menu_list li {
  margin-bottom: 15px;
}
.footer-menu_list li:last-child {
  margin-bottom: 0;
}
.footer-menu_list li:nth-child(1) a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default;
}
.footer-menu_list a {
  font-weight: 300;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.15s;
  white-space: nowrap;
}

.footer-menu_list:last-child {
  margin-right: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 60px;
}

.footer-socials {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.footer-socials li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.footer-socials li:last-child {
  margin-right: 0;
}
.footer-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socials svg {
  fill: #FFFFFF;
  transition: 0.15s;
}

.footer-contacts_descr {
  display: block;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
}

.footer-lang {
  position: relative;
  z-index: 2;
  height: 40px;
  width: 40px;
  top: 8px;
}

.footer-lang_point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background: #00B4FF;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}

.footer-lang_point:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background: #00B4FF;
}

.footer-lang_list {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.footer-lang_list li {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B4FF;
}
.footer-lang_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #0B2A49;
  text-transform: uppercase;
  transition: 0.2s;
}

/*-footer*/
@media (min-width: 1280px) {
  /*hover*/
  .header-menu > li:hover > a {
    color: #00B4FF;
  }
  .header-menu > li:hover > a:after {
    width: 100%;
    background: #00B4FF;
  }
  .header-phone:hover {
    color: #00B4FF;
  }
  .header-lang_list a:hover {
    color: #FFFFFF;
  }
  .page-btn:hover:after {
    width: calc(100% + 5px);
  }
  .page-btn_two:hover {
    color: #056FA4;
    border: 2px solid #056FA4;
  }
  .page-btn_two:hover svg {
    fill: #056FA4;
  }
  .page-btn_three:hover {
    color: #056FA4;
  }
  .page-btn_three:hover svg {
    fill: #056FA4;
  }
  .form-button:hover {
    background: #056FA4;
  }
  .slider-arrow:hover {
    background: #00B4FF;
  }
  .slider-arrow:hover svg {
    fill: #FFFFFF;
  }
  .models-tabs li:hover {
    color: #00B4FF;
  }
  .header-menu_sublist a:hover {
    color: #00B4FF;
  }
  .item:hover .item-btn {
    bottom: 0;
  }
  .home-slide_price:hover {
    color: #00B4FF;
  }
  .home-slide_price:hover span {
    opacity: 1;
  }
  .breadcrumb-list a:hover {
    color: #00B4FF;
  }
  .section-nav_list a:hover {
    color: #00B4FF;
  }
  .indenture-btn:hover circle {
    fill: #056FA4;
  }
  .indenture-btn:hover span {
    color: #056FA4;
  }
  .content a:hover {
    border-bottom: 2px solid #00B4FF;
  }
  .section-title a:hover span {
    color: #00B4FF;
  }
  .options-table_point:hover h3 {
    color: #00B4FF;
  }
  .options-table_point:hover svg {
    fill: #00B4FF;
  }
  .options-table_point.active:hover {
    border-bottom: 1px solid transparent;
  }
  .images-box.fan-gallery:hover:before {
    opacity: 1;
  }
  .fancybox-button:hover svg path {
    fill: #00B4FF;
  }
  .fancybox-share__input:hover {
    border-bottom: 1px solid #00B4FF;
  }
  .fancybox-button:hover svg {
    fill: #00B4FF;
  }
  .fancybox-share__button svg:hover path {
    fill: #00B4FF;
  }
  .fancybox-navigation .fancybox-button--arrow_right:hover {
    background: #00B4FF;
  }
  .fancybox-navigation .fancybox-button--arrow_right:hover svg path {
    fill: #FFFFFF;
  }
  .fancybox-navigation .fancybox-button--arrow_left:hover {
    background: #00B4FF;
  }
  .fancybox-navigation .fancybox-button--arrow_left:hover svg path {
    fill: #FFFFFF;
  }
  .gallery-links a:hover {
    color: #00B4FF;
  }
  .modal-nav_links a:hover {
    color: #00B4FF;
  }
  .modal-nav_links a.active:hover {
    color: #0B2A49;
  }
  .modal-nav_text:hover .modal-nav_price {
    color: #00B4FF;
    border-bottom: 1px solid #00B4FF;
  }
  .modal-nav_text:hover .modal-nav_descr {
    display: block;
  }
  .models-slider_arrow:hover {
    fill: #00B4FF;
  }
  .warranty-left_links a:hover {
    color: #056FA4;
  }
  .footer-socials a:hover path {
    fill: #00B4FF;
  }
  .footer-menu_list a:hover {
    color: #00B4FF;
  }
  .modal-close:hover rect {
    fill: #00B4FF;
  }
  .footer-lang_list a:hover {
    color: #FFFFFF;
  }
  .news-box:hover .news-box_img:after {
    opacity: 1;
  }
  .news-box:hover .news-box_title {
    color: #00B4FF;
  }
  .wrap-socials_list svg:hover {
    fill: #00B4FF;
  }
  .faq-list_title:hover h3 {
    color: #00B4FF;
  }
  .faq-list_title:hover svg {
    fill: #00B4FF;
  }
  .contacts-box_list a:hover {
    color: #00B4FF;
  }
  .contacts-map a:hover svg {
    fill: #056FA4;
  }
  .gallery-box:hover:after {
    opacity: 1;
  }
  .news-article:hover .news-article_img:after {
    opacity: 1;
  }
  .news-article:hover .news-article_title {
    color: #00B4FF;
  }
  .service-list_title:hover p {
    color: #00B4FF;
  }
  .service-list_title:hover span {
    color: #00B4FF;
  }
  .service-list_title:hover svg {
    fill: #00B4FF;
  }
  .service-list_title:hover h3 {
    color: #00B4FF;
  }
  .consultation-info_link:hover {
    color: #00B4FF;
  }
  .consultation-info_list a:hover p {
    color: #00B4FF;
  }
  .form-checkbox:hover span {
    color: #FFFFFF;
    background: #00B4FF;
  }
  .form-file:hover span {
    color: #00B4FF;
  }
  .form-file:hover svg {
    fill: #00B4FF;
  }
  .fancybox-button--share:hover:before {
    background: #056FA4;
  }
  .fancybox-button--share:hover rect {
    fill: #056FA4;
  }
  .fancybox-button--share:hover svg path {
    fill: #FFFFFF !important;
  }
  .case-link:hover span {
    color: #00B4FF;
  }
  .service-list_close:hover {
    fill: #00B4FF;
  }
  /*-hover*/
}
@media (max-width: 1800px) {
  /*options*/
  .container {
    max-width: 1360px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    transform: translate(-1500%, -50%);
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    transform: translate(1400%, -50%);
  }
  .fancybox-button--share {
    transform: translate(-1628%);
  }
  /*-options*/
  /*models*/
  .models-item {
    width: calc(33.3% - 30px);
  }
  /*-models*/
  /*build*/
  .build:after {
    height: 750px;
  }
  /*-build*/
  /*boost*/
  .boost-box {
    height: 700px;
    padding: 60px;
  }
  /*-boost*/
  /*plus*/
  .plus-slide_text {
    padding-top: 80px;
  }
  .plus-slider {
    height: 700px;
  }
  /*-plus*/
  /*modal*/
  .modal-nav_links li {
    margin: 0px 10px;
  }
  /*-modal*/
  /*images*/
  .images-boxs.one .images-box {
    height: 550px;
  }
  .images-boxs.two {
    grid-template-rows: repeat(1, 360px);
  }
  .images-boxs.three {
    grid-template-rows: repeat(2, 220px);
  }
  .images-boxs.four {
    grid-template-rows: repeat(3, 180px);
  }
  .images-boxs.five {
    grid-template-rows: repeat(2, 220px);
  }
  .images-boxs.six {
    grid-template-rows: repeat(3, 180px);
  }
  /*-images*/
  /*warranty*/
  .warranty-right {
    padding-left: 60px;
  }
  .warranty-left_links a {
    font-size: 20px;
  }
  /*-warranty*/
  /*news*/
  .news-left {
    padding-right: 60px;
  }
  .news-article_img {
    height: 250px;
  }
  .news-box_img {
    height: 380px;
  }
  /*-news*/
  /*faq*/
  .faq-left {
    padding-right: 60px;
  }
  /*-faq*/
  /*gallery*/
  .gallery-box {
    height: 180px;
  }
  /*-gallery*/
}
@media (max-width: 1599px) {
  /*options*/
  .container {
    max-width: 1230px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    transform: translate(-1350%, -50%);
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    transform: translate(1250%, -50%);
  }
  .fancybox-button--share {
    transform: translate(-1455%);
  }
  /*-options*/
  /*header*/
  .header-menu_sublist img {
    margin-left: 0;
  }
  /*-header*/
  /*boost*/
  .boost-box {
    height: 650px;
  }
  /*-boost*/
  /*plus*/
  .plus-slider {
    height: 650px;
  }
  /*-plus*/
  /*modal*/
  .modal-nav_info {
    display: none;
  }
  .modal-nav_links {
    position: static;
    transform: translate(0);
  }
  .modal-nav_links li {
    margin: 0px;
    margin-right: 20px;
  }
  /*-modal*/
  /*images*/
  .images-boxs.one .images-box {
    height: 450px;
  }
  .images-boxs.two {
    grid-template-rows: repeat(1, 300px);
  }
  .images-boxs.three {
    grid-template-rows: repeat(2, 180px);
  }
  .images-boxs.four {
    grid-template-rows: repeat(3, 150px);
  }
  .images-boxs.five {
    grid-template-rows: repeat(2, 180px);
  }
  .images-boxs.six {
    grid-template-rows: repeat(3, 150px);
  }
  /*-images*/
  /*contacts*/
  .contacts-box {
    width: calc(33.3% - 30px);
  }
  /*-contacts*/
  /*gallery*/
  .gallery-box {
    height: 150px;
  }
  /*-gallery*/
  /*news*/
  .news-box_img {
    height: 300px;
  }
  /*-news*/
  /*order*/
  .order-form_inputs .form-input {
    width: 100%;
  }
  .order-text {
    padding-right: 0;
  }
  /*-order*/
}
@media (max-width: 1360px) {
  /*options*/
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    transform: translateY(-50%);
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .fancybox-button--share {
    left: 20px;
    transform: translate(0);
  }
  /*-options*/
  /*models*/
  .models-slider_arrows {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .models-slider_arrow {
    position: static;
    transform: translate(0);
    margin-left: 1px;
  }
  /*-modesl*/
  /*case*/
  .case-slider_prev {
    left: 0;
  }
  .case-slider_next {
    right: 0;
  }
  /*-case*/
}
@media (max-width: 1200px) {
  /*options*/
  p {
    font-size: 18px;
  }
  h3.subtitle {
    font-size: 30px;
  }
  h3.subtitle-small {
    font-size: 22px;
  }
  .section-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .section-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .section-title > span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .section-title p {
    margin-top: 30px;
  }
  .section-title a span {
    font-size: 25px;
    line-height: 25px;
  }
  .section-nav .wrap-socials {
    position: static;
    margin-top: 5px;
  }
  .item-title {
    font-size: 30px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    width: 48px;
    height: 48px;
  }
  .fancybox-navigation .fancybox-button--arrow_left svg {
    width: 23px;
    height: 23px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    width: 48px;
    height: 48px;
  }
  .fancybox-navigation .fancybox-button--arrow_right svg {
    width: 23px;
    height: 23px;
  }
  .content h2 {
    font-size: 45px;
  }
  .content h3 {
    font-size: 30px;
  }
  .content ul li {
    font-size: 18px;
  }
  .content ul li:before {
    top: 7px;
  }
  .content ul.content-check li:before {
    top: 3px;
  }
  .content ol li {
    font-size: 18px;
  }
  /*-options*/
  /*header*/
  .header-lang {
    left: 20px;
    right: auto;
  }
  .header-nav {
    position: fixed;
    z-index: 11;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 320px;
    padding: 0px;
    background: #FFFFFF;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.4s;
    opacity: 0;
  }
  .header-nav.active {
    opacity: 1;
    transform: translateX(0);
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    margin-top: 85px;
  }
  .header-menu > li {
    display: block !important;
    height: auto;
    width: 100%;
    padding: 0 !important;
  }
  .header-menu > li:last-child {
    position: static;
    transform: translate(0);
  }
  .header-menu > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 0px 7px 50px;
  }
  .header-menu > li.active > a {
    color: #00B4FF;
  }
  .header-menu > li.header-menu_mob.active > a:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .header-menu > li.header-menu_mob > a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/icons/menu-arrow.svg") center no-repeat;
  }
  .header-menu_wrap {
    position: static;
    display: none;
    padding: 0;
  }
  .header-menu_wrap:before {
    display: none;
  }
  .header-menu_box {
    display: block;
    width: 100%;
  }
  .header-menu_sublist {
    margin: 10px 0px;
  }
  .header-menu_sublist li {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .header-menu_sublist a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 7px 0px 7px 50px;
  }
  .header-menu_sublist img {
    display: block;
    width: auto;
    left: auto;
    right: 20px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
  .header-menu_sublist span {
    padding-left: 50px;
  }
  .header-burger {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 38px;
    height: 22px;
    transition: 0.3s;
  }
  .header-burger:before {
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 94px;
    width: 320px;
    background: #FFFFFF;
  }
  .header-burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #0B2A49;
    transition: 0.3s;
  }
  .header-burger span:nth-child(2) {
    width: 70%;
  }
  .header-burger span:nth-child(3) {
    width: 40%;
  }
  .header-burger.active {
    height: 16px;
  }
  .header-burger.active:before {
    display: block;
  }
  .header-burger.active span {
    background: #00B4FF;
  }
  .header-burger.active span:nth-child(1) {
    transform: translate(0px, 6px) rotate(-45deg);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  .header-burger.active span:nth-child(3) {
    width: 100%;
    transform: translate(0px, -7px) rotate(45deg);
  }
  .header-menu_bgr {
    display: block;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: calc(100% - 320px);
    height: 100%;
    background: rgba(11, 42, 73, 0.8);
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.4s;
  }
  .header-menu_bgr.active {
    opacity: 1;
    transform: translateX(0);
  }
  .header-mobile {
    display: block;
  }
  .header-mobile {
    padding-left: 50px;
    margin-top: 40px;
  }
  .header-mobile_title {
    display: block;
    font-size: 16px;
    color: #0B2A49;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .header-mobile_contacts {
    margin-bottom: 30px;
  }
  .header-mobile_contacts a {
    font-size: 16px;
    color: #0B2A49;
    font-weight: 400;
  }
  .header-mobile_contacts li {
    margin-bottom: 5px;
  }
  .header-mobile_contacts li:last-child {
    margin-bottom: 0;
  }
  .header-mobile_socials {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .header-mobile_socials li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
  }
  .header-mobile_socials li:last-child {
    margin-right: 0;
  }
  .header-mobile_socials a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-phone {
    right: 155px;
  }
  .header-basket {
    right: 95px;
  }
  /*-header*/
  /*home*/
  .home-slide_title {
    font-size: 45px;
  }
  .home-slide_ul li {
    font-size: 30px;
  }
  .home-slide_info {
    font-size: 16px;
  }
  .home-slide_info span {
    padding: 6px 20px 6px 20px;
  }
  .home-slide_price {
    font-size: 30px;
  }
  /*-home*/
  /*models*/
  .models-item {
    width: calc(50% - 30px);
  }
  /*-models*/
  /*build*/
  .build:after {
    height: 50%;
  }
  /*-build*/
  /*indenture*/
  .indenture .section-title {
    margin-bottom: 50px;
  }
  .indenture-top {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .indenture-top .indenture-box:nth-child(1) {
    order: 2;
  }
  .indenture-top .indenture-box:nth-child(2) {
    order: 1;
    margin-bottom: 50px;
  }
  .indenture-box {
    width: 100%;
  }
  .indenture-box.content {
    padding-right: 0;
  }
  .indenture-slide {
    height: auto;
  }
  .indenture-thumbs {
    width: 100%;
  }
  .indenture-bottom {
    padding: 50px 60px 0px 60px;
  }
  .indenture-bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .indenture-bottom_wrap .indenture-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .indenture-bottom_wrap .indenture-box:last-child {
    margin-bottom: 0;
  }
  .indenture-box_text {
    margin-bottom: 50px;
  }
  .indenture-btn_two {
    margin-top: 30px;
  }
  .indenture.three .indenture-top .indenture-box:nth-child(1) {
    order: 1;
    margin-bottom: 50px;
  }
  .indenture.three .indenture-top .indenture-box:nth-child(2) {
    order: 2;
    margin-bottom: 0;
    margin-top: 0;
  }
  /*-indenture*/
  /*feature*/
  .feature-table {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  .feature-table_list {
    width: 100%;
    margin: 0;
  }
  .feature-table_list span {
    font-size: 18px;
  }
  .feature-descr {
    width: 100%;
  }
  /*-feature*/
  /*images*/
  .images-box.video:after {
    width: 55px;
    height: 55px;
  }
  .images-boxs.two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .images-boxs.three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .images-boxs.four {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .images-boxs.five {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .images-boxs.six {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .images-descr {
    padding-left: 0;
  }
  /*-images*/
  /*components*/
  .components-box_subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .components-box_title {
    font-size: 30px;
  }
  .components-box_price {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
  /*-components*/
  /*base*/
  .base-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .base-box.content {
    padding-right: 0;
    width: 100%;
  }
  .base-box {
    margin-bottom: 50px;
  }
  .base-box:last-child {
    margin-bottom: 0;
  }
  .base-box_text {
    margin-bottom: 50px;
  }
  /*-base*/
  /*options*/
  .options-table {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
  .options-table_box {
    width: 100%;
    margin: 0;
  }
  .options-table_list span {
    font-size: 18px;
  }
  .options-descr {
    width: 100%;
  }
  /*-options*/
  /*warranty*/
  .warranty-wrap {
    padding: 0px 60px;
    flex-direction: column;
  }
  .warranty-left {
    order: 2;
    width: 100%;
    margin-top: 50px;
  }
  .warranty-left img {
    display: none;
  }
  .warranty-left_links {
    padding: 0;
  }
  .warranty-left h3 {
    padding: 0;
  }
  .warranty-right {
    order: 1;
    padding: 0;
    width: 100%;
  }
  .warranty-right img {
    display: block;
    max-width: 450px;
    margin: auto;
    margin-bottom: 50px;
  }
  .warranty-right_text {
    margin-bottom: 50px;
  }
  /*-warranty*/
  /*news*/
  .cases {
    padding-bottom: 80px;
  }
  .news {
    padding-bottom: 80px;
  }
  .news-single {
    padding-bottom: 80px;
  }
  .news-boxs {
    margin: 0px -15px;
  }
  .news-box {
    width: calc(50% - 30px);
    margin: 0px 15px 30px 15px;
  }
  .news-box:nth-child(4),
  .news-box:nth-child(10),
  .news-box:nth-child(14),
  .news-box:nth-child(20),
  .news-box:nth-child(24),
  .news-box:nth-child(30),
  .news-box:nth-child(34),
  .news-box:nth-child(40),
  .news-box:nth-child(44),
  .news-box:nth-child(50),
  .news-box:nth-child(54),
  .news-box:nth-child(60),
  .news-box:nth-child(64),
  .news-box:nth-child(70),
  .news-box:nth-child(74),
  .news-box:nth-child(80),
  .news-box:nth-child(84),
  .news-box:nth-child(90),
  .news-box:nth-child(94),
  .news-box:nth-child(100) {
    width: calc(50% - 30px);
  }
  .news-box_title {
    font-size: 30px;
  }
  .news-box_descr {
    font-size: 18px;
  }
  .news-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 60px;
  }
  .news-left {
    padding: 0;
    width: 100%;
  }
  .news-left_img {
    margin-top: 0;
  }
  .news-right {
    width: 100%;
    margin-top: 50px;
  }
  .news-articles {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0 -15px;
  }
  .news-article {
    width: calc(50% - 30px);
    margin: 0px 15px 30px 15px;
  }
  .news-article_img {
    height: 270px;
  }
  .news-article_title {
    font-size: 30px;
  }
  .news-article_descr {
    font-size: 18px;
  }
  /*-news*/
  /*case*/
  .case-link {
    margin-top: 50px;
  }
  .case-link span {
    font-size: 25px;
    line-height: 25px;
  }
  /*-case*/
  /*faq*/
  .faq-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 60px;
  }
  .faq-info .section-title {
    padding-left: 0;
  }
  .faq-list_title {
    padding: 30px 30px 30px 60px;
  }
  .faq-left {
    width: 100%;
    padding: 0;
  }
  .faq-left_box {
    margin-bottom: 60px;
  }
  .faq-list_descr {
    padding: 0px 30px 30px 60px;
  }
  .faq-list {
    position: relative;
    left: -60px;
    width: calc(100% + 60px);
  }
  .faq-right {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  .faq-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faq-form .form-input {
    width: 48%;
  }
  /*-faq*/
  /*contacts*/
  .contacts-box_list a {
    font-size: 18px;
  }
  /*-contacts*/
  /*gallery*/
  .gallery {
    padding-bottom: 110px;
  }
  .gallery-boxs {
    margin: 0px -10px;
  }
  .gallery-box {
    height: 180px;
    width: calc(33.3% - 20px);
    margin: 0px 10px 20px 10px;
  }
  /*-gallery*/
  /*service*/
  .service-list_title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .service-list_title h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-list_title p {
    width: 100%;
    padding-right: 30px;
  }
  .service-list_title svg {
    top: 35px;
    transform: translate(0);
  }
  .service-list_info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .service-list_wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .service-list_wrap:last-child {
    margin-bottom: 0;
  }
  /*-service*/
  /*consultation*/
  .consultation-info {
    margin-top: 50px;
  }
  .consultation-info_link {
    font-size: 30px;
  }
  .consultation-info_list img {
    width: 70px;
  }
  /*-consultation*/
  /*order*/
  .order {
    padding-bottom: 80px;
  }
  .order-wrap {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .order .section-title {
    padding-left: 0;
  }
  .order-left {
    order: 2;
    width: 100%;
    margin: 0;
  }
  .order-form_inputs .form-input {
    width: 48%;
  }
  .order-form .form-deal {
    width: 70%;
  }
  .order-text {
    order: 1;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  /*-order*/
  /*footer*/
  .footer-top {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .footer-info {
    margin-bottom: 50px;
    width: 100%;
  }
  .footer-menu {
    width: 100%;
  }
  /*-footer*/
}
@media (max-width: 992px) {
  /*boost*/
  .boost-img:nth-child(1) {
    width: 100%;
    height: 550px;
  }
  .boost-img:nth-child(2) {
    width: 100%;
    height: 550px;
    top: auto;
    bottom: 0;
  }
  .boost-boxs {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .boost-box {
    padding: 60px;
    height: 550px;
    width: 100%;
  }
  .boost-box:nth-child(1) {
    margin-bottom: 30px;
  }
  .boost-box_text p {
    margin-bottom: 40px;
  }
  /*-boost*/
  /*plus*/
  .plus {
    margin-bottom: 0;
  }
  .plus-slider {
    height: auto;
  }
  .plus-slider .swiper-wrapper {
    z-index: -1;
  }
  .plus-slide_img {
    position: static;
    width: 100%;
    height: 550px;
  }
  .plus-slide_text {
    width: 100%;
    padding: 60px;
  }
  .plus-slider_wrap {
    position: static;
    padding: 0;
    width: 100%;
  }
  .plus-slider_arrows {
    position: absolute;
    right: 75px;
    bottom: 60px;
  }
  .plus-slider_pagination {
    display: none;
    transform: translate(0);
  }
  .plus-slide_text .section-title {
    margin-bottom: 30px;
  }
  .plus-slide_text p {
    max-width: 100%;
    margin-bottom: 30px;
  }
  /*-plus*/
  /*model*/
  .modal-nav_buttons .page-btn_two {
    display: none;
  }
  /*-model*/
  /*contacts*/
  .contacts-box {
    width: calc(50% - 30px);
  }
  /*-contacts*/
  /*consultation*/
  .consultation-info {
    padding-left: 20px;
  }
  /*-consultation*/
}
@media (max-width: 767px) {
  /*options*/
  p {
    font-size: 16px;
  }
  h3.subtitle {
    font-size: 26px;
  }
  h3.subtitle-small {
    font-size: 18px;
  }
  .section-title span {
    margin-bottom: 5px;
  }
  .section-title h1 {
    font-size: 35px;
    line-height: 120%;
  }
  .section-title h2 {
    font-size: 35px;
    line-height: 120%;
  }
  .section-title p {
    margin-top: 20px;
  }
  .section-title a span {
    font-size: 20px;
    line-height: 20px;
  }
  .section-title a svg {
    width: 22px;
    margin-left: 15px;
  }
  .section-top {
    margin-top: 100px;
  }
  .section-top .section-title {
    padding-left: 0;
  }
  .section-nav {
    margin-bottom: 20px;
  }
  .section-nav_list li {
    margin: 0px 10px 15px 10px;
  }
  .page-btn {
    font-size: 16px;
  }
  .page-btn_two {
    font-size: 16px;
  }
  .page-btn_three {
    font-size: 16px;
  }
  .breadcrumb {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .breadcrumb.two {
    padding-bottom: 30px;
  }
  .content p {
    margin-bottom: 20px;
  }
  .content h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .content h5 {
    margin-bottom: 20px;
  }
  .content ul {
    margin-bottom: 20px;
  }
  .content ul li {
    font-size: 16px;
    padding-left: 25px;
  }
  .content ul {
    margin-bottom: 20px;
  }
  .content ul.content-check li:before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .content ol li {
    font-size: 16px;
    padding-left: 25px;
  }
  .content-video svg {
    width: 55px;
    height: 55px;
  }
  .item-title {
    font-size: 25px;
  }
  .item-list span:nth-child(2) {
    font-size: 16px;
  }
  .form-label {
    font-size: 16px;
  }
  .form-input input {
    font-size: 16px;
  }
  .form-textarea textarea {
    font-size: 16px;
    height: 120px;
  }
  .form-file label span {
    font-size: 16px;
  }
  .slider-arrow {
    width: 45px;
    height: 45px;
  }
  .slider-arrow svg {
    width: 16px;
    height: 16px;
  }
  .fancybox-caption__body h3 {
    font-size: 20px;
  }
  .fancybox-caption__body p {
    font-size: 16px;
  }
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .fancybox-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fancybox-infobar {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fan-gallery .fancybox-slide {
    padding: 0px !important;
  }
  /*-options*/
  /*header*/
  .header {
    height: 70px;
  }
  .header-bgr {
    height: 70px;
  }
  .header-phone {
    display: none;
  }
  .header-logo img {
    max-height: 25px;
  }
  .header-logo span {
    font-size: 10px;
    text-align: center;
    margin-top: 3px;
    white-space: nowrap;
  }
  .header-lang {
    width: 38px;
    height: 38px;
  }
  .header-lang_point {
    font-size: 16px;
  }
  .header-lang_list a {
    font-size: 16px;
  }
  .header-menu {
    margin-top: 65px;
  }
  .header-burger:before {
    height: 70px;
  }
  /*-header*/
  /*home*/
  .home {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin-top: 0;
  }
  .home-slide_text {
    bottom: 20px;
    padding-left: 20px;
  }
  .home-slide_ul {
    gap: 10px;
    margin-top: 0px;
  }
  .home-slide_ul li {
    gap: 10px;
    font-size: 20px;
    padding: 4px 10px;
  }
  .home-slide_ul svg {
    width: 26px;
    height: auto;
  }
  .home-slide_title {
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 5px;
  }
  .home-slide_title span {
    padding: 0px 10px;
  }
  .home-slide_info {
    line-height: 249%;
    margin-bottom: 5px;
  }
  .home-slide_info span {
    padding: 6px 10px 6px 10px;
  }
  .home-slide_price {
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .home-slide_price b {
    font-size: 16px;
  }
  .home-slide_buttons {
    margin-top: 0px;
  }
  .home-slider .swiper-wrapper {
    z-index: -1;
  }
  .home-slider_navigation {
    position: static;
    transform: translate(0);
    z-index: 5;
  }
  .home-slider_pagination {
    display: none;
  }
  .home-slider_arrows {
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 20px;
  }
  .home-slider.two .home-slider_arrows {
    bottom: 46px;
  }
  .home-slider.three .home-slider_arrows {
    right: auto;
    left: 20px;
  }
  .home-scroll {
    display: none;
  }
  .home-slide_video img {
    display: block;
  }
  .home-slide_video video {
    display: none;
  }
  .header-basket {
    right: 80px;
    top: 27px;
  }
  .header-burger {
    top: 37%;
  }
  /*-home*/
  /*models*/
  .models {
    padding: 80px 0px;
  }
  .models-tabs {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .models-tabs li {
    margin: 0px 10px 15px 10px;
  }
  .models-box_content {
    margin-bottom: 44px;
  }
  .models-items {
    margin: 0 -10px;
  }
  .models-item {
    width: calc(50% - 20px);
    margin: 0px 10px 20px 10px;
    padding: 30px 10px 25px 10px;
  }
  .models-item:last-child {
    margin-bottom: 0;
  }
  /*-models*/
  /*build*/
  .build {
    padding: 80px 0px;
  }
  .build .section-title {
    padding: 0;
  }
  /*-bulid*/
  /*boost*/
  .boost-img:nth-child(1) {
    height: 500px;
  }
  .boost-img:nth-child(2) {
    height: 500px;
  }
  .boost-box {
    height: 500px;
    padding: 30px 0px;
  }
  .boost-box_text p {
    margin-bottom: 30px;
  }
  /*-boost*/
  /*plus*/
  .plus-slide_text {
    padding: 30px 0px;
  }
  .plus-slider_arrows {
    bottom: 30px;
    right: 20px;
  }
  /*-plus*/
  /*indenture*/
  .indenture {
    padding-bottom: 30px;
  }
  .indenture.two .content {
    padding: 0px;
    margin-bottom: 30px;
  }
  .indenture-slide {
    margin-bottom: 30px;
  }
  .indenture-top .indenture-box:nth-child(2) {
    margin-bottom: 30px;
  }
  .indenture-btn span {
    font-size: 16px;
  }
  .indenture .section-title {
    padding-left: 0;
  }
  .indenture-top {
    padding: 0;
  }
  .indenture-bottom {
    padding: 50px 0px 0px 0px;
  }
  .indenture-box .page-btn {
    margin-top: 30px;
  }
  /*-indenture*/
  /*feature*/
  .feature {
    padding: 80px 0px;
  }
  .feature .section-title {
    padding-left: 0;
  }
  .feature-table {
    padding: 0;
  }
  .feature-table_list span {
    font-size: 16px;
  }
  .feature-table_list li {
    padding: 7px 10px;
  }
  .feature-descr {
    padding: 0;
    margin-top: 30px;
  }
  /*-feature*/
  /*images*/
  .images {
    padding-top: 80px;
  }
  .images .section-title {
    padding: 0;
  }
  .images-descr {
    width: 100%;
  }
  .images-boxs.one .images-box {
    height: 280px;
  }
  .images-boxs.two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 140px);
  }
  .images-boxs.two .images-box:nth-child(1) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .images-boxs.two .images-box:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .images-boxs.three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 140px);
  }
  .images-boxs.three .images-box:nth-child(1) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .images-boxs.three .images-box:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.three .images-box:nth-child(3) {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.four {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 140px);
  }
  .images-boxs.four .images-box:nth-child(1) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .images-boxs.four .images-box:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.four .images-box:nth-child(3) {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.four .images-box:nth-child(4) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .images-boxs.five {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 140px);
  }
  .images-boxs.five .images-box:nth-child(1) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .images-boxs.five .images-box:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.five .images-box:nth-child(3) {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.five .images-box:nth-child(4) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .images-boxs.five .images-box:nth-child(5) {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .images-boxs.six {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 140px);
  }
  .images-boxs.six .images-box:nth-child(1) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .images-boxs.six .images-box:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.six .images-box:nth-child(3) {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .images-boxs.six .images-box:nth-child(4) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .images-boxs.six .images-box:nth-child(5) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 6;
  }
  .images-boxs.six .images-box:nth-child(6) {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 6;
  }
  /*-images*/
  /*components*/
  .components {
    padding: 80px 0px;
  }
  .components-box_subtitle {
    margin-bottom: 0px;
  }
  .components-box_title {
    font-size: 26px;
  }
  .components-box_price {
    font-size: 26px;
    line-height: 26px;
  }
  .components-box_price b {
    font-size: 20px;
  }
  .components-box {
    margin-bottom: 80px;
  }
  /*-components*/
  /*base*/
  .base {
    padding-top: 80px;
  }
  .base .section-title {
    padding-left: 0;
  }
  .base-wrap {
    padding: 0;
  }
  .base-box {
    margin-bottom: 50px;
  }
  .base-box_text {
    margin-bottom: 50px;
  }
  /*-base*/
  /*options*/
  .options {
    padding: 80px 0px;
  }
  .options-table {
    padding: 0;
  }
  .options .section-title {
    padding-left: 0;
  }
  .options-descr {
    padding: 0;
    margin-top: 30px;
  }
  .options-table_list li {
    padding: 7px 10px;
  }
  .options-table_list span {
    font-size: 16px;
  }
  /*-options*/
  /*modal*/
  .modal-nav {
    height: auto;
    opacity: 0;
  }
  .modal-nav.active {
    opacity: 1;
  }
  .modal-nav.fixed {
    top: 69px;
  }
  .modal-nav .container {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    padding: 30px 20px;
    border-top: 1px solid #E9E9E9;
    background: #FFFFFF;
    height: auto;
    box-shadow: 0px 5px 5px 0px rgba(11, 42, 73, 0.15);
  }
  .modal-nav_links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .modal-nav_links li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .modal-nav_mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0px 20px;
  }
  .modal-nav_mob span {
    font-size: 18px;
    text-transform: uppercase;
  }
  .modal-nav_mob span b {
    display: none;
    font-weight: 400;
  }
  .modal-nav_mob svg {
    transform: rotate(180deg);
  }
  .modal-nav_mob svg.active {
    transform: rotate(0);
  }
  .modal-nav_buttons .page-btn {
    padding: 10.5px 15px;
  }
  .modal-nav_buttons .page-btn_two {
    display: block;
    padding: 8.5px 15px;
  }
  .modal-nav_links a.active {
    text-shadow: none;
  }
  .modal-nav_links a.active:after {
    width: 0;
  }
  /*-modal*/
  /*why*/
  .why {
    padding-bottom: 80px;
  }
  .why .content {
    padding: 0;
  }
  .why .images-boxs {
    margin-top: 30px;
  }
  /*-why*/
  /*warranty*/
  .warranty {
    padding-bottom: 80px;
  }
  .warranty-wrap {
    padding: 0;
  }
  .warranty-right img {
    margin-bottom: 30px;
  }
  .warranty-right_text {
    margin-bottom: 30px;
  }
  .warranty-left {
    margin-top: 30px;
  }
  .warranty-left_links a {
    font-size: 18px;
  }
  /*-warranty*/
  /*news*/
  .news {
    padding-bottom: 80px;
  }
  .news-boxs {
    margin: 0;
  }
  .news-box {
    width: 100%;
    margin: 0px 0 30px 0;
  }
  .news-box:last-child {
    margin-bottom: 0;
  }
  .news-box:nth-child(4),
  .news-box:nth-child(10),
  .news-box:nth-child(14),
  .news-box:nth-child(20),
  .news-box:nth-child(24),
  .news-box:nth-child(30),
  .news-box:nth-child(34),
  .news-box:nth-child(40),
  .news-box:nth-child(44),
  .news-box:nth-child(50),
  .news-box:nth-child(54),
  .news-box:nth-child(60),
  .news-box:nth-child(64),
  .news-box:nth-child(70),
  .news-box:nth-child(74),
  .news-box:nth-child(80),
  .news-box:nth-child(84),
  .news-box:nth-child(90),
  .news-box:nth-child(94),
  .news-box:nth-child(100) {
    width: 100%;
  }
  .news-box_img {
    height: 300px;
  }
  .news-box_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .news-box_descr {
    font-size: 16px;
  }
  .news-wrap {
    padding: 0;
  }
  .news-left_img {
    margin-bottom: 20px;
  }
  .news-left_bottom {
    margin-top: 30px;
  }
  .news-articles {
    margin: 30px 0px 0px 0px;
  }
  .news-article {
    width: 100%;
    margin: 0px 0 30px 0;
  }
  .news-article:last-child {
    margin-bottom: 0;
  }
  .news-box_subtitle {
    font-size: 16px;
  }
  .news-article_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .news-article_descr {
    font-size: 16px;
  }
  /*-news*/
  /*case*/
  .case-slide_text {
    padding: 15px 0px;
  }
  .case-button {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .case-button .page-btn {
    margin-bottom: 10px;
  }
  .case-link {
    margin-top: 30px;
  }
  .case-link span {
    font-size: 20px;
    line-height: 20px;
  }
  .case-link svg {
    width: 22px;
    margin-left: 15px;
  }
  /*-case*/
  /*faq*/
  .faq-info {
    padding: 80px 0px;
  }
  .faq-wrap {
    padding: 0;
  }
  .faq-list_title {
    padding: 15px;
  }
  .faq-list_title svg {
    width: 30px;
    margin-top: 0;
  }
  .faq-list_descr {
    padding: 0px 15px 15px 15px;
  }
  .faq-left_box {
    margin-bottom: 50px;
  }
  .faq-right {
    margin-top: 50px;
  }
  .faq-list {
    position: relative;
    left: 0;
    width: 100%;
  }
  /*-faq*/
  /*contacts*/
  .contacts-boxs {
    padding: 0;
  }
  .contacts-box {
    margin: 0px 15px 50px 15px;
  }
  .contacts-box h3 {
    margin-bottom: 20px;
  }
  .contacts-box_list a {
    font-size: 16px;
  }
  .contacts-bottom {
    margin-top: 20px;
    padding-left: 0;
  }
  .contacts-map {
    height: 350px;
  }
  .contacts-map svg {
    height: 70px;
  }
  /*-contacts*/
  /*gallery*/
  .gallery {
    padding-bottom: 70px;
  }
  .gallery-box {
    width: calc(50% - 20px);
    margin: 0px 10px 20px 10px;
  }
  /*-gallery*/
  /*service*/
  .service {
    padding: 80px 0px;
  }
  .service .section-title {
    padding-left: 0;
  }
  .service-list_title {
    padding: 20px 20px 20px 30px;
  }
  .service-list_title h3 {
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .service-list_title span {
    top: 15px;
  }
  .service-list_title svg {
    width: 30px;
    right: 0;
    top: 20px;
  }
  .service-list_descr {
    padding: 30px 0px 0px 0px;
  }
  .service-list li.active .service-list_title svg {
    top: 30px;
  }
  h3.service-list_center {
    margin-bottom: 50px;
  }
  .service-list_info h4 {
    padding-left: 25px;
  }
  .service-list_close {
    top: auto;
    bottom: 50px;
    width: 30px;
    right: 0px;
  }
  /*-service*/
  /*consultation*/
  .consultation {
    padding-top: 80px;
  }
  .consultation-wrap {
    padding: 0;
  }
  .consultation-info_link {
    font-size: 26px;
  }
  .consultation-info {
    padding-left: 0;
  }
  /*-consultation*/
  /*case*/
  .case {
    padding-bottom: 80px;
  }
  /*-case*/
  /*footer*/
  .footer-bottom {
    padding: 0;
  }
  .footer-top {
    padding: 0;
  }
  .footer-menu_list {
    width: 25%;
    margin-right: 0;
  }
  .footer-menu_list a {
    white-space: nowrap;
  }
  /*-footer*/
}
@media (max-width: 576px) {
  /*options*/
  .form-button {
    font-size: 16px;
  }
  /*-options*/
  /*home*/
  .home-slider.two .home-slider_arrows {
    bottom: 20px;
  }
  .home-slider.two .page-btn {
    padding: 10.5px 15px;
  }
  .home-slider.two .page-btn_two {
    display: block;
    padding: 8.5px 15px;
  }
  .home-slide_buttons .page-btn_two {
    margin-top: 0;
  }
  .home-slide_descr {
    margin-top: 30px;
  }
  /*-home*/
  /*models*/
  .models-items {
    margin: 0;
  }
  .models-item {
    width: 100%;
    margin: 0px 0 20px 0;
  }
  /*-models*/
  /*plus*/
  .plus-slide_img {
    height: 300px;
  }
  /*-plus*/
  /*indenture*/
  .indenture-thumb {
    height: 65px;
  }
  /*-indenture*/
  /*images*/
  .images-boxs.one .images-box {
    height: 200px;
  }
  .images-boxs.two {
    grid-template-rows: repeat(4, 100px);
  }
  .images-boxs.three {
    grid-template-rows: repeat(3, 100px);
  }
  .images-boxs.four {
    grid-template-rows: repeat(5, 100px);
  }
  .images-boxs.five {
    grid-template-rows: repeat(4, 100px);
  }
  .images-boxs.six {
    grid-template-rows: repeat(6, 100px);
  }
  /*-images*/
  /*modal*/
  .modal-title {
    margin-bottom: 30px;
  }
  .modal-wrap {
    height: 360px;
  }
  .modal {
    padding: 40px 20px;
    width: 95%;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
  /*-modal*/
  /*warranty*/
  .warranty-right img {
    width: 100%;
  }
  /*-warranty*/
  /*news*/
  .news-box_img {
    height: 250px;
  }
  .news-article_img {
    height: 250px;
  }
  /*-news*/
  /*faq*/
  .faq-right {
    max-width: 100%;
  }
  .faq-form .form-input {
    width: 100%;
  }
  /*-faq*/
  /*contacts*/
  .contacts-boxs {
    margin: 0;
  }
  .contacts-box {
    width: 100%;
    margin: 0px 0px 50px 0px;
  }
  .contacts-map {
    height: 300px;
  }
  .contacts-map svg {
    height: 50px;
  }
  /*-contacts*/
  /*gallery*/
  .gallery {
    padding-bottom: 70px;
  }
  .gallery-boxs {
    margin: 0;
  }
  .gallery-box {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  /*-gallery*/
  /*service*/
  .service-list_buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .service-list_buttons .page-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /*-service*/
  /*consultation*/
  .consultation-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .consultation-wrap .section-title {
    width: 100%;
    padding-right: 0;
  }
  .consultation-info {
    width: 100%;
    margin-top: 0;
  }
  .consultation-info_link {
    margin-bottom: 20px;
  }
  /*-consultation*/
  /*order*/
  .order-form_inputs .form-input {
    width: 100%;
  }
  /*-order*/
  /*footer*/
  .footer {
    padding: 40px 0px;
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu_list {
    margin-bottom: 30px;
  }
  .footer-menu_list:last-child {
    margin-bottom: 0;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-info {
    margin-bottom: 30px;
  }
  .footer-menu_list a {
    font-size: 16px;
  }
  .footer-menu_list li:nth-child(1) a {
    font-size: 18px;
  }
  .footer-socials {
    margin-bottom: 20px;
  }
  .footer-contacts_descr {
    width: 170px;
  }
  .footer-lang {
    width: 38px;
    height: 38px;
  }
  .footer-lang_point {
    font-size: 16px;
  }
  .footer-lang_list a {
    font-size: 16px;
  }
  /*-footer*/
}
/*info*/
.info {
  padding-bottom: 120px;
}

.info-content {
  position: relative;
  width: 100%;
  max-width: 850px;
  padding: 0px 20px;
  margin: auto;
}
.info-content img {
  position: absolute;
  right: calc(100% + 110px);
  top: 0;
}

.info-img {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -190px;
}

@media (max-width: 1600px) {
  .info-content img {
    right: 100%;
  }
}
@media (max-width: 1200px) {
  .info-content img {
    position: static;
  }
}
@media (max-width: 992px) {
  .info-img {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .info {
    padding-bottom: 80px;
  }
  .info-img {
    margin-top: -50px;
  }
  .info-content img {
    width: 110px;
    height: auto;
  }
}
/*-info*/
/*promo*/
.promo {
  padding-bottom: 120px;
}

.promo.two {
  padding-bottom: 0px;
}

.promo-content {
  width: 100%;
  max-width: 850px;
  padding: 0px 20px;
  margin: auto;
}

.promo-img {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .promo {
    padding-bottom: 80px;
  }
  .promo-img {
    margin-top: 30px;
  }
}
/*-promo*/
/*separator*/
.separator {
  margin-bottom: 120px;
  overflow: hidden;
}
.separator .swiper-wrapper {
  transition-timing-function: linear !important;
}

.separator-slide {
  width: fit-content;
  color: #00B4FF;
  font-size: 72px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  white-space: nowrap;
}
.separator-slide strong {
  color: #00B4FF;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke: 2px #00B4FF;
}

@media (max-width: 767px) {
  .separator {
    margin-bottom: 80px;
  }
  .separator-slide {
    font-size: 40px;
  }
  .separator-slide strong {
    -webkit-text-stroke: 1.5px #00B4FF;
  }
}
/*-separator*/
/*good*/
.good {
  padding-bottom: 120px;
}

.good-content {
  width: 100%;
  max-width: 810px;
  margin: auto;
}

.good-wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 60px;
}

.good-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.good-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.good-box_p {
  position: relative;
  padding-left: 20px;
  margin: 0px;
  margin-top: 20px;
}
.good-box_p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #00B4FF;
}

.good-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.good-img img {
  width: 100%;
}

@media (max-width: 1200px) {
  .good-wrap {
    display: block;
  }
  .good-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .good {
    padding-bottom: 80px;
  }
  .good-wrap {
    margin-top: 30px;
  }
  .good-boxs {
    gap: 20px;
  }
  .good-box_p {
    font-size: 14px;
    padding-left: 16px;
  }
  .good-box_p br {
    display: none;
  }
  .good-img {
    margin-top: 20px;
  }
}
/*-good*/
/*film*/
.film {
  position: relative;
  padding-bottom: 120px;
}

.film-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 850px;
  padding: 0px 20px;
}
.film-content h3 {
  color: #00B4FF;
}

.film-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .film {
    padding-bottom: 80px;
  }
  .film-content {
    position: static;
    transform: translate(0);
  }
}
/*-film*/
/*perfom*/
.perfom {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -100px;
}
.perfom img {
  width: 100%;
}

@media (max-width: 767px) {
  .perfom {
    margin-bottom: -20px;
  }
}
/*-perfom*/
/*dillers*/
.dillers {
  margin-bottom: 120px;
}
.dillers .breadcrumb {
  padding-left: 0px;
}
.dillers .section-title {
  padding: 0px;
}
.dillers .section-title p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.dillers-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 60px;
}

.dillers-cover {
  width: 470px;
}

.dillers-items {
  border-top: 1px solid #0B2A49;
}

.dillers-item {
  border-bottom: 1px solid #0B2A49;
}

.dillers-item_h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00B4FF;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  padding: 30px 0px;
  margin: 0px;
}
.dillers-item_h svg {
  min-width: 48px;
  transition: 0.3s;
}

.dillers-item_h.active svg {
  transform: rotate(180deg);
}

.dillers-boxs {
  display: none;
}

.dillers-box {
  margin-bottom: 30px;
}

.dillers-box_h {
  color: #00B4FF;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin: 0px;
}

.dillers-box_sub {
  display: block;
  color: #0B2A49;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin: 15px 0px;
}

.dillers-box_map {
  display: block;
  font-family: Lato;
  color: #0B2A49;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin: 15px 0px;
  transition: 0.1s;
}

.dillers-box_a {
  font-family: Lato;
  display: flex;
  color: #0B2A49;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
}
.dillers-box_a a {
  display: block;
  color: #0B2A49;
  margin-left: 6px;
  transition: 0.1s;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dillers-contain {
  position: sticky;
  top: 94px;
}

.dillers-map {
  width: 900px;
  height: 710px;
  border: none;
  outline: none;
}

.dillers-map:hover,
.dillers-map:focus {
  border: none;
  outline: none;
}

@media (max-width: 1800px) {
  .dillers-map {
    width: 700px;
    height: 500px;
  }
}
@media (max-width: 1600px) {
  .dillers-map {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .dillers-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 0px;
  }
  .dillers-cover {
    width: 100%;
    min-width: 100%;
  }
  .dillers-contain {
    width: 100%;
  }
  .dillers-map {
    width: 100%;
    height: 400px;
  }
  .dillers-item_h {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .dillers {
    margin-bottom: 0px;
  }
  .dillers-wrap {
    display: block;
  }
  .dillers-contain {
    position: relative;
    left: -20px;
    top: auto;
    width: calc(100% + 40px);
    margin-top: 20px;
  }
  .dillers-map {
    height: 500px;
  }
  .dillers-item_h {
    font-size: 28px;
    line-height: 120%;
    padding: 20px 0px;
  }
  .dillers-item_h svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .dillers-box {
    margin-bottom: 20px;
  }
  .dillers-box_map {
    font-size: 16px;
  }
  .dillers-box_a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .dillers-box_map:hover {
    color: #00B4FF;
  }
  .dillers-box_a a:hover {
    color: #00B4FF;
  }
}
/*-dillers*/