.menu-icon {
    display: none;
    position: fixed;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 22.5px;
    cursor: pointer
}

@media only screen and (max-width: 1023px) {
    .menu-icon {
        display:inline-block
    }
}

.menu-icon span {
    position: absolute;
    height: 1.875px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.menu-icon span:nth-child(1) {
    top: .9375px
}

.menu-icon span:nth-child(2) {
    top: 9.375px
}

.menu-icon span:nth-child(3) {
    top: 9.375px
}

.menu-icon span:nth-child(4) {
    top: 17px
}

.menu-icon.active span:nth-child(1),.menu-icon.active span:nth-child(4) {
    opacity: 0
}

.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-icon.active span:nth-child(3) {
    top: 9.375px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.spaness {
    color: #fff;
    font-size: 90%;
    /*font-family: serif;  */
    position: relative;
    top: 5px;
}

.myfons {
/*background-image: url("/image/catalog/xfon.jpeg");
background-repeat: repeat-y;
background-size: cover;*/
}

.rows {
background-image: url("/image/catalog/xfons3.jpg");
background-repeat: repeat-y;
background-size: cover;
margin-right: -15px;
margin-left: -15px;
font-size: 14px;
}

.rowss {
background-image: url("/image/catalog/xfons3.jpeg");
background-repeat: repeat-y;
background-size: cover;
margin-right: -15px;
margin-left: -15px;
}

/* Bron */


input {
  display: inline-block;
  margin: 5px auto; 
  border: 2px solid #eee;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

textarea {
  display: inline-block;
  margin: 10px auto;
  border: 2px solid #eee;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
} 

form#contact {
	border:1px solid #e5e5e5;
	padding:10px;
	/*background:#e9ffd0;*/
	border-radius:5px;
}
#contact label {
	font-size: 14px;
}
#contact input:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
	background: #fff url(/klient/images/valid.png) no-repeat 95% center;
}
#contact textarea:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
}
#contact input:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
	background: #fff url(/klient/images/invalid.png) no-repeat 95% center;
}
#contact textarea:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
}
.err {
	border: 1px solid #c8a176;
	padding: 10px;
	background: #FFDF97;
	text-align: left;
	border-radius: 3px;
}
.ok {
    width: auto;
    border: 2px #c29d72 solid;
    /* margin-bottom: 15px; */
    margin: 0 5%;
    padding: 20px;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    top: 30%;
    z-index: 5000;
    font-size: 14px;
    font-weight: 600;
    color: #594835;
}
#author, #email, #url {
	width: 95%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c8a176;
	background: #ffffff;
	padding-right: 10%;
}
#comment2 {
	width: 100%;
	height: 120px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #bf9970;
	box-sizing: border-box;
	background: #ffffff
}
#submit {
	font-weight: 400;
	background: #8c765d;
	font-size: 15px;
	color: #fff;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
#author, #email, #url {
	width: 95%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c8a176;
	margin-right: 5px;
	background: #ffffff;
	padding-right: 10%;
}
}

@media (max-width: 730px) {
#author, #email, #url {
	width: 95%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c8a176;
	margin-right: 5px;
	background: #ffffff;
	padding-right: 10%;
}
}
/* Conec - Bron */

* {
  box-sizing: border-box;
}

/* Расположите контейнер изображения (необходимо расположить стрелки влево и вправо) */
.container {
  position: relative;
}

/* Скрыть изображения по умолчанию */
.mySlides {
  display: none;
}

/* Добавить указатель при наведении на миниатюры изображений */
.cursor {
  cursor: pointer;
}

/* Далее и предыдущие кнопки */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Позиция "next кнопка" на право */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* При наведении курсора добавьте черный цвет фона с небольшим количеством прозрачного */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Номера текст (1/3 и т.д.) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Контейнер для текста изображения */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Шесть колонн бок о бок */
.column {
  float: left;
  width: 16.66%;
}

/* Добавить эффект прозрачности для миниатюрных изображений */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Soc box RBa */
.sob_buttons {
    position: fixed;
    right: 25px;
    z-index: 8;
    bottom: 0px;
    /*background: url(/image/catalog/lamps.png);*/
}

 
.sob_buttons a:hover {
    background-color: #f8ffd000;
    /*-webkit-transform: rotateZ(-20deg);
    
    -ms-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);*/
} 

.sob_buttons a {
    display: block;
    position: relative;
    margin-bottom: 8px;
}



.main-section {
    position: relative;
    width: 100%;
    height: 100vh
}

.main-section .slick-dots {
    z-index: 1
}

