@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proxima-nova/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proxima-nova/proximanova_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proxima-nova/proximanova_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proxima-nova/proximanova_extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proxima-nova/proximanova_black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

.wrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 100vh;
  background: #EDEFF5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.header {
  z-index: 3000;
}

.main {
  z-index: 1000;
}

.footer {
  z-index: 1500;
}

.container {
  padding: 0px 0px;
  width: 1200px;
  margin: auto;
}
@media (max-width: 1230px) {
  .container {
    padding: 0px 20px;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .container {
    padding: 0px 10px;
  }
}

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

.main {
  flex: 1 1 auto;
}

.padding-header {
  padding: 100px 0px 0px;
}
@media (max-width: 770px) {
  .padding-header {
    padding: 92px 0px 0px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header.scroll .main-header::before {
  opacity: 1;
}
.header.scroll .main-header__body {
  padding: 10px 0px;
}
.header.active .main-header {
  background: #ffffff;
}
.header.active .main-header::before {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.active .main-header .main-header__menu-link {
  color: #1A2230;
}
.header.active .main-header .main-header__menu-link::before {
  background: #1A2230;
}
.header.active .main-header .main-header__menu-link::after {
  background: url("../img/icon/arrow-header-active.svg") 0 0/100% 100% no-repeat;
}
.header.active .main-header .main-header__phone-icon,
.header.active .main-header .main-header__presentation-icon {
  background: #FB6436;
}
.header.active .main-header .main-header__phone-icon path,
.header.active .main-header .main-header__presentation-icon path {
  stroke: #ffffff;
  fill: #ffffff;
}
.header.active .main-header .main-header__phone-link,
.header.active .main-header .main-header__presentation-text {
  color: #1A2230;
}
.header.active .main-header .main-header__burger.burger .burger__img {
  border: 2px solid #FB6436;
  background: #FB6436;
}
.header.active .main-header .main-header__burger.burger .burger__img span,
.header.active .main-header .main-header__burger.burger .burger__img span::before,
.header.active .main-header .main-header__burger.burger .burger__img span::after {
  background: #ffffff;
}

.main-header {
  position: relative;
  z-index: 1;
}
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  opacity: 0;
  transition: 0.5s all;
  z-index: -1;
}

.main-header__body {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s all;
}

.main-header__menu {
  display: flex;
  align-items: center;
}

.main-header__menu-item {
  margin: 0px 35px 0px 0px;
}
.main-header__menu-item:last-child {
  margin: 0;
}
.main-header__menu-item.submenu {
  position: relative;
}
.main-header__menu-item.submenu .main-header__menu-link {
  padding: 0px 20px 0px 0px;
  cursor: pointer;
}
.main-header__menu-item.submenu .main-header__menu-link::after {
  opacity: 1;
}
.main-header__menu-item.submenu .main-header__menu-link.text-hover:hover::before {
  width: calc(100% - 20px);
}
.main-header__menu-item.submenu:hover .main-header__menu-link::after {
  transform: translateY(-50%) rotate(180deg);
}
.main-header__menu-item.submenu:hover .main-header__submenu {
  top: 100%;
  opacity: 1;
}

.main-header__menu-link {
  position: relative;
  transition: 0.5s all;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #C4C4C4;
}
.main-header__menu-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/icon/arrow-header.svg") 0 0/100% 100% no-repeat;
  opacity: 0;
  transition: 0.5s all;
}
.main-header__menu-link:hover {
  color: #ffffff;
}

.main-header__submenu {
  position: absolute;
  top: -1000px;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 15px 0px 0px;
}

.main-header__submenu-list {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
.main-header__submenu-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: -1;
}

.main-header__submenu-item {
  margin: 0px 0px 10px;
}
.main-header__submenu-item:last-child {
  margin: 0;
}

.main-header__submenu-link {
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.main-header__submenu-link:hover {
  opacity: 0.5;
}

.main-header__phone {
  display: flex;
  align-items: center;
}

.main-header__phone-icon {
  margin: 0px 10px 0px 0px;
  min-width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__phone-icon img {
  max-width: 100%;
}

.main-header__phone-list {
  display: flex;
  flex-direction: column;
}

.main-header__phone-item {
  margin: 0px 0px 7px;
}
.main-header__phone-item:last-child {
  margin: 0;
}

.main-header__phone-link {
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.main-header__phone-link:hover {
  opacity: 0.5;
}

.main-header__presentation {
  display: flex;
  align-items: center;
}
.main-header__presentation:hover .main-header__presentation-text {
  opacity: 0.5;
}

.main-header__presentation-icon {
  margin: 0px 10px 0px 0px;
  min-width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__presentation-icon img {
  max-width: 100%;
}

.main-header__presentation-text {
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffffff;
}

.main-header__burger {
  display: none;
}

@media (max-width: 1100px) {
  .main-header__body {
    justify-content: start;
  }
  .main-header__logo {
    flex: auto;
  }
  .main-header__menu {
    display: none;
  }
  .main-header__phone {
    display: none;
  }
  .main-header__presentation {
    margin: 0px 10px 0px 0px;
    transition: 0.5s all;
  }
  .main-header__presentation:hover {
    opacity: 0.5;
  }
  .main-header__presentation-icon {
    margin: 0;
    min-width: 40px;
    height: 40px;
  }
  .main-header__presentation-icon svg {
    width: 20px;
    height: 20px;
  }
  .main-header__presentation-text {
    display: none;
  }
  .main-header__burger {
    display: block;
  }
}
.smart-header {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  display: inline;
  overflow-y: auto;
  z-index: 10000;
  transition: 1s all;
}
.smart-header.active {
  right: 0;
}
.smart-header.active .container::before {
  right: 0;
  opacity: 0.5;
}
.smart-header.active .smart-header__content {
  right: 0;
}
.smart-header .container {
  padding: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}
.smart-header .container::before {
  content: "";
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease;
}

.smart-hedaer__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
}

.smart-header__content {
  padding: 80px 20px 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: auto;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 2;
}

.smart-header__menu-title {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: start;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}

.smart-header__exit {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: end;
}

.smart-header__exit-img {
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
}
.smart-header__exit-img span {
  width: 20px;
  height: 2px;
  background: #000000;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.smart-header__exit-img span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: rotate(90deg);
}

.smart-header__menu {
  flex: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.smart-header__menu-item {
  margin: 0px 0px 10px;
  width: 100%;
  border-radius: 10px;
  background: #E0E0E0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.smart-header__menu-item:last-child {
  margin: 0;
}
.smart-header__menu-item.submenu {
  position: relative;
}

.smart-header__menu-link {
  padding: 20px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
}

.smart-headder__submenu {
  padding: 0px 20px 20px;
  width: 100%;
  display: none;
}

.smart-header__submenu-item {
  margin: 0px 0px 10px;
  width: 100%;
  background: #C4C4C4;
  border-radius: 5px;
}
.smart-header__submenu-item:last-child {
  margin: 0;
}

.smart-header__submenu-link {
  padding: 10px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
}

.smart-header__phone {
  padding: 30px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-header__phone-item {
  margin: 0px 0px 10px;
}
.smart-header__phone-item:last-child {
  margin: 0;
}

.smart-header__phome-link {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}

.logo .logo__body {
  display: inline-block;
}
.logo .logo__img {
  max-width: 115px;
  width: 100%;
  transition: 0.5s all;
}
.logo .logo__img img {
  width: 100%;
}
@media (max-width: 770px) {
  .logo .logo__img {
    max-width: 100px;
  }
}

.burger .burger__img {
  min-width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}
.burger .burger__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
}
.burger .burger__img:hover {
  opacity: 0.5;
}
.burger .burger__img span {
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #FB6436;
  position: relative;
  transition: 0.5s all;
}
.burger .burger__img span::before,
.burger .burger__img span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FB6436;
  transition: 0.5s all;
}
.burger .burger__img span::before {
  top: -7px;
}
.burger .burger__img span::after {
  bottom: -7px;
}

.slick-track {
  display: flex;
}

.slick-slider.team .slick-prev.slick-arrow,
.slick-slider.team .slick-next.slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white url("../img/icon/arrow-team.svg") center/20px 20px no-repeat;
  font-size: 0;
}
@media (max-width: 770px) {
  .slick-slider.team .slick-prev.slick-arrow,
  .slick-slider.team .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    background: white url("../img/icon/arrow-team.svg") center/15px 15px no-repeat;
  }
}
.slick-slider.team .slick-dots {
  padding: 20px 0px 0px;
  display: flex;
  justify-content: center;
}
.slick-slider.team .slick-dots li {
  margin: 0px 5px 0px 0px;
}
.slick-slider.team .slick-dots li:last-child {
  margin: 0;
}
.slick-slider.team .slick-dots li.slick-active button {
  min-width: 15px;
  height: 15px;
  background: #ffffff;
}
.slick-slider.team .slick-dots button {
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s all;
  font-size: 0;
}
@media (max-width: 770px) {
  .slick-slider.team .slick-dots {
    padding: 15px 0px 0px;
  }
}
.slick-slider.team.about .slick-prev.slick-arrow,
.slick-slider.team.about .slick-next.slick-arrow {
  background: #202b3d url("../img/icon/arrow-team-active.svg") center/15px 15px no-repeat;
}
.slick-slider.team.about .slick-dots li.slick-active button {
  background: #202B3D;
}
.slick-slider.team.about .slick-dots button {
  background: rgba(32, 43, 61, 0.5);
}

.title {
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: #202B3D;
}
@media (max-width: 770px) {
  .title {
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    text-transform: none;
  }
}
.title::before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #202B3D;
}
@media (max-width: 770px) {
  .title::before {
    top: calc(100% + 5px);
    width: 50px;
    height: 4px;
  }
}
.title.right::before {
  left: 0;
  transform: translateX(0);
}

.text-hover {
  position: relative;
}
.text-hover::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffffff;
  transition: 1s all;
}
.text-hover:hover::before {
  width: 100%;
}

.social {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 1600;
}
@media (max-width: 770px) {
  .social {
    right: 10px;
    bottom: 10px;
  }
}

.social__body {
  display: flex;
  flex-direction: column;
}

.social__link {
  margin: 0px 0px 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #53C644;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social__link img {
  width: 50%;
}
.social__link:last-child {
  margin: 0;
}
.social__link:hover {
  scale: 0.9;
  opacity: 0.6;
}
@media (max-width: 770px) {
  .social__link {
    width: 50px;
    height: 50px;
  }
  .social__link img {
    width: 25px;
  }
}

.fancybox__container {
  z-index: 4000;
}

.modal {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.modal .container {
  height: 100%;
}
.modal.active {
  left: 0;
}
.modal.active .modal__fullscreen-exit {
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__fullscreen-exit {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  z-index: 2;
}

.modal__content {
  padding: 50px;
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
  z-index: 3;
}

.modal__exit {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__exit-img {
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
}
.modal__exit-img span {
  width: 20px;
  height: 3px;
  background: #000000;
  display: inline-block;
  position: relative;
  rotate: 45deg;
}
.modal__exit-img span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  rotate: 90deg;
}
.modal__exit-img:hover {
  opacity: 0.5;
}

.modal__title {
  margin: 0px 0px 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 770px) {
  .modal__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.modal__form {
  display: flex;
  flex-direction: column;
}

.modal__input {
  margin: 0px 0px 15px;
  padding: 20px 30px;
  position: relative;
  border-radius: 15px;
  background: rgba(154, 154, 154, 0.3019607843);
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.modal__input::-moz-placeholder {
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  color: #333333;
}
.modal__input::placeholder {
  transition: 0.5s all;
  color: #333333;
}
.modal__input:focus::-moz-placeholder {
  opacity: 0.5;
}
.modal__input:focus::placeholder {
  opacity: 0.5;
}

.modal__submit {
  padding: 20px 30px;
  border: 2px solid #FB6436;
  border-radius: 15px;
  background: #FB6436;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.modal__submit:hover {
  background: transparent;
  color: #FB6436;
}

@media (max-width: 770px) {
  .modal__title {
    margin: 0px 0px 20px;
  }
  .modal__input {
    margin: 0px 0px 15px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .modal__content {
    padding: 70px 20px 50px;
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.message {
  position: fixed;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 10000;
}
.message.active {
  animation: messageSlide 5s ease-in-out forwards;
}
@keyframes messageSlide {
  0% {
    bottom: -200px;
    opacity: 0;
  }
  15% {
    bottom: 20px;
    opacity: 1;
  }
  70% {
    bottom: 20px;
    opacity: 1;
  }
  100% {
    bottom: -200px;
    opacity: 0;
  }
}

.message__body {
  background: #4caf50;
  padding: 16px 24px;
  border-radius: 8px;
}

.message__text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: white;
}

.fullscreen-home {
  height: 90vh;
  position: relative;
  z-index: 1;
}
.fullscreen-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(284.15deg, rgba(0, 0, 0, 0) 7.07%, rgba(0, 0, 0, 0.42) 68.9%), linear-gradient(358.85deg, rgba(0, 0, 0, 0) 73.87%, rgba(0, 0, 0, 0.4) 88.15%);
  z-index: -1;
}
.fullscreen-home .container {
  height: 100%;
}

.fullscreen-home__body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fullscreen-home__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.fullscreen-home__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen-home__content {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.fullscreen-home__content-title {
  margin: 0px 0px 15px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #E0E0E0;
}

.fullscreen-home__content-text {
  margin: 0px 0px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.fullscreen-home__submits {
  display: flex;
}

.fullscreen-home__submits-item {
  margin: 0px 15px 0px 0px;
}
.fullscreen-home__submits-item:last-child {
  margin: 0;
}
.fullscreen-home__submits-item:last-child .fullscreen-home__submits-link {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #FB6436;
}
.fullscreen-home__submits-item:last-child .fullscreen-home__submits-link:hover {
  background: transparent;
  color: #ffffff;
}

.fullscreen-home__submits-link {
  padding: 20px 60px;
  border: 2px solid #FB6436;
  background: #FB6436;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.fullscreen-home__submits-link:hover {
  background: transparent;
  color: #FB6436;
}

@media (max-width: 770px) {
  .fullscreen-home::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .fullscreen-home__body {
    padding: 75px 0px 0px;
    align-items: center;
  }
  .fullscreen-home__content {
    align-items: center;
  }
  .fullscreen-home__content-title {
    margin: 0px 0px 10px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .fullscreen-home__content-text {
    margin: 0px 0px 20px;
    text-align: center;
  }
  .fullscreen-home__submits {
    max-width: 260px;
    width: 100%;
    flex-direction: column;
  }
  .fullscreen-home__submits-item {
    margin: 0px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fullscreen-home__submits-link {
    padding: 16px 40px;
    width: 100%;
    text-align: center;
  }
}
.why-home {
  background: #202B3D;
}

.why-home__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-home__title {
  margin: 0px 0px 100px;
  width: 100%;
  color: #ffffff;
}
.why-home__title::before {
  background: #ffffff;
}

.why-home__row {
  width: calc(100% + 20px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.why-home__column {
  padding: 0px 10px 50px;
  width: 100%;
}

.why-home__column-body {
  padding: 0px 0px 25px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.why-home__column-icon {
  margin: 0px 0px 20px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-home__column-icon svg {
  max-width: 100%;
}

.why-home__column-text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}

@media (max-width: 770px) {
  .why-home__body {
    padding: 50px 0px;
  }
  .why-home__title {
    margin: 0px 0px 40px;
    text-align: center;
  }
  .why-home__title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .why-home__row {
    padding: 0px 0px 15px;
    width: calc(100% + 6px);
    display: flex;
    overflow-x: auto;
  }
  .why-home__row::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .why-home__row::-webkit-scrollbar-thumb {
    background-color: #FB6436;
    border-radius: 0px;
  }
  .why-home__row::-webkit-scrollbar-track {
    background: #C4C4C4;
  }
  .why-home__column {
    padding: 0px 3px;
    width: 100%;
    min-width: 250px;
  }
  .why-home__column-body {
    padding: 15px;
    max-width: 100%;
    border: 2px solid #ffffff;
    align-items: center;
  }
  .why-home__column-icon {
    margin: 0px 0px 10px;
  }
  .why-home__column-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
.services-home__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-home__title {
  margin: 0px 0px 70px;
}

.services-home__row {
  width: calc(100% + 6px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

.services-home__column {
  padding: 0px 3px 6px;
  width: 100%;
}

.services-home__column-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.services-home__column-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.services-home__column-body:hover .services-home__column-img img {
  scale: 1.2;
}

.services-home__column-img {
  padding-bottom: 130%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.services-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.services-home__column-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FB6436;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-home__column-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
}

.services-home__column-content-title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .services-home__row {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  }
}
@media (max-width: 770px) {
  .services-home__body {
    padding: 50px 0px;
  }
  .services-home__title {
    margin: 0px 0px 40px;
    text-align: center;
  }
  .services-home__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .services-home__column-img {
    padding-bottom: 70%;
  }
  .services-home__column-icon {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .services-home__column-icon svg {
    width: 12px;
  }
  .services-home__column-content {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .services-home__column-img {
    padding-bottom: 100%;
  }
  .services-home__column-icon {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .services-home__column-icon svg {
    width: 10px;
  }
  .services-home__column-content {
    padding: 15px;
  }
  .services-home__column-content-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.team-home {
  background: #202B3D;
  position: relative;
  z-index: 10;
}
.team-home.about {
  background: transparent;
}
.team-home.about .team-home__title {
  color: #1A2230;
}
.team-home.about .team-home__title::before {
  background: #1A2230;
}
.team-home.about .team-home__column-name,
.team-home.about .team-home__column-status,
.team-home.about .team-home__column-link {
  color: #1A2230;
}

.team-home__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-home__title {
  margin: 0px 0px 70px;
  text-align: center;
  color: #ffffff;
}
.team-home__title::before {
  background: #ffffff;
}

.team-home__row {
  width: calc(100% + 15px);
  position: relative;
}
.team-home__row .slick-list.draggable {
  overflow: hidden;
}
.team-home__row .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
}
.team-home__row .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%) rotate(180deg);
}

.team-home__column {
  padding: 0px 15px;
  width: 100%;
}

.team-home__column-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-home__column-body:hover .team-home__column-img img {
  scale: 1.2;
}

.team-home__column-img {
  margin: 0px 0px 15px;
  padding-bottom: 120%;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.team-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.team-home__column-name {
  margin: 0px 0px 10px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

.team-home__column-status {
  margin: 0px 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.team-home__column-link {
  display: inline-block;
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
  color: #ffffff;
}
.team-home__column-link:hover {
  opacity: 0.5;
}

@media (max-width: 1340px) {
  .team-home__row {
    max-width: calc(100% - 110px);
  }
}
@media (max-width: 1000px) {
  .team-home__column {
    padding: 0px 10px;
  }
}
@media (max-width: 770px) {
  .team-home__body {
    padding: 50px 0px;
  }
  .team-home__title {
    margin: 0px 0px 40px;
  }
  .team-home__row {
    max-width: calc(100% - 80px);
  }
  .team-home__column {
    padding: 0px 5px;
  }
  .team-home__column-body {
    align-items: center;
  }
  .team-home__column-name {
    margin: 0px 0px 5px;
    text-align: center;
  }
  .team-home__column-status {
    text-align: center;
  }
  .team-home__column-link {
    text-align: center;
  }
}
.presentation-home {
  position: relative;
  z-index: 1;
}

.prsentation-home__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
}

.presentation-home__block {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
}

.presentation-home__background {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55%;
  z-index: -1;
}
.presentation-home__background img {
  width: 100%;
}

.presentation-home__form {
  display: flex;
  flex-direction: column;
}

.presentation-home__form-title {
  margin: 0px 0px 50px;
  max-width: 500px;
}

.presentation-home__form-text {
  margin: 0px 0px 40px;
  max-width: 350px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #6B6C6E;
}

.presentation-home__form-form {
  display: flex;
  align-items: center;
}

.presentation-home__form-input {
  margin: 0px 20px 0px 0px;
  padding: 20px 30px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #ABA4A4;
}
.presentation-home__form-input::-moz-placeholder {
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  color: #ABA4A4;
}
.presentation-home__form-input::placeholder {
  transition: 0.5s all;
  color: #ABA4A4;
}
.presentation-home__form-input:focus::-moz-placeholder {
  opacity: 0.5;
}
.presentation-home__form-input:focus::placeholder {
  opacity: 0.5;
}

.presentation-home__form-submit {
  padding: 18px 30px;
  border: 2px solid #FB6436;
  background: #FB6436;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.presentation-home__form-submit:hover {
  background: transparent;
  color: #FB6436;
}

@media (max-width: 770px) {
  .prsentation-home__body {
    padding: 50px 0px;
    align-items: center;
  }
  .presentation-home__block {
    top: -62px;
  }
  .presentation-home__background {
    display: none;
  }
  .presentation-home__form {
    align-items: center;
  }
  .presentation-home__form-title {
    margin: 0px 0px 30px;
    max-width: 280px;
    width: 100%;
    text-align: center;
  }
  .presentation-home__form-title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .presentation-home__form-text {
    margin: 0px 0px 30px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .presentation-home__form-form {
    width: 100%;
    flex-direction: column;
  }
  .presentation-home__form-input {
    margin: 0px 0px 15px;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
  }
  .presentation-home__form-submit {
    padding: 12px 20px;
    width: 100%;
  }
}
.mission-home {
  background: #202B3D;
  position: relative;
  z-index: 10;
}

.mission-home__body {
  display: flex;
  justify-content: space-between;
}

.mission-home__image {
  flex: 0 0 50%;
  width: 100%;
}

.mission-home__image-img {
  padding-bottom: 70%;
  width: 100%;
  height: 100%;
  position: relative;
}
.mission-home__image-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.mission-home__image-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.mission-home__content {
  flex: 0 0 50%;
  padding: 100px 0px 100px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.mission-home__content-body {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.mission-home__content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: -1;
}
.mission-home__content-background img {
  width: 100%;
}

.mission-home__content-title {
  margin: 0px 0px 60px;
  color: #ffffff;
}
.mission-home__content-title::before {
  background: #ffffff;
}
.mission-home__content-title:last-child {
  margin: 0;
}

.mission-home__content-text {
  margin: 0px 0px 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.mission-home__content-text:last-child {
  margin: 0;
}
.mission-home__content-text p {
  margin: 0px 0px 10px;
}
.mission-home__content-text p:last-child {
  margin: 0;
}

@media (max-width: 1000px) {
  .mission-home__body {
    padding: 80px 0px;
  }
  .mission-home__content {
    padding: 0px 0px 0px 30px;
  }
}
@media (max-width: 770px) {
  .mission-home__body {
    padding: 50px 0px;
  }
  .mission-home__content-title {
    margin: 0px 0px 30px;
  }
  .mission-home__content-text {
    margin: 0px 0px 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .presentation-home__form-input {
    text-align: center;
  }
}
@media (max-width: 660px) {
  .mission-home__body {
    flex-direction: column;
  }
  .mission-home__image {
    margin: 0px 0px 20px;
  }
  .mission-home__content {
    padding: 0;
  }
  .mission-home__content-body {
    max-width: 100%;
  }
}
.value-home {
  position: relative;
}
.value-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 32, 46, 0.6);
  z-index: -1;
}

.value-home__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value-home__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.value-home__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.value-home__title {
  margin: 0px 0px 100px;
  color: #ffffff;
}
.value-home__title::before {
  background: #ffffff;
}

.value-home__row {
  width: calc(100% + 20px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.value-home__column {
  padding: 0px 10px 50px;
  width: 100%;
}

.value-home__column-body {
  padding: 20px 0px 0px;
  max-width: 340px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.value-home__column-body::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 30%;
  height: 6px;
  background: #ffffff;
}

.value-home__column-title {
  margin: 0px 0px 10px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

.value-home__column-text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #D9D9D9;
}

@media (max-width: 770px) {
  .value-home::before {
    background: rgba(24, 32, 46, 0.9);
  }
  .value-home__body {
    padding: 50px 0px;
  }
  .value-home__title {
    margin: 0px 0px 40px;
  }
  .value-home__row {
    padding: 0px 0px 15px;
    width: calc(100% + 6px);
    display: flex;
    overflow-x: auto;
  }
  .value-home__row::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .value-home__row::-webkit-scrollbar-thumb {
    background-color: #FB6436;
    border-radius: 0px;
  }
  .value-home__row::-webkit-scrollbar-track {
    background: #C4C4C4;
  }
  .value-home__column {
    padding: 0px 3px;
    width: 100%;
    min-width: 250px;
  }
  .value-home__column-body {
    padding: 15px;
    border: 2px solid #ffffff;
  }
  .value-home__column-body::before {
    display: none;
  }
  .value-home__column-title {
    margin: 0px 0px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .value-home__column-text {
    text-align: center;
  }
}
.principles-home.principles {
  background: #202B3D;
}
.principles-home.principles .principles-home__title {
  color: #ffffff;
}
.principles-home.principles .principles-home__title::before {
  background: #ffffff;
}

.principles-home__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.principles-home__title {
  margin: 0px 0px 70px;
  text-align: center;
}

.principles-home__row {
  width: calc(100% + 30px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.principles-home__column {
  padding: 0px 15px 30px;
  width: 100%;
}

.principles-home__column-body {
  padding: 30px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.principles-home__column-icon {
  margin: 0px 0px 30px;
  height: 50px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
}
.principles-home__column-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(32, 43, 61, 0.1);
  z-index: -1;
}
.principles-home__column-icon img {
  max-height: 100%;
}

.principles-home__column-title {
  margin: 0px 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #202B3D;
}

.principles-home__column-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #5D5D5D;
}

@media (max-width: 1000px) {
  .principles-home__row {
    width: calc(100% + 20px);
  }
  .principles-home__column {
    padding: 0px 10px 20px;
  }
  .principles-home__column-body {
    padding: 20px;
  }
}
@media (max-width: 770px) {
  .principles-home__body {
    padding: 50px 0px;
  }
  .principles-home__title {
    margin: 0px 0px 40px;
  }
  .principles-home__row {
    width: calc(100% + 6px);
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .principles-home__column {
    padding: 0px 3px 6px;
  }
  .principles-home__column-body {
    padding: 30px 5px 20px;
  }
  .principles-home__column-body {
    align-items: center;
  }
  .principles-home__column-icon {
    margin: 0px 0px 25px;
  }
  .principles-home__column-icon::before {
    bottom: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, 50%);
  }
  .principles-home__column-icon img {
    width: 40px;
  }
  .principles-home__column-title {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  .principles-home__column-text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}
.book-home {
  background: #202B3D;
}

.book-home__body {
  padding: 80px 0px;
  position: relative;
  z-index: 1;
}

.book-home__block {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}

.book-home__men {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  z-index: -1;
}
.book-home__men img {
  width: 100%;
}

.book-home__background {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%);
  max-width: 400px;
  width: 100%;
  z-index: -2;
}
.book-home__background img {
  width: 100%;
}

.book-home__form {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.book-home__form-title {
  margin: 0px 0px 60px;
  max-width: 450px;
  width: 100%;
  color: #ffffff;
}
.book-home__form-title::before {
  background: #ffffff;
}

.book-home__form-text {
  margin: 0px 0px 35px;
  max-width: 350px;
  width: 100%;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #BDBDBD;
}

.book-home__form-form {
  display: flex;
  align-items: center;
}

.form-home__form-input {
  margin: 0px 20px 0px 0px;
  padding: 20px 30px;
  width: 100%;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #ABA4A4;
}
.form-home__form-input::-moz-placeholder {
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  color: #ABA4A4;
}
.form-home__form-input::placeholder {
  transition: 0.5s all;
  color: #ABA4A4;
}
.form-home__form-input:focus::-moz-placeholder {
  opacity: 0.5;
}
.form-home__form-input:focus::placeholder {
  opacity: 0.5;
}

.form-home__form-submit {
  padding: 18px 30px;
  width: 100%;
  border: 2px solid #FB6436;
  background: #FB6436;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.form-home__form-submit:hover {
  background: transparent;
  color: #FB6436;
}

@media (max-width: 770px) {
  .book-home__body {
    padding: 50px 0px;
  }
  .book-home__men {
    display: none;
  }
  .book-home__background {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
  }
  .book-home__form {
    max-width: 100%;
  }
  .book-home__form-title {
    margin: 0px 0px 30px;
    text-align: center;
  }
  .book-home__form-title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .book-home__form-text {
    margin: 0px 0px 30px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .book-home__form-form {
    flex-direction: column;
  }
  .form-home__form-input {
    margin: 0px 0px 15px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .form-home__form-submit {
    padding: 12px 20px;
    width: 100%;
  }
}
.content-home.social .content-home__row:nth-child(even) {
  background: transparent;
}
.content-home.social .content-home__row:nth-child(even) .content-home__content-title {
  color: #5D5D5D;
}
.content-home.social .content-home__row:nth-child(even) .content-home__content-title::before {
  background: #5D5D5D;
}
.content-home.social .content-home__row:nth-child(even) .content-home__content-text {
  color: #5D5D5D;
}
.content-home.blog-tax .content-home__row:nth-child(odd) {
  background: #202B3D;
}
.content-home.blog-tax .content-home__row:nth-child(odd) .content-home__content-title {
  color: #ffffff;
}
.content-home.blog-tax .content-home__row:nth-child(odd) .content-home__content-title::before {
  background: #ffffff;
}
.content-home.blog-tax .content-home__row:nth-child(odd) .content-home__content-text {
  color: #ffffff;
}
.content-home.blog-tax .content-home__row:nth-child(even) {
  background: transparent;
}
.content-home.blog-tax .content-home__row:nth-child(even) .content-home__content-title {
  color: #5D5D5D;
}
.content-home.blog-tax .content-home__row:nth-child(even) .content-home__content-title::before {
  background: #5D5D5D;
}
.content-home.blog-tax .content-home__row:nth-child(even) .content-home__content-text {
  color: #5D5D5D;
}

.content-home__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-home__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-home__row:nth-child(even) {
  background: #202B3D;
}
.content-home__row:nth-child(even) .content-home__image {
  order: 2;
}
.content-home__row:nth-child(even) .content-home__content-title {
  color: #ffffff;
}
.content-home__row:nth-child(even) .content-home__content-title::before {
  background: #ffffff;
}
.content-home__row:nth-child(even) .content-home__content-text {
  color: #ffffff;
}

.content-home__row-body {
  display: flex;
  justify-content: space-between;
}

.content-home__image {
  flex: 0 0 50%;
  width: 100%;
}

.content-home__image-img {
  padding-bottom: 70%;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-home__image-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-home__content {
  flex: 0 0 calc(50% - 40px);
  padding: 100px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.content-home__content-title {
  margin: 0px 0px 50px;
}

.content-home__content-text {
  margin: 0px 0px 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #5D5D5D;
}
.content-home__content-text p {
  margin: 0px 0px 10px;
}
.content-home__content-text p:last-child {
  margin: 0;
}

.content-home__content-submit {
  padding: 20px 100px;
  border: 2px solid #FB6436;
  background: #FB6436;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.content-home__content-submit:hover {
  background: transparent;
  color: #FB6436;
}

@media (max-width: 1000px) {
  .content-home__content {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 770px) {
  .content-home__row-body {
    padding: 50px 0px;
  }
  .content-home__content {
    padding: 0;
  }
  .content-home__content-title {
    margin: 0px 0px 30px;
    width: 100%;
    text-align: center;
  }
  .content-home__content-title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .content-home__content-text {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .content-home__content-submit {
    padding: 15px 30px;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .content-home__row:nth-child(even) .content-home__image {
    order: 1;
  }
  .content-home__row:nth-child(even) .content-home__content {
    order: 2;
  }
  .content-home__row-body {
    flex-direction: column;
  }
  .content-home__image {
    margin: 0px 0px 20px;
  }
}
.list-tax__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-tax__title {
  margin: 0px 0px 70px;
  width: 100%;
}

.list-tax__row {
  width: calc(100% + 30px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.list-tax__column {
  padding: 0px 15px 30px;
  width: 100%;
}

.list-tax__column-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.list-tax__column-body:hover .list-tax__column-img::before {
  background: rgba(251, 100, 54, 0.5);
  opacity: 1;
}
.list-tax__column-body:hover .list-text__column-content-text {
  display: block;
}

.list-tax__column-img {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.list-tax__column-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s all;
  z-index: -1;
}
.list-tax__column-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s all;
  z-index: -2;
}
.list-tax__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}

.list-tax__column-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FB6436;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.list-tax__column-icon svg {
  max-width: 100%;
}
.list-tax__column-icon path {
  stroke: #ffffff;
}

.list-tax__column-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.list-tax__column-content-body {
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-text__column-content-title {
  text-align: center;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

.list-text__column-content-text {
  padding: 10px 0px 0px;
  display: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .list-tax__row {
    width: calc(100% + 20px);
  }
  .list-tax__column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 770px) {
  .list-tax__body {
    padding: 50px 0px;
  }
  .list-tax__title {
    margin: 0px 0px 40px;
    text-align: center;
  }
  .list-tax__title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .list-tax__row {
    width: calc(100% + 6px);
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .list-tax__column {
    padding: 0px 3px 6px;
  }
  .list-tax__column-content-body:hover .list-text__column-content-text {
    display: none;
  }
  .list-tax__column-img {
    padding-bottom: 100%;
  }
  .list-tax__column-icon {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .list-tax__column-icon svg {
    width: 10px;
  }
  .list-tax__column-content {
    padding: 50px 0px 0px;
  }
  .list-text__column-content-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.fullscreen-tax {
  position: relative;
  z-index: 1;
}
.fullscreen-tax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.fullscreen-tax__body {
  padding: 200px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fullscreen-tax__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.fullscreen-tax__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen-tax__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.fullscreen-tax__content-title {
  margin: 0px 0px 20px;
  max-width: 560px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.fullscreen-tax__content-link {
  padding: 20px 40px;
  border: 2px solid #FB6436;
  display: inline-block;
  background: #FB6436;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.fullscreen-tax__content-link:hover {
  background: transparent;
  color: #FB6436;
}

@media (max-width: 770px) {
  .fullscreen-tax__body {
    padding: 100px 0px;
  }
  .fullscreen-tax__content {
    align-items: center;
  }
  .fullscreen-tax__content-title {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    font-weight: 700;
  }
  .fullscreen-tax__content-link {
    padding: 15px 30px;
  }
}
.content-news__body {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-news__title {
  margin: 0px 0px 70px;
  width: 100%;
}

.content-news__row {
  width: calc(100% + 30px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.content-news__column {
  padding: 0px 15px 30px;
  width: 100%;
}

.content-news__column-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content-news__column-body:hover .content-news__column-img::before {
  opacity: 1;
}

.content-news__column-img {
  padding-bottom: 90%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.content-news__column-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 100, 54, 0.5);
  opacity: 0;
  transition: 0.5s all;
  z-index: -2;
}
.content-news__column-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.content-news__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}

.content-news__column-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FB6436;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.content-news__column-icon svg {
  max-width: 100%;
}

.content-news__column-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.content-news__column-content-body {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}

.content-news__column-content-title {
  margin: 0px 0px 5px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
}

.content-news__column-content-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .content-news__row {
    width: calc(100% + 20px);
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .content-news__column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 770px) {
  .content-news__body {
    padding: 50px 0px;
  }
  .content-news__title {
    margin: 0px 0px 40px;
    text-align: center;
  }
  .content-news__title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .content-news__row {
    width: calc(100% + 10px);
  }
  .content-news__column {
    padding: 0px 5px 10px;
  }
  .content-news__column-icon {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .content-news__column-icon svg {
    width: 13px;
  }
  .content-news__column-content-body {
    padding: 20px;
  }
  .content-news__column-content-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .content-news__column-content-text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .content-news__row {
    width: calc(100% + 0px);
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .content-news__column {
    padding: 0px 0px 10px;
  }
  .content-news__column:last-child {
    margin: 0px 0px 0px;
  }
}
.content-newsBlog .container {
  width: 800px;
}
@media (max-width: 850px) {
  .content-newsBlog .container {
    width: 100%;
  }
}

.content-newsBlog__body {
  padding: 80px 0px;
}

.content-newsBlog__imgs {
  margin: 0px 0px 30px;
}

.content-newsBlog__img {
  padding-bottom: 70%;
  width: 100%;
  display: inline-block;
  position: relative;
}
.content-newsBlog__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-newsBlog__title {
  margin: 0px 0px 20px;
  text-align: center;
}
.content-newsBlog__title::before {
  display: none;
}

.content-newsBlog__content {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1A2230;
}

@media (max-width: 770px) {
  .content-newsBlog__body {
    padding: 50px 0px;
  }
  .content-newsBlog__title {
    margin: 0px 0px 10px;
  }
  .content-newsBlog__content {
    font-size: 14px;
    left: 20px;
  }
}
.content-contact {
  background: #202B3D;
}

.contnet-contact__body {
  display: flex;
  justify-content: space-between;
}

.contnet-contact__info {
  flex: 0 0 calc(50% - 30px);
  width: 100%;
  padding: 70px 0px;
}

.content-contact__ingo-title {
  margin: 0px 0px 60px;
  color: #ffffff;
}
.content-contact__ingo-title.title.right::before {
  background: #ffffff;
}

.content-contact__info-list {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content-contact__info-list-item {
  margin: 0px 0px 30px;
  display: flex;
}
.content-contact__info-list-item:last-child {
  margin: 0;
}

.content-contact__info-list-icon {
  margin: 0px 20px 0px 0px;
  min-width: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-contact__info-list-icon svg {
  max-width: 100%;
}

.content-contact__info-list-content {
  display: flex;
  flex-direction: column;
}

.content-contact__info-list-content-title {
  margin: 0px 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

.content-contact__infoo-list-content-link {
  margin: 0px 0px 5px;
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}
.content-contact__infoo-list-content-link:last-child {
  margin: 0;
}
.content-contact__infoo-list-content-link:hover {
  opacity: 0.5;
}

.content-contact__map {
  flex: 0 0 50%;
  width: 100%;
}

.content-contact__map-iframe {
  width: 100%;
  height: 100%;
}
.content-contact__map-iframe iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 660px) {
  .contnet-contact__body {
    padding: 50px 0px;
    flex-direction: column;
  }
  .contnet-contact__info {
    margin: 0px 0px 30px;
    padding: 0;
  }
  .content-contact__ingo-title {
    margin: 0px 0px 30px;
    text-align: center;
  }
  .content-contact__ingo-title.title.right::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .content-contact__info-list {
    max-width: 100%;
  }
  .content-contact__info-list-icon {
    margin: 0px 10px 0px 0px;
  }
  .content-contact__map-iframe iframe {
    min-height: 500px;
  }
}
.footer {
  background: #F7F9FF;
}

.main-footer {
  padding: 40px 0px;
}

.main-footer__body {
  display: flex;
}

.main-footer__logo {
  flex: auto;
}

.main-footer__logo-img {
  max-width: 100%;
}
.main-footer__logo-img img {
  max-width: 100%;
}

.main-footer__content {
  margin: 0px 70px 0px 0px;
  max-width: 230px;
}
.main-footer__content:last-child {
  margin: 0;
}

.main-footer__content-title {
  margin: 0px 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515;
}

.main-footer__content-list {
  display: flex;
  flex-direction: column;
}

.main-footer__content-list-item {
  margin: 0px 0px 8px;
}
.main-footer__content-list-item:last-child {
  margin: 0;
}

.main-footer__content-list-link {
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #5D5D5D;
}
.main-footer__content-list-link:hover {
  opacity: 0.5;
}

.main-footer__content-social {
  margin: 10px 0px 0px;
  display: flex;
  flex-direction: column;
}

.main-footer__content-social-item {
  margin: 0px 0px 8px;
  display: flex;
  flex-direction: column;
}
.main-footer__content-social-item:last-child {
  margin: 0;
}

.main-footer__content-social-link {
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.main-footer__content-social-link:hover {
  opacity: 0.5;
}

.main-footer__content-social-icon {
  margin: 0px 5px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer__content-social-icon svg {
  max-width: 100%;
}

.main-footer__content-social-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #151515;
}

@media (max-width: 1200px) {
  .main-footer__content {
    margin: 0px 50px 0px 0px;
  }
}
@media (max-width: 1100px) {
  .main-footer__logo-img {
    max-width: 100px;
  }
  .main-footer__content {
    margin: 0px 25px 0px 0px;
  }
}
@media (max-width: 990px) {
  .main-footer__body {
    flex-direction: column;
    align-items: center;
  }
  .main-footer__logo {
    margin: 0px 0px 40px;
  }
  .main-footer__logo-img {
    max-width: 100%;
  }
  .main-footer__content {
    margin: 0px 0px 20px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-footer__content-title {
    margin: 0px 0px 8px;
    padding: 0px 18px 0px 0px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-align: center;
  }
  .main-footer__content-title::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #18202E;
    transition: 0.5s all;
  }
  .main-footer__content-title::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 5px;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #18202E;
    transition: 0.5s all;
  }
  .main-footer__content-title.active::before {
    transform: translateY(-50%) rotate(720deg);
  }
  .main-footer__content-title.active::after {
    transform: translateY(-50%) rotate(810deg);
  }
  .main-footer__content-list {
    display: none;
  }
  .main-footer__content-list-link {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .main-footer__content-social {
    display: none;
  }
}
.policy-footer__body {
  padding: 20px 0px;
  border-top: 2px solid rgba(220, 220, 220, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.policy-footer__logo {
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 500;
  color: #555555;
}
.policy-footer__logo a {
  display: inline-block;
  transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 500;
  color: #555555;
}
.policy-footer__logo a:hover {
  opacity: 0.5;
}

@media (max-width: 770px) {
  .policy-footer__body {
    padding: 15px 0px;
    flex-direction: column;
  }
}