@font-face {
  font-family: "PT-Root-UI";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "PT-Root-UI";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "PT-Root-UI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Regular.ttf") format("truetype");
}

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

::selection {
  color: #fff;
  background-color: #4c84f6;
}

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

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

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

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

html {
  background-color: #ffffff;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 18px;
  line-height: 1.5;
  color: #0d1635;
  font-family: "PT-Root-UI", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1230px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

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

.grid {
  display: grid;
}

@media only screen and (max-width: 768px) {
  .hidden-mob {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .hidden-desc {
    display: none;
  }
}

.input-wrap input, .input-wrap textarea {
  display: block;
  width: 100%;
  background-color: #f3f5f8;
  height: 55px;
  border-radius: 5px;
  font-weight: 500;
  border: none;
  padding: 0 18px;
  font-size: 16px;
}

.input-wrap input::-webkit-input-placeholder, .input-wrap textarea::-webkit-input-placeholder {
  color: #a8b0c5;
}

.input-wrap input:-ms-input-placeholder, .input-wrap textarea:-ms-input-placeholder {
  color: #a8b0c5;
}

.input-wrap input::-ms-input-placeholder, .input-wrap textarea::-ms-input-placeholder {
  color: #a8b0c5;
}

.input-wrap input::placeholder, .input-wrap textarea::placeholder {
  color: #a8b0c5;
}

.input-wrap textarea {
  height: 73px;
  padding-top: 14px;
}

.input-wrap.dark input, .input-wrap.dark textarea {
  background-color: #2b3762;
  color: #fff;
}

.input-wrap.dark input::-webkit-input-placeholder, .input-wrap.dark textarea::-webkit-input-placeholder {
  color: #a8b0c5;
}

.input-wrap.dark input:-ms-input-placeholder, .input-wrap.dark textarea:-ms-input-placeholder {
  color: #a8b0c5;
}

.input-wrap.dark input::-ms-input-placeholder, .input-wrap.dark textarea::-ms-input-placeholder {
  color: #a8b0c5;
}

.input-wrap.dark input::placeholder, .input-wrap.dark textarea::placeholder {
  color: #a8b0c5;
}

.input-wrap.dark .iti__arrow {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.color-blue {
  color: #4c84f6;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  line-height: 1;
  width: 150px;
  height: 55px;
  background-color: #4c84f6;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  grid-gap: 10px;
  width: auto;
  border-radius: 5px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .btn {
    padding: 0 15px;
  }
}

.btn:hover {
  background-color: #5b8ef7;
}

.btn img {
  width: 20px;
}

.btn--light {
  background-color: #edf3fe;
  color: #4c84f6;
}

.btn--light:hover {
  background-color: #4c84f6;
  color: #fff;
}

.btn--light:active {
  background-color: #3771e8;
  color: #fff;
}

.btn--small {
  height: 45px;
}

.btn--arrow {
  position: relative;
}

.btn--arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 84px;
  height: 84px;
  background-image: url("../img/ic-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -65px;
  right: -110px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .btn--arrow::after {
    display: none;
  }
}

.btn--arrow2::after {
  right: -150px;
  top: -55px;
}

.btn.w100 {
  width: 100%;
}

h1, h2, h3 {
  line-height: 1.25;
}

h1.offset-bottom, h2.offset-bottom, h3.offset-bottom {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  h1.offset-bottom, h2.offset-bottom, h3.offset-bottom {
    margin-bottom: 30px;
  }
}

h1.center, h2.center, h3.center {
  text-align: center;
}

h1 {
  font-size: 60px;
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: calc(60px / 1.5);
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(60px / 1.8);
  }
}

h2 {
  font-size: 42px;
}

@media only screen and (max-width: 992px) {
  h2 {
    font-size: calc(42px / 1.5);
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: calc(42px / 1.8);
  }
}

h3 {
  font-size: 30px;
}

@media only screen and (max-width: 992px) {
  h3 {
    font-size: calc(30px / 1.5);
  }
}

h4 {
  font-size: 22px;
}

@media only screen and (max-width: 992px) {
  h4 {
    font-size: calc(22px / 1.5);
  }
}

b {
  font-weight: bold;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header.header-main.fixed {
  background-color: #132151;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}

header.header-main.fixed .grid {
  padding: 10px 15px;
}

header.header-main .grid {
  max-width: 1330px;
  margin: 0 auto;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr auto auto auto;
  grid-gap: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1230px) {
  header.header-main .grid {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 992px) {
  header.header-main .grid {
    grid-template-columns: auto auto auto auto auto;
  }
}

header.header-main .grid .logo-wrap {
  font-size: 0;
}

header.header-main .grid .logo-wrap a img {
  display: block;
  width: 90px;
}

@media only screen and (max-width: 1230px) {
  header.header-main .grid .logo-wrap a img {
    width: 54px;
  }
}

@media only screen and (max-width: 345px) {
  header.header-main .grid .logo-wrap a img {
    width: 45px;
  }
}

@media only screen and (max-width: 992px) {
  header.header-main .grid nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #132151;
    width: 100%;
    max-width: 300px;
    bottom: 0;
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.15);
    padding-top: 80px;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  header.header-main .grid nav.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

header.header-main .grid nav ul {
  /*display: grid;*/
  display: inline-grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*grid-gap: 10px;*/
  grid-gap: 10px 40px;
  height: 100%;
  padding-right: 140px;
}

@media only screen and (max-width: 1230px) {
  header.header-main .grid nav ul {
    grid-gap: 5px;
  }
}

@media only screen and (max-width: 1100px) {
  header.header-main .grid nav ul {
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  header.header-main .grid nav ul {
    overflow: auto;
    padding: 0 15px;
    text-align: center;
    grid-auto-flow: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header.header-main .grid nav ul li {
  list-style-type: none;
}

header.header-main .grid nav ul li a {
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 10px 0;
  display: block;
  position: relative;
  line-height: 1;
}

@media only screen and (max-width: 1230px) {
  header.header-main .grid nav ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  header.header-main .grid nav ul li a {
    font-size: 16px;
  }
}

header.header-main .grid nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  background-color: #fff;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header.header-main .grid nav ul li a.active::after {
  width: 100%;
}

header.header-main .grid nav ul li a:hover {
  color: #82aafd;
}

header.header-main .grid .phone-wrap a {

  padding-left: 55px;
  padding-top: 5px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header.header-main .grid .phone-wrap a.social {
  /*background: url(../img/h-social.png) no-repeat;*/
}
@media only screen and (max-width: 992px) {
    header.header-main .grid .phone-wrap {
        display: none;
    }
    header.header-main .grid .phone-wrap a.social {
      background-size: 20%;
    }
    header.header-main .grid .phone-wrap a {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1230px) {
  header.header-main .grid .phone-wrap a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  header.header-main .grid .phone-wrap a {
    font-size: 12px;
  }
}

header.header-main .grid .phone-wrap a:hover {
  color: #82aafd;
}

@media only screen and (max-width: 480px) {
  header.header-main .grid .btn-wrap a span {
    /*display: none;*/
  }
}

header.header-main .grid .menu-wrap {
  pointer-events: auto;
  position: relative;
  display: none;
}

header.header-main .grid .lng-wrap a {
    display: block;
}

@media only screen and (max-width: 992px) {
  header.header-main .grid .menu-wrap {
    display: block;
  }
}

header.header-main .grid .menu-wrap button.menu {
  display: block;
  border: none;
  width: 32px;
  height: 22px;
  position: relative;
  background-color: transparent;
}

header.header-main .grid .menu-wrap button.menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  opacity: 0;
}

header.header-main .grid .menu-wrap button.menu.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

header.header-main .grid .menu-wrap button.menu.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

header.header-main .grid .menu-wrap button.menu span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

header.header-main .grid .menu-wrap button.menu span:nth-child(1) {
  top: 0;
}

header.header-main .grid .menu-wrap button.menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header.header-main .grid .menu-wrap button.menu span:nth-child(3) {
  bottom: 0;
}

footer.footer-main {
  background-color: #132151;
  color: #fff;
  overflow: hidden;
}

footer.footer-main .top-wrap {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap {
    padding: 50px 0;
  }
}

footer.footer-main .top-wrap .grid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

@media only screen and (max-width: 992px) {
  footer.footer-main .top-wrap .grid {
    grid-template-columns: 1fr 1.5fr;
  }
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .left {
    text-align: center;
  }
}

footer.footer-main .top-wrap .left .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .left .logo-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer.footer-main .top-wrap .left .logo-wrap a img {
  display: block;
  width: 120px;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .left .logo-wrap a img {
    width: 80px;
  }
}

footer.footer-main .top-wrap .left p {
  font-size: 20px;
  font-weight: bold;
  margin: 35px 0;
}

@media only screen and (max-width: 992px) {
  footer.footer-main .top-wrap .left p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .left p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .left .block-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer.footer-main .top-wrap .right {
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .right {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 30px;
  }
}

footer.footer-main .top-wrap .right .col .title {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .top-wrap .right .col .title {
    margin-bottom: 10px;
  }
}

footer.footer-main .top-wrap .right .col nav ul li {
  display: block;
}

footer.footer-main .top-wrap .right .col nav ul li:not(:last-child) {
  margin-bottom: 18px;
}

footer.footer-main .top-wrap .right .col nav ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .top-wrap .right .col nav ul li a:hover {
  color: #82aafd;
}

footer.footer-main .top-wrap .right .col .phone-wrap {
  margin-bottom: 20px;
}

footer.footer-main .top-wrap .right .col .phone-wrap a {
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  footer.footer-main .top-wrap .right .col .phone-wrap a {
    font-size: 16px;
  }
}

footer.footer-main .top-wrap .right .col .phone-wrap a:hover {
  color: #82aafd;
}

footer.footer-main .top-wrap .right .col .email-wrap {
  margin-bottom: 20px;
}

footer.footer-main .top-wrap .right .col .email-wrap a {
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  footer.footer-main .top-wrap .right .col .email-wrap a {
    font-size: 16px;
  }
}

footer.footer-main .top-wrap .right .col .email-wrap a:hover {
  color: #82aafd;
}

footer.footer-main .top-wrap .right .col .btn-wrap {
  margin-top: 30px;
}

footer.footer-main .bottom-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer.footer-main .bottom-wrap p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 992px) {
  footer.footer-main .bottom-wrap p {
    font-size: 14px;
    padding: 20px 0;
  }
}

footer.footer-main .bottom-wrap p a {
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .bottom-wrap p a:hover {
  color: #fff;
}

.block-gallery-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .block-gallery-info {
    grid-template-columns: 1fr;
  }
}

.block-gallery-info li {
  color: #8d94a5;
  font-size: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 7px;
}

.block-gallery-info li img {
  width: 20px;
}

.block-gallery-info li b {
  color: #0d1635;
}

.block-social {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20px;
}

@media only screen and (min-width: 481px) {
  .block-social--vertical {
    grid-auto-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    align-self: center;
    grid-gap: 25px;
  }
}

.block-social a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-social a:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.block-social a img {
  display: block;
  width: 24px;
}

.offset {
  padding: 75px 0;
}

@media only screen and (max-width: 768px) {
  .offset {
    padding: 35px 0;
  }
}

.offset--first {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .offset--first {
    padding-top: 50px;
  }
}

.offset--last {
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  .offset--last {
    padding-bottom: 100px;
  }
}

.iti {
  width: 100%;
}

.iti li {
  font-size: 14px;
}

.iti__country {
  color: #0d1635;
}

.iti__selected-flag {
  padding: 0 14px 0 19px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-left: 67px;
}

.iti__selected-dial-code {
    color: #000;
}

.popup {
  margin: 0 auto;
  max-width: 540px;
  position: relative;
  padding: 50px 55px;
  background-color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 520px) {
  .popup {
    padding: 50px 15px;
  }
}

.popup--gallery {
  max-width: 1200px;
  padding: 40px;
  display: grid;
  grid-template-columns: 550px 1fr;
  grid-gap: 40px;
}

@media only screen and (max-width: 1200px) {
  .popup--gallery {
    grid-gap: 30px;
    padding: 40px 15px;
    grid-template-columns: 480px 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .popup--gallery {
    grid-template-columns: 100%;
    grid-gap: 15px;
    padding: 70px 15px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .popup--gallery {
    padding: 50px 5px 30px;
  }
}

.popup--gallery .gallery-wrap .items .a {
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .popup--gallery .gallery-wrap .items .a {
    pointer-events: none;
  }
}

.popup--gallery .gallery-wrap .items .a .img {
  position: relative;
}

.popup--gallery .gallery-wrap .items .a .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup--gallery .gallery-wrap .items.items-for .a .img {
  padding-top: 99.27%;
}

.popup--gallery .gallery-wrap .items.items-nav {
  padding-top: 14px;
  margin: 0 -7px;
}

@media only screen and (max-width: 768px) {
  .popup--gallery .gallery-wrap .items.items-nav {
    padding-top: 10px;
  }
}

.popup--gallery .gallery-wrap .items.items-nav .a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0 7px;
}

@media only screen and (max-width: 768px) {
  .popup--gallery .gallery-wrap .items.items-nav .a {
    padding: 0 5px;
  }
}

.popup--gallery .gallery-wrap .items.items-nav .a:not(.slick-current) {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.popup--gallery .gallery-wrap .items.items-nav .a .img {
  padding-top: 100%;
}

@media only screen and (max-width: 768px) {
  .popup--gallery .text-wrap {
    padding: 0 10px;
  }
}

.popup--gallery .text-wrap .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  padding-right: 70px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .popup--gallery .text-wrap .tit {
    padding-right: 0;
  }
}

.popup--gallery .text-wrap .price {
  font-weight: bold;
  font-size: 27px;
  margin-top: 30px;
}

@media only screen and (max-width: 1230px) {
  .popup--gallery .text-wrap .price {
    font-size: 24px;
  }
}

.popup--gallery .text-wrap .btn-wrap {
  margin-top: 15px;
}

.popup--gallery .text-wrap .btn-wrap .btn {
  max-width: 255px;
  width: 100%;
}

.popup--gallery .text-wrap ul.options {
  margin-top: 30px;
}

@media only screen and (min-width: 481px) {
  .popup--gallery .text-wrap ul.options {
    -webkit-columns: 2;
            columns: 2;
  }
}

.popup--gallery .text-wrap ul.options li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  font-size: 16px;
  padding-right: 5px;
}

.popup--gallery .text-wrap ul.options li:not(:last-child) {
  margin-bottom: 5px;
}

.popup--gallery .text-wrap ul.options li img {
  width: 20px;
}

.popup--gallery .slick-arrow {
  position: absolute;
  top: calc(50% - 35px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup--gallery .slick-arrow:hover {
  background-color: #EDF3FE;
}

.popup--gallery .slick-arrow img {
  width: 7px;
  display: block;
}

.popup--gallery .slick-arrow.slick-prev {
  left: 15px;
}

.popup--gallery .slick-arrow.slick-next {
  right: 15px;
}

.popup--gallery .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.popup img.done {
  display: block;
  width: 80px;
  margin: 0 auto 25px;
}

.popup .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}

@media only screen and (max-width: 520px) {
  .popup .title {
    font-size: 22px;
  }
}

.popup .title.small {
  font-size: 25px;
}

@media only screen and (max-width: 520px) {
  .popup .title.small {
    font-size: 20px;
  }
}

.popup .sub {
  text-align: center;
  font-size: 16px;
  max-width: 315px;
  margin: 12px auto 0;
}

.popup .form-wrap {
  margin-top: 24px;
}

.popup .form-wrap .input-wrap {
  margin-bottom: 20px;
  position: relative;
}

.popup .form-wrap .input-wrap label.error {
  font-size: 12px;
  color: red;
  position: absolute;
  left: 0;
  bottom: -17px;
}

.popup .form-wrap .connect-wrap {
  margin-top: 25px;
}

.popup .form-wrap .connect-wrap b {
  display: block;
  font-size: 16px;
}

.popup .form-wrap .connect-wrap .items {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

@media only screen and (max-width: 520px) {
  .popup .form-wrap .connect-wrap .items {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.popup .form-wrap .connect-wrap .items label {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  cursor: pointer;
}

.popup .form-wrap .connect-wrap .items label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  opacity: 0;
  z-index: -10;
}

.popup .form-wrap .connect-wrap .items label input:checked ~ .radio {
  background-color: #4c84f6;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.popup .form-wrap .connect-wrap .items label input:checked ~ span {
  color: #000;
}

.popup .form-wrap .connect-wrap .items label .radio {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #4c84f6;
}

.popup .form-wrap .connect-wrap .items label span {
  font-size: 16px;
  color: #4a5564;
}

.popup .form-wrap .btn-wrap {
  margin-top: 25px;
}

.popup .bottom-wrap {
  margin-top: 24px;
}

.popup .bottom-wrap p {
  font-size: 12px;
  text-align: center;
}

.popup .bottom-wrap p a {
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup .bottom-wrap p a:hover {
  color: #4c84f6;
}

.popup .mfp-close {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url("../img/ic-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  top: 24px;
  right: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 520px) {
  .popup .mfp-close {
    top: 10px;
    right: 10px;
  }
}

.popup .mfp-close:hover {
  opacity: 0.8;
}

.mfp-bg {
  background-color: #000;
  opacity: 0.6;
}

.lg-container.lg-show {
  position: relative;
  z-index: 99999;
}

.lg-backdrop {
  background-color: #fff;
}

.lg-next, .lg-prev {
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  padding: 0;
}

.lg-next::before, .lg-prev::before {
  display: none;
}

.lg-next:hover, .lg-prev:hover {
  opacity: 0.8;
}

.lg-next {
  background-image: url("../img/ic-arrow-right.svg");
}

.lg-prev {
  background-image: url("../img/ic-arrow-left.svg");
}

.lg-toolbar .lg-icon {
  color: #4A5564;
}

.lg-toolbar .lg-icon:hover {
  color: #0d1635;
}

@media only screen and (max-width: 480px) {
  .mfp-container {
    padding: 0;
  }
}

.section-main {
  /*background-image: url("../img/bg-2.jpg");*/
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .section-main  {
    background-position: top;
    background-size: 175%;
    background-repeat: no-repeat;
    background-color: #1a5a76;
  }
}


.section-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(3, 9, 29, 0.7);*/
  z-index: -1;
}

.section-main .grid {
  min-height: 100vh;
  padding: 150px 0 80px;
  grid-template-rows: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .section-main .grid {
    padding: 100px 0 50px;
  }
}

.section-main .title-wrap p {
  font-weight: 500;
  margin-top: 10px;
}

.section-main .form-wrap {
  margin: 0 auto;
  margin-top: 40px;
  background-color: #fff;
  max-width: 545px;
  padding: 15px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 214px;
  grid-gap: 12px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .section-main .form-wrap {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .section-main .form-wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.section-main .form-wrap label.error {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: -33px;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
  padding: 1px 5px;
}

@media only screen and (max-width: 768px) {
  .section-main .form-wrap label.error {
    background-color: transparent;
    bottom: -17px;
  }
}

.section-main .bottom-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 50px;
}

@media only screen and (max-width: 992px) {
  .section-main .bottom-wrap {
    margin-top: 30px;
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .section-main .bottom-wrap {
    grid-template-columns: 1fr;
  }
}

.section-main .bottom-wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .section-main .bottom-wrap .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .section-main .bottom-wrap .items {
    grid-gap: 10px;
  }
}

.section-main .bottom-wrap .items .item {
  border-radius: 10px;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .section-main .bottom-wrap .items .item {
    padding: 15px;
  }
}

.section-main .bottom-wrap .items .item:nth-child(1) {
  background-color: #4c84f6;
}

.section-main .bottom-wrap .items .item:nth-child(2) {
  background-color: #6E36E8;
}

.section-main .bottom-wrap .items .item:nth-child(3) {
  background-color: #62C7BF;
}

.section-main .bottom-wrap .items .item:nth-child(4) {
  background-color: #E7AA40;
}

.section-main .bottom-wrap .items .item img {
  display: block;
  width: 50px;
  margin-bottom: 10px;
}

.section-main .bottom-wrap .items .item p {
  font-size: 14px;
}

.section-main .bottom-wrap .items .item b {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

@media only screen and (max-width: 992px) {
  .section-main .bottom-wrap .items .item b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section-main .bottom-wrap .items .item b {
    font-size: 18px;
  }
}

.section-main .bottom-wrap .items .item b.small {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .section-main .bottom-wrap .items .item b.small {
    font-size: 16px;
  }
}

.section-main .bottom-wrap .items .item a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .section-main .bottom-wrap .items .item a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .section-main .bottom-wrap .items .item a {
    font-size: 14px;
  }
}

.section-main .bottom-wrap .items .item a:hover {
  color: #0d1635;
}

@media only screen and (max-width: 480px) {
  .section-main .bottom-wrap .block-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-gallery {
  overflow: hidden;
}

.section-gallery .title-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
}

.section-gallery .title-wrap .btns-wrap {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 12px;
}

@media only screen and (min-width: 769px) {
  .section-gallery .title-wrap .btns-wrap {
    display: none;
  }
}

.section-gallery .title-wrap .btns-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background-color: #ecf2fd;
  border-radius: 50%;
}

.section-gallery .title-wrap .btns-wrap button img {
  width: 7px;
  display: block;
}

.section-gallery .items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .section-gallery .items {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .section-gallery .items {
    display: block;
    width: 100vw;
    position: relative;
    left: -15px;
  }
}

.section-gallery .items .slick-track, .section-gallery .items .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
  .section-gallery .items .col {
    width: 60vw;
  }
  .section-gallery .items .col:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .section-gallery .items .col {
    width: 90vw;
  }
}

.section-gallery .items .item {
  padding: 14px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 70px rgba(110, 112, 150, 0.15);
          box-shadow: 10px 10px 70px rgba(110, 112, 150, 0.15);
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

@media only screen and (max-width: 768px) {
  .section-gallery .items .item {
    -webkit-box-shadow: 4px 4px 40px rgba(110, 112, 150, 0.15);
            box-shadow: 4px 4px 40px rgba(110, 112, 150, 0.15);
  }
}

.section-gallery .items .item .img-wrap a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.section-gallery .items .item .img-wrap a:hover img {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

.section-gallery .items .item .img-wrap a .label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  z-index: 2;
}

.section-gallery .items .item .img-wrap a .label.purple {
  background-color: #6E36E8;
}

.section-gallery .items .item .img-wrap a .label.orange {
  background-color: #E7AA40;
}

.section-gallery .items .item .img-wrap a .label.cyan {
  background-color: #62C7BF;
}

.section-gallery .items .item .img-wrap a .label.blue {
  background-color: #4c84f6;
}

.section-gallery .items .item .img-wrap a img {
  display: block;
  width: 100%;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.section-gallery .items .item .text-wrap {
  padding: 16px 10px 0;
}

@media only screen and (max-width: 768px) {
  .section-gallery .items .item .text-wrap {
    padding: 15px 0;
  }
}

.section-gallery .items .item .text-wrap .location-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
  color: #8d94a5;
  font-size: 16px;
  font-weight: 500;
}

.section-gallery .items .item .text-wrap .location-wrap img {
  width: 16px;
}

.section-gallery .items .item .text-wrap .price {
  font-weight: bold;
  font-size: 27px;
  margin-top: 8px;
}

@media only screen and (max-width: 1230px) {
  .section-gallery .items .item .text-wrap .price {
    font-size: 24px;
  }
}

.section-gallery .items .item .text-wrap p {
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 500;
}

.section-gallery .items .item .btn-wrap {
  margin-top: auto;
  padding-top: 45px;
}

.section-dark-block .block {
  background-color: #132151;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
  color: #fff;
  padding: 60px 50px;
  min-height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1230px) {
  .section-dark-block .block {
    background-position: calc(100% + 250px) center;
  }
}

@media only screen and (max-width: 992px) {
  .section-dark-block .block {
    padding: 40px 30px;
    min-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .section-dark-block .block {
    background-image: none !important;
    min-height: auto;
  }
}

.section-dark-block .block .content-wrap {
  max-width: 470px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .section-dark-block .block .content-wrap {
    max-width: 420px;
  }
}

@media only screen and (max-width: 768px) {
  .section-dark-block .block .content-wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .section-dark-block .block .content-wrap h3 br {
    display: none;
  }
}

.section-dark-block .block .content-wrap .form-wrap {
  max-width: 385px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .section-dark-block .block .content-wrap .form-wrap {
    max-width: 100%;
  }
}

.section-dark-block .block .content-wrap .form-wrap .input-wrap {
  margin-bottom: 20px;
  position: relative;
}

.section-dark-block .block .content-wrap .form-wrap .input-wrap label.error {
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: -19px;
  left: 0;
}

.section-dark-block .iti__selected-dial-code {
    color: #fff;
}

.section-dark-block .block .content-wrap .form-wrap .btn-wrap {
  margin-top: 25px;
}

.section-dark-block .block .time-wrap {
  margin-top: 20px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-dark-block .block .time-wrap img {
  display: block;
  width: 24px;
}

.section-dark-block .block .time-wrap p {
  font-weight: 500;
}

.section-dark-block .block .answer-btn-wrap {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .section-dark-block .block .answer-btn-wrap {
    margin-top: 30px;
  }
}

.section-dark-block .block .answer-btn-wrap .btn {
  max-width: 214px;
  width: 100%;
}

/*.section-why .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 228px;
}

@media only screen and (max-width: 992px) {
  .section-why .items {
    grid-auto-rows: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .section-why .items {
    grid-template-columns: 1fr;
    grid-auto-rows: 140px;
    border-radius: 5px;
    overflow: hidden;
  }
}

.section-why .items .item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .section-why .items .item {
    padding: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .section-why .items .item.col-2 {
    grid-column-end: span 2;
  }
}

.section-why .items .item.green {
  background-color: #62c7bf;
}

.section-why .items .item.blue {
  background-color: #4C84F6;
}

.section-why .items .item.purple {
  background-color: #6E36E8;
}

.section-why .items .item.dark {
  background-color: #132151;
}

@media only screen and (max-width: 768px) {
  .section-why .items .item.img {
    display: none;
  }
}

.section-why .items .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-why .items .item img.bg {
  z-index: -1;
  opacity: .1;
}

.section-why .items .item .text-wrap {
  margin-top: auto;
}

.section-why .items .item .text-wrap b {
  display: block;
  font-size: 25px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  .section-why .items .item .text-wrap b {
    font-size: 20px;
  }
}

.section-why .items .item .text-wrap p {
  max-width: 400px;
}*/

.section-why .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-auto-rows: 1fr;*/
  grid-gap: 24px 20px;
}

@media only screen and (min-width: 993px) {
  .section-why .items {
    grid-auto-rows: 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .section-why .items {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-why .items {
    grid-template-columns: 1fr;
  }
}

.section-why .items .item {
  position: relative;
  z-index: 1;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .section-why .items .item {
    padding: 15px;
  }
}

.section-why .items .item.blueD {
  background-color: #2644AE;
}

.section-why .items .item.blue {
  background-color: #4882F2;
}

.section-why .items .item.purple {
  background-color: #784CF6;
}

.section-why .items .item.pink {
  background-color: #A467F2;
}

.section-why .items .item.yellow {
  background-color: #E3A54B;
}

.section-why .items .item.green {
  background-color: #58B1AA;
}

.section-why .items .item img.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /*opacity: 0.1;*/
}

.section-why .items .item img.ic {
  display: block;
  width: 50px;
}

.section-why .items .item b {
  margin: 20px 0 15px;
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 992px) {
  .section-why .items .item b {
    font-size: 16px;
  }
}

.section-why .items .item .link-wrap {
  margin-top: auto;
  padding-top: 15px;
}

.section-why .items .item .link-wrap a {
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-why .items .item .link-wrap a:hover {
  color: #f1f1f1;
}

.section-lider .items {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-auto-rows: 1fr;
  grid-gap: 24px 20px;
}

@media only screen and (min-width: 993px) {
  .section-lider .items {
    grid-auto-rows: 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .section-lider .items {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-lider .items {
    grid-template-columns: 1fr;
  }
}

.section-lider .items .item {
  position: relative;
  z-index: 1;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .section-lider .items .item {
    padding: 15px;
  }
}

.section-lider .items .item.blueD {
  background-color: #2644AE;
}

.section-lider .items .item.blue {
  background-color: #4882F2;
}

.section-lider .items .item.purple {
  background-color: #784CF6;
}

.section-lider .items .item.pink {
  background-color: #A467F2;
}

.section-lider .items .item.yellow {
  background-color: #E3A54B;
}

.section-lider .items .item.green {
  background-color: #58B1AA;
}

.section-lider .items .item img.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /*opacity: 0.1;*/
}

.section-lider .items .item img.ic {
  display: block;
  width: 50px;
}

.section-lider .items .item b {
  margin: 20px 0 15px;
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 992px) {
  .section-lider .items .item b {
    font-size: 16px;
  }
}

.section-lider .items .item .link-wrap {
  margin-top: auto;
  padding-top: 15px;
}

.section-lider .items .item .link-wrap a {
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-lider .items .item .link-wrap a:hover {
  color: #f1f1f1;
}

.section-gallery {
  overflow: hidden;
  width: 100%;
}

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

.section-gallery .slider .col {
  padding: 0 20px;
  position: relative;
  max-width: 370px;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .section-gallery .slider .col {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .section-gallery .slider .col {
    max-width: calc(100vw - 55px);
  }
}

@media only screen and (min-width: 577px) {
  .section-gallery .slider .col.type-1 {
    max-width: 380px;
  }
  .section-gallery .slider .col.type-1 .item {
    padding-top: 161%;
  }
  .section-gallery .slider .col.type-2 {
    max-width: 465px;
  }
  .section-gallery .slider .col.type-2 .item {
    padding-top: 115%;
  }
}

.section-gallery .slider .col .item {
  padding-top: 112%;
  position: relative;
}

.section-gallery .slider .col .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.section-pay .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .section-pay .items {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-pay .items {
    grid-template-columns: 1fr;
  }
}

.section-pay .items .item {
  padding: 0 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

@media only screen and (max-width: 992px) {
  .section-pay .items .item {
    padding: 0 15px 15px;
  }
}

.section-pay .items .item img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-pay .items .item img {
    max-width: 320px;
    margin: 0 auto;
  }
}

.section-pay .items .item b {
  display: block;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .section-pay .items .item b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section-pay .items .item b {
    font-size: 20px;
  }
}

.section-algoritm .items .item {
  display: grid;
  grid-template-columns: 1fr 524px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 100px;
}

@media only screen and (max-width: 992px) {
  .section-algoritm .items .item {
    grid-gap: 30px;
    grid-template-columns: 1fr 320px;
  }
}

@media only screen and (max-width: 768px) {
  .section-algoritm .items .item {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .section-algoritm .items .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .section-algoritm .items .item:nth-child(even) {
    grid-template-columns: 524px 1fr;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .section-algoritm .items .item:nth-child(even) {
    grid-template-columns: 320px 1fr;
  }
}

@media only screen and (min-width: 769px) {
  .section-algoritm .items .item:nth-child(even) .text-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-algoritm .items .item .text-wrap h3 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .section-algoritm .items .item .text-wrap h3 br {
    display: none;
  }
}

.section-algoritm .items .item .text-wrap h4 {
  margin-bottom: 12px;
}

.section-algoritm .items .item .text-wrap ul {
  margin-bottom: 24px;
}

.section-algoritm .items .item .text-wrap ul li {
  position: relative;
  padding-left: 32px;
}

.section-algoritm .items .item .text-wrap ul li:not(:last-child) {
  margin-bottom: 5px;
}

.section-algoritm .items .item .text-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 1px;
}

.section-algoritm .items .item .img-wrap {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-algoritm .items .item .img-wrap {
    display: none;
  }
}

.section-algoritm .items .item .img-wrap img.arrow {
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .section-algoritm .items .item .img-wrap img.arrow {
    width: 45px;
    height: 45px;
  }
}

.section-algoritm .items .item .img-wrap img.arrow--top {
  top: 0;
  right: 0;
}

.section-algoritm .items .item .img-wrap img.arrow--bottom {
  bottom: 0;
  right: 0;
}

.section-algoritm .items .item .img-wrap img.img {
  display: block;
  width: 100%;
}

.section-about .block-wrap .block {
  display: grid;
  grid-template-columns: 1fr 608px;
  grid-gap: 40px;
}

@media only screen and (max-width: 1230px) {
  .section-about .block-wrap .block {
    grid-template-columns: 1fr 440px;
  }
}

@media only screen and (max-width: 992px) {
  .section-about .block-wrap .block {
    grid-template-columns: 1fr 320px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .section-about .block-wrap .block {
    grid-template-columns: 1fr;
  }
}

.section-about .block-wrap .block:not(:last-child) {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .section-about .block-wrap .block:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .section-about .block-wrap .block:nth-child(even) {
    grid-template-columns: 608px 1fr;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1230px) {
  .section-about .block-wrap .block:nth-child(even) {
    grid-template-columns: 440px 1fr;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .section-about .block-wrap .block:nth-child(even) {
    grid-template-columns: 320px 1fr;
  }
}

@media only screen and (min-width: 769px) {
  .section-about .block-wrap .block:nth-child(even) .text-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-about .description {
    margin-bottom: 50px;
}
.section-about .description p {
    margin: 10px 0;
}

.section-about .block-wrap .block .text-wrap {
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-columns: 1fr;
  grid-gap: 50px;
}

@media only screen and (max-width: 480px) {
  .section-about .block-wrap .block .text-wrap {
    grid-gap: 15px;
  }
}

.section-about .block-wrap .block .text-wrap .right {
  margin-top: 100px;
}

.section-about .block-wrap .block .text-wrap .item:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .section-about .block-wrap .block .text-wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-about .block-wrap .block .text-wrap .item img {
  display: block;
  width: 50px;
}

.section-about .block-wrap .block .text-wrap .item b {
  display: block;
  margin: 24px 0 12px;
}

.section-about .block-wrap .block .img-wrap img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-about .block-wrap .block .img-wrap img {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* PORTFOLIO */

.section-portfolio .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .section-portfolio .items {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .section-portfolio .items {
    grid-template-columns: 1fr;
  }
}

.section-portfolio .items .item {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

@media only screen and (max-width: 992px) {
  .section-portfolio .items .item {
    padding: 0 15px 15px;
  }
}

.section-portfolio .items .item img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-portfolio .items .item img {
    max-width: 320px;
    margin: 0 auto;
  }
}

.section-portfolio .items .item b {
  display: block;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
}
.section-portfolio .items .item p {
    padding: 0 20px 20px;
    font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .section-portfolio .items .item b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section-portfolio .items .item b {
    font-size: 20px;
  }
}

/* TEAM */

.section-team .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .section-team .items {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .section-team .items {
    grid-template-columns: 1fr;
  }
}

.section-team .items .item {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

@media only screen and (max-width: 992px) {
  .section-team .items .item {
    padding: 0 15px 15px;
  }
}

.section-team .items .item img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-team .items .item img {
    max-width: 320px;
    margin: 0 auto;
  }
}

.section-team .items .item b {
  display: block;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
}
.section-team .items .item p {
    padding: 0 20px 20px;
    font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .section-team .items .item b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section-team .items .item b {
    font-size: 20px;
  }
}

.grecaptcha-badge {
   visibility: hidden;
}
