﻿@charset "UTF-8";
@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Black'), local('ProximaNova-Black'), url(../fonts/proximanova/ProximaNova-Black.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Regular Italic'), local('ProximaNova-RegularIt'), url(../fonts/proximanova/ProximaNova-RegularIt.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-RegularIt.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Light'), local('ProximaNova-Light'), url(../fonts/proximanova/ProximaNova-Light.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url(../fonts/proximanova/ProximaNova-Regular.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'), url(../fonts/proximanova/ProximaNova-Extrabld.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-Extrabld.woff) format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Light Italic'), local('ProximaNova-LightIt'), url(../fonts/proximanova/ProximaNova-LightIt.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-LightIt.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url(../fonts/proximanova/ProximaNova-Bold.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Bold Italic'), local('ProximaNova-BoldIt'), url(../fonts/proximanova/ProximaNova-BoldIt.woff2) format('woff2'), url(../fonts/proximanova/ProximaNova-BoldIt.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

::-ms-input-placeholder {
  color: #666
}

::placeholder {
  color: #666
}

::-moz-selection {
  background-color: #000;
  color: #fff
}

::selection {
  background-color: #000;
  color: #fff
}

.img-fluid {
  max-width: 100%;
  height: auto
}

img {
  vertical-align: middle;
  border-style: none
}

body,
html {
  height: auto
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Proxima Nova', BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #212529;
  background-color: #fff;
  text-rendering: optimizeSpeed;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  min-height: 100vh;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

button,
input,
select,
textarea {
  font: inherit;
  font-family: 'Proxima Nova', BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-family: 'Proxima Nova', BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

ol[class],
ul[class] {
  padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0
}

ol[class],
ul[class] {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

q {
  quotes: "«" "»"
}

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

.svg-icon {
  font-size: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  fill: #a3b3c1
}

.indent>*+* {
  margin-top: 1em
}

.container {
  max-width: 1400px
}

.relative {
  position: relative
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99
}

.header.fixed .header-top {
  margin-top: -110px
}

.header-top {
  border-bottom: 2px solid #f6f6f9;
  padding: 10px 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.header .container {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__logo {
  width: 300px
}

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

.header__right-col+.header__right-col {
  margin-left: 40px
}

.header__soc-item {
  display: inline-block
}

.header__soc-item img {
  width: 30px;
  height: 30px
}

.header__soc-item+.header__soc-item {
  margin-left: 10px
}

.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header__contact:hover {
  color: #ef923d
}

.header__contact svg {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  fill: #ef923d
}

.header__info {
  font-weight: 400;
  margin-top: 6px;
  color: #7c8288;
  text-align: right;
  font-size: 15px
}

ul.header__menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}

ul.header__menu a {
  text-decoration: none;
  color: #313234;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

ul.header__menu a.active,
ul.header__menu a:hover {
  color: #ef923d
}

ul.header__menu li+li {
  margin-left: 40px
}

.header__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #ef923d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef923d), to(#ea7210));
  background: -o-linear-gradient(top, #ef923d 0, #ea7210 100%);
  background: linear-gradient(to bottom, #ef923d 0, #ea7210 100%)
}

.header__button:hover {
  background: #ea7210;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea7210), to(#ef923d));
  background: -o-linear-gradient(top, #ea7210 0, #ef923d 100%);
  background: linear-gradient(to bottom, #ea7210 0, #ef923d 100%)
}

.header__mobile-nav {
  display: none
}

.header__mobile-phone {
  display: none
}

.mobile-sidebar {
  display: none;
  width: 70%;
  height: 100vh;
  top: 64px;
  left: 0;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px 64px 15px;
  overflow-y: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%)
}

@media (max-width:630px) {
  .mobile-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.mobile-sidebar.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.mobile-sidebar__link {
  font-size: 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #ef923d;
  text-align: center
}

.mobile-sidebar__link+.mobile-sidebar__link {
  margin-top: 10px
}

ul.mobile-sidebar__menu {
  margin-bottom: auto
}

ul.mobile-sidebar__menu a {
  font-size: 18px;
  color: #212529;
  line-height: 1.2;
  display: block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none
}

.mobile-sidebar__info {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #424f58;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 15px
}

.mobile-sidebar__info span {
  display: block
}

.mobile-sidebar__info span+span {
  margin-top: 10px
}

.hero {
  position: relative;
  min-height: 350px;
  padding: 226px 0 80px;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px), 0 0);
  clip-path: polygon(50% 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px), 0 0)
}

.hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7)
}

.hero .container {
  max-width: 1400px;
  position: relative
}

.hero-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.hero-kovsh {
  position: absolute;
  width: 550px;
  top: -320px;
  left: 20%;
  z-index: 1
}

.hero__h1 {
  font-family: 'Proxima Nova', BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  max-width: 750px
}

.hero__h1 span {
  color: #ef923d
}

ul.hero__ul {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff
}

ul.hero__ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  margin-bottom: 40px
}

ul.hero__ul li:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0
}

ul.hero__ul li:nth-child(n+3) {
  margin-bottom: 0
}

ul.hero__ul svg {
  width: 50px;
  height: 50px;
  fill: #ef923d;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px
}

.forma {
  margin-left: auto;
  max-width: 450px;
  background-color: #fff;
  padding: 30px 30px 0 30px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(239, 146, 61, .1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 25px 30px 0 rgba(39, 52, 65, .09);
  box-shadow: 0 25px 30px 0 rgba(39, 52, 65, .09);
  position: relative;
  z-index: 2
}

.form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #424f58;
  margin-bottom: 20px
}

.form__input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px
}

.form__input-group .form__input-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px
}

