/* USER VARIABLES SECTION */

:root {
  --accent: #000;
  --regular-text: 16px;
  --lineheight: 1.65;
  --userfont: 'Open Sans', sans-serif;
  --titlefont: 'Lora', serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0.938rem;
}

.row,
.row>* {
  --bs-gutter-x: 1.875rem;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  z-index: 1;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* GENERAL CSS SETTINGS */

.svg-block {
  position: absolute;
  bottom: -9999px;
  left: -9999px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 32px;
}

.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 32px;
}

@media(max-width: 767px) {

  .img-right,
  .img-left {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
}

::placeholder {
  color: #000;
  opacity: 1;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #14295E;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--userfont);
  font-size: var(--regular-text);
  line-height: var(--lineheight);
  color: var(--accent);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: #FFF;
}

/* common */
.title {
  color: #303F53;
  font-weight: 600;
  margin: 0 0 60px 0;
  padding: 0;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-family: var(--titlefont);
}

.menu {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 0;
  margin: 0;
}

.menu li {
  list-style-type: none;
}

.menu li a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.menu li a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 0 22px;
}

.social li {
  list-style-type: none;
}

.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  transition: .2s ease-in all;
}

.social li a svg {
  fill: #fff;
  height: 16px;
  transition: .2s ease-in all;
}

.social li:hover a {
  background: #fff;
}

.social li:hover a svg {
  fill: #303F53;
}

.logo {
  display: block;
}

.lang {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.lang li {
  list-style-type: none;
}

.lang li a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: .2s ease-in all;
  color: #fff;
  font-weight: 600;
}

.lang li:hover a,
.lang li.active a {
  background: #fff;
  color: #303F53;
}

.phone {
  display: flex;
  align-items: center;
  gap: 0 16px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.phone svg {
  fill: none;
  stroke: #fff;
  width: 24px;
  height: 24px;
}

.phone:hover {
  text-decoration: underline;
  color: #fff;
}

.mail {
  display: flex;
  align-items: center;
  gap: 0 16px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.mail svg {
  fill: none;
  stroke: #fff;
  width: 24px;
  height: 24px;
}

.mail:hover {
  color: #fff;
  text-decoration: underline;
}

.address {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.address svg {
  fill: none;
  stroke: #fff;
  width: 24px;
  height: 24px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 316px;
  height: 59px;
  width: 100%;
  background: #303F53;
  border: 1px solid #303F53;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  transition: .2s ease-in all;
  text-decoration: none;
}

.btn:hover {
  background: #fff;
  color: #303F53;
  opacity: .9;
}

.btn-trn {
  background: transparent;
  color: #303F53;
  opacity: .9;
}

.btn-trn:hover {
  background: #303F53;
  color: #fff;
  opacity: 1;
}

.btn-wh {
  background: #fff;
  border-color: #fff;
  color: #303F53;
}

.c-pagination {
  position: absolute;
  bottom: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 68px;
}

.c-pagination .swiper-pagination-bullet {
  padding: 0 !important;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}

.c-pagination .swiper-pagination-bullet::before {
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  right: -60px;
  width: 52px;
  top: 50%;
  transform: translateY(-50%);
}

.c-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.c-pagination .swiper-pagination-bullet:last-child::before {
  display: none;
}

@media(max-width: 991px){
    .btn{
        height: 56px;
        font-size: 16px;
        line-height: 16px;
    }
    .c-pagination{
        gap: 0 48px;
    }
    .c-pagination .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
    }
    .c-pagination .swiper-pagination-bullet::before{
        width: 36px;
        right: -43px;
    }
    .title{
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 40px 0;
    }
    .menu li a{
        font-size: 16px;
        line-height: 16px;
    }
    
    .logo img {
        width: 100px;
        height: 100px;
    }
}

/* end common */

/* header */
.header {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  transition: .2s ease-in all;
}

.header--scroll,
.header--inner {
  background: #303F53;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__info-top {
  display: flex;
  align-items: center;
  gap: 0 40px;
  justify-content: end;
  margin: 0 0 24px 0;
}

.header__info-bottom {
  display: flex;
  align-items: center;
  gap: 0 40px;
  justify-content: end;
}

.header__phone-mobile{
    display: none;
}

.header__phone-mobile svg{
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #fff;
}

.header__mobile-menu-btn{
    display: none;
    border: none;
    background: none;
    position: relative;
    height: 20px;
    width: 32px;
}

.header__mobile-menu-btn span{
    background: #fff;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 10px;
    transition: .2s ease-in all;
}

.header__mobile-menu-btn span:first-child{
    position: absolute;
    top: 3px;

}

.header__mobile-menu-btn span:last-child{
    position: absolute;
    bottom: 2px;
}

.header__mobile{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 80px 0 70px 0;
    background: #303F53;
    display: none;
}

.header__mobile.show{
    display: block;
}

.header__lang-mobile{
    justify-content: center;
    margin: 0 0 40px 0;
}

.header__mobile-btn-close{
    position: absolute;
    top: 16px;
    right: 14px;
    background: none;
    padding: 0;
    border: none;
}

.header__menu-mobile{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    margin: 0 0 40px 0;
}

.header__mobile-phone{
    justify-content: center;
    margin: 0 0 20px 0;
}

.header__menu-mobile svg{
    width: 24px;
    height: 24px;
}

.header__mobile-mail{
    justify-content: center;
    margin: 0 0 20px 0;
}

.header__menu-mail svg{
    width: 24px;
    height: 24px;
}

.header__mobile-address{
    justify-content: center;
}

.header__menu-address svg{
    width: 24px;
    height: 24px;
}

@media(max-width: 1199px){
    .header__info-top{
        gap: 0 15px;
    }
}

@media(max-width: 991px){
    .header__info{
        display: none;
    }
    .header__phone-mobile{
        display: flex;
    }
    
    .header__mobile-menu-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

}

/* end header */

/* footer */
.footer {
  background: #303F53;
  padding: 40px 0 32px 0;
}

.footer__top-row {
  display: flex;
  justify-content: space-between;
}

.footer__top-right {
  display: flex;
  align-items: center;
  gap: 0 80px;
}

.footer__menu {
  gap: 0 80px;
}

.footer__separate {
  background: #fff;
  padding: 0;
  margin: 40px 0;
  width: 100%;
  opacity: .5;
}

.footer__security {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  opacity: .5;
}

.footer__security:hover {
  color: #fff;
  text-decoration: none;
}

.footer__copy {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  opacity: .5;
  text-align: center;
  padding: 0;
  margin: 0;
}

.footer__develop {
  display: flex;
  align-items: center;
  gap: 0 20px;
  text-decoration: none;
  justify-content: end;
}

.footer__develop span {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  opacity: .5;
  width: 100%;
  max-width: 185px;
}

.footer__develop svg {
  fill: #fff;
  opacity: .5;
  width: 120px;
  height: 40px;
}

@media(max-width: 1199px){
    .footer__top-right{
        gap: 0 25px;
    }
    .footer__menu{
        gap: 0 15px;
    }
}

@media(max-width: 991px){
    .footer__top-row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer__bottom .row {
        justify-content: center;
        align-items: center;
        gap: 40px 0;
    }
    
    .footer__security{
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        text-decoration: none;
    }
    
    .footer__develop{
        justify-content: center;
    }
    
    .footer__develop span,
    .footer__copy{
        font-size: 16px;
        line-height: 24px;
    }
    
    .footer__top-right{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px 0;
        margin: 40px 0 0 0;
    }
    
    .footer__menu{
        gap: 20px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* end footer */

/* advantages */
.advantages {
  padding: 128px 0;
}

.advantages__text {
  margin: 0 0 60px 0;
}

.advantages__text h2 {
  font-family: var(--titlefont);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 32px 0;
  padding: 0;
  color: #303F53;
}

.advantages__text p {
  color: #303F53;
  opacity: .9;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px 0;
}

.advantages__text p:last-child {
  margin: 0;
}

.advantages__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.advantages__btns {
  display: flex;
  align-items: center;
  gap: 0 28px;
  margin: 60px 0 0 0;
}

@media(max-width: 991px){
    .advantages{
        padding: 60px 0;
    }
    
    .advantages__text{
        margin: 0 0 40px 0;
    }
    
    .advantages__text h2{
        text-align: center;
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 24px 0;
    }
    
    .advantages__text p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
    
    .advantages__img{
        margin: 40px 0 0 0;
    }
    
    .advantages__btns{
        flex-direction: column;
        gap: 28px 0;
        margin: 40px 0 0 0;
    }
}

/* end advantages */

/* item */
.item {
  display: flex;
  gap: 0 24px;
  margin: 0 0 32px 0;
}

.item:last-child {
  margin: 0;
}

.item__info h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #303F53;
  padding: 0;
  margin: 0 0 16px 0;
}

.item__info p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .32px;
  color: #303F53;
  opacity: .9;
  padding: 0;
  margin: 0;
}

@media(max-width: 991px){
    .item{
        flex-direction: column;
        gap: 16px;
    }
    
    .item__img{
        text-align: center;
    }
    
    .item__info h3{
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        margin: 0 0 12px 0;
    }
    
    .item__info p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
}

/* end item */

/* benefits */
.benefits {
  padding: 128px 0;
}

.benefits__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefits__text {
  margin: 0 0 60px 0;
}

.benefits__text h2 {
  font-family: var(--titlefont);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 32px 0;
  padding: 0;
  color: #303F53;
}

.benefits__text p {
  color: #303F53;
  opacity: .9;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px 0;
}

.benefits__text p:last-child {
  margin: 0;
}

@media(max-width: 991px){
    .benefits{
        padding: 60px 0;
    }
    .benefits .row{
        flex-direction: column-reverse;
    }
    
    .benefits__text{
        margin: 0 0 40px 0;
    }
    
    .benefits__text h2{
        text-align: center;
        margin: 0 0 24px 0;
        font-size: 32px;
        line-height: 32px;
    }
    
    .benefits__text p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
    
    .benefits__img{
        margin: 40px 0 0 0;
    }
}

/* end benefits */

/* brands */
.brands {
  padding: 0 0 128px 0;
}

.brands__row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands__soon {
  margin: 80px 0 0 0;
}

.brands__soon-item img{
    filter: grayscale(1);
}

@media(max-width: 991px){
    .brands{
        padding: 0 0 60px 0;
    }
    .brands__row{
        gap: 28px 14px;
    }
    .brands__item{
        width: calc(50% - 7px);
    }
    .brands__soon{
        margin: 40px 0 0 0;
    }
}

/* end brands */

/* family-park */
.family-park {
  padding: 100px 0;
  background: #303F53;
}

.family-park__text h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: var(--titlefont);
  padding: 0;
  margin: 0 0 32px 0;
}

.family-park__text p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.family-park__text ul {
  padding: 0;
  margin: 32px 0 0 0;
}

.family-park__text ul li {
  padding: 0;
  margin: 0 0 24px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: .32px;
  color: #fff;
  opacity: .8;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0 21px;
}

.family-park__text ul li:last-child {
  margin: 0;
}

.family-park__text ul li::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('../images/tick.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.family-park__slider-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.family-park__slider-full {
  overflow: hidden;
  position: relative;
}

.family-park__slider-full .swiper-button-next,
.family-park__slider-full .swiper-button-prev {
  color: #fff;
}

.family-park__slider-full .swiper-button-next {
  right: 20px;
}

.family-park__slider-full .swiper-button-prev {
  left: 20px;
}

.family-park__slider-small {
  overflow: hidden;
  margin: 20px 0 0 0;
}

.family-park__slider-small-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media(max-width: 991px){
    .family-park{
        padding: 40px 0;
    }
    .family-park__text{
        margin: 0 0 40px 0;
    }
    
    .family-park__text h2{
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 24px 0;
    }
    
    .family-park__text p{
        font-size: 16px;
        line-height: 24px;
    }
    
    .family-park__text ul li{
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
}


/* end family-park */

/* contact-us */
.contact-us {
  position: relative;
  margin: 0 0 128px 0;
}

.contact-us__map {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.contact-us__callback {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 722px;
  padding: 60px;
  background: #303F53;
}

.contact-us__callback h2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 32px 0;
  padding: 0;
  font-weight: 600;
  font-family: var(--titlefont);
}

.contact-us__callback p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  opacity: .9;
}

.contact-us__item {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.contact-us__item:nth-child(2) {
  margin: 20px 0;
}

.contact-us__item svg {
  fill: none;
  stroke: #fff;
  width: 24px;
  height: 24px;
}

.contact-us__item p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  opacity: .9;
}

.contact-us__item p strong {
  font-weight: 600;
}

.contact-us__item p a {
  text-decoration: none;
  color: #fff;
  opacity: .9;
}

.contact-us__item p a:hover {
  text-decoration: underline;
}

.contact-us__form {
  margin: 60px 0 0 0;
}

.contact-us__form-row {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-us__form-item {
  width: calc(50% - 16px);
}

.contact-us__form-item-full {
  width: 100%;
}

.contact-us__form-item label {
  display: block;
  margin: 0 0 12px 0;
  letter-spacing: .32px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.contact-us__form-item input {
  display: flex;
  align-items: center;
  padding: 0 20px;
  letter-spacing: .32px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  height: 62px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-us__form-item input::placeholder,
.contact-us__form-item textarea::placeholder {
  color: #fff;
  opacity: .6;
}

.contact-us__form-item textarea {
  display: block;
  resize: none;
  padding: 17px 20px;
  letter-spacing: .32px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  height: 200px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-us__form-btn {
  margin: 60px auto 0 auto;
}

@media(max-width: 991px){
    .contact-us{
        margin: 0 0 60px 0;
    }
    
    .contact-us .container{
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .contact-us__map{
        position: unset;
        transform: none;
        margin: 40px 0 0 0;
    }
    
    .contact-us__map iframe{
        height: 650px;
    }
    .contact-us__callback{
        padding: 40px 14px;
        max-width: 100%;
    }
    
    .contact-us__form-item {
        width: 100%;
    }
    .contact-us__form-item label{
        font-size: 16px;
        line-height: 16px;
    }
    
    .contact-us__form-item input{
        height: 56px;
        font-size: 16px;
        line-height: 16px;
    }
    
    .contact-us__callback h2{
        font-size: 32px;
        line-height: 32px;
    }
    
    .contact-us__callback p{
        font-size: 16px;
        line-height: 24px;
    }
    
    .contact-us__form{
        margin: 40px 0 0 0;
    }
}

/* end contact-us */

/* video */
.video__container {
  width: 100%;
  max-width: 1820px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.video__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__btn svg {
  width: 100px;
  height: 100px;
  fill: #303F53;
}

.video__iframe {
  display: none;
}

.video__iframe iframe {
  min-height: 900px;
}

@media(max-width: 991px){
    .video{
        height: 350px;
    }
    .video__container{
        height: 100%;
    }
    .video__img{
        height: 100%;
    }
    .video__iframe iframe{
        min-height: 350px;
    }
}

/* end video */

/* callback */
.callback {
  padding: 128px 0;
}

.callback__text h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  margin: 0 0 32px 0;
  font-family: var(--titlefont);
  color: #303F53;
}

.callback__text p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .32px;
  color: #303F53;
  opacity: .9;
}

.callback__contact {
  margin: 40px 0 0 0;
}

.callback__contact-row {
  gap: 32px 0;
}

.callback__form-control label {
  display: block;
  margin: 0 0 12px 0;
  letter-spacing: 0.32px;
  color: #303F53;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.callback__form-control input {
  height: 62px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  background: rgba(48, 63, 83, 0.15);
  color: #303F53;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 18px;
  border: 1px solid rgba(48, 63, 83, 0.3);
}

.callback__form-control input::placeholder {
  color: rgba(48, 63, 83, 0.6);
}

.callback__form-btn {
  margin: 60px auto 0 auto;
}

@media(max-width: 991px){
    .callback{
        padding: 60px 0;
    }
    
    .callback__text h2{
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 24px 0;
        text-align: center;
    }
    
    .callback__text p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
    
    .callback__contact-row{
        gap: 28px 0;
    }
    
    .callback__form-control label{
        font-size: 16px;
        line-height: 16px;
    }
    
    .callback__form-control input{
        height: 56px;
        font-size: 16px;
        line-height: 16px;
    }
    
    .callback__form-btn{
        margin: 40px auto 0 auto;
    }

}

/* callback */

/* slider */
.slider {
  overflow: hidden;
  position: relative;
  height: 900px;
}

.slider__slide {
  position: relative;
}

.slider__slide-img {
  position: relative;
  z-index: 3;
  height: 100%;
}

.slider__slide-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider__slide-img::before {
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(48, 63, 83, 0.7) 0%, rgba(48, 63, 83, 0.7) 100%);
}

.slider__slide-text {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 268px 0 0 0;
}

.slider__slide-text h2 {
  color: #fff;
  font-family: var(--titlefont);
  margin: 0 0 32px 0;
  font-weight: 600;
  line-height: 60px;
  font-size: 60px;
}

.slider__slide-text p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  opacity: .8;
  max-width: 650px;
}

.slider__slide-text p strong {
  font-weight: 600;
}

.slider__slide-btn {
  margin: 60px 0 0 0;
  max-width: 300px;
}

@media(max-width: 991px){
    .slider{
        height: 600px;
    }
    .slider__slide-text{
        padding: 162px 0 0 0;
    }
    
    .slider__slide-text h2{
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .slider__slide-text p{
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .slider__slide-btn{
        margin: 40px auto 0 auto;
    }
}

/* end slider */

/* gallery */
.gallery {
  padding: 0 0 188px 0;
  overflow: hidden;
}

.gallery-slider {
  position: relative;
}

.gallery-slider-pagination.c-pagination .swiper-pagination-bullet {
  border-color: #303F53;
}

.gallery-slider-pagination.c-pagination .swiper-pagination-bullet::before {
  background: #303F53;
}

.gallery-slider-pagination.c-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #303F53;
}

.gallery-slider-pagination {
  bottom: -60px !important;
}

.gallery-slider__slide {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.gallery-slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.item1 {
  grid-area: 1 / 1 / 4 / 5;
  overflow: hidden;
}

.item2 {
  grid-area: 1 / 7 / 3 / 9;
  overflow: hidden;
}

.item3 {
  grid-area: 1 / 9 / 3 / 11;
  overflow: hidden;
}

.item4 {
  grid-area: 3 / 7 / 6 / 11;
  overflow: hidden;
}

.item5 {
  grid-area: 4 / 1 / 6 / 3;
  overflow: hidden;
}

.item6 {
  grid-area: 4 / 3 / 6 / 5;
  overflow: hidden;
}

.item7 {
  grid-area: 1 / 5 / 6 / 7;
  overflow: hidden;
}

@media(max-width: 991px){
    .gallery{
        padding: 0 0 115px 0;
    }
    .gallery-slider__slide{
        gap: 15px;
    }
}

/* end gallery */

/* content-page */
.content-page {
  padding: 248px 0 128px 0;
}

.content-page p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: .32px;
  color: #000;
  margin: 0 0 20px 0;
}

.content-page p:last-child {
  margin: 0;
}

@media(max-width: 991px){
    .content-page{
        padding: 168px 0 60px 0;
    }
}

/* end content-page */

/* info-page */
.info-page {
  padding: 268px 0;
  position: relative;
}

.info-page .container{
    z-index: 2;
    position: relative;
}

.success__img {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 40px auto;
}

.success::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/thanks.svg');
  width: 100%;
  height: 465px;
  background-size: contain;
}

.error-page::before {
  content: '';
  position: absolute;
  top: 200px;
  left: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/sorry.svg');
  width: 100%;
  height: 690px;
  transform: translateX(-50%);
  background-size: contain;
}

.success h1 {
  color: #303F53;
  text-align: center;
  margin: 0 0 32px 0;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  padding: 0;
  font-family: var(--titlefont);
}

.success p {
  color: #303F53;
  opacity: .9;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.success__btn {
  margin: 60px auto 0 auto;
}

.error__btn {
  margin: 60px 0 0 0;
}

.error-page h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  color: #303F53;
  font-family: var(--titlefont);
  margin: 0 0 32px 0;
  padding: 0;
}

.error-page p {
  letter-spacing: 0.32px;
  font-size: 18px;
  line-height: 24px;
  color: #303F53;
  opacity: 0.9;
}

.error__number {
  font-weight: 800;
  font-size: 350px;
  line-height: 350px;
  color: #303F53;
  padding: 100px 0 0 0;
}

@media(max-width: 991px){
    .error-page{
        padding: 180px 0 200px 0;
    }
    .error-page::before{
        -webkit-background-size: cover;
        background-size: cover;
        height: 200px;
        bottom: 60px;
        top: unset;
    }
    .error-page .row{
        flex-direction: column-reverse;
    }
    .error__number{
        font-size: 100px;
        line-height: 100px;
        padding: 0;
        text-align: center;
        margin: 0 0 30px 0;
    }
    
    .error-page h1{
        font-size: 40px;
        line-height: 52px;
        text-align: center;
        margin: 0 0 24px 0;
    }
    
    .error-page p{
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    
    .error__btn{
        margin: 40px auto 0 auto;
    }
    
    .success{
        padding: 180px 0 300px 0;
    }
    
    .success__img {
        width: 200px;
        height: 200px;
        margin: 0 auto 32px auto;
    }
    
    .success__img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .success h1{
        font-size: 40px;
        line-height: 40px;
    }
    
    .success p{
        font-size: 16px;
        line-height: 24px;
    }
    
    .success__btn{
        margin: 40px auto 0 auto;
    }
    
    .success::before{
        bottom: 0;
        top: unset;
        height: 150px;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media(max-width: 520px){
    .success{
        padding-bottom: 200px;
    }
    .success::before{
        height: 100px;
    }
}

/* end info-page */