/* -- General -- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Bandera Pro';
  src: local("../fonts/bandera pro"), local("../fonts/bandera_pro"), url("../fonts/bandera-pro.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: local("../fonts/Cormorant Garamond"), local("../fonts/Cormorant_Garamond"), url("../fonts/Cormorant-garamond-it.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Oranienbaum';
  src: local("../fonts/Oranienbaum"), local("../fonts/Oranienbaum"), url("../fonts/Oranienbaum.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: local("../fonts/GothamPro Light"), local("../fonts/GothamPro_Light"), url("../fonts/GothamProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: local("../fonts/GothamPro Regular"), local("../fonts/GothamPro_Regular"), url("../fonts/GothamProRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: local("../fonts/GothamPro Medium"), local("../fonts/GothamPro_Medium"), url("../fonts/GothamProMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: local("../fonts/GothamPro Bold"), local("../fonts/GothamPro_Bold"), url("../fonts/GothamProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: "GothamPro", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll-nav {
  overflow: hidden;
}

body.no-scroll-popup {
  overflow: hidden;
}

body.tsum {
  padding-top: 192px;
  background-color: #594a87;
  background-image: url("../img/tsum-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5 {
  color: #019dc4;
  font-weight: 600;
  text-transform: uppercase;
}

h1,
h2.like-h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

strong {
  font-weight: 700;
}

button {
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

a,
.smth-more {
  display: inline-block;
  color: #ff2600;
  text-decoration: underline;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}

a:hover,
.smth-more:hover {
  text-decoration: none;
}

a:active,
.smth-more:active {
  text-decoration: none;
}

a:focus,
.smth-more:focus {
  text-decoration: none;
}

input[type="text"],
input[type="password"] {
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  outline: 0;
  width: 100%;
  height: 37px;
  font-family: "GothamPro", sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  padding: 0 6px;
}

.select-style {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.select-style:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 9px;
  text-align: center;
  top: 15px;
  right: 0;
  z-index: -1;
  background-image: url("../images/svg/faq_closed.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 10px 8px;
}

.select-style:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 26px;
  z-index: -1;
}

.select-style select {
  background-color: transparent;
  height: 37px;
  border: 0;
  border-radius: 4px;
  color: #222;
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 0 26px 0 10px;
  cursor: pointer;
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select-style select::-ms-expand {
  display: none;
}

.def-ol {
  counter-reset: li;
}

.def-ol li {
  position: relative;
  counter-increment: li;
  line-height: 24px;
  margin-bottom: 14px;
  padding-left: 18px;
}

.def-ol li:before {
  content: counter(li) ". ";
  color: #22c0e8;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.def-list {
  text-align: left;
}

.def-list li {
  position: relative;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}

.def-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #22c0e8;
  border-radius: 50%;
}

.def-list li ul {
  margin-top: 10px;
}

.def-list li ul li {
  padding-left: 0;
}

.def-list li ul li:before {
  display: none;
}

.two-input-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-cover {
  position: relative;
  margin-bottom: 24px;
}

.input-cover .placeholder {
  position: absolute;
  left: 24px;
  top: 10px;
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.input-cover.focused .placeholder,
.input-cover.has-value .placeholder {
  display: none;
}

/* -- Pages -- */