.form__input-group .form__input {
  position: relative
}

.form__input-group .form__input svg {
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 18px;
  height: 18px;
  fill: #c8a68b
}

.form__input-group .form__input textarea~svg {
  left: 15px;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 18px;
  height: 18px;
  fill: #c8a68b
}

.form__input-group input {
  width: 100%;
  padding: 18px 10px 18px 45px;
  background-color: #fbf8ee;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 18px
}

.form__input-group input::-webkit-input-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group input::-moz-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group input:-ms-input-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group input::-ms-input-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group input::placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group textarea {
  width: 100%;
  padding: 18px 10px 18px 45px;
  background-color: #fbf8ee;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 18px;
  resize: none
}

.form__input-group textarea::-webkit-input-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group textarea::-moz-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group textarea:-ms-input-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group textarea::-ms-input-placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input-group textarea::placeholder {
  color: #c8a68b;
  font-weight: 100
}

.form__input label.error {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -14px;
  font-size: 12px;
  color: red
}

.form__input input.error {
  border: 1px solid red
}

.form__button {
  background-color: #ef923d;
  width: 100%;
  height: 58px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background: -o-linear-gradient(15deg, #ef923d, #ef923d);
  background: linear-gradient(75deg, #ef923d, #ef923d);
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.form__button:hover {
  background: -o-linear-gradient(15deg, #e67813, #e67813);
  background: linear-gradient(75deg, #e67813, #e67813)
}

.form__button::after {
  content: "";
  width: 90%;
  border-radius: 16px;
  height: 100%;
  position: absolute;
  background: inherit;
  top: 10%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-filter: blur(.4rem);
  filter: blur(.4rem);
  opacity: .7;
  z-index: -1
}

.form__accept {
  border-top: 1px solid #e8e8e8;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-left: -30px;
  margin-right: -30px;
  font-weight: 300;
  position: relative
}

.form__accept a {
  text-decoration: underline;
  color: #212529
}

.form__or {
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-left: -30px;
  margin-right: -30px;
  font-weight: 300
}

.form__or b {
  font-weight: 700
}

.form__or a {
  color: #212529;
  text-decoration: none
}

.politics {
  width: 100%;
  max-width: 800px;
  font-weight: 300;
  font-size: 16px;
  padding: 40px;
  line-height: 1.2;
  border-radius: 6px;
  margin: 40px auto
}

.politics mark {
  background-color: transparent
}

.politics.fancybox-content {
  width: 100%
}

.section {
  padding: 100px 0
}

h2 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase
}

h2:after {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #ef923d;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.s-crash {
  padding-top: 140px;
  position: relative
}

.s-crash__item {
  -webkit-box-shadow: 0 13px 21px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 13px 21px 0 rgba(0, 0, 0, .07);
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden
}

.s-crash__item-img img {
  width: 100%;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(50% 0, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0)
}

.s-crash__item-title {
  padding: 25px 35px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center
}

.s-repair {
  margin-top: -100px;
  padding: 180px 0;
  -webkit-clip-path: polygon(50% 80px, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px), 0 0);
  clip-path: polygon(50% 80px, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px), 0 0);
  background-color: #f6f6f9
}

.s-repair__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

.s-repair__item>div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.s-repair__item img {
  margin-left: auto;
  width: 100%;
  max-width: 400px;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0)
}

.s-repair__item:nth-child(2n+1) {
  text-align: right
}

.s-repair__item:nth-child(2n+1)>div+div {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.s-repair__item:nth-child(2n+1) img {
  margin-left: 0;
  margin-right: auto;
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 10% 100%, 0 50%, 10% 0);
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 10% 100%, 0 50%, 10% 0)
}

