@charset "UTF-8";
@import url(normalize.css);
@font-face {
  font-family: 'Bebas';
  src: url("../fonts/latoregular.eot");
  src: local("☺"), url("../fonts/latoregular.woff") format("woff"), url("../fonts/latoregular.ttf") format("truetype"), url("../fonts/latoregular.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url("../fonts/bebasneueregular.eot");
  src: local("☺"), url("../fonts/bebasneueregular.woff") format("woff"), url("../fonts/bebasneueregular.ttf") format("truetype"), url("../fonts/bebasneueregular.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url("../fonts/bebasneuebook.eot");
  src: local("☺"), url("../fonts/bebasneuebook.woff") format("woff"), url("../fonts/bebasneuebook.ttf") format("truetype"), url("../fonts/bebasneuebook.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}

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

html {
  overflow-x: hidden;
}

body {
  font-family: 'Bebas', sans-serif;
  font-weight: 500;
  font-size: 14px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

body.open {
  overflow: hidden;
}

body.open main {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

body .wrapper {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .wrapper {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  body .wrapper {
    width: 320px;
  }
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .right {
    margin-top: 10px;
  }
}

h2 {
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    margin: 0 0 25px;
  }
}

h2.black {
  color: black;
}

h2.black span {
  position: relative;
}

h2.black span::after {
  content: '';
  background-image: url("../img/black-line.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  h2.black span::after {
    width: 100%;
  }
}

h2.white {
  color: white;
}

h2.white span {
  position: relative;
}

h2.white span::after {
  content: '';
  background-image: url("../img/white-line.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  h2.white span::after {
    width: 100%;
  }
}

h3 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 50px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  section {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 15px 0;
  }
}

section .title-description {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section .title-description {
    font-size: 12px;
  }
  section .title-description br {
    display: none;
  }
}

section .title-description span {
  color: #815B2E;
}

.btn {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  background-color: transparent;
  border: 2px solid #231F20;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  color: black;
  -webkit-transition: background-color .1s, color .1s;
  -o-transition: background-color .1s, color .1s;
  transition: background-color .1s, color .1s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.btn span {
  z-index: 20;
  line-height: 2;
}

.btn::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
}

.btn:hover {
  background-color: rgba(37, 68, 40, 0.8);
  color: white;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.btn:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.green {
  background-color: #254428;
  color: white;
  border: 0;
  height: 80px;
  line-height: 88px;
  font-size: 40px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .btn.green {
    height: 40px;
    line-height: 45px;
    font-size: 20px;
    padding: 0 20px;
    min-width: 220px;
  }
}

.btn.small {
  height: 60px;
  line-height: inherit;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .btn.small {
    height: 40px;
    line-height: 45px;
    font-size: 20px;
    padding: 0 20px;
    width: 100%;
    margin-top: 20px;
  }
}

.btn.outline {
  border: 0;
  background-color: transparent;
  color: rgba(35, 31, 32, 0.6);
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .btn.outline {
    font-size: 20px;
    margin-top: 5px;
  }
}

.btn.outline:hover {
  text-decoration: underline;
}

.btn.white {
  border: 0;
  background-color: white;
  color: #254428;
  line-height: 56px;
}

@media screen and (max-width: 767px) {
  .btn.white {
    line-height: 39px;
  }
}

.btn.white:hover {
  color: #254428;
}

.btn:disabled {
  background-color: #969696 !important;
  cursor: not-allowed;
  color: white !important;
}

.btn:disabled:hover {
  color: white !important;
}

.header {
  background: url("../img/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    max-height: none;
    background: #f4f4f4;
  }
  .header::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 92%;
    left: 0%;
  }
  .header::after {
    content: '';
    width: 36px;
    height: 38px;
    display: block;
    position: absolute;
    top: 92%;
    left: 50%;
    margin-left: -18px;
    background: url("../img/arrows-down.svg") no-repeat 50%;
    z-index: 10;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .header .btn {
    margin: 0 auto;
  }
}

.header .header-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 0;
}

.header .header-block .boss-mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .header-block .boss-mob {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    z-index: 4;
  }
}

@media screen and (max-width: 767px) {
  .header .header-block {
    padding: 25px 0 0;
    min-height: 560px;
  }
  .header .header-block::before {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: calc(100vh - 500px);
    margin: 10px -15px 0;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background-color: #553828;
  }
}

.header .header-block .boss {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90vh;
  max-height: 700px;
}

@media screen and (max-width: 1200px) {
  .header .header-block .boss {
    right: -60px;
    height: 70vh;
    max-height: 920px;
  }
}


@media screen and (max-width: 767px) {
  .header .header-block .boss {
    display: none;
  }
}

.header .header-block .top-line {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header .header-block .top-line .logo img {
  width: 265px;
}

@media screen and (max-width: 1200px) {
  .header .header-block .top-line .logo img {
    width: 195px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-block .top-line .logo img {
    width: 100px;
  }
}

.header .header-block h1 {
  font-weight: bold;
  font-size: 56px;
  margin: 60px 0 30px;
}

@media screen and (max-width: 1200px) {
  .header .header-block h1 {
    font-size: 50px;
    margin: 30px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-block h1 {
    margin: 30px 0 10px;
    font-size: 23px;
    text-align: center;
    width: 100%;
  }
}

.header .header-block .description {
  font-size: 25px;
  color: gray;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .header .header-block .description {
    display: none;
  }
}

.header .header-block .team {
  font-size: 25px;
  margin-top: 50px;
  line-height: 30px;
  padding-left: 85px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: url("../img/gift.svg") no-repeat 0 50%;
  display: none;
}

@media screen and (max-width: 1200px) {
  .header .header-block .team {
    font-size: 17px;
    margin-top: 30px;
    line-height: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-block .team {
    font-size: 9px;
    line-height: 15px;
    background-size: 35px;
    padding-left: 50px;
    width: 240px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 4px;
    margin: 15px auto 0;
  }
  .header .header-block .team br {
    display: none;
  }
}

.header .header-block .royalty {
  width: 680px;
  margin-top: 5px;
  font-size: 26px;
  margin-bottom: 35px;
}

.header .header-block .royalty span {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .header .header-block h1{
    font-size: 35px;
  }
  .header .header-block .royalty{
    font-size: 18px;
    width: 350px;
  }
  .header .header-block .description{
    font-size: 18px;
  }

}

@media screen and (max-width: 767px) {
  .header .header-block .royalty {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}


.about {
  background: url("../img/about-bg.jpg");
  background-position: center;
  background-attachment: fixed;
}

.about .about-wrap {
  position: relative;
}

.about .about-wrap .skalp {
  position: absolute;
  bottom: 50px;
  right: 105px;
  width: 460px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media screen and (max-width: 1200px) {
  .about .about-wrap .skalp {
    display: none;
  }
}

.about .about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -30px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .about .about-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-block {
    margin: 0 -15px;
    padding-bottom: 0;
  }
  .about .about-block .slick-track {
    padding-bottom: 50px;
  }
}

.about .about-block .about-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 3 - 60px);
  -ms-flex: 0 0 calc(100% / 3 - 60px);
  flex: 0 0 calc(100% / 3 - 60px);
  margin: 0 33px;
  background-color: white;
  border-right: 2px solid #254428;
  border-left: 2px solid #254428;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .about .about-block .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 60px);
    -ms-flex: 0 0 calc(100% / 2 - 60px);
    flex: 0 0 calc(100% / 2 - 60px);
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
    margin: 0 10px;
  }
}

.about .about-block .about-item:nth-child(2) {
  height: 382px;
}

@media screen and (max-width: 1200px) {
  .about .about-block .about-item:nth-child(2) {
    height: 339px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item:nth-child(2) {
    height: auto;
  }
}

.about .about-block .about-item:nth-child(3) {
  height: 301px;
}

@media screen and (max-width: 1200px) {
  .about .about-block .about-item:nth-child(3) {
    height: 311px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item:nth-child(3) {
    height: auto;
    margin-top: 0;
  }
}

.about .about-block .about-item::after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  bottom: 40px;
  border: 2px solid #254428;
  height: 100px;
  border-top: 0;
  background-color: white;
  -webkit-transform: skew(0deg, -11deg) translateY(100%);
  -ms-transform: skew(0deg, -11deg) translateY(100%);
  transform: skew(0deg, -11deg) translateY(100%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item::after {
    height: 65px;
  }
}

.about .about-block .about-item .about-header {
  height: 95px;
  font-weight: bold;
  font-size: 38px;
  background-color: #254428;
  color: white;
  line-height: 103px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item .about-header {
    font-size: 20px;
    height: 40px;
    line-height: 45px;
  }
}

.about .about-block .about-item ul {
  position: relative;
  z-index: 2;
  line-height: 15px;
  list-style: none;
  padding: 0;
  margin: 20px 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item ul {
    font-size: 9px;
    padding: 15px 15px 0;
    margin: 0;
  }
}

.about .about-block .about-item ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item ul li {
    padding-left: 15px;
  }
}

.about .about-block .about-item ul li div {
  margin-bottom: 7px;
}

.about .about-block .about-item ul li:last-child {
  margin-bottom: 0;
}

.about .about-block .about-item ul li::before {
  content: url("../img/ul-li.svg");
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .about .about-block .about-item ul li::before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.why {
  background: url("../img/why-bg.jpg") no-repeat;
  background-position: 50%;
  background-size: cover;
}

.why .why-block .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 243px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .why .why-block .slick-dots {
    top: 339px;
  }
}

@media screen and (max-width: 767px) {
  .why .why-block .slick-dots {
    top: 243px;
  }
}

.why .why-block .slick-dots li {
  margin-right: 10px;
}

.why .why-block .slick-dots li:last-child {
  margin-right: 0;
}

.why .why-block .slick-dots li.slick-active button {
  background-color: #254428;
}

.why .why-block .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #254428;
  padding: 0;
  background-color: white;
}

.why .why-block .why-item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }
}

.why .why-block .why-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.why .why-block .why-item:nth-child(even) ul {
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item:nth-child(even) ul {
    padding-right: 110px;
  }
}

@media screen and (max-width: 767px) {
  .why .why-block .why-item:nth-child(even) ul {
    padding-right: 0;
  }
}

.why .why-block .why-item:nth-child(even) img {
  padding: 25px 130px 25px 25px;
  margin-left: 0;
  margin-right: -30px;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item:nth-child(even) img {
    width: 325px;
    padding: 10px 10px 35px 10px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .why .why-block .why-item:nth-child(even) img {
    width: 225px;
  }
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item:nth-child(3) img {
    width: 325px;
    margin: 0;
    padding: 10px 10px 35px 10px;
  }
}

@media screen and (max-width: 767px) {
  .why .why-block .why-item:nth-child(3) img {
    width: 225px;
  }
}

.why .why-block .why-item img {
  background-color: white;
  padding: 25px 25px 25px 130px;
  margin-left: -30px;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item img {
    width: 225px;
    margin: 0;
    padding: 10px 10px 35px 10px;
  }
}

.why .why-block .why-item ul {
  color: white;
  font-size: 23px;
  list-style: none;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item ul {
    font-size: 18px;
    padding: 0 110px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .why .why-block .why-item ul {
    font-size: 11px;
    padding: 0 20px !important;
  }
}

.why .why-block .why-item ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.why .why-block .why-item ul li::before {
  content: url("../img/ul-li-rect.svg");
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .why .why-block .why-item ul li::before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.why .why-block .why-item ul li:last-child {
  margin-bottom: 0;
}

form {
  padding: 35px 50px;
  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;
  position: relative;
}

form.sended::after {
  content: 'Заявка успешно отправлена';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  text-align: center;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  font-weight: bold;
  background-color: rgba(41, 70, 42, 0.77);
  color: white;
}

form.error::after {
  content: 'Ошибка';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  text-align: center;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  font-weight: bold;
  background-color: rgba(237, 88, 88, 0.55);
  color: white;
}

@media screen and (max-width: 767px) {
  form {
    padding: 15px 30px;
  }
}

form .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  form .title {
    font-size: 18px;
  }
}

form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  form input[type="submit"] {
    height: 35px;
    line-height: 40px;
  }
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  font-size: 16px;
  border: 2px solid #FFFFFF;
  color: white;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"] {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder {
  color: white;
}

form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder {
  color: white;
}

form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder {
  color: white;
}

form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder {
  color: white;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder {
  color: white;
}

form.green {
  background-color: #254428;
  color: white;
}

form.white {
  background-color: white;
  color: black;
}

form.white .politicCheck .checkmark {
  border: 1px solid #254428;
  background-color: white;
}

form.white .politicCheck .checkmark::after {
  background-color: #254428;
}

form.white input[type="submit"] {
  background-color: #254428;
  color: white;
  line-height: 54px;
  border: 0;
}

@media screen and (max-width: 767px) {
  form.white input[type="submit"] {
    height: 35px !important;
    line-height: 40px;
  }
}

form.white input[type="text"],
form.white input[type="email"],
form.white input[type="tel"] {
  border: 2px solid #C4C4C4;
  color: #254428;
}

form.white input[type="text"]:focus,
form.white input[type="email"]:focus,
form.white input[type="tel"]:focus {
  border-color: #254428 !important;
}

form.white input[type="text"]::-webkit-input-placeholder,
form.white input[type="email"]::-webkit-input-placeholder,
form.white input[type="tel"]::-webkit-input-placeholder {
  color: #C4C4C4;
}

form.white input[type="text"]:-ms-input-placeholder,
form.white input[type="email"]:-ms-input-placeholder,
form.white input[type="tel"]:-ms-input-placeholder {
  color: #C4C4C4;
}

form.white input[type="text"]::-ms-input-placeholder,
form.white input[type="email"]::-ms-input-placeholder,
form.white input[type="tel"]::-ms-input-placeholder {
  color: #C4C4C4;
}

form.white input[type="text"]::-moz-placeholder,
form.white input[type="email"]::-moz-placeholder,
form.white input[type="tel"]::-moz-placeholder {
  color: #C4C4C4;
}

form.white input[type="text"]::placeholder,
form.white input[type="email"]::placeholder,
form.white input[type="tel"]::placeholder {
  color: #C4C4C4;
}

.time {
  position: relative;
}

.chart-description {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.chart-description .note {
  margin-right: 40px;
  display: flex;
  align-items: center;
  color: gray;
}
.chart-description .note:before {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background: #0236d7;
    color: #0236d7;
    transform: translateY(30%);
    margin-right: 10px;
}

.chart-description .unit {
  display: flex;
  align-items: center;
  color: gray;
}

.chart-description .unit:before {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background: #f0784f;
    color: #f0784f;
    transform: translateY(30%);
    margin-right: 10px;
}

.time .black {
  margin-bottom: 90px;
}

.time .black span{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .time .black {
    margin-bottom: 40px;
  }
}

.time::after {
  content: url("../img/money-bag.svg");
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media screen and (max-width: 1200px) {
  .time::after {
    display: none;
  }
}

.time .time-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

@media screen and (max-width: 1200px) {
  .time .time-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .time .time-block {
    margin-top: 30px;
  }
  .time .time-block form {
    display: none;
  }
}

.time .time-block .modalRent {
  display: none;
}

@media screen and (max-width: 767px) {
  .time .time-block .modalRent {
    display: block;
  }
}

.time .time-block form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 445px;
  -ms-flex: 0 0 445px;
  flex: 0 0 445px;
}

@media screen and (max-width: 1200px) {
  .time .time-block form {
    width: 80%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .time .time-block form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 -15px;
  }
}

.time .time-block .primer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 55px;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .time .time-block .primer {
    padding-left: 0;
  }
}

.time .time-block .primer .title {
  font-weight: bold;
  font-size: 37px;
}

@media screen and (max-width: 1200px) {
  .time .time-block .primer .title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .time .time-block .primer .title {
    font-size: 20px;
    margin-top: 30px;
  }
}

.time .time-block .primer p {
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .time .time-block .primer p {
    font-size: 12px;
  }
}

.time .time-block .primer p + p {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .time .time-block .primer p + p {
    margin-top: 15px;
  }
}

.time .time-block .primer p span {
  color: #815B2E;
}

.time .time-block .primer p span.underline {
  text-decoration: underline;
}

.all {
  background: url("../img/all-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  color: white;
}

@media screen and (max-width: 767px) {
  .all {
    background-attachment: fixed;
  }
}

.all .all-block {
  position: relative;
}

.all .all-block::before {
  content: url("../img/short-logo.png");
  position: absolute;
  top: -150px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .all .all-block::before {
    display: none;
  }
}

.all .all-block .table {
  font-size: 23px;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .all .all-block .table {
    font-size: 10px;
  }
}

.all .all-block .table::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 380px;
  width: 6px;
  height: 100%;
  background: url("../img/table-border-vert.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .all .all-block .table::before {
    background-size: cover;
    left: 290px;
  }
}

@media screen and (max-width: 767px) {
  .all .all-block .table::before {
    display: none;
  }
}

.all .all-block .table .head {
  font-weight: bold;
  font-size: 42px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .all .all-block .table .head {
    display: none;
  }
}

.all .all-block .table .body .tr {
  position: relative;
  padding-top: 6px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .all .all-block .table .body .tr {
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .all .all-block .table .body .tr:last-child {
    margin-bottom: 0;
  }
}

.all .all-block .table .body .tr:last-child::after {
  content: url("../img/scizor.svg");
  position: absolute;
  top: -66px;
  left: 230px;
}

@media screen and (max-width: 1200px) {
  .all .all-block .table .body .tr:last-child::after {
    left: 130px;
  }
}

@media screen and (max-width: 767px) {
  .all .all-block .table .body .tr:last-child::after {
    display: none;
  }
}

.all .all-block .table .body .tr::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url("../img/table-border.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .all .all-block .table .body .tr::before {
    display: none;
  }
}

.all .all-block .table .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .all .all-block .table .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .all .all-block .table .tr.active div:nth-child(1)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .all .all-block .table .tr.active div:nth-child(2) {
    max-height: 100px;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
  }
}

.all .all-block .table .tr div {
  padding: 20px 20px 20px 40px;
}

@media screen and (max-width: 767px) {
  .all .all-block .table .tr div {
    padding: 10px 30px 10px 0;
    width: 100%;
  }
}

.all .all-block .table .tr div:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .all .all-block .table .tr div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }
}

@media screen and (max-width: 767px) {
  .all .all-block .table .tr div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  .all .all-block .table .tr div:nth-child(1)::after {
    content: url("../img/arrow.svg");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    padding: 5px 4px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    -o-transition: transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    background-color: white;
  }
}

.all .all-block .table .tr div:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .all .all-block .table .tr div:nth-child(2) {
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    -webkit-transition: max-height .1s;
    -o-transition: max-height .1s;
    transition: max-height .1s;
  }
}

.reviews {
  background: url("../img/about-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 200px;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #0236d7 !important;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #0236d7 !important;
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f0784f !important;
}

@media screen and (max-width: 767px) {
  .ct-label.ct-horizontal.ct-end {
    transform: rotate(90deg) !important;
    font-size: 10px !important;
  }
}



.reviews .black {
  margin-bottom: 100px;
}

.reviews > h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .reviews > h2 {
    width: 100%;
  }
}

.reviews .reviews-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
}

@media screen and (max-width: 1200px) {
  .reviews .reviews-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block {
    margin-top: 30px;
  }
}

.reviews .reviews-block .application-form {
  margin-top: 150px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .reviews {
    padding-bottom: 120px;
  }
  .reviews .black {
    margin-bottom: 40px;
  }
  .reviews .reviews-block .application-form {
    margin-top: 40px;
  }
}


.reviews .reviews-block .application-form h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.reviews .reviews-block .application-form form {
  width: 760px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.reviews .reviews-block .application-form form .category-title {
  font-size: 22px;
  margin: 20px 0 25px 0;
}

.reviews .reviews-block .application-form form .category-title span {
  display: block;
  font-size: 14px;
  color: #949494;
  margin-top: 10px;
}

.reviews .reviews-block .application-form form input {
  border-bottom: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  height: 60px;
  padding: 0;
  margin-bottom: 25px;
  line-height: 2;
}

.reviews .reviews-block .application-form form input::-webkit-input-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form input:-ms-input-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form input::-ms-input-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form input::-moz-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form input::placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form input[type="submit"] {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 50px;
  border: none;
  margin: 40px 0 0 0;
}

.reviews .reviews-block .application-form form textarea {
  border-bottom: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  resize: none;
  line-height: 2;
  font-size: 16px;
  background-color: transparent;
  height: 60px;
  margin-bottom: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  color: #254428;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .application-form form textarea {
    font-size: 12px;
      line-height: 18px;
  }
}

.reviews .reviews-block .application-form form textarea:focus {
  border-color: #254428 !important;
}

.reviews .reviews-block .application-form form textarea::-webkit-input-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form textarea:-ms-input-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form textarea::-ms-input-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form textarea::-moz-placeholder {
  color: #949494;
}

.reviews .reviews-block .application-form form textarea::placeholder {
  color: #949494;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .application-form form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width:100%
  }
}