.main-section__icon {
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

@media only screen and (max-width: 1023px) {
    .main-section__icon {
        display:none
    }
}

.main-section__svg {
    fill: #fff;
    width: 24px;
    height: 40px
}

.main-section__dots:after,.main-section__dots:before {
    content: '';
    position: absolute;
    left: 50%;
    opacity: 0;
    z-index: 50;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    visibility: visible
}

.main-section__dots:before {
    border: 2px solid #fff;
    border-radius: 1.5rem;
    bottom: 0;
    width: 1.5rem;
    height: 2.5rem;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    opacity: 1
}

.main-section__dots:after {
    background-color: #fff;
    border-radius: 100%;
    bottom: 2.75rem;
    margin-left: -.125rem;
    width: .25rem;
    height: .25rem;
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    pointer-events: none;
    -webkit-animation: scroll 1.5s -1s cubic-bezier(.68,-.55,.265,1.55) infinite;
    animation: scroll 1.5s -1s cubic-bezier(.68,-.55,.265,1.55) infinite
}

.main-section__box {
    position: absolute;
    bottom: 110px;
    width: 100%;
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 1279px) {
    .main-section__box {
        padding:0 50px
    }
}

@media only screen and (max-width: 1023px) {
    .main-section__box {
        bottom:130px;
        padding: 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .main-section__box {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        text-align: center;
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

.main-section__box h1 {
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .main-section__box h1 {
        font-size:26px
    }
}

@media only screen and (max-width: 767px) {
    .main-section__col {
        margin:10px 0;
        width: 100%
    }
}

.main-section__image {
    margin-left: 15px;
    width: 95px;
    height: 95px;
    border-radius: 100px;
    /* ÃÂ ÃÂ°ÃÂ´ÃÂ¸Ã‘Æ’Ã‘Â Ã‘ÂÃÂºÃ‘â‚¬Ã‘Æ’ÃÂ³ÃÂ»ÃÂµÃÂ½ÃÂ¸Ã‘Â */
    border: 2px solid #009ae1;
    /* ÃÅ¸ÃÂ°Ã‘â‚¬ÃÂ°ÃÂ¼ÃÂµÃ‘â€šÃ‘â‚¬Ã‘â€¹ Ã‘â‚¬ÃÂ°ÃÂ¼ÃÂºÃÂ¸ */
    box-shadow: 0 0 10px #009ae1;
    /* ÃÅ¸ÃÂ°Ã‘â‚¬ÃÂ°ÃÂ¼ÃÂµÃ‘â€šÃ‘â‚¬Ã‘â€¹ Ã‘â€šÃÂµÃÂ½ÃÂ¸ */
}

@media only screen and (max-width: 1023px) {
    .main-section__image {
        width:65px;
        height: 65px;
        border-radius: 100px;
        /* ÃÂ ÃÂ°ÃÂ´ÃÂ¸Ã‘Æ’Ã‘Â Ã‘ÂÃÂºÃ‘â‚¬Ã‘Æ’ÃÂ³ÃÂ»ÃÂµÃÂ½ÃÂ¸Ã‘Â */
        border: 2px solid #009ae1;
        /* ÃÅ¸ÃÂ°Ã‘â‚¬ÃÂ°ÃÂ¼ÃÂµÃ‘â€šÃ‘â‚¬Ã‘â€¹ Ã‘â‚¬ÃÂ°ÃÂ¼ÃÂºÃÂ¸ */
        box-shadow: 0 0 10px #009ae1;
        /* ÃÅ¸ÃÂ°Ã‘â‚¬ÃÂ°ÃÂ¼ÃÂµÃ‘â€šÃ‘â‚¬Ã‘â€¹ Ã‘â€šÃÂµÃÂ½ÃÂ¸ */
    }
}

.main-section__image:first-child {
    margin-left: 0
}

.main-section__image:hover {
    transform: scale(1.05)
}

.main-section__note {
    color: #b6b6b6;
    margin-bottom: 30px;
    max-width: 800px
}

@media only screen and (max-width: 767px) {
    .main-section__note {
        margin-bottom:15px
    }
}

.main-section--bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.main-section--bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40,46,51,.6)
}

.main-slider__item {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.main-slider__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

/*Ã‘â€ ÃÂ²ÃÂµÃ‘â€š ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ·Ã‘â‚¬ÃÂ°Ã‘â€¡ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’ Ã‘ÂÃÂ°ÃÂ¹Ã‘â€šÃÂ°*/
.main-slider__image {
    width: 100%;
    vertical-align: top
}

.main-thumbs.special .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1023px) {
    .main-thumbs.special .slick-list {
        display:block
    }
}

.main-thumbs .slick-current .main-thumbs__image::after {
    background-color: transparent
}

.main-thumbs__wrap {
    width: 880px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
    position: absolute
}

@media only screen and (max-width: 1023px) {
    .main-thumbs__wrap {
        bottom:60px
    }
}

@media only screen and (max-width: 880px) {
    .main-thumbs__wrap {
        width:100%;
        padding: 0 15px
    }
}

@media only screen and (max-width: 880px) {
    .main-thumbs__item {
        text-align:center
    }
}

.main-thumbs__image {
    height: 70px;
    width: 148px;
    background-size: cover;
    margin: 0 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    position: relative;
    display: inline-block
}

@media only screen and (min-width: 1025px) {
    .main-thumbs__image:hover:hover::after {
        background-color:transparent
    }
}

.main-thumbs__image::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-thumbs .slick-arrow--next {
    right: -35px
}

.main-thumbs .slick-arrow--prev {
    left: -35px
}

@media only screen and (max-width: 767px) {
    .main-thumbs {
        display:none!important
    }
}

@-webkit-keyframes scroll {
    0%,20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }

    10% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(36px) scaleY(2);
        transform: translateY(36px) scaleY(2);
        opacity: .01
    }
}