.s-repair__item:nth-child(2n+1) .s-repair__item-desc {
  margin-right: 0;
  margin-left: auto
}

.s-repair__item-desc {
  max-width: 600px;
  margin-right: auto
}

.s-repair__item-desc h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px
}

.s-repair__item-desc p {
  font-size: 18px;
  line-height: 1.6
}

.s-price {
  margin-top: -100px;
  padding: 180px 0 100px;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-size: contain
}

.s-price table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff
}

.s-price table td {
  padding: 8px 16px;
  border: 1px solid #dee2e6
}

.s-price .table-td-bg {
  background-color: #f6f6f9
}

.s-price .table-td-bg td {
  text-align: center;
  padding: 16px;
  font-weight: 700
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto
}

.s-price-sub {
  font-size: 20px;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center
}

ul.s-price__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: list
}

ul.s-price__list a {
  text-decoration: underline;
  color: #212529
}

ul.s-price__list a:hover {
  text-decoration: none
}

ul.s-price__list li {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  list-style-type: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  padding: 16px;
  border-radius: 6px;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .1)
}

ul.s-price__list li:before {
  font-size: 20px;
  color: #ef923d;
  counter-increment: list;
  content: counter(list) ". "
}

.s-price-sroki {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 50px 0;
  background-color: #fff
}

.s-price-sroki-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center
}

.s-price-sroki__item {
  padding: 40px 0;
  width: 100%
}

.s-price-sroki__item .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.s-price-sroki__item:nth-child(2n+1) {
  background-color: #f6f6f9
}

.s-price-sroki__item-ico {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.s-price-sroki__item-ico svg {
  width: 80px;
  height: 80px;
  fill: #ef923d
}

.s-price-sroki__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4
}

.s-price-sroki__item-desc {
  font-size: 16px;
  line-height: 1.6
}

.s-about {
  margin-top: -100px;
  padding: 260px 0 260px;
  -webkit-clip-path: polygon(0 280px, 50% 170px, 50% 110px, 100% 0, 100% calc(100% - 280px), 50% calc(100% - 170px), 50% calc(100% - 110px), 0 100%);
  clip-path: polygon(0 280px, 50% 170px, 50% 110px, 100% 0, 100% calc(100% - 280px), 50% calc(100% - 170px), 50% calc(100% - 110px), 0 100%);
  position: relative
}

.s-about:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(239, 146, 61, .5)
}

.s-about h2 {
  color: #fff
}

.s-about h2:after {
  background-color: #fff
}

.about-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.s-about__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px
}

.s-about__numbers-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.s-about__numbers-item-title {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  color: #ef923d;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s-about__numbers-item-subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #424f58;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s-about-best-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s-about-best {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.s-about-best-icon {
  margin-bottom: 10px
}

.s-about-best-icon svg {
  fill: #fff;
  width: 100px;
  height: 100px
}

.s-about-best-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.s-client {
  margin-top: -280px;
  padding: 260px 0 100px;
  background-color: #fff
}

.s-client__slider {
  padding: 0 50px
}

.s-client__slider-item {
  padding: 0 20px
}

.s-client__slider-item img {
  width: 250px;
  max-width: 100%;
  max-height: 100%;
  display: block
}

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

.slick-slide {
  outline: 0;
  cursor: pointer
}

.slick-arrow {
  display: block;
  border: none;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  width: 40px;
  height: 40px
}

.slick-arrow.slick-prev {
  left: 0
}

.slick-arrow.slick-next {
  right: 0
}

.slick-arrow:before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #212529;
  border-radius: 50px;
  font-size: 19px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center
}