.reviews .reviews-block .video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px;
}

@media screen and (max-width: 1200px) {
  .reviews .reviews-block .video {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video {
    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;
    position: relative;
  }
}

.reviews .reviews-block .video .count-slide {
  display: none;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .count-slide {
    display: block;
    font-size: 18px;
    position: absolute;
    top: 311px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.reviews .reviews-block .video .video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .reviews .reviews-block .video .video-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .video-list {
    width: 290px;
    position: relative;
    padding-bottom: 40px;
  }
  .reviews .reviews-block .video .video-list .slick-arrow {
    position: absolute;
    bottom: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .reviews .reviews-block .video .video-list .slick-arrow.slick-prev {
    background: url("../img/slider-arrow.svg") white no-repeat 50%;
    left: 100px;
  }
  .reviews .reviews-block .video .video-list .slick-arrow.slick-next {
    background: url("../img/slick-arrow-r.svg") white no-repeat 50%;
    left: 170px;
  }
}

.reviews .reviews-block .video .video-list .video-item {
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .video-list .video-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.reviews .reviews-block .video .video-list .video-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .video-list .video-item:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.reviews .reviews-block .video .video-list .video-item img {
  vertical-align: top;
  width: 260px;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .video-list .video-item img {
    width: 290px;
    min-width: 290px;
  }
}

.reviews .reviews-block .video .video-list .video-item:nth-child(2) {
  margin: 0 -80px;
  z-index: 2;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.reviews .reviews-block .video .video-list .video-item:nth-child(2):hover {
  -webkit-transform: translateY(70px) scale(1.1);
  -ms-transform: translateY(70px) scale(1.1);
  transform: translateY(70px) scale(1.1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .video-list .video-item:nth-child(2):hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .video-list .video-item:nth-child(2) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
  }
}

.reviews .reviews-block .video .quote {
  font-size: 26px;
  font-weight: bold;
  background: url("../img/quote-icon.svg") no-repeat 100% 50%;
  padding-top: 5px;
  padding-right: 100px;
  margin-top: 120px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .reviews .reviews-block .video .quote {
    background: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .reviews .reviews-block .video .quote {
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 50px;
  }
}

.reviews .reviews-block .video .quote span {
  color: #254428;
}

.footer {
  background-color: #231F20;
}

.footer .footer-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer-block a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer .footer-block a {
    font-size: 8px;
  }
}

.footer .footer-block a:hover {
  text-decoration: underline;
}

.footer .footer-block .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-block .left .logo {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .footer .footer-block .left .logo {
    margin-right: 0;
  }
  .footer .footer-block .left .logo img {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-block .left .social > a {
    display: none;
  }
}

.footer .footer-block .left .social div {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer .footer-block .left .social div {
    margin-top: 0;
  }
  .footer .footer-block .left .social div img {
    width: 35px;
  }
}

.footer .footer-block .left .social div a {
  margin: 0 10px;
}

.footer .footer-block .right-b {
  text-align: right;
  line-height: 40px;
}

.footer .footer-block .right-b a {
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer .footer-block .right-b a {
    font-size: 15px;
  }
  .footer .footer-block .right-b a:nth-child(2) {
    display: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -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;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color .1s;
  -o-transition: background-color .1s;
  transition: background-color .1s;
}

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

.modal .body {
  width: 100%;
  max-width: 500px;
}

.modal .body.video {
  max-width: 1150px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .body.politic {
  max-width: 810px;
}

.modal .body form {
  border: 2px solid #254428;
}

.modal .body form .title {
  background-color: #254428;
  color: white;
  margin: -35px -50px 20px;
  padding: 16px 30px;
}

.modal .body .video-wrap {
  width: 80vw;
  max-width: 1150px;
  height: 640px;
  padding: 30px;
  border: 2px solid #3C543E;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .modal .body .video-wrap {
    padding: 5px;
    height: auto;
    width: 100vw;
  }
}

.modal .body .politicWrap {
  background-color: white;
  padding: 30px;
  border: 2px solid #3C543E;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .modal .body .politicWrap {
    padding: 5px;
  }
}

.modal .body .politicWrap .title {
  background-color: #3C543E;
  color: white;
  padding: 16px 30px 10px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: -30px -30px 0;
}

@media screen and (max-width: 767px) {
  .modal .body .politicWrap .title {
    font-size: 21px;
  }
}

.modal .body .politicWrap .politicBody {
  height: 100%;
  max-height: 540px;
  overflow-y: scroll;
  padding-right: 25px;
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .modal .body .politicWrap .politicBody {
    max-height: 60vh;
    font-size: 12px;
  }
}

.politicCheck {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .politicCheck {
    font-size: 10px;
    margin-top: 10px;
  }
}

.politicCheck .modalPolitic {
  text-decoration: underline;
  cursor: pointer;
}

.politicCheck:hover input ~ .checkmark::after {
  display: block;
}

.politicCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.politicCheck input:checked ~ .checkmark::after {
  display: block;
}

.politicCheck .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  border: 1px solid white;
  background-color: #254428;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .politicCheck .checkmark {
    top: -1px;
  }
}

.politicCheck .checkmark::after {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: white;
}

#map {
  width: 100%;
  height: 530px;
}

@media screen and (max-width: 767px) {
  #map {
    height: 240px;
  }
}