@keyframes scroll {
    0%,20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }

    10% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(36px) scaleY(2);
        transform: translateY(36px) scaleY(2);
        opacity: .01
    }
}

#map-canvas {
    height: 600px;
    width: 100%
}

.map-info {
    background-color: #25292e;
    width: 440px;
    height: 540px;
    position: relative;
    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;
    pointer-events: all
}

.map-info::before {
    position: absolute;
    content: '';
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border: 1px solid #009ae1
}

.map-info__wrap {
    width: 305px;
    position: relative;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .wrapper--contacts .map-info__wrap {
        padding-top:10px
    }
}

@media only screen and (max-width: 413px) {
    .wrapper--contacts .map-info__wrap {
        width:290px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -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
    }
}

.map-info__note {
    text-align: center;
    position: relative;
    padding-top: 50px;
    color: #919396;
    font-size: 12px;
    margin-bottom: 10px
}

.map-info__note::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.map-info__title {
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 35px
}

@media only screen and (max-height: 790px) {
    .map-info__title {
        font-size:16px;
        line-height: 20px;
        margin-bottom: 15px
    }
}

.map-info__thumb {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    background-color: #2c3238
}

@media only screen and (max-width: 374px) {
    .map-info__thumb {
        display:none
    }
}

.map-info__svg {
    fill: #009ae1;
    width: 14px;
    height: 14px
}

.map-info__list {
    margin-bottom: 25px
}

.map-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    cursor: pointer
}

@media only screen and (max-width: 413px) {
    .map-info__item {
        margin-top:25px;
        text-align: center
    }
}

.map-info__item:first-child {
    margin-top: 0
}

.map-info__btn {
    text-align: center
}

@media only screen and (max-width: 413px) {
    .map-info__btn {
        height:54px
    }
}

.map-info__box {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
    max-width: 1206px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.map-section {
    position: relative
}

.map-section #map-canvas {
    height: 100vh;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .map-section #map-canvas {
        height:500px
    }
}

@media only screen and (max-width: 1279px) {
    .map-section--home {
        display:none
    }
}

@media only screen and (max-width: 1023px) {
    .map-section {
        padding-top:220px
    }
}

@media only screen and (max-width: 440px) {
    .map-section {
        padding-top:140px
    }
}

.map-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-height: 790px) {
    .map-tabs {
        -webkit-box-flex:0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px
    }
}