.slick-arrow.slick-next:before {
  background-image: url(../img/icons/svg/sprite.svg#next)
}

.slick-arrow.slick-prev:before {
  background-image: url(../img/icons/svg/sprite.svg#back)
}

.slick-arrow:hover:before {
  opacity: .5
}

.s-contact {
  background-color: #f6f6f9;
  position: relative
}

.s-contact__content {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 13px 21px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 13px 21px 0 rgba(0, 0, 0, .07);
  max-width: 450px;
  width: 100%;
  padding: 30px 30px 40px;
  position: relative;
  z-index: 2
}

.s-contact-logo {
  margin-bottom: 30px;
  width: 100%
}

.s-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.s-contact__item+.s-contact__item {
  margin-top: 20px
}

.s-contact__item-icon {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.s-contact__item-icon svg {
  width: 30px;
  height: 30px;
  fill: #ef923d
}

.s-contact__item-title {
  font-size: 20px;
  font-weight: 700
}

.s-contact__item-desc {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.s-contact__item-desc a {
  font-size: 18px;
  line-height: 1.4;
  color: #212529;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.s-contact__item-desc a:hover {
  color: #ef923d
}

.s-contact__item-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.twentytwenty-container {
  height: 400px;
  width: 400px
}

.s-example__items {
  width: 1000px;
  margin: 0 auto
}

.s-example__item {
  max-width: 1000px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  -webkit-box-shadow: 0 13px 21px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 13px 21px 0 rgba(0, 0, 0, .07)
}

.s-example__item+.s-example__item {
  margin-top: 50px
}

.s-example__item-right {
  padding: 20px
}

.s-example__item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px
}

.s-example__item-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px
}

.s-example__item-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s-example__item-value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.s-example__item-value-icon {
  margin-right: 10px
}

.s-example__item-value-icon svg {
  width: 30px;
  height: 30px;
  fill: #ef923d
}

.s-example__item-value-title {
  font-size: 14px;
  font-weight: 700
}

.s-example__item-text {
  margin-top: 20px;
  line-height: 1.4
}

.s-example__item-text a {
  margin-top: 10px;
  display: block;
  color: #ef923d
}

.s-example__item-text a:hover {
  text-decoration: none
}

.s-example__instatitle {
  font-size: 20px;
  text-align: center;
  margin-top: 50px
}

.s-example__instatitle a {
  text-decoration: none;
  color: #ef923d
}

#instafeed {
  margin-top: 20px;
  padding: 0 50px;
  position: relative
}

.instafeed__item {
  padding: 20px
}

.instafeed__item a {
  display: block;
  font-size: 16px;
  color: #212529;
  text-decoration: none;
  line-height: 1.4;
  text-align: center
}

.instafeed__item img {
  max-width: 300px;
  width: 100%;
  height: auto
}

.instafeed__item span {
  margin-top: 10px;
  display: block
}

.load-more {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  outline: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background: #ef923d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef923d), to(#ea7210));
  background: -o-linear-gradient(top, #ef923d 0, #ea7210 100%);
  background: linear-gradient(to bottom, #ef923d 0, #ea7210 100%)
}

.load-more:hover {
  background: #ea7210;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea7210), to(#ef923d));
  background: -o-linear-gradient(top, #ea7210 0, #ef923d 100%);
  background: linear-gradient(to bottom, #ea7210 0, #ef923d 100%)
}

.s-faq {
  position: relative;
  background-color: #f6f6f9
}

.s-faq .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.s-faq__item {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 20px -2px rgba(16, 12, 63, .05);
  box-shadow: 0 12px 20px -2px rgba(16, 12, 63, .05)
}

.s-faq__item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 45px;
  position: relative;
  padding-right: 20px
}

.s-faq__item-arrow {
  background-image: url(../img/arrow-down.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0
}

.s-faq__item-body {
  display: none
}

.s-faq__item-title {
  font-size: 18px;
  line-height: 1.4
}

.s-faq__item-answer {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4
}

.modal-form.fancybox-content {
  background-color: transparent;
  overflow: hidden;
  padding: 0
}

.fancybox-button svg path {
  fill: #000
}

.cta-1 {
  position: relative;
  padding: 100px 15px;
  margin: 100px 0;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.cta-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, .8)
}

.cta-1-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.cta-1-title {
  font-size: 34px;
  color: #fff;
  font-weight: 700
}

.cta-1-subtitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  max-width: 700px
}

.cta-1-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 20px 40px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  outline: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background: #ef923d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef923d), to(#ea7210));
  background: -o-linear-gradient(top, #ef923d 0, #ea7210 100%);
  background: linear-gradient(to bottom, #ef923d 0, #ea7210 100%);
  -webkit-box-shadow: 0 10px 20px -2px rgba(239, 146, 61, .5);
  box-shadow: 0 10px 20px -2px rgba(239, 146, 61, .5)
}

.cta-1-btn:hover {
  background: #ea7210;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea7210), to(#ef923d));
  background: -o-linear-gradient(top, #ea7210 0, #ef923d 100%);
  background: linear-gradient(to bottom, #ea7210 0, #ef923d 100%)
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.progress-wrap::after {
  position: absolute;
  content: '';
  background-image: url(../img/up.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #1f2029;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.progress-wrap:hover::after {
  opacity: .5
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: #212529;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.no-flexboxlegacy .hero__ul {
  width: 100%
}

.no-flexboxlegacy .hero__ul li {
  padding: 0!important;
  margin: 0;
  margin-bottom: 20px
}

.no-flexboxlegacy .hero__ul svg {
  display: none
}

.no-flexboxlegacy .hero-kovsh {
  display: none
}

.no-flexboxlegacy .s-example__item {
  display: block;
  width: 100%
}

.no-flexboxlegacy .s-example__item .s-example__item-left {
  display: none
}

.no-flexboxlegacy .s-example__item .s-example__item-right {
  margin-left: auto;
  margin-right: auto
}

.no-flexboxlegacy .s-about {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px
}

.no-flexboxlegacy .s-client {
  margin: 0;
  padding: 100px 0
}

@media (max-width:1200px) {
  .header__button {
    margin-left: 20px
  }
  ul.header__menu li+li {
    margin-left: 0
  }
  .header__logo {
    width: 200px
  }
}

@media (max-width:1100px) {
  .header__right-col:nth-child(3) {
    display: none
  }
  .header__logo {
    width: 200px
  }
  .header.fixed .header-top {
    margin-top: -81px
  }
}

@media (max-width:1024px) {
  .header.fixed .header-top {
    margin-top: 0
  }
  .header__instagram {
    display: none
  }
  .header__right-col:nth-child(1),
  .header__right-col:nth-child(2),
  .header__right-col:nth-child(3) {
    display: none
  }
  .header__info br {
    display: none
  }
  .header-bot {
    display: none
  }
}

@media (max-width:630px) {
  .header__right {
    display: none
  }
  .header__logo {
    width: 180px
  }
  .header__logo img {
    width: 100%
  }
  .header-top {
    padding: 5px 0
  }
  .header__mobile-nav {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #fff
  }
  .header__mobile-nav span,
  .header__mobile-nav:after,
  .header__mobile-nav:before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }
  .header__mobile-nav:before {
    top: 4px
  }
  .header__mobile-nav span {
    top: 17px
  }
  .header__mobile-nav:after {
    top: 30px
  }
  .header__mobile-nav.open:before {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__mobile-nav.open span {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0)
  }
  .header__mobile-nav.open:after {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .header__mobile-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ef923d;
    width: 36px;
    height: 36px;
    border-radius: 100%
  }
  .header__mobile-phone svg {
    fill: #fff;
    width: 24px;
    height: 24px
  }
  .header-bot {
    display: none
  }
}

@media (max-width:1200px) {
  .hero-kovsh {
    width: 300px;
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .hero {
    padding: 240px 0 80px
  }
  .hero__h1 {
    font-size: 38px
  }
  .instafeed__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width:1100px) {
  .hero {
    padding: 180px 0 80px
  }
}

@media (max-width:1024px) {
  .hero {
    padding: 140px 0 80px
  }
}

@media (max-width:992px) {
  .hero {
    padding: 140px 0 80px
  }
  .hero__h1 {
    font-size: 40px;
    text-align: center;
    max-width: 100%
  }
  ul.hero__ul li {
    margin-bottom: 20px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  ul.hero__ul li:nth-child(n+3) {
    margin-bottom: 20px
  }
  ul.hero__ul {
    margin-bottom: 40px
  }
  .hero-kovsh {
    display: none
  }
  .forma {
    margin-right: auto
  }
  .section {
    padding: 50px 0
  }
  .s-crash .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .s-repair {
    -webkit-clip-path: none;
    clip-path: none;
    margin-top: 0
  }
  .s-repair__item-desc h3 {
    font-size: 20px;
    margin-bottom: 10px
  }
  .s-repair__item-desc p {
    font-size: 16px
  }
  .s-price {
    margin-top: 0
  }
  .cta-1 {
    margin: 50px 0;
    padding: 50px 15px
  }
  .s-price-sroki {
    margin: 0;
    padding-top: 0
  }
  .s-example__items {
    width: 100%
  }
  .s-example__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .s-example__item-right {
    padding-top: 0
  }
  .twentytwenty-container {
    margin-left: auto;
    margin-right: auto
  }
  .instafeed__item {
    padding: 0;
    margin-bottom: 20px
  }
  .instafeed__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .s-about {
    margin-top: 0;
    -webkit-clip-path: none;
    clip-path: none
  }
  .s-client {
    margin-top: 0
  }
  .s-contact {
    padding-bottom: 0
  }
  .s-contact__content {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
  }
  .s-contact-logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }
  .s-contact__item .header__instagram {
    display: block
  }
  .map {
    position: static;
    width: 100%;
    height: 400px
  }
}

@media (max-width:768px) {
  h2 {
    font-size: 24px;
    margin-bottom: 40px
  }
  .s-repair__item img {
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
  }
  .s-repair__item:nth-child(2n+1) {
    text-align: left
  }
  .s-repair__item:nth-child(2n+1) img {
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: auto;
    margin-right: auto
  }
  .s-repair__item:nth-child(2n+1)>div+div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .s-price-sroki__item-ico {
    margin-bottom: 10px
  }
  .s-price-sroki__item-title {
    text-align: center
  }
  .s-price-sroki__item-desc {
    text-align: center
  }
  .s-price-sroki-title {
    margin-bottom: 0
  }
  .s-about__numbers-item {
    margin: 10px
  }
  .s-about-best-icon svg {
    width: 60px;
    height: 60px
  }
  .s-about-best {
    margin-bottom: 30px
  }
  .s-about__numbers {
    margin-bottom: 20px
  }
  .s-faq__items {
    margin-bottom: 20px
  }
  .s-contact {
    padding-top: 0
  }
}

@media (max-width:577px) {
  .hero {
    padding: 100px 0 40px
  }
  .hero__h1 {
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    text-transform: none
  }
  ul.hero__ul {
    margin-top: 20px;
    margin-bottom: 10px
  }
  ul.hero__ul li {
    margin-bottom: 10px;
    font-size: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
  }
  ul.hero__ul li svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
  }
  ul.hero__ul li:nth-child(2n) {
    padding-left: 0
  }
  .forma {
    padding: 15px 15px 0 15px
  }
  .form__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px
  }
  .form__input-group .form__input-title {
    margin-bottom: 5px;
    font-size: 16px
  }
  .form__input-group {
    margin-bottom: 10px
  }
  .form__accept {
    margin-left: -15px;
    margin-right: -15px
  }
  .hero {
    -webkit-clip-path: none;
    clip-path: none
  }
  .section {
    padding: 40px 0
  }
  .s-crash__item-title {
    font-size: 18px;
    padding: 15px 25px
  }
  .s-crash__item {
    margin-bottom: 20px
  }
  .s-repair__item:last-child {
    margin-bottom: 0
  }
  .s-price-sub {
    font-size: 18px;
    margin-bottom: 20px
  }
  .s-price-sub br {
    display: none
  }
  ul.s-price__list li {
    margin: 10px 0
  }
  .cta-1-title {
    font-size: 24px;
    color: orange
  }
  .politics {
    padding: 15px
  }
  .s-price-sroki-title {
    font-size: 24px
  }
  .s-example__item {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .s-example__item-left {
    padding: 15px
  }
  .s-example__item-right {
    padding: 0
  }
  .twentytwenty-container {
    width: 100%
  }
  .s-example__items {
    margin-bottom: 20px
  }
  .s-example__items .slick-arrow {
    top: 0
  }
  .s-example__items .slick-track {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .s-contact {
    padding: 0
  }
}

.hero-container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.otzivi-item {
  margin: 15px
}

.otzivi-item-text {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.6;
  padding: 30px
}

@media (max-width:577px) {
  .otzivi-item-text {
    padding: 10px
  }
}

.s-primeri a {
  margin-bottom: 24px;
  display: block
}