html {
    box-sizing: border-box;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    color: #1D1D1E;
    font-weight: 400;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

button {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.header {
    padding: 15px 30px;
}

.header__inner-mob {
    display: none;
}

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

.header__items-1,
.header__items-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.header__logo-img {
    width: 100%;
}

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

.header__phone-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.header__phone-link + .header__phone-link {
    margin-top: 5px;
}

.header__social {
    display: flex;
}

.header__social-facebook {
    margin-right: 15px;
}

.menu__btn {
    display: none;
}

.menu__list {
    display: flex;
}

.menu__list a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 17px;
}

.menu__list a:hover {
    border-bottom: 3px solid  #F2E800;
}

.menu__list .current_page_item a {
    border-bottom: 3px solid  #F2E800;
}

.language__list {
    display: flex;
}

.language__list a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.language__list li {
    text-transform: uppercase;
    /* color: #000000; */
    /*color:#797979;*/
    color: #a4a4a4;
} 

#header-menu-lang  > .current_page_item {
    color: #F2E800;
}

#header-menu-lang  > .current-lang {
    /* color: #F2E800; */
    color: #000000;
    font-weight: 600;
}

.active__language {
    color: #000000;
}

.main__slider-item {
    position: relative;
}

.main__slider-img {
    width: 100%;
    height: 92vh;
    object-fit: cover;
}

.main__slider-text {
    position: absolute;
    font-weight: 900;
    font-size: 100px;
    line-height: 95px;
    text-transform: uppercase;
    color: #F2E900;
    left: 30px;
    bottom: 60px;
}

.main__slider-descr {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 40%);
    width: 100%;
    min-height: 360px;
}

.services {
    margin-top: 120px;
}

.services__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 60px;
    margin-left: 30px;
}

.services__inner {
    display: flex;
    flex-wrap: wrap;
}

.services__block-1,
.services__block-2,
.services__block-3,
.services__block-4 {
    /* float: left; */
    display: inline-block;
    width: 25%;
    position: relative;
}

.services__block-img {
    width: 100%;
    display: block;
    height: auto;
    filter: brightness(0.75);
}

.services__block-link {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .6s;
    background-color: #000000;
  }
  
.services__block-1:hover .overlay,
.services__block-2:hover .overlay,
.services__block-3:hover .overlay,
.services__block-4:hover .overlay {
    opacity: 0.55;
}

.services__block-1:hover .services__block-link,
.services__block-2:hover .services__block-link,
.services__block-3:hover .services__block-link,
.services__block-4:hover .services__block-link {
    display: none;
}
  
.text {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translate(-5px, -50%);
    text-align: center;
}

.text p {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.portfolio {
    margin-top: 120px;
}

.portfolio__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 60px;
    margin-left: 30px;
}

.portfolio__inner {
    display: flex;
    flex-wrap: wrap;
}

.portfolio__block-1,
.portfolio__block-2,
.portfolio__block-3,
.portfolio__block-4,
.portfolio__block-5,
.portfolio__block-6,
.portfolio__block-7,
.portfolio__block-8 {
    /* float: left; */
    display: inline-block;
    width: 25%;
    position: relative;
}

.portfolio__block-img {
    width: 100%;
    display: block;
    height: auto;
}

.overlay__portfolio {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s;
    background-color: #000000;
}
  
.portfolio__block-1:hover .overlay__portfolio,
.portfolio__block-2:hover .overlay__portfolio,
.portfolio__block-3:hover .overlay__portfolio,
.portfolio__block-4:hover .overlay__portfolio,
.portfolio__block-5:hover .overlay__portfolio,
.portfolio__block-6:hover .overlay__portfolio,
.portfolio__block-7:hover .overlay__portfolio,
.portfolio__block-8:hover .overlay__portfolio {
    opacity: 0.65;
}
  
.text__portfolio {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.discuss {
    margin-top: 80px;
    margin-bottom: 79px;
}

.discuss__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.discuss__form {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}
.discuss__form-input {
    width: 470px;
    font-size: 18px;
    line-height: 60px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #6D6D6D;
    outline: none;
}

.discuss__form-input::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6D6D6D;
}

.discuss__form-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    padding: 23px 80px;
    border: none;
    outline: none;
    background-color: #1D1D1E;
    max-height: 64px;
}

.footer {
    background-color: #1D1D1E;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
}

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

.footer__email {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer__email-text {
    margin-bottom: 15px;
}

.footer__adress {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer__adress-text {
    margin-bottom: 15px;
}

.footer__logo {
    width: 290px;
}

.footer__logo-text {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 5px;
}


/* ----------------------------------------------------- */
/* PAGE PORTFOLIO */

.portfilter {
    padding-top: 60px;
    position: relative;
}

.portfilter::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

.portfilter__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
    margin-left: 30px;
}

/* Стили для табов*/

.filterDiv {
    text-align: left;
    display: none; /* Скрыто по умолчанию */
}
  
/* В класс "show" добавляется к отфильтрованные элементы */
.show {
    display: block;
}
  
/* Стиль кнопок */
.portfilter .btn {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.btn-r {
    margin-right: 40px;
}
  
/* Добавить светло-серый фон на наведении курсора мыши */
.portfilter .btn:hover {
    border-bottom: 2px solid  #F2E800;
}
  
/* Добавить темный фон для активной кнопки */
.portfilter .btn.active {
    border-bottom: 2px solid  #F2E800;
}

.filters__btn {
    text-align: left;
    margin-bottom: 60px;
    margin-left: 30px;
}

.portlist__inner {
    display: flex;
    flex-wrap: wrap;
}

.portlist__item {
    /* display: inline-block; */
    width: 25%;
    position: relative;
}

.portlist__item:hover .overlay__portfolio {
    opacity: 0.65;
}

/*Конец стилей для табов*/

/* END PAGE PORTFOLIO */
/* ----------------------------------------------------- */





/* ----------------------------------------------------- */
/* PAGE SINGLE DESIGN PROJECT */

.design {
    position: relative;
}

.design::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

.design__mob {
    display: none;
}

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

.design__content {
    margin: 60px 60px 0 30px;
    max-width: 588px;
}

.design__link {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.design__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    margin: 20px 0;
}

.design__descr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 330px;
}

.design__descr-text {
    font-size: 20px;
    line-height: 30px;
}

.design__text {
    font-size: 16px;
    line-height: 24px;
}

.design__text + .design__text {
    margin-top: 15px;
}

.design__slider {
    width: 50%;
}

.design__slider-img {
    width: 100%;
    position: relative;
    max-height: 800px;
}

.plus-img {
    position: relative;
}

.plus-img::after {
    content: "";
    position: absolute;
    background-image: url(../images/plus-slider.svg);
    width: 24px;
    height: 24px;
    left: 210px;
    bottom: 32px;
    z-index: 5;
}

.design .slick-arrow {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    bottom: 27px;
    left: 38px;
    z-index: 5;
    cursor: pointer;
}

.design .slick-next {
    left: 122px;
}

.fancybox-container,
.fancybox-inner,
.fancybox-navigation, 
.fancybox-toolbar {
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.fancybox-button--zoom svg,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-infobar {
    display: none;
}

.fancybox-content {
    transform: translate(40%, 0) !important;
    width: 1080px !important;
    height: 100% !important;
    cursor: pointer !important;
}

.fancybox-bg {
    background: #1d1d1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-button {
    background: rgba(29,29,30,1);
    height: 55px;
    width: 55px;
    padding: 0;
    color: #FFFFFF;
}

.fancybox-button--close {
    margin-right: 30px;
    margin-top: 30px;
}

.fancybox-container .prev,
.fancybox-container .next {
  width: 47px;
  height: 26px;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  padding: 60px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

.fancybox-container .next {
  right: -85px;
}

.fancybox-container .prev {
  left: -135px;
}

.product-bullets {
    list-style: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
  
.product-bullets li {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
  
.product-bullets li a {
    display: block;
    height: 18px;
    width: 18px;
    position: relative;
}
  
.product-bullets li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-100%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-indent: -99999px;
    overflow: hidden;
    background: #FFFFFF;
}
  
.product-bullets li.active a span {
    background: #F2E800;
}

.fancybox-caption {
    padding: 0px max(28px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
}

.fancybox-caption {
    font-size: 0px;
    line-height: 0;
    padding: 0;
    z-index: 1;
}


/* END PAGE SINGLE DESIGN PROJECT */
/* ----------------------------------------------------- */







/* ----------------------------------------------------- */
/* PAGE ABOUT US */

.about {
    position: relative;
}

.about::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.about__content {
    max-width: 588px;
    margin: 60px 60px 0 30px;
}

.about__content-tmob {
    display: none;
}

.about__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
}

.about__content-text {
    font-size: 20px;
    line-height: 30px;
}

.about__content-text + .about__content-text {
    margin-top: 15px;
}

.about__content-textbold {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    max-width: 380px;
}

.about__content-tbt {
    margin-top: 15px;
}

.about__image {
    width: 50%;
    position: relative;
}

.about__image-img {
    width: 100%;
}

.about__descr {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    min-height: 150px;
    
}

.about__descr-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 51px 0 15px 30px;
}

.about__descr-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 30px;
}

.certificate {
    margin-top: 120px;
}

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

.certificate__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 61px;
    margin-left: 30px;
}

.certificate__slider {
    display: flex;
}

.certificate__slider-item {
    width: 25%;
}

.certificate__slider-img {
    width: 100%;
    display: block;
    height: 100%;
}

.certificate .slider-arrows {
    position: relative;
}

.certificate .slick-arrow {
    display:inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 5;
    cursor: pointer;
}

.certificate .slick-prev {
    right: 130px;
}

.partners {
    margin-top: 120px;
}

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

.partners__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 60px;
    margin-left: 30px;
}