@media only screen and (max-width: 767px) {
    .map-tabs {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

@media only screen and (max-width: 440px) {
    .map-tabs {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (max-width: 440px) {
    .map-tabs__box {
        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;
        padding-top: 15px;
        padding-bottom: 30px
    }
}

.map-tabs__wrap {
    background-color: #25292e;
    width: 440px;
    height: 540px;
    padding: 25px;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 440px) {
    .map-tabs__wrap {
        width:100%;
        padding: 0 10px
    }
}

.map-tabs__content {
    border: 1px solid #009ae1;
    border-top: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px 40px 20px
}

@media only screen and (max-height: 790px) {
    .map-tabs__content {
        padding:15px
    }
}

@media only screen and (max-width: 440px) {
    .map-tabs__content {
        padding:0 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.map-tabs__link {
    text-decoration: none;
    color: #009ae1;
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 15px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    border-bottom-color: #009ae1e;
    position: relative
}

@media only screen and (max-height: 790px) {
    .map-tabs__link {
        height:45px
    }
}

@media only screen and (max-width: 767px) {
    .map-tabs__link {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        min-width: 50%
    }
}

.map-tabs__link.active {
    border-color: #009ae1;
    border-bottom-color: transparent
}

.map-tabs__link.active::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 100%;
    background: #009ae1;
    width: 1px;
    height: 1px
}

.map-tabs__link.active::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 100%;
    background: #009ae1;
    width: 1px;
    height: 1px
}

@media only screen and (max-width: 414px) {
    .map-tabs__link:first-child {
        min-width:40%
    }

    .map-tabs__link:last-child {
        min-width: 60%
    }
}

.map-tabs__title {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin-bottom: 10px
}

.map-tabs__row {
    margin-top: 40px
}

@media only screen and (max-height: 790px) {
    .map-tabs__row {
        margin:20px auto 0;
        width: 265px
    }
}

.map-tabs__row:first-child {
    margin-top: 0
}

@media only screen and (max-width: 767px) {
    .map-tabs__row {
        margin:20px auto 0;
        width: 305px
    }
}

@media only screen and (max-width: 413px) {
    .map-tabs__row {
        width:265px
    }
}

.map-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 26px
}

.map-tabs__list a {
    text-decoration: none;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map-tabs__list svg {
    fill: #65686b;
    margin-right: 10px
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15%;
    margin-left: 15%;
}

@media only screen and (max-width: 1023px) {
    .header-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;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .header-menu {
        margin-bottom:30px;
        margin-top: 20px;
    }
}

.header-menu__wrap {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

@media only screen and (max-width: 1023px) {
    .header-menu__wrap {
        position:fixed;
        top: 7.3%;
        background-color: #282e33ed;
        width: 100%;
        height: auto;
        padding-top: 20px;
        display: none;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-menu__wrap.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-menu__link:hover {
        color: #009ae1;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.2s;
    }
}

@media only screen and (max-width: 767px) {
    .header-menu__wrap {
        padding-top:10px;
        padding-bottom: 10px;
    }
}

.header-menu__item {
    font-size: 12px
}

.header-menu__item:first-child .header-menu__link::before {
    display: none;
    background-color: #009ae1
}

/*Ã‘â€ ÃÂ²ÃÂµÃ‘â€š ÃÂ·ÃÂ°ÃÂ»ÃÂ¸ÃÂ²ÃÂºÃÂ¸ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ¼ÃÂµÃÂ½Ã‘Å½*/
@media only screen and (min-width: 1025px) {
    .header-menu__item:hover:hover .header-menu__link {
        background-color:#009ae182
    }

    .header-menu__item:hover:hover .header-dropdown {
        display: block
    }
}

@media only screen and (max-width: 1023px) {
    .header-menu__item {
        font-size:20px;
        line-height: 44px
    }
}

@media only screen and (max-width: 767px) {
    .header-menu__item {
        font-size:20px;
        line-height: 30px
    }
}

.header-menu__link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: none;
    transition: none
}

@media only screen and (max-width: 1279px) {
    .header-menu__link {
        padding:10px 15px
    }
}

@media only screen and (max-width: 1023px) {
    .header-menu__link {
        height:auto
    }
}

.header-menu__link::before {
    position: absolute;
    content: '';
    left: -48px;
    top: 26px;
    width: 3px;
    height: 3px;
    background-color: #009ae1;
    /*Ã‘â€ ÃÂ²ÃÂµÃ‘â€š Ã‘â€šÃÂ¾Ã‘â€¡ÃÂµÃÂº ÃÂ² ÃÂ¼ÃÂµÃÂ½Ã‘Å½ 1023*/
    border-radius: 50%;
    pointer-events: none
}

@media only screen and (max-width: 1679px) {
    .header-menu__link::before {
        left:-15px
    }
}

@media only screen and (max-width: 1365px) {
    .header-menu__link::before {
        left:-9px
    }
}

@media only screen and (max-width: 1279px) {
    .header-menu__link::before {
        left:-12px;
        background-color: #009ae1;
    }
}

@media only screen and (max-width: 1023px) {
    .header-menu__link::before {
        display:none
    }
}

/*Ã‘â€ ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘ÂÃÂ²ÃÂµÃ‘â€šÃÂºÃÂ¸ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ¼ÃÂµÃÂ½Ã‘Å½ ÃÂºÃÂ°Ã‘â€šÃÂµÃÂ³ÃÂ¾Ã‘â‚¬ÃÂ¸ÃÂ¹*/
.header-dropdown {
    position: absolute;
    width: 100%;
    background-color: #009ae142;
    padding: 25px 30px;
    left: 0;
    display: none
}

.header-dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-dropdown__item {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-left: 31px;
    overflow: hidden;
    box-shadow: 0 0 10px #009ae1;
}

.header-dropdown__item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.45);
    z-index: 1
}

@media only screen and (min-width: 1025px) {
    .header-dropdown__item:hover:hover img {
        -webkit-transform:scale(1.2);
        transform: scale(1.2)
    }
}

.header-dropdown__item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.header-dropdown__item:first-child {
    margin-left: 0
}

.header-dropdown__title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 170px;
    letter-spacing: 1px
}

.texstos p{
     font-size: 14px;
}