/*!
Theme Name: fixhub
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fixhub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fixhub is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@font-face {
  font-family: "coolvetica";
  src: url("fonts/coolvetica rg.ttf");
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter Tight", sans-serif;
}
.hide{
	display: none !important
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  background: #FAFAFA;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0 none;
  outline: 0 none;
  font-family: inherit;
  background: none;
}

li {
  list-style: none;
}

input, select {
  cursor: pointer;
  border: 0 none;
  outline: 0 none;
}

section {
  margin-bottom: 80px;
  scroll-margin: 100px;
}
#port {
	scroll-margin: 100px;
}
span {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.section__title {
  font-size: 42px;
  font-family: "coolvetica";
  font-weight: 400;
  text-align: center;
}

header {
  padding: 25px 0px;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-img {
  min-width: 126px;
  width: 126px;
  margin-right: 30px;
}
.header__logo-text {
  color: #959595;
  font-weight: 400;
  max-width: 114px;
  font-size: 12px;
  line-height: 150%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right-phone {
  font-weight: 600;
  font-size: 20px;
}
.header__right-descript {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu-block {
  margin-right: 80px;
}
.header__menu li {
  margin-right: 50px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu li:hover {
  color: #FC530E;
}
.header__menu li:last-child {
  margin-right: 0px;
}
.header__menu-mobile {
  display: none;
}
.header__mobile-button {
  display: none;
}
.mobile-soz{
	display: none
}
.banner .container {
  background: #000000;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .container::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 364px;
  height: 630px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  right: 108px;
  top: 15px;
}
.banner .container::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 1371px;
  height: 1404px;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 120px;
  left: 160px;
}
.banner__title {
  max-width: 620px;
  font-size: 56px;
  font-family: "coolvetica";
  color: #FAFAFA;
  line-height: 120%;
  font-weight: 400;
}
.banner__title span {
  color: #FFE76A;
}
.banner__list {
  margin-top: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__list-item {
  padding: 10px 20px;
  background: #FAFAFA;
  border-radius: 47px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.banner__list-item:last-child {
  margin-right: 0px;
}
.banner__button {
  background: #FC530E;
  padding: 60px 40px;
  width: 180px;
  height: 180px;
  color: #FAFAFA;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 39px;
  line-height: 150%;
}
.banner__button:hover {
  background: #F34903;
}

#banner__star-1 {
  position: absolute;
  width: 50px;
  top: 120px;
  right: 419px;
}
#banner__star-2 {
  position: absolute;
  width: 30px;
  top: 130px;
  right: 53px;
}

.brands__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.brands__tabs-item {
  padding: 15px 20px;
  border-radius: 6px;
  background: #000000;
  font-size: 16px;
  font-weight: 600;
  color: #FAFAFA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brands__tabs-active {
  background: #FC530E;
}
.brands__block {
  margin-top: 30px;
}
.brands__block-item {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: none;
}
.brands__block-active {
  display: -ms-grid;
  display: grid;
}
.brands__item{
	cursor: pointer
}
.brands__item-img {
  max-width: 285px;
  width: 100%;
  max-height: 285px;
  margin: 0 auto;
  margin-bottom: 15px;

}
.brands__item-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.prem {
  position: relative;
}
.prem::before {
  content: "";
  width: 807px;
  position: absolute;
  top: 473px;
  left: -390px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 647px;
  z-index: -1;
}
.prem::after {
  content: "";
  width: 776px;
  position: absolute;
  top: -100px;
  right: -350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 869px;
  z-index: -1;
}
.prem__block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prem__item {
  max-width: 380px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}
.prem__item-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 15px;
  background: #FAFAFA;
}
.prem__item-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.prem__item-descript {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cost .container {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 100px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.custom-select__dropdown{
	height: 250px;
	overflow-y: scroll !important
}
.cost .container::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 1371px;
  height: 1404px;
  right: -17px;
  top: 199px;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cost__star {
  z-index: -1;
  position: absolute;
}
.cost .section__title {
  color: #fff;
  text-align: center;
}
.cost__button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 50px;
  top: 58px;
}
.cost__button img {
  width: 6px;
}
.cost__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0px;
}
.cost__tabs-item {
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cost__tabs-active {
  background: #FC530E;
  color: #fff;
}
.cost__main-item {
  display: none;
}
.cost__main-item .custom-select {
  max-width: 189px;
  width: 100%;
}
.cost__main-item .custom-select__option--value {
  border-radius: 0px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
}
.cost__main-active {
  display: block;
}
.cost__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cost__main-button {
  background: #FC530E;
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cost__main-button:hover {
  background: #F34903;
}
.cost__res {
  color: #fff;
  margin-top: 30px;
}
.cost__res-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  text-align: center;
}
.cost__res-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cost__res-value {
  font-size: 18px;
  font-weight: 400;
}
.cost__res-button {
  background: #FC530E;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 30px;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cost__res-button:hover {
  background: #F34903;
}

#cost__star-1 {
  width: 50px;
  left: 192px;
  bottom: 64px;
}
#cost__star-2 {
  width: 32px;
  right: 171px;
  bottom: 26px;
}

.services {
  background: #EEEEEE;
  margin-bottom: 0px;
  padding: 80px 0px;
}
.services__block {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.services__item {
  background: #FFFFFF;
  border-radius: 6px;
}
.services__item-img {
  width: 100%;
  height: 194px;
}
.services__item-img img {
  height: 100%;
}
.services__item-info {
  padding: 20px;
}
.services__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 15px;
}
.services__item-button {
  border: 1px solid #FC530E;
  color: #FC530E;
  border-radius: 6px;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services__item-button:hover {
  background: #FC530E;
  color: #FAFAFA;
}

.port {
  background: #000000;
  padding: 80px 0px;
  margin-bottom: 80px;
}
.port .section__title {
  color: #fff;
}
.port__photo-block {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
.port__photo-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.port__photo-block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.port__photo-block > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.port__photo-block img {
  border-radius: 6px;
}
.port__video {
  margin-bottom: 0px;
}
.port__video-block {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.port__video video {
  width: 100%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.port__video-item {
  position: relative;
  max-height: 385px;
  overflow: hidden;
}
.port__video-button {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #FC530E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.port__video-button img {
  width: 26px;
}

.review__map {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 720px;
}

.cont .container {
  background: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  padding-bottom: 68px;
  padding-right: 269px;
  overflow: hidden;
  z-index: 1;
}
.cont .container::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 1371px;
  height: 1404.37px;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 170px;
  right: 396px;
}
.cont__title {
  max-width: 330px;
  font-size: 42px;
  font-weight: 400;
  font-family: "coolvetica";
  color: #fff;
}
.cont__info {
  max-width: 321px;
  width: 100%;
}
.cont__info-phone {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.cont__info-sozBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cont__info-sozBlock .item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.cont__info-soz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont__info-soz .soz__item {
  width: 40px;
  height: 40px;
  background: #FC530E;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cont__info-soz .soz__item:last-child {
  margin-right: 0px;
}
.cont__info-soz .soz__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cont__info-soz .soz__item img {
  width: 20px;
}
.cont__button {
  margin-top: 40px;
  padding: 20px 30px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  background: #FC530E;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cont__button:hover {
  background: #F34903;
}

#cont__star-1 {
  position: absolute;
  width: 50px;
  top: 107px;
  right: 122px;
}
#cont__star-2 {
  width: 32px;
  top: 50px;
  right: 75px;
  position: absolute;
}

.map {
  margin-bottom: 0px;
}

footer {
  padding: 40px 0px;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo-img {
  width: 126px;
  margin-right: 30px;
}
.footer__logo-text {
  max-width: 114px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__right-phone {
  font-size: 20px;
  font-weight: 600;
}
.footer__right-descript {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  text-align: right;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 52px;
}
.footer__menu li {
  font-size: 16px;
  font-weight: 600;
  margin-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu li:hover {
  color: #FC530E;
}
.footer__menu li:last-child {
  margin-right: 0px;
}
.footer__under {
  margin-top: 10px;
}
.footer__polit {
  font-size: 16px;
  font-weight: 600;
  color: #959595;
}
.footer__button {
  padding: 15px 20px;
  border-radius: 6px;
  background: #FC530E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__button:hover {
  background: #F34903;
}
.footer__info{
	margin-top: 30px
}
.footer__info-item{
	margin-bottom: 10px;
	color: #959595; 
	font-size: 12px;
  font-weight: 400;
}
.modal__bg {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__bg-active {
  opacity: 1;
}
.modal__window {
  max-width: 360px;
  width: 100%;
  background: #000000;
  padding: 30px 20px;
  border-radius: 6px;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__window-active {
  opacity: 1;
}
.modal__window-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__window-title {
  color: #fff;
  font-size: 24px;
  max-width: 239px;
  font-family: "coolvetica";
  font-weight: 400;
}
.modal__window-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FC530E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__window-close img {
  width: 12px;
}
.modal__window-input {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}
.modal__window-submit {
  width: 100%;
  background: #FC530E;
  color: #fff;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 6px;
}
.modal__window-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.modal__window-footer br{
	display: none
}
.modal__window-footer input[type=checkbox] {
  display: none;
}
.modal__window-footer input[type=checkbox]:checked ~ label {
  background-size: 8px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal__window-footer label {
  display: block;
  position: static;
  width: 24px;
  height: 24px;
  border: 1px solid #FC530E;
  border-radius: 4px;
}
.modal__window-footer .footer-text {
  font-size: 14px;
  font-weight: 400;
  color: #959595;
  margin-left: 10px;
}
.modal__window-footer .footer-text a {
  font-weight: 700;
}
.modal__window form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
  .brands__block-item {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  main {
    padding-top: 100px;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: #FAFAFA;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__menu li {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .header__menu li a {
    font-family: "coolvetica";
    font-weight: 400;
  }
  .header__menu-block {
    position: fixed;
    top: 97px;
    left: -110%;
    max-width: 100%;
    width: 100%;
    height: calc(100dvh - 97px);
    background: #000000;
    z-index: 3;
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header__menu-block-active {
    left: 0px;
  }
  .header__menu-mobile {
    display: block;
    padding-top: 30px;
    border-top: 1px solid #959595;
  }
  .header__menu-mobile .mobile-phone {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .header__menu-mobile .mobile-time {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
  }
  .header__menu-mobile .mobile-descript {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    margin-top: 20px;
  }
  .header__mobile-button {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #FC530E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
  }
  .header__mobile-button img {
    width: 14px;
  }
	.mobile-soz{
		display: flex;
		align-items: center;
		margin-bottom: 20px
	}
	.mobile-soz-link{
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background: #FC530E;
		margin-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.mobile-soz-link img{
		width: 20px
	}
  .services__block {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100dvh - 109px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0px;
  }
  .banner .container::before {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: auto;
    bottom: -250px;
  }
  .banner .container::after {
    top: auto;
    bottom: -155%;
  }
  .banner__list {
    margin-top: 90px;
  }
  .banner__title {
    text-align: center;
  }
  .banner__button {
    margin: 0px;
  }
  #banner__star-1 {
    top: auto;
    bottom: 250px;
    left: 25%;
  }
  #banner__star-2 {
    bottom: 310px;
    left: 65%;
    top: auto;
  }
  .cont .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 50px 20px;
  }
  .cont__info-phone {
    margin-top: 40px;
  }
  .cont__info-soz {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__right-descript {
    text-align: center;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 30px 0px;
  }
  .footer__menu li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer__menu li:last-child {
    margin-bottom: 0px;
  }
  .footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__logo-text {
    margin-top: 10px;
  }
  .footer__logo-img {
    margin-right: 0px;
  }
  .footer__under {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .footer__button {
    padding: 15px 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .header__mobile-button {
    margin-left: 0px;
  }
  section {
    margin-bottom: 50px;
  }
  .header__right-info {
    display: none;
  }
  .header__logo-img {
    margin-right: 15px;
  }
  .section__title {
    font-size: 9vw;
  }
  .banner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .banner__list-item {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .banner__title {
    font-size: 10vw;
  }
  .brands__block-item {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .brands__item-title {
    font-size: 16px;
  }
  .prem {
    margin-bottom: 40px;
  }
  .prem__item {
    max-width: 90%;
  }
  .photo {
    margin-bottom: 40px;
  }
  .services__block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .services__item-img {
    height: auto;
  }
  .port {
    padding: 50px 0px;
    padding-bottom: 120px;
  }
  .port .slick-arrow {
    position: absolute;
    bottom: -60px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0px;
    background-size: 6px 12px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .port .slick-prev {
    left: 33%;
  }
  .port .slick-next {
    left: 54%;
  }
  .port__photo-block {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 20px;
  }
  .port__video {
    margin-top: 130px;
  }
  .port__video-block {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 20px;
  }
  .cont .container::before {
    right: 13%;
  }
  #cont__star-1 {
    display: none;
  }
  #cont__star-2 {
    display: none;
  }
  .cost .container {
    padding: 30px 20px;
    padding-bottom: 80px;
  }
  .cost__main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cost__main-item .custom-select {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .cost__main-button {
    padding: 17px 20px;
  }
  .cost__button {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
  }
  .cost__res-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  #banner__star-1 {
    left: 20px;
  }
  #banner__star-2 {
    left: auto;
    right: 32px;
  }
}
@media screen and (max-width: 380px) {
  .header__logo-text {
    display: none;
  }
  .cont__title {
    font-size: 10vw;
  }
  .cont__info-phone {
    font-size: 8vw;
    font-weight: 400;
  }
}