.partners .partners-slider-arrows {
    position: relative;
}

.partners .slick-arrow {
    display:inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 5;
    cursor: pointer;
}

.partners .slick-prev {
    right: 130px;
}

.partners__slider {
    display: flex;
}

.partners__slider-item {
    width: 25%;
}

.partners__slider-img {
    width: 100%;
    display: block;
    height: 100%;
}

.clients {
    margin-top: 120px;
}

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

.clients__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 60px;
    margin-left: 30px;
}

.clients .clients-slider-arrows {
    position: relative;
}

.clients .slick-arrow {
    display:inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 5;
    cursor: pointer;
}

.clients .slick-prev {
    right: 130px;
}

.clients__slider {
    display: flex;
}

.clients__slider-item {
    width: 25%;
}

.clients__slider-img {
    width: 100%;
    display: block;
    height: 100%;
}

/* END ABOUT US */
/* ----------------------------------------------------- */





/* ----------------------------------------------------- */
/* PAGE SERVICES */

.allserv {
    position: relative;
}

.allserv::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.allserv__content {
    max-width: 588px;
    margin: 60px 60px 0 30px;
}

.allserv__content-text {
    font-size: 20px;
    line-height: 30px;
}

.allserv__content-top {
    margin-top: 20px;
}

.allserv__image {
    width: 50%;
}

.allserv__image-img {
    width: 100%;
}

/* END SERVICES */
/* ----------------------------------------------------- */




/* ----------------------------------------------------- */
/* PAGE CONTACTS */

.continfo {
    padding-top: 60px;
    position: relative;
}

.continfo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

.continfo__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 60px;
    margin-left: 30px;
}

.continfo__inner {
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 38px;
}

.continfo__icons {
    width: 40px;
    height: 40px;
    display: flex;
}

.continfo__icons-facebook {
    margin-right: 40px;
}

.continfo__phone-title,
.continfo__email-title,
.continfo__adress-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.continfo__phone-link,
.continfo__email-link,
.continfo__adress-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

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

.card__fr {
    margin: 111px 60px 40px 30px;
}

.card__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

.card__form {
    max-width: 470px;
    text-align: right;
}

.card__form-input {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #6D6D6D;
    padding: 0 5px 15px 0;
    outline: none;
    margin-top: 60px;
}

.card__form-input::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6D6D6D;
}

.card__form-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    padding: 23px 80px;
    border: none;
    outline: none;
    background-color: #1D1D1E;
    margin-top: 60px;
}

.card__tw {
    /* margin-top: 40px; */
    width: 50%;
}

@media (min-width: 1100px) {
.card__image iframe {
    width: 50%;
    /* height: 544px; */
    height: 55vh;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
}

/* END CONTACTS */
/* ----------------------------------------------------- */





/* ----------------------------------------------------- */
/* PAGE NEWS */

.mainnews {
    padding-top: 60px;
    position: relative;
}

.mainnews::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

.mainnews__title-main {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 60px;
    margin-left: 30px;
}

.mainnews__inner {
    display: flex;
    flex-wrap: wrap;
}

.mainnews__block-1,
.mainnews__block-2,
.mainnews__block-3,
.mainnews__block-4 {
    /* float: left; */
    display: inline-block;
    width: 25%;
    position: relative;
}

.mainnews__block-img {
    width: 100%;
    display: block;
    height: auto;
    filter: brightness(0.55);
}

.mainnews__block-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    position: absolute;
    top: 44%;
    left: 30px;
    right: 30px;
    text-align: center;
}

.overlay__mainnews {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s;
    background-color: #000000;
}
  
.mainnews__block-1:hover .overlay__mainnews,
.mainnews__block-2:hover .overlay__mainnews,
.mainnews__block-3:hover .overlay__mainnews,
.mainnews__block-4:hover .overlay__mainnews {
    opacity: 0.55;
}

.mainnews__block-1:hover .mainnews__block-link,
.mainnews__block-2:hover .mainnews__block-link,
.mainnews__block-3:hover .mainnews__block-link,
.mainnews__block-4:hover .mainnews__block-link {
    display: none;
}
  
.text__mainnews {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    transform: translate(-5px, -50%);
    text-align: center;
}

.mainnews__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.mainnews__text {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

/* END NEWS */
/* ----------------------------------------------------- */


/* ----------------------------------------------------- */
/* PAGE SINGLE NEWS */

.newcontent {
    position: relative;
}

.newcontent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.newcontent__descr {
    margin: 60px 60px 0 30px;
    max-width: 588px;
}
.newcontent__descr-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    color: #6D6D6D;
    margin-bottom: 40px;
}

.newcontent__descr-text {
    font-size: 16px;
    line-height: 24px;
}