.more-news {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  max-width: 125px;
  margin: auto;
  padding: 35px 0 0;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.more-news:hover .svg-arrow {
  fill: #ff2600;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.more-news svg {
  position: absolute;
  left: 50%;
  bottom: -69px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.more-news .svg-arrow {
  -webkit-transition: fill .3s ease, -webkit-transform .3s ease;
  transition: fill .3s ease, -webkit-transform .3s ease;
  transition: fill .3s ease, transform .3s ease;
  transition: fill .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

/* -- Components -- */

.sign-modal {
  background-color: #1f1f1f;
  z-index: 99;
  width: 570px;
  min-height: 526px;
  padding: 54px 45px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -285px;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  overflow: auto;
}

.sign-modal--show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sign-modal-darkness {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.sign-modal-darkness--show {
  visibility: visible;
  opacity: 1;
}

.sign-modal__inner {
  max-width: 370px;
  margin: auto;
}

.sign-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.sign-modal__close img,
.sign-modal__close svg {
  display: block;
}

.sign-modal__close:hover .c-line {
  fill: #ff2600;
}

.sign-modal__title {
  color: #fff;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 40px;
}

.sign-modal__title-big {
  font-size: 48px;
  line-height: 28px;
  font-family: "Oranienbaum", serif;
}

.sign-modal__title-grey {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 20px;
  color: #666;
  margin: 0 8px;
}

.sign-modal__title-link {
  color: #fff;
  font-family: "Bandera Pro", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.sign-modal__title-link:hover {
  border-bottom: 0;
}

.sign-modal__body .input-cover {
  margin-bottom: 22px;
}

.sign-modal__body .input-cover .placeholder {
  color: #fff;
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-transform: none;
  top: 20px;
  left: 20px;
  margin: 0;
}

.sign-modal__body .input-cover input {
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  padding: 0 20px;
}

.sign-modal__forgot {
  color: #fff;
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 34px;
  text-align: center;
  margin-bottom: 26px;
  cursor: pointer;
}

.sign-modal__forgot span {
  border-bottom: 1px solid #fff;
}

.sign-modal__forgot span:hover {
  border-bottom: 0;
}

.sign-modal__footer .butn {
  margin-bottom: 20px;
}

.sign-modal__footer .butn--insta {
  margin-left: 15px;
}

.sign-modal__footer .butn--white-full {
  width: 100%;
}

/*Buttons*/

.butn {
  border: 0;
  outline: 0;
  padding: 0;
  background-image: none;
  text-decoration: none;
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.butn--white {
  font-size: 11px;
  min-width: 76px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 11px;
}

.butn--white:hover {
  color: #161616;
  background-color: #fff;
}

.butn--white-full {
  color: #161616;
  font-size: 11px;
  min-width: 175px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 11px;
}

.butn--white-full:hover {
  color: #fff;
  background-color: transparent;
}

.butn--fb {
  min-width: 175px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 11px;
  padding: 11px;
  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;
}

.butn--fb:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background-image: url("../img/svg/fb-sm.svg");
  background-repeat: no-repeat;
  background-size: 8px 13px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  margin-left: 16px;
}

.butn--fb:hover {
  color: #3c5896;
  border-color: #3c5896;
}

.butn--fb:hover:after {
  background-image: url("../img/svg/fb-sm-blue.svg");
}

.butn--insta {
  min-width: 175px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 11px;
  padding: 11px;
  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;
}

.butn--insta:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/insta-sm-white.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-left: 16px;
}

.butn--insta:hover {
  -o-border-image: linear-gradient(to bottom left, #af2ea7 0%, #fb9e3a 100%);
  border-image: -webkit-linear-gradient(top right, #af2ea7 0%, #fb9e3a 100%);
  border-image: linear-gradient(to bottom left, #af2ea7 0%, #fb9e3a 100%);
  border-image-slice: 1;
  background: -webkit-linear-gradient(250deg, #af2ea7, #fb9e3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.butn--insta:hover:after {
  background-image: url("../img/svg/insta-sm-gr.svg");
}

.butn--send {
  font-size: 11px;
  min-width: 154px;
  background-color: #fff;
  padding: 12px;
  font-weight: 700;
  color: #161616;
  padding-left: 34px;
}

.butn--send:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 19px;
  height: 19px;
  background-image: url("../img/svg/send-email.svg");
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.butn--send:hover:before {
  -webkit-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
}

/*Buttons END*/

.grid-width {
  max-width: 1290px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 25px;
}

.grid-25 {
  width: calc(26.25% - 10px);
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.grid-50 {
  width: calc(50% - 10px);
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.grid-75 {
  width: calc(73.75% - 10px);
  max-width: 860px;
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.image-fill {
  display: block;
  text-decoration: none;
  color: #fff;
  padding-top: 82.8%;
}

.image-fill:hover .image-fill__description {
  bottom: 0 !important;
  background-color: #000;
}

.image-fill:hover .image-fill__text {
  opacity: 1;
}

.image-fill--big {
  padding-top: 69.8%;
}

.image-fill--red .image-fill__description {
  background-color: rgba(255, 38, 0, 0.8);
}

.image-fill--red:hover .image-fill__description {
  background-color: #ff2600;
}

.image-fill--vs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #ff2600;
  z-index: 7;
}

.image-fill--vs .image-fill__description {
  background-color: #000;
  border-top: 5px solid #ff2600;
}

.image-fill > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.image-fill__description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  -webkit-transition: bottom .3s ease, background-color .3s ease;
  transition: bottom .3s ease, background-color .3s ease;
}

.image-fill__title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Oranienbaum", serif;
  margin-bottom: 8px;
}

.image-fill__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 29px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.image-fill__stamp {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 6;
  background-color: #ff2600;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  width: 84px;
  height: 84px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 6px #ff2600, inset 0 0 0 8px #fff;
}

.image-fill__stamp span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
}

.image-fill__stamp span img {
  display: block;
  margin: 0 auto 4px;
}

.image-fill__stamp--vs {
  width: 94px;
  height: 94px;
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
  background-color: #000;
  font-size: 36px;
  box-shadow: inset 0 0 0 5px #ff2600, inset 0 0 0 7px #fff;
}

.image-fill__stamp--vs span {
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
  transform: translate(-50%, -50%) rotate(-55deg);
}

.image-fill-vs-1,
.image-fill-vs-2 {
  width: 57%;
  position: absolute;
  top: 0;
  padding-top: 65%;
  overflow: hidden;
}

.image-fill-vs-1 img,
.image-fill-vs-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.image-fill-vs-1 {
  left: 0;
}

.image-fill-vs-2 {
  right: -35px;
  z-index: 2;
  border-left: 5px solid #ff2600;
  -webkit-transform: skewX(-11deg);
  transform: skewX(-11deg);
}

.image-fill-vs-2 img {
  -webkit-transform: skewX(11deg);
  transform: skewX(11deg);
  left: -34px;
}

.grid-bunner {
  width: calc(100% - 10px);
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.grid-bunner img {
  width: 100%;
  display: block;
}

.slick-slider-insta li a {
  display: block;
  text-decoration: none;
  color: #161616;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.slick-slider-insta li a:hover {
  background: -webkit-linear-gradient(30deg, #fb9e3a, #af2ea7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slick-slider-insta li a:hover .slick-slider-insta__title:before {
  background-image: url("../img/svg/insta-sm-gr.svg");
}

.slick-slider-insta li a:hover .slick-slider-insta__img:before {
  border-width: 5px;
}

.slick-slider-insta li img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-slider-insta__img {
  display: block;
  position: relative;
}

.slick-slider-insta__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0;
  -o-border-image: linear-gradient(to bottom left, #af2ea7 0%, #fb9e3a 100%);
  border-image: -webkit-linear-gradient(top right, #af2ea7 0%, #fb9e3a 100%);
  border-image: linear-gradient(to bottom left, #af2ea7 0%, #fb9e3a 100%);
  border-image-slice: 1;
  -webkit-transition: border-width .1s linear;
  transition: border-width .1s linear;
}

.slick-slider-insta__title {
  display: block;
  margin-top: 33px;
  letter-spacing: 2px;
}

.slick-slider-insta__title:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../img/svg/insta-sm.svg");
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.slick-slider-insta .slick-dots {
  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-top: 8px;
}

.slick-slider-insta .slick-dots .slick-active button {
  width: 16px;
  height: 16px;
  border: 1px solid #161616;
  box-shadow: inset 0 0 0 2px #e9f1f4;
  background-color: #161616;
}

.slick-slider-insta .slick-dots button {
  display: block;
  font-size: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide [dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.two-input-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-cover {
  position: relative;
  width: 100%;
}

.input-cover.error-item input,
.input-cover.error-item textarea {
  border: 1px solid #ff2600;
}

.input-cover .error {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8;
  color: #ff2600;
  font-size: 14px;
  line-height: 14px;
}

.input-cover .placeholder {
  position: absolute;
  top: 8px;
  left: 15px;
  color: #a2a2a2;
  font-size: 11px;
  font-weight: 700;
}

.input-cover .placeholder span {
  color: #ff2600;
}

.input-cover.focused .placeholder,
.input-cover.has-value .placeholder {
  display: none;
}

.checkbox-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-cover input {
  display: none;
}

.checkbox-cover label {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}

.checkbox-cover label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #c4c8cc;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.checkbox-cover label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  top: 8px;
  left: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAlklEQVQoU4WQMWpCYRAGZ06Qw1jZprETC0HhpbJOlcpGtLT2CrZ2SgKCHsDbaCnIJz88Hw9Bs+XuMPvtyj+VZAx8+Y5L0gc2wM9LMMkn8Ass1KVJPtRz25ykCxyAlTotswKegD91XhpJOsARWKvfD0EBe8AWmNWrCrQDJmoasLYM6tAXYA9U6q0dpzkmSQUMgZF6ff7GHUfYNCOxN3F8AAAAAElFTkSuQmCC);
}

input[type=checkbox]:checked + label:before {
  background-color: #45c5fa;
}

input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* -- Sections -- */

.header__top-start--show .barger-menu {
  visibility: visible;
  opacity: 1;
}

.header__top-start--show .barger-menu-toggler span {
  background-color: #ff2600;
}

.header__top-start--show .barger-menu-toggler span:first-child {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.header__top-start--show .barger-menu-toggler span:last-child {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.barger-menu {
  background-color: #1f1f1f;
  position: absolute;
  top: calc(100% + 24px);
  left: -30px;
  right: -30px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 88;
}

.barger-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px;
}

.barger-menu__img {
  max-width: 270px;
  max-height: 210px;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  margin-left: 10px;
}

.barger-menu__img:hover {
  box-shadow: 0 0 0 2px #ff2600;
}

.barger-menu__img:hover:before {
  height: 195px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.barger-menu__img:before {
  content: "";
  position: absolute;
  width: 255px;
  height: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: height .2s, -webkit-transform .2s .2s;
  transition: height .2s, -webkit-transform .2s .2s;
  transition: transform .2s .2s, height .2s;
  transition: transform .2s .2s, height .2s, -webkit-transform .2s .2s;
}

.barger-menu__img img {
  width: 100%;
}

.barger-menu ul {
  width: 25%;
  max-width: 270px;
  padding-right: 15px;
}

.barger-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 0 2px 40px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Bandera Pro", sans-serif;
  white-space: nowrap;
}

.barger-menu ul li a:hover {
  color: #ff2600;
  background-color: #161616;
}

.barger-menu-toggler,
.main-menu-toggler {
  margin-right: 50px;
  cursor: pointer;
  overflow: hidden;
}

.barger-menu-toggler:hover span,
.main-menu-toggler:hover span {
  background-color: #ff2600;
}

.barger-menu-toggler span,
.main-menu-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color .3s .15s;
  transition: background-color .3s .15s;
}

.barger-menu-toggler span + span,
.main-menu-toggler span + span {
  margin-top: 8px;
}

.barger-menu-toggler span:first-child,
.main-menu-toggler span:first-child {
  width: 22px;
  -webkit-transition: background-color .3s, -webkit-transform .3s ease;
  transition: background-color .3s, -webkit-transform .3s ease;
  transition: transform .3s ease, background-color .3s;
  transition: transform .3s ease, background-color .3s, -webkit-transform .3s ease;
}

.barger-menu-toggler span:last-child,
.main-menu-toggler span:last-child {
  width: 26px;
  -webkit-transition: background-color .3s .3s, -webkit-transform .3s .3s ease;
  transition: background-color .3s .3s, -webkit-transform .3s .3s ease;
  transition: transform .3s .3s ease, background-color .3s .3s;
  transition: transform .3s .3s ease, background-color .3s .3s, -webkit-transform .3s .3s ease;
}

.header__inner {
  background-color: #161616;
  padding: 30px 30px 0;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__top-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  z-index: 10;
}

.header__top-start img,
.header__top-start svg {
  display: block;
}

.header__top-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 30%;
}

.logo {
  font-size: 12px;
  text-align: center;
}

.logo a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: "Bandera Pro", sans-serif;
  width: 260px;
}

.logo img,
.logo svg {
  display: block;
  margin: auto;
}

.main-menu {
  padding-top: 28px;
  position: relative;
}

.main-menu .main-menu-toggler {
  display: none;
  margin-right: 0;
  max-width: 30px;
  margin-left: auto;
}

.main-menu .main-menu-toggler span:first-child {
  margin-left: auto;
}

.main-menu .main-menu-toggler span:last-child {
  margin-left: auto;
}

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-menu > ul > li {
  padding-bottom: 16px;
  padding-right: 19px;
}

.main-menu > ul > li path {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
}

.main-menu > ul > li:hover path {
  fill: #ff2600;
}

.main-menu > ul > li:hover .svg-stroke {
  fill: none;
  stroke: #ff2600;
}

.main-menu > ul > li:hover .fill-none {
  fill: none;
}

.main-menu > ul > li:hover > a {
  color: #ff2600;
}

.main-menu > ul > li.with-dropdown {
  position: relative;
}

.main-menu > ul > li.with-dropdown:before {
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  display: block;
  background-image: url("../img/svg/dd-arrow.svg");
  background-repeat: no-repeat;
}

.main-menu > ul > li.with-dropdown:hover:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-image: url("../img/svg/dd-arrow-red.svg");
}

.main-menu > ul > li.with-dropdown:hover .menu-dropdown {
  visibility: visible;
  opacity: 1;
}

.main-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Bandera Pro", sans-serif;
  min-height: 33px;
}

.main-menu > ul > li > a svg {
  margin-right: 12px;
}

.main-menu > ul > li > a .svg-photo {
  position: relative;
  top: -5px;
}

.menu-dropdown {
  background-color: #1f1f1f;
  min-width: 160px;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 99;
}

.menu-dropdown > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Bandera Pro", sans-serif;
  padding: 3px 30px;
  white-space: nowrap;
}

.menu-dropdown > li a:hover {
  background-color: #161616;
  color: #ff2600;
}

.search {
  position: relative;
  width: 250px;
  height: 48px;
  margin-right: 16px;
  z-index: 9;
}

.search--show {
  z-index: 11;
}

.search--show .search__border {
  -webkit-transition: width 0.4s 0.2s, height 0.4s 0.2s, right 0.4s 0.2s;
  transition: width 0.4s 0.2s, height 0.4s 0.2s, right 0.4s 0.2s;
  width: 100%;
  height: 100%;
  right: 0;
}

.search--show .search__border:after {
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.42, -0.7, 0.62, 1.25);
  transition: width 0.2s cubic-bezier(0.42, -0.7, 0.62, 1.25);
}

.search--show .search__input {
  opacity: 1;
  z-index: auto;
  -webkit-transition: opacity 0.2s 0.6s;
  transition: opacity 0.2s 0.6s;
}

.search--show .search__label-init {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.search--show .search__label-active {
  tranition: transform 0 0.6s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search--show .search__close {
  z-index: auto;
}

.search--show .search__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  -webkit-transition: opacity 0.1s 0.6s, -webkit-transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58);
  transition: opacity 0.1s 0.6s, -webkit-transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58);
  transition: transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.6s;
  transition: transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.6s, -webkit-transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58);
}

.search--show .search__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
  transition: opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
  transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s;
  transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
}

.search__border {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.4s 0.4s, height 0.4s 0.4s, right 0.4s 0.4s;
  transition: width 0.4s 0.4s, height 0.4s 0.4s, right 0.4s 0.4s;
}

.search__border:after {
  content: "";
  position: absolute;
  bottom: -33px;
  right: -33px;
  width: 13px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(225deg) translateX(48px);
  transform: rotate(225deg) translateX(48px);
  -webkit-transition: width 0.2s 0.8s;
  transition: width 0.2s 0.8s;
}

input.search__input {
  position: relative;
  width: 250px;
  height: 48px;
  padding: 15px 50px 15px 20px;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.search__label-init {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.search__label-active {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.search__close {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 15px;
  height: 0;
  cursor: pointer;
  z-index: 0;
}

.search__close:before,
.search__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
}

.search__close:before {
  -webkit-transform: rotate(-45deg) translateX(32px);
  transform: rotate(-45deg) translateX(32px);
  -webkit-transition: opacity 0.1s 0.1s, -webkit-transform 0.2s;
  transition: opacity 0.1s 0.1s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.1s 0.1s;
  transition: transform 0.2s, opacity 0.1s 0.1s, -webkit-transform 0.2s;
}

.search__close:after {
  -webkit-transform: rotate(45deg) translateX(32px);
  transform: rotate(45deg) translateX(32px);
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.1s 0.3s;
  transition: transform 0.2s 0.2s, opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icons li + li {
  margin-left: 20px;
}

.social-icons a,
.social-icons svg {
  display: block;
}

.social-icons__fb .fb-icon-circle {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social-icons__fb .fb-icon {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social-icons__fb:hover .fb-icon-circle {
  stroke: #3c5896;
}

.social-icons__fb:hover .fb-icon {
  fill: #3c5896;
}

.social-icons__insta .insta-icon-circle {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social-icons__insta .insta-icon {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social-icons__insta:hover .insta-icon-circle {
  stroke: url(#instaGr);
}

.social-icons__insta:hover .insta-icon {
  fill: url(#instaGr);
}

.footer__inner {
  background-color: #161616;
  padding: 32px 30px 20px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 784px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__links-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.footer__links ul {
  padding-right: 15px;
}

.footer__links ul li {
  text-transform: uppercase;
}

.footer__links ul li a {
  text-decoration: none;
  color: #fff;
  opacity: .4;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
}

.footer__links ul li a:hover {
  opacity: 1;
}

.footer__social {
  width: 100%;
  max-width: 350px;
  border-left: 1px solid #3c3c3c;
  padding: 6px 0 0 30px;
  margin-left: 15px;
}

.footer__social-butns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}

.footer__social .butn--fb,
.footer__social .butn--insta {
  min-width: 154px;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright > a {
  min-width: 132px;
  text-align: center;
  margin-right: 22px;
}

.copyright p {
  color: #fff;
  opacity: 0.6;
  font-size: 13px;
  line-height: 20px;
}

.insta-slider__inner {
  background-color: #e9f1f4;
  border-top: 1px solid #d8e0e3;
  padding: 40px 30px 30px;
}

.insta-slider__title {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px 13px 2px 30px;
  margin-left: -30px;
  margin-bottom: 16px;
}

.insta-slider__title img,
.insta-slider__title svg {
  margin-right: 10px;
}

.subscribe__title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.subscribe__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__form input {
  height: 40px;
  color: #a2a2a2;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 11px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.subscribe__form .input-cover {
  margin-bottom: 0;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .butn--white {
    padding: 8px;
  }

  .barger-menu {
    top: calc(100% + 18px);
  }

  .barger-menu__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .barger-menu__img {
    margin-left: 0;
    margin-right: 30px;
  }

  .barger-menu ul {
    width: 50%;
    margin-bottom: 20px;
  }

  .barger-menu ul li a {
    padding: 2px 0;
  }

  .barger-menu-toggler,
  .main-menu-toggler {
    margin-right: 24px;
  }

  .header__inner {
    padding-top: 20px;
  }

  .logo img,
  .logo svg {
    width: 200px;
  }

  .main-menu {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .main-menu .main-menu-toggler {
    display: block;
  }

  .main-menu > ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1f1f1f;
    max-width: 540px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    padding: 20px 20px 8px;
  }

  .main-menu > ul > li {
    padding-right: 0;
    margin-right: 34px;
  }

  .main-menu > ul > li path {
    fill: #ff2600;
  }

  .main-menu > ul > li .svg-stroke {
    fill: none;
    stroke: #ff2600;
  }

  .main-menu > ul > li .fill-none {
    fill: none;
  }

  .main-menu > ul > li > a {
    color: #ff2600 !important;
  }

  .main-menu > ul > li.with-dropdown:before {
    display: none;
  }

  .main-menu > ul > li.with-dropdown:hover .menu-dropdown {
    visibility: visible;
    opacity: 1;
  }

  .main-menu > ul > li > a svg {
    width: 37px;
  }

  .main-menu--show > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 77;
  }

  .main-menu--show .main-menu-toggler span:first-child {
    -webkit-transform: translate(-8px);
    transform: translate(-8px);
  }

  .main-menu--show .main-menu-toggler span:last-child {
    -webkit-transform: translate(-4px);
    transform: translate(-4px);
  }

  .menu-dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    padding: 0;
  }

  .menu-dropdown > li a {
    padding: 3px 0 3px 50px;
  }

  .search__border {
    background-color: #161616;
  }

  .social-icons li + li {
    margin-left: 10px;
  }

  .social-icons svg {
    width: 40px;
    height: 40px;
  }

  .footer__content {
    display: block;
  }

  .footer__links {
    width: 100%;
  }

  .footer__social {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
}

@media all and (max-width: 1000px) {
  .grid-50 {
    width: calc(100% - 10px);
  }

  .image-fill__stamp--vs {
    top: 32%;
    left: 49.5%;
  }

  .image-fill-vs-1,
  .image-fill-vs-2 {
    padding-top: 74%;
  }
}

@media all and (max-width: 760px) {
  body.tsum {
    background-size: 1140px auto;
    background-position: 52% 0;
    padding-top: 124px;
  }

  .more-news {
    padding-bottom: 20px;
  }

  .more-news svg {
    bottom: -49px;
  }

  .kstar {
    display: none;
  }

  .sign-modal {
    width: 320px;
    padding: 54px 10px 20px;
    margin-left: -160px;
    min-height: 564px;
  }

  .sign-modal__body .input-cover {
    margin-bottom: 10px;
  }

  .sign-modal__footer .butn--insta {
    margin-left: 0;
    width: 100%;
  }

  .sign-modal__footer .butn--fb {
    width: 100%;
  }

  .grid-width {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-container {
    padding: 5px;
  }

  .grid-75 {
    width: calc(100% - 10px);
  }

  .image-fill__title {
    font-size: 20px;
    line-height: 28px;
  }

  .image-fill__text {
    font-size: 18px;
    line-height: 20px;
  }

  .image-fill__stamp {
    top: 20px;
    left: 20px;
    width: 64px;
    height: 64px;
    font-size: 16px;
    line-height: 16px;
    box-shadow: inset 0 0 0 4px #ff2600, inset 0 0 0 6px #fff;
  }

  .image-fill__stamp span img {
    display: none;
  }

  .image-fill__stamp--vs {
    top: 17%;
    left: 51%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .image-fill__stamp--vs span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .image-fill-vs-1,
  .image-fill-vs-2 {
    width: 50%;
  }

  .image-fill-vs-2 {
    right: 0;
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }

  .image-fill-vs-2 img {
    -webkit-transform: skewX(0);
    transform: skewX(0);
    left: 0;
  }

  .barger-menu {
    left: -10px;
    right: -10px;
  }

  .barger-menu ul {
    width: 100%;
  }

  .barger-menu-toggler,
  .main-menu-toggler {
    min-width: 30px;
  }

  .header__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__top-start {
    width: 50%;
  }

  .header__top-end {
    width: 50%;
  }

  .logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    width: 100%;
  }

  .logo a {
    margin: auto;
  }

  .main-menu > ul {
    left: -10px;
    right: -10px;
  }

  .search {
    margin-right: 12px;
  }

  input.search__input {
    width: 212px;
  }

  .footer__inner {
    padding: 20px;
  }

  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__links-title {
    font-size: 12px;
  }

  .footer__links ul {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer__social {
    padding-top: 20px;
  }

  .footer__social-butns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer__social .butn--fb,
  .footer__social .butn--insta {
    margin-bottom: 20px;
  }

  .copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright > a {
    margin: 0 auto 20px;
    min-width: 100px;
  }

  .insta-slider__inner {
    padding-top: 60px;
  }
}

@media all and (max-width: 480px) {
  .input-cover .placeholder {
    font-size: 12px;
    left: 15px;
  }
}

@media all and (max-width: 380px) {
  .barger-menu__inner {
    padding: 10px;
  }

  .barger-menu__img {
    margin-top: 10px;
  }

  .header__inner {
    padding: 20px 10px 0;
  }
}