.newcontent__descr-text + .newcontent__descr-text {
    margin-top: 20px;
}

.newcontent__image {
    width: 50%;
}

.newcontent__image-img {
    width: 100%;
}

/* END SINGLE NEWS */
/* ----------------------------------------------------- */







/* ----------------------------------------------------- */
/* PAGE ARCHITECTURE */

.architec {
    position: relative;
}

.architec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.architec__content {
    margin: 60px 60px 0 30px;
    max-width: 588px;
}

.architec__content-tmob {
    display: none;
}

.architec__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
}

.architec__content-text {
    font-size: 16px;
    line-height: 24px;
}

.architec__content-text + .architec__content-text {
    margin-top: 20px;
}

.architec__image {
    width: 50%;
}

.architec__image-img {
    width: 100%;
}

.steps {
    margin-top: 132px;
}

.steps__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
    margin-left: 30px;
}

.steps__inner-mob {
    display: none;
}

.steps__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 27px 0 30px;
}

.steps__item1,
.steps__item2,
.steps__item3,
.steps__item4,
.steps__item5 {
    max-width: 235px;
}

.steps__item-num {
    font-weight: 600;
    font-size: 90px;
    line-height: 122px;
    color: #6D6D6D;
    margin-bottom: 15px;
    position: relative;
}

.steps__item-num::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #F2E800;
    left: 0;
    bottom: 0;
}

.steps__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: 54px;
}

.steps__item-descr {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.steps__item-list {
    margin-left: 15px;
}

.steps__item-link {
    font-size: 14px;
    line-height: 21px;
    list-style: decimal;
}

.portfolio__title-arch {
    margin-bottom: 40px;
}

.portfolio__hash-link {
    font-size: 18px;
    line-height: 22px;
    margin-left: 30px;
}

.portfolio__inner-arch {
    margin-top: 60px;
}

/* END ARCHITECTURE */
/* ----------------------------------------------------- */






/* ----------------------------------------------------- */
/* PAGE DESIGN */

.styling {
    position: relative;
}

.styling::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.styling__content {
    margin: 60px 60px 0 30px;
    max-width: 588px;
}

.styling__content-tmob {
    display: none;
}

.styling__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
}

.styling__content-text {
    font-size: 16px;
    line-height: 24px;
}

.styling__content-text + .styling__content-text {
    margin-top: 20px;
}

.styling__image {
    width: 50%;
}

.styling__image-img {
    width: 100%;
}

.stage {
    margin-top: 120px;
}

.stage__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
    margin-left: 30px;
}

.stage__inner-mob {
    display: none;
}

.stage__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}

.stage__item1,
.stage__item2,
.stage__item3,
.stage__item4,
.stage__item5,
.stage__item6 {
    max-width: 440px;
}

.stage__item-num {
    font-weight: 600;
    font-size: 90px;
    line-height: 122px;
    color: #6D6D6D;
    margin-bottom: 15px;
    position: relative;
}

.stage__item-num::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #F2E800;
    left: 0;
    bottom: 0;
}

.stage__item-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
}

.stage__item-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

/* END PAGE DESIGN */
/* ----------------------------------------------------- */







/* ----------------------------------------------------- */
/* PAGE AGREEMENT*/

.agreem {
    position: relative;
}

.agreem::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.agreem__content {
    margin: 60px 60px 0 30px;
    max-width: 588px;
}

.agreem__content-tmob {
    display: none;
}

.agreem__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
}

.agreem__content-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.agreem__content-list {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.agreem__image {
    width: 50%;
}

.agreem__image-img {
    width: 100%;
}

/* END PAGE AGREEMENT */
/* ----------------------------------------------------- */




/* ----------------------------------------------------- */
/* PAGE REALIZATION */

.realize {
    position: relative;
}

.realize::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    left: 0;
    top: 0;
}

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

.realize__content {
    margin: 60px 60px 0 30px;
    max-width: 588px;
}

.realize__content-tmob {
    display: none;
}

.realize__content-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #6D6D6D;
    margin-bottom: 40px;
}

.realize__content-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.realize__image {
    width: 50%;
}

.realize__image-img {
    width: 100%;
}

/* END PAGE REALIZATION */
/* ----------------------------------------------------- */

/* PAGE THANK YOU */

.thank {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 243px);
    margin-left: 30px;
    margin-right: 30px;
}

.thank__title {
    font-weight: 600;
    font-size: 58px;
    line-height: 58px;
    color: #6D6D6D;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 160px;
}

.thank__link {
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
    color: #1D1D1E;
    text-decoration: underline;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.thank__link::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 22px;
    background-image: url(../images/thank-arrow.svg);
    left: 0;
}

.thank__link:hover::before {
    left: -10px;
    transition: 0.5s;
    cursor: pointer;
}
.thank__link:hover {
    color: #F2E900;
    cursor: pointer;
	transition: 0.5s;
}

/* END PAGE THANK YOU */



/*New block - hashtag */
.main__hasht {
    position: absolute;
    left: 30px;
    bottom: 310px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
}

.main__hashtwo {
    position: absolute;
    left: 30px;
    bottom: 270px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
}

.main__hasht-text + .main__hasht-text,
.main__hashtwo-text + .main__hashtwo-text {
    margin-left: 50px;
}

@media (max-width: 900px) {
    .main__hasht {
        bottom: 250px;
    }
    .main__hashtwo {
        bottom: 210px;
    }
}

@media (max-width: 700px) {
    .main__hasht {
        bottom: 200px;
    }
    .main__hashtwo {
        bottom: 160px;
    }
    .main__hasht-text + .main__hasht-text,
    .main__hashtwo-text + .main__hashtwo-text {
        margin-left: 30px;
    }
}

@media (max-width: 500px) {
    .main__hasht {
        bottom: 190px;
        left: 15px;
        font-size: 17px;
        line-height: 17px;
    }
    .main__hashtwo {
        font-size: 17px;
        line-height: 17px;
        left: 15px;
    }
    .main__hasht-text + .main__hasht-text,
    .main__hashtwo-text + .main__hashtwo-text {
        margin-left: 20px;
    }
}

@media (max-width: 420px) {
    .main__hasht {
        bottom: 180px;
        font-size: 15px;
        line-height: 15px;
    }
    .main__hashtwo {
        bottom: 150px;
        font-size: 15px;
        line-height: 15px;
    }
}

@media (max-width: 375px) {
    .main__hasht {
        font-size: 13px;
        line-height: 13px;
        bottom: 170px;
    }
    .main__hashtwo {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 320px) {
    .main__hasht {
        font-size: 10px;
        line-height: 10px;
    }
    .main__hashtwo {
        font-size: 10px;
        line-height: 10px;
    }
}

/*New block - hashtag */

















/* ----------------------------------------------------- */
/* MEDIA REQUESTS */

@media (max-width: 1700px) {
    .fancybox-content {
        transform: translate(30%, 0) !important;
    }
}

@media (max-width: 1600px) {
    .fancybox-content {
        transform: translate(25%, 0) !important;
    }
}

@media (max-width: 1540px) {
    .text__portfolio {
        left: 45%;
        transform: translate(-40%, -50%);
    }
    .fancybox-content {
        transform: translate(20%, 0) !important;
    }
}

@media (max-width: 1440px) {
    .text__portfolio {
        left: 40%;
        transform: translate(-35%, -50%);
    }
    .fancybox-content {
        transform: translate(43%, 0) !important;
        width: 802px !important;
    }
}

@media (max-width: 1400px) {
    .newcontent__descr,
    .architec__content,
    .styling__content,
    .agreem__content,
    .realize__content,
    .allserv__content {
        max-width: 570px;
    }
    .stage__item1, .stage__item2, .stage__item3, .stage__item4, .stage__item5, .stage__item6 {
        max-width: 370px;
    }
}

@media (max-width: 1367px) {
    .fancybox-content {
        transform: translate(35%, 0) !important;
    }
}

@media (max-width: 1300px) {
    .about__content,
    .allserv__content,
    .newcontent__descr,
    .architec__content,
    .styling__content,
    .agreem__content,
    .realize__content,
    .design__content {
        max-width: 500px;
        margin: 60px 0 0 30px;
    }
    .text__portfolio {
        left: 30%;
        transform: translate(-25%, -50%);
    }
    .discuss__form-input {
        margin-right: 30px;
    }
    .continfo__icons {
        margin-right: 30px;
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 200px;
    }
    .steps__item-title {
        font-size: 18px;
        line-height: 21px;
    }
    .design .slick-arrow {
        bottom: 63px;
    }
    .fancybox-content {
        transform: translate(30%, 0) !important;
    }
}

@media (max-width: 1250px) {
    .design .slick-arrow {
        bottom: 86px;
    }
}

@media (max-width: 1220px) {
    .design .slick-arrow {
        bottom: 108px;
    }
}

@media (max-width: 1200px) {
    .menu__list a {
        padding-right: 5px;
        padding-left: 5px;
    }
    .about__descr {
        min-height: 100px;
    }
    .about__descr-title {
        margin: 10px 0 15px 30px;
    }
    .continfo__icons-facebook {
        margin-right: 25px;
    }
    .mainnews__title, .mainnews__block-link {
        font-size: 18px;
        line-height: 20px;
    }
    .mainnews__text {
        font-size: 12px;
        line-height: 16px;
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 160px;
    }
    .steps__item-title {
        font-size: 16px;
        line-height: 16px;
    }
    .steps__item-link {
        font-size: 12px;
        line-height: 14px;
    }
    .steps__item-descr {
        font-size: 16px;
        line-height: 16px;
    }
    .stage__item1, .stage__item2, .stage__item3, .stage__item4, .stage__item5, .stage__item6 {
        max-width: 300px;
    }
    .fancybox-content {
        transform: translate(24%, 0) !important;
    }
}

@media (max-width: 1134px) {
    .design .slick-arrow {
        bottom: 140px;
    }
    .fancybox-content {
        transform: translate(20%, 0) !important;
    }
}

@media (max-width: 1100px) {
    .about__inner {
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .about__image {
        max-width: 100%;
        width: 100%;
    }
    .about__descr {
        min-height: 150px;
        bottom: 0px;
    }
    .about__descr-title {
        margin: 51px 0 15px 30px;
    }
    .about__content {
        max-width: 100%;
        margin: 60px 30px 0 30px;
    }
    .about__content-title {
        display: none;
    }
    .about__content-tmob {
        display: block;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px;
        color: #6D6D6D;
        margin: 40px 0 40px 30px;
    }
    .about__content-textbold {
        max-width: 100%;
    }
    .allserv__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .allserv__image {
        max-width: 100%;
        width: 100%;
    }
    .allserv__content {
        max-width: 100%;
    }
    .main__slider-text {
        font-size: 85px;
        line-height: 80px;
    }
    .text__portfolio {
        left: 20%;
        transform: translate(-15%, -50%);
    }
    .continfo__inner {
        display: block;
    }
    .continfo__icons {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .continfo__icons-facebook {
        margin-right: 30px;
    }
    .continfo__phone, 
    .continfo__email {
        margin-bottom: 20px;
    }
    .card__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .card__tw {
        width: 100%;
    }
    .card__image iframe {
        width: 100%;
        height: 544px;
    }
    .card__form {
        max-width: 100%;
    }
    .card__fr {
        margin: 50px 20px 30px 30px;
    }
    .card__tw {
        margin-top: 30px;
    }
    .newcontent__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .newcontent__image {
        width: 100%;
    }
    .newcontent__descr {
        max-width: 100%;
        margin: 60px 30px 0 30px;
    }
    .architec__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .architec__image {
        width: 100%;
    }
    .architec__content {
        margin: 60px 30px 0 30px;
        max-width: 100%;
    }
    .architec__content-title {
        display: none;
    }
    .architec__content-tmob {
        display: block;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px;
        color: #6D6D6D;
        margin: 40px 30px;    
    }
    .styling__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .styling__content-title {
        display: none;
    }
    .styling__content-tmob {
        display: block;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px;
        color: #6D6D6D;
        margin: 40px 30px;
    }
    .styling__image {
        width: 100%;
    }
    .styling__content {
        max-width: 100%;
        margin: 60px 30px 0 30px;
    }
    .agreem__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .agreem__content-title {
        display: none;
    }
    .agreem__content-tmob {
        display: block;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px;
        color: #6D6D6D;
        margin: 40px 30px;
    }
    .agreem__image {
        width: 100%;
    }
    .agreem__content {
        max-width: 100%;
        margin: 60px 30px 0 30px;
    }
    .realize__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .realize__content-title {
        display: none;
    }
    .realize__content-tmob {
        display: block;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px;
        color: #6D6D6D;
        margin: 40px 30px;
    }
    .realize__image {
        width: 100%;
    }
    .realize__content {
        max-width: 100%;
        margin: 60px 30px 0 30px;
    }
    .design__content {
        max-width: 450px;
    }
    .design .slick-arrow {
        bottom: 267px;
    }
    .fancybox-content {
        transform: translate(0, 14%) !important;
        width: 100% !important;
        height: 570px !important;
    }
    .fancybox-container .prev, .fancybox-container .next {
        bottom: -7%;
        left: inherit;
        transform: inherit;
    }
    .fancybox-container .next {
        right: inherit;
        left: 56%;
    }
    .fancybox-container .prev {
        left: 41%;
    }
    .fancybox-slide--image {
        padding: 0;
    }
    .fancybox-button--close {
        margin-right: 20px;
        margin-top: 20px;
    }
    .fancybox-container .prev,
    .fancybox-container .next {
        padding: 0px;
}
}

@media (max-width: 1030px) {
    .design .slick-arrow {
        bottom: 303px;
    }
}

@media (max-width: 1000px) {
    .header__inner {
        display: none;
    }
    .header__inner-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__logo-link,
    .header__phone {
        z-index: 9999999;
    }
    .menu__list-all {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 99999;
        background-color: #FFFFFF;
        padding-top: 120px;
    }
    .menu__list-all a {
        display: block;
    }
    .menu__btn {
        display: flex;
        width: 22px;
        height: 22px;
        position: relative;
        background: #FFFFFF;
    }
    .menu__btn span {
        width: 100%;
        height: 2px;
        background-color: #1D1D1E;
        top: 10%;
        position: absolute;
        text-align: center;
    }
    .menu__btn::after, .menu__btn::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #1D1D1E;
        position: absolute;
        text-align: center;
    }
    .menu__btn::after {
        top: 46%;
    }
    .menu__btn::before {
        bottom: 6%;
    }
    .menu__btn.open-menu span {
        opacity:0; 
        transition: 0.5s; 
    }
    .menu__btn.open-menu::before {
        transform: rotate(45deg);
        top: 10px;
        transition: 0.4s;
    }
    .menu__btn.open-menu::after {
        transform: rotate(-45deg);
        bottom: 0;
        transition: 0.4s;
    }
    .open-menu {
        z-index: 99999999999;
        margin-top: 0;
/*         position: fixed;
        top: 35px;
        right: 30px; */
    }
    .menu__list {
        display: flex;
        flex-direction: column;
        max-width: 84px;
        margin: 0 auto;
    }
    .menu__list li {
        padding-bottom: 30px;
    }
    .language__list li {
        margin: 0 10px 0 10px;
        text-transform: uppercase;
    }
    .language__list a {
        font-size: 14px;
        line-height: 17px;
    }
    .menu__list a {
        padding-right: 0px;
        padding-left: 0px;
    }
    .language__list {
        justify-content: center;
    }
    .header__social {
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .text__portfolio {
        left: 14%;
        transform: translate(-9%, -50%);
    }
    .footer__email, .footer__adress {
        margin-right: 20px;
    }
    .mainnews__block-1, .mainnews__block-2, .mainnews__block-3, .mainnews__block-4 {
        width: 50%;
    }
    .mainnews__title, .mainnews__block-link {
        font-size: 20px;
        line-height: 23px;
    }
    .mainnews__text {
        font-size: 14px;
        line-height: 21px;
    }
    .steps__inner {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 400px;
    }
    .steps__item1,
    .steps__item3 {
        margin-right: 40px;
    }
    .stage__item1, .stage__item2, .stage__item3, .stage__item4, .stage__item5, .stage__item6 {
        max-width: 260px;
    }
    .design__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .design__content {
        max-width: 100%;
        margin: 60px 30px 0 30px;
    }
    .design__slider {
        width: 100%;
    }
    .design__link,
    .design__title,
    .design__descr {
        display: none;
    }
    .design__mob {
        display: block;
        margin: 60px 30px 0 30px;
    }
    .design__link-mob {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }
    .design__title-mob {
        font-weight: 600;
        font-size: 36px;
        line-height: 36px;
        margin: 20px 0;
    }
    .design__descr-mob {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        max-width: 330px;
    }
    .plus-img::after {
        left: auto;
        right: 30px;
    }
    .design .slick-arrow {
        bottom: 27px;
    }
    .fancybox-container {
        display: none;
    }
    .plus-img::after {
        display: none;
    }
    .design .slick-dots {
        position: absolute;
        bottom: 34px;
        right: 30px;
        display: flex;
    }
    .design .slick-dots button {
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 0;
        padding: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin-right: 15px;
        display: block;
        background-color: #ffffff;
    }
    .slick-dots .slick-active button {
        background: #F2E800;
    }
}

@media (max-width: 900px) {
    .main__slider-text {
        font-size: 60px;
        line-height: 55px;
    }
    .services__block-1, .services__block-2, .services__block-3, .services__block-4,
    .portfolio__block-1, .portfolio__block-2, .portfolio__block-3, .portfolio__block-4,
    .portfolio__block-5, .portfolio__block-6, .portfolio__block-7, .portfolio__block-8 {
        width: 50%;
    }
    .text__portfolio {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .discuss__form {
        display: block;
        text-align: center;
    }
    .discuss__form-input {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0px;
        padding: 0px 5px 10px 0px;
    }
    .footer__inner {
         display: block;
    }
    .footer__email, .footer__adress {
        margin-right: 0px;
    }
    .footer__email {
        margin-bottom: 25px;
    }
    .footer__adress {
        margin-bottom: 40px;
    }
    .footer__logo {
        width: 100%;
        display: flex;
    }
    .footer__logo-text {
        margin-right: 25px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
    .portlist__item {
        width: 50%;
    }
    .certificate, .partners {
        padding-bottom: 90px;
    }
    .certificate .slider-arrows {
        display: none;
    }
    .certificate__arrow {
        position: relative;
    }
    .certificate .slick-arrow {
        top: 60px;
    }
    .certificate .slick-prev {
        right: 53%;
    }
    .certificate .slick-next {
        right: 43%;
    }
    .partners .partners-slider-arrows {
        display: none;
    }
    .partners__arrow {
        position: relative;
    }
    .partners .slick-arrow {
        top: 60px;
    }
    .partners .slick-prev {
        right: 53%;
    }
    .partners .slick-next {
        right: 43%;
    }
    .clients {
        padding-bottom: 65px;
    }
    .cl
    .clients .clients-slider-arrows {
        display: none;
    }
    .clients__arrow {
        position: relative;
    }
    .clients .slick-arrow {
        top: 60px;
    }
    .clients .slick-prev {
        right: 53%;
    }
    .clients .slick-next {
        right: 43%;
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 350px;
    }
    .portfolio__hash-link {
        display: none;
    }
    .portfolio__inner-arch {
        margin-top: 0px;
    }
    .portfolio__title-arch {
        margin-bottom: 0px;
    }
    .portfolio__title {
        margin-bottom: 60px;
    }
    .stage__item1, .stage__item2, .stage__item3, .stage__item4, .stage__item5, .stage__item6 {
        max-width: 240px;
    }
    .overlay__portfolio {
        opacity: 1;
        background-color: #0000005e;
    }
}

@media (max-width: 800px) {
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 300px;
    }
    .stage__inner {
        display: none;
    }
    .stage__item1, .stage__item2, .stage__item3, .stage__item4, .stage__item5, .stage__item6 {
        max-width: 100%;
    }
    .stage__inner-mob {
        display: block;
        margin: 0 30px;
    }
    .stage__item-mob {
        display: flex;
        align-items: center;
        position: relative;
    }
    .stage__item-num::after {
        content: none;
    }
    .stage__item-mob::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #F2E800;
        left: 0;
        bottom: 0;
    }
    .stage__item-num {
        margin-bottom: 0px;
        margin-right: 38px;
    }
    .stage__item-title {
        margin-bottom: 0px;
    }
    .stage__item-text {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .text__portfolio {
        left: 45%;
        transform: translate(-40%, -50%);
    }
    /* .fancybox-content {
        transform: translate(0, 25%) !important;
    } */
    .fancybox-container .prev, .fancybox-container .next {
        bottom: -6%;
    }
}

@media (max-width: 700px) {
    .main__slider-text {
        font-size: 40px;
        line-height: 35px;
    }
    .text__portfolio {
        left: 35%;
        transform: translate(-30%, -50%);
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 250px;
    }
    /* .fancybox-container .prev, .fancybox-container .next {
        bottom: -25%;
    } */
    .fancybox-container .next {
        left: 58%;
    }
    .fancybox-container .prev {
        left: 38%;
    }
}

@media (max-width: 600px) {
    .text__portfolio {
        left: 22%;
        transform: translate(-17%, -50%);
    }
    .discuss__title {
        font-size: 28px;
        line-height: 28px;
    }
    .btn-r {
        margin-right: 25px;
    }
    .certificate .slick-next,
    .partners .slick-next,
    .clients .slick-next {
        right: 40%;
    }
    .partners__content-title, .clients__content-title {
        font-size: 50px;
        line-height: 50px;
    }
    .mainnews__title, .mainnews__block-link {
        font-size: 18px;
        line-height: 20px;
    }
    .mainnews__text {
        font-size: 12px;
        line-height: 16px;
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4, .steps__item5 {
        max-width: 100%;
    }
    .steps__inner {
        display: none;
    }
    .steps__item1, .steps__item3 {
        margin-right: 0px;
    }
    .steps__inner-mob {
        display: flex;
        flex-wrap: wrap;
        margin: 0 27px 0 30px;
    }
    .steps__item-mob {
        display: flex;
        position: relative;
    }
    .steps__item-num::after {
        content: none;
    }
    .steps__item-mob::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #F2E800;
        left: 0;
        bottom: 0;
    }
    .steps__item-num {
        margin-right: 38px;
        margin-bottom: 0px;
    }
    .steps__item-mobdescr {
        margin-top: 25px;
    }
    .steps__item-title {
        margin-top: 0px;
        margin-bottom: 0px;
        min-height: 0px;
        font-size: 20px;
        line-height: 27px;
    }
    .steps__item-descr {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .steps__item-list {
        margin-top: 15px;
    }
    .steps__item-link {
        font-size: 14px;
        line-height: 21px;
    }
    .steps__item1, .steps__item2, .steps__item3, .steps__item4 {
        margin-bottom: 15px;
    }
    .main__slider-descr {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 40%);
    }
}

@media (max-width: 500px) {
    .main__slider-text {
        font-size: 30px;
        line-height: 28px;
        left: 15px;
        right: 14px;
        bottom: 80px;
    }
    .services {
        margin-top: 70px;
    }
    .services__block-link {
        font-size: 22px;
        line-height: 22px;
    }
    .text p {
        font-size: 22px;
        line-height: 22px;
    }
    .text {
        font-size: 15px;
        line-height: 18px;
    }
    .services__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .portfolio {
        margin-top: 50px;
    }
    .portfolio__title {
        font-size: 40px;
        line-height: 40px;
        margin-left: 15px;
        margin-bottom: 30px;
    }
    .text__portfolio {
        font-size: 22px;
        line-height: 24px;
        left: 10px;
        right: 10px;
        transform: translate(-5px, -50%);
    }
    .discuss {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .discuss__title {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .discuss__form {
        margin: 0 15px;
    }
    .footer {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__email-text, .footer__adress-text {
        margin-bottom: 10px;
    }
    .portfilter {
        padding-top: 30px;
    }
    .portfilter__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    .filters__btn {
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .portfilter .btn {
        font-size: 16px;
        line-height: 19px;
    }
    .about__content-tmob {
        font-size: 40px;
        line-height: 40px;
        margin: 30px 0 30px 15px;
    }
    .about__descr-title {
        font-size: 25px;
        line-height: 25px;
        margin: 39px 0 10px 15px;
    }
    .about__descr-text {
        margin-left: 15px;
    }
    .about__descr {
        min-height: 115px;
    }
    .about__content {
        margin: 30px 15px 0 15px;
    }
    .certificate {
        margin-top: 70px;
    }
    .certificate__content-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .certificate .slick-prev {
        right: 58%;
    }
    .certificate .slick-next {
        right: 32%;
    }
    .certificate, .partners {
        padding-bottom: 70px;
    }
    .partners {
        margin-top: 80px;
    }
    .partners__content-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .partners .slick-prev {
        right: 58%;
    }
    .partners .slick-next {
        right: 32%;
    }
    .clients {
        margin-top: 80px;
    }
    .clients__content-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .clients .slick-prev {
        right: 58%;
    }
    .clients .slick-next {
        right: 32%;
    }
    .allserv__content {
        margin: 30px 15px 0 15px;
    }
    .allserv__content-text {
        line-height: 26px;
    }
    .continfo__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .continfo__inner {
        margin-left: 15px;
        margin-right: 15px;
    }
    .continfo__phone-title,
    .continfo__email-title,
    .continfo__adress-title {
        margin-bottom: 10px;
    }
    .continfo {
        padding-top: 30px;
    }
    .card__tw {
        margin-top: 30px;
    }
    .card__image iframe {
        height: 400px;
    }
    .card__fr {
        margin: 30px 15px 30px 15px;
    }
    .card__title {
        font-size: 26px;
        line-height: 26px;
    }
    .card__form-input {
        padding: 0 5px 10px 0;
        margin-top: 30px;
    }
    .card__form-btn {
        margin-top: 40px;
    }
    .mainnews {
        padding-top: 30px;
    }
    .mainnews__title-main {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .mainnews__title, .mainnews__block-link {
        font-size: 15px;
        line-height: 16px;
    }
    .mainnews__text {
        font-size: 10px;
        line-height: 11px;
    }
    .mainnews__title {
        margin-bottom: 5px;
    }
    .newcontent__descr {
        margin: 30px 15px 0 15px;
    }
    .newcontent__descr-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .architec__content-tmob {
        font-size: 40px;
        line-height: 40px;
        margin: 30px 15px;
    }
    .architec__content {
        margin: 30px 15px 0 15px;
        max-width: 100%;
    }
    .steps {
        margin-top: 70px;
    }
    .steps__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .steps__inner-mob {
        margin: 0 15px;
    }
    .styling__content-tmob {
        font-size: 40px;
        line-height: 40px;
        margin: 30px 15px;
    }
    .styling__content {
        margin: 30px 15px 0 15px;
    }
    .stage {
        margin-top: 70px;
    }
    .stage__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .stage__inner-mob {
        margin: 0 15px;
    }
    .stage__item-title {
        font-size: 22px;
        line-height: 28px;
    }
    .agreem__content-tmob {
        font-size: 40px;
        line-height: 40px;
        margin: 30px 15px;
    }
    .agreem__content {
        margin: 30px 15px 0 15px;
    }
    .realize__content-tmob {
        font-size: 40px;
        line-height: 40px;
        margin: 30px 15px;
    }
    .realize__content {
        margin: 30px 15px 0 15px;
    }
    .design__mob {
        margin: 30px 15px 0 15px;
    }
    .design__title-mob {
        font-size: 30px;
        line-height: 30px;
    }
    .design__content {
        margin: 30px 15px 0 15px;
    }
    .design .slick-prev img,
    .design .slick-next img {
        width: 37px;
        height: 21px;
    }
    .design .slick-arrow {
        bottom: 24px;
    }
    .design .slick-prev {
        left: 16px;
    }
    .design .slick-next {
        left: 116px;
    }
    .plus-img::after {
        width: 23px;
        height: 23px;
        right: 15px;
        bottom: 28px;
    }
    .fancybox-content {
        height: 500px !important;
        transform: translate(0, 22%) !important;
    }
    .fancybox-container .prev, .fancybox-container .next {
        bottom: -10%;
    }
    .fancybox-container .prev img, .fancybox-container .next img {
        width: 40px;
        height: 22px;
    }
    .fancybox-container .next {
        left: 60%;
    }
    .fancybox-container .prev {
        left: 33%;
    }
    .fancybox-button--close {
        margin-right: 15px;
        margin-top: 15px;
        height: 40px;
        width: 40px;
    }
    .footer__adress-tb,
    .continfo__adress-text {
        width: 300px;
    }
    .design .slick-dots {
        right: 15px;
        bottom: 32px;
    }
    .design .slick-dots button {
        width: 12px;
        height: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 420px) {
    .header {
        padding: 10px 15px;
    }
/*     .open-menu {
        right: 15px;
        top: 30px;
    } */
    .services__block-link {
        left: 15px;
        right: 15px;
    }
    .discuss__title {
        font-size: 21px;
        line-height: 21px;
    }
    .portfilter .btn {
        font-size: 13px;
        line-height: 16px;
    }
    .about__content-text, .about__content-textbold {
        font-size: 16px;
        line-height: 20px;
    }
    .certificate .slick-arrow {
        top: 40px;
    }
    .partners .slick-arrow {
        top: 40px;
    }
    .clients .slick-arrow {
        top: 40px;
    }
    .allserv__content-text {
        font-size: 16px;
        line-height: 24px;
    }
    .card__image iframe {
        height: 320px;
    }
    .card__title {
        font-size: 21px;
        line-height: 21px;
    }
    .mainnews__title, .mainnews__block-link {
        font-size: 12px;
        line-height: 13px;
    }
    .steps__item-title,
    .steps__item-descr {
        margin-bottom: 10px;
    }
    .design__title-mob {
        font-size: 27px;
        line-height: 27px;
    }
    .fancybox-content {
        transform: translate(0, 25%) !important;
        height: 450px !important;
    }
    .fancybox-container .prev, .fancybox-container .next {
        bottom: -14%;
    }
    .fancybox-container .next {
        left: 62%;
    }
    .fancybox-container .prev {
        left: 30%;
    }
    .about__content-tmob,
    .certificate__content-title,
    .partners__content-title,
    .clients__content-title,
    .services__title,
    .portfolio__title,
    .styling__content-tmob,
    .stage__title,
    .portfilter__title,
    .continfo__title,
    .mainnews__title-main,
    .architec__content-tmob,
    .steps__title,
    .agreem__content-tmob,
    .realize__content-tmob,
    .newcontent__descr-title {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 375px) {
    .header__logo-link {
        width: 78px;
    }
    .header__phone-link {
        font-size: 14px;
        line-height: 16px;
    }
/*     .open-menu {
        top: 20px;
    } */
    .menu__list-all {
        padding-top: 80px;
    }
    .main__slider-text {
        font-size: 28px;
    }
    .services__block-link {
        font-size: 18px;
        line-height: 18px;
    }
    .text p {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .text {
        font-size: 14px;
        line-height: 14px;
        left: 5px;
        right: 5px;
        transform: translate(0px, -50%);
    }
    .text__portfolio {
        font-size: 14px;
        line-height: 16px;
        transform: translate(0px, -50%);
    }
    .discuss__title {
        font-size: 18px;
        line-height: 18px;
    }
    .discuss__form-input {
        font-size: 14px;
        line-height: 21px;
    }
    .discuss__form-input::placeholder {
        font-size: 14px;
        line-height: 21px;
    }
    .discuss__form-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 19px 99px;
    }
    .footer__email, .footer__adress {
        font-size: 16px;
        line-height: 18px;
    }
    .footer__email a, .footer__adress-tb {
        line-height: 21px;
    }
    .footer__logo-text {
        font-size: 13px;
        line-height: 18px;
    }
    .footer__logo-img {
        width: 74px;
        height: 50px;
    }
    .portfilter .btn {
        font-size: 12px;
        line-height: 15px;
    }
    .btn-r {
        margin-right: 5px;
    }
    .about__content-text, .about__content-textbold {
        font-size: 15px;
        line-height: 19px;
    }
    .about__descr-title {
        font-size: 20px;
        line-height: 20px;
    }
    .about__descr-text {
        font-size: 14px;
        line-height: 20px;
    }
    .about__descr {
        min-height: 100px;
    }
    .partners__content-title {
        margin-right: 15px;
    }
    .clients__content-title {
        margin-right: 15px;
    }
    .card__title {
        font-size: 18px;
        line-height: 18px;
    }
    .card__image iframe {
        height: 280px;
    }
    .card__form-input {
        font-size: 16px;
        line-height: 23px;
    }
    .card__form-input::placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .card__form-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 19px 99px;
    }
    .card__form {
        text-align: center;
    }
    .text__mainnews {
        top: 52%;
        left: 10px;
        right: 10px;
        transform: translate(0px, -50%);
    }
    .mainnews__block-link {
        top: 35%;
        left: 10px;
        right: 10px;
        text-align: center;
    }
    .mainnews__title, .mainnews__block-link {
        font-size: 10px;
        line-height: 11px;
    }
    .newcontent__descr-title {
        font-size: 23px;
        line-height: 23px;
    }
    .newcontent__descr-text {
        font-size: 14px;
        line-height: 20px;
    }
    .architec__content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .steps__item-title {
        font-size: 18px;
        line-height: 23px;
    }
    .styling__content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .stage__item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .stage__item-num {
        font-size: 80px;
        line-height: 94px;
    }
    .design__title-mob {
        font-size: 22px;
        line-height: 22px;
    }
    .design__descr-mob {
        max-width: 280px;
    }
    .fancybox-content {
        height: 400px !important;
        transform: translate(0, 30%) !important;
    }
    .product-bullets li a span {
        width: 8px;
        height: 8px;
    }
    .product-bullets li a {
        height: 8px;
        width: 8px;
    }
    .product-bullets li {
        padding-left: 12px;
    }
    .fancybox-container .prev, .fancybox-container .next {
        bottom: -15%;
    }
    .fancybox-container .next {
        left: 59%;
    }
    .fancybox-container .prev {
        left: 31%;
    }
    .footer__email-text,
    .footer__adress-text {
        font-size: 10px;
        line-height: 12px;
    }
    .footer__email-link,
    .footer__adress-tb {
        font-size: 14px;
        line-height: 21px;
    }
    .continfo__phone-title, .continfo__email-title, .continfo__adress-title {
        font-size: 10px;
        line-height: 12px;
    }
    .continfo__phone-link, .continfo__email-link, .continfo__adress-text {
        font-size: 14px;
        line-height: 21px;
    }
    .stage__item-text {
        font-size: 14px;
        line-height: 18px;
    }
    .agreem__content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .realize__content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .design .slick-dots button {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }
    .design .slick-dots {
        bottom: 34px;
    }
    .design .slick-next {
        left: 100px;
    }
}

/* @media (max-width: 370px) {
    .fancybox-content {
        height: 320px !important;
        transform: translate(0, 18%) !important;
    }
} */

@media (max-width: 320px) {
    .header__phone-link {
        font-size: 10px;
        line-height: 12px;
    }
/*     .open-menu {
        top: 17px;
    } */
    .header__social-facebook,
    .header__social-instagram {
        height: 30px;
        width: 30px;
    }
    .services__block-link {
        font-size: 14px;
        line-height: 14px;
        left: 20px;
        right: 20px;
    }
    .text p {
        font-size: 14px;
        line-height: 14px;
    }
    .services__title {
        font-size: 22px;
        line-height: 22px;
    }
    .portfolio__title {
        font-size: 22px;
        line-height: 22px;
    }
    .footer__email, .footer__adress {
        font-size: 10px;
        line-height: 12px;
    }
    .footer__email a, .footer__adress-tb {
        font-size: 14px;
        line-height: 21px;
    }
    .footer__logo-text {
        font-size: 12px;
    }
    .portfilter__title {
        font-size: 22px;
        line-height: 22px;
    }
    .btn-r {
        margin-right: 0px;
    }
    .about__content-tmob {
        font-size: 22px;
        line-height: 22px;
    }
    .about__descr-title {
        font-size: 18px;
        line-height: 18px;
    }
    .about__descr-text {
        font-size: 12px;
        line-height: 18px;
    }
    .about__content-text, .about__content-textbold {
        font-size: 12px;
        line-height: 18px;
    }
    .certificate__content-title {
        font-size: 22px;
        line-height: 22px;
    }
    .certificate .slick-prev {
        right: 0;
        left: 90px;
    }
    .certificate .slick-next {
        right: 90px;
    }
    .partners__content-title {
        font-size: 22px;
        line-height: 22px;
    }
    .partners .slick-prev {
        right: 0;
        left: 90px;
    }
    .partners .slick-next {
        right: 90px;
    }
    .clients__content-title {
        font-size: 22px;
        line-height: 22px;
    }
    .clients .slick-prev {
        right: 0;
        left: 90px;
    }
    .clients .slick-next {
        right: 90px;
    }
    .allserv__content-text {
        font-size: 12px;
        line-height: 18px;
    }
    .continfo__phone-title, .continfo__email-title, .continfo__adress-title {
        font-size: 10px;
        line-height: 12px;
    }
    .continfo__phone-link, .continfo__email-link, .continfo__adress-text {
        font-size: 14px;
        line-height: 21px;
    }
    .continfo__icons {
        width: 30px;
        height: 30px;
    }
    .continfo__title {
        font-size: 22px;
        line-height: 22px;
    }
    .card__image iframe {
        height: 242px;
    }
    .card__form-input {
        font-size: 14px;
        line-height: 21px;
    }
    .card__form-input::placeholder {
        font-size: 14px;
        line-height: 21px;
    }
    .mainnews__text {
        font-size: 9px;
        line-height: 9px;
    }
    .text__mainnews {
        top: 50%;
        left: 5px;
        right: 5px;
    }
    .newcontent__descr-title {
        font-size: 18px;
        line-height: 18px;
    }
    .newcontent__descr-text {
        font-size: 12px;
        line-height: 18px;
    }
    .architec__content-tmob {
        font-size: 22px;
        line-height: 22px;
    }
    .architec__content-text {
        font-size: 12px;
        line-height: 18px;
    }
    .steps__title {
        font-size: 22px;
        line-height: 22px;
    }
    .steps__item-num {
        font-size: 70px;
        line-height: 94px;
    }
    .steps__item-mobdescr {
        margin-top: 20px;
    }
    .steps__item-title {
        font-size: 16px;
        line-height: 22px;
    }
    .steps__item-descr {
        font-size: 16px;
        line-height: 24px;
    }
    .steps__item-link {
        font-size: 12px;
        line-height: 18px;
    }
    .styling__content-tmob {
        font-size: 22px;
        line-height: 22px;
    }
    .styling__content-text {
        font-size: 12px;
    }
    .stage__title {
        font-size: 22px;
        line-height: 22px;
    }
    .stage__item-num {
        font-size: 70px;
    }
    .stage__item-title {
        font-size: 14px;
        line-height: 20px;
    }
    .stage__item-text {
        font-size: 12px;
        line-height: 18px;
    }
    .agreem__content-tmob {
        font-size: 22px;
        line-height: 22px;
    }
    .agreem__content-text,
    .agreem__content-list {
        font-size: 12px;
        line-height: 18px;
    }
    .realize__content-tmob {
        font-size: 22px;
        line-height: 22px;
    }
    .realize__content-text {
        font-size: 12px;
        line-height: 18px;
    }
    .design__link-mob {
        font-size: 12px;
        line-height: 15px;
    }
    .design__title-mob {
        font-size: 18px;
        line-height: 18px;
    }
    .design__descr-text {
        font-size: 16px;
        line-height: 24px;
    }
    .design__descr-mob {
        max-width: 235px;
    }
    .design__text {
        font-size: 12px;
        line-height: 18px;
    }
    .fancybox-content {
        transform: translate(0, 30%) !important;
        height: 320px !important;
    }
    .fancybox-container .next {
        left: 60%;
    }
    .fancybox-container .prev {
        left: 29%;
    }
    .fancybox-button--close {
        margin-right: 5px;
        margin-top: 5px;
        height: 25px;
        width: 25px;
    }
    .fancybox-container .prev, .fancybox-container .next {
        bottom: -20%;
    }
}

@media (max-width: 1200px) {
    .thank__title {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 1000px) {
    .thank__title {
        font-size: 38px;
        line-height: 38px;
    }
    .thank__link {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 900px) {
    .thank {
        height: calc(100vh - 400px);
    }
}

@media (max-width: 500px) {
    .thank__title {
        font-size: 26px;
        line-height: 30px;
        margin-top: 100px;
    }
    .thank__link {
        font-size: 28px;
        line-height: 28px;
    }
    .thank {
        height: calc(100vh - 422px);
    }
}

@media (max-width: 420px) {
    .thank__title {
        font-size: 22px;
        line-height: 24px;
        margin-top: 40px;
    }
    .thank__link {
        font-size: 22px;
        line-height: 22px;
    }
    .thank {
        height: calc(100vh - 412px);
    }
}

@media (max-width: 375px) {
    .thank__title {
        font-size: 20px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .thank__link {
        font-size: 20px;
        line-height: 20px;
    }
    .thank {
        height: calc(100vh - 371px);
    }
}

@media (max-width: 320px) {
    .thank {
        height: calc(100vh - 359px);
    }
}




/* @media (min-width: 1100px) {
    .card {
        min-height: 600px;
    }
} */

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 12px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #d9d9d9;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #F2E900;
    border-radius:5px;
    /* box-shadow: inset 1px 1px 10px #f3faf7; */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1D1D1E;
    cursor: pointer;
    transition: 0.5s;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

html :lang(ua) .contact-ru {
    display: none;
  }
  
html :lang(en-US) .contact-ru {
    display: none;
  }

html :lang(ru-RU) .contact-ua {
    display: none;
  }

html :lang(en-US) .contact-ua {
    display: none;
  }

html :lang(ru-RU) .contact-en {
    display: none;
  }

html :lang(ua) .contact-en {
    display: none;
  }

body._lock {
        overflow: hidden;
    }
.discuss__form-btn:hover{
	box-shadow: 0 9px 15px rgb(41 38 38 / 51%);
	transition: 0.5s;
}
.card__form-btn:hover{
	box-shadow: 0 9px 15px rgb(41 38 38 / 51%);
	transition: 0.5s;
}