@font-face {
  font-family: 'Gilroy-Black';
  src: url(../fonts/Gilroy/Gilroy-Black.otf); }

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url(../fonts/Gilroy/Gilroy-ExtraBold.otf); }

@font-face {
  font-family: 'Gilroy-Bold';
  src: url(../fonts/Gilroy/Gilroy-ExtraBold.otf); }

@font-face {
  font-family: 'Gilroy-Medium';
  src: url(../fonts/Gilroy/Gilroy-Medium.otf); }

@font-face {
  font-family: 'Gilroy-Regular';
  src: url(../fonts/Gilroy/Gilroy-Regular.otf); }

html {
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  background: #FDFDFD; }

ul {
  list-style: none; }

ul, li, p, h1, h2, h3 {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

header *,
main *,
footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  border: none;
  padding: 0;
  background: unset; }

header {
  padding-top: 100px; }

.content-conteiner {
  min-height: 100%;
    min-height-margin-bottom: -141px; }
  .content-conteiner:after {
    content: '';
    display: block;
    height: 141px; }

.container {
  width: 1280px;
  height: 100%;
  margin: 0 auto; }

.btn-calculate {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333333;
  padding: 0 40px;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
  color: #333333; }
  .btn-calculate:hover {
    background: #333333;
    color: #FFFFFF; }

.btn-chat {
  width: 91px;
  height: 91px;
  position: fixed;
  bottom: 39px;
  right: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Gilroy-Regular';
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #333333;
  color: #FFFFFF; }

.no-scroll {
  overflow: hidden; }

.popUp-wrapp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .popUp-wrapp.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.popUp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.89;
  background-color: #E5E5E5; }
  .popUp.active {
    display: block; }

.popUpMain {
  width: 1000px;
  position: relative;
  z-index: 1;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 116px 80px 111px;
  background-color: #FFFFFF;
  color: #333333; }
  .popUpMain.active {
    display: block; }
  .popUpMain-manager .popUpMain__right {
    padding-top: 0; }
  .popUpMain-manager .popUpMain__info__description {
    padding-bottom: 32px; }
  .popUpMain-thanks {
    padding: 116px 48px 27px 80px; }
    .popUpMain-thanks .popUpMain__description {
      padding-bottom: 32px;
      font-family: 'Gilroy-Regular';
      font-size: 18px;
      line-height: 24px; }
    .popUpMain-thanks .popUpMain__info__btn {
      width: 300px;
      margin-bottom: 5px; }
    .popUpMain-thanks .popUpMain__info__socials {
      margin: 0 0 0 auto; }
  .popUpMain__title {
    padding-bottom: 32px;
    font-family: 'Gilroy-Medium';
    font-size: 36px;
    font-weight: 600;
    line-height: 43px; }
  .popUpMain__wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .popUpMain__left {
    margin-right: 100px; }
  /* .popUpMain__right {
    padding-top: 95px; } */
  .popUpMain__form-wrapp {
    width: 383px; }
  .popUpMain__form-description {
    padding-bottom: 44px;
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    line-height: 24px; }
  .popUpMain__form__input-wrapp {
    position: relative; }
    .popUpMain__form__input-wrapp p {
      display: none;
      position: absolute;
      bottom: -20px;
      left: 0;
      font-family: 'Gilroy-Regular';
      font-size: 12px;
      line-height: 170%;
      color: #FF0000; }
    .popUpMain__form__input-wrapp.error input[type="text"] {
      margin-bottom: 24px;
      border: 1px solid #FF0000; }
    .popUpMain__form__input-wrapp.error p {
      display: block; }
  .popUpMain__form__input {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding-left: 12px;
    font-family: 'Gilroy-Regular'; }
  .popUpMain__form__textarea {
    width: 100%;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding-left: 12px;
    font-family: 'Gilroy-Regular'; }
  .popUpMain__form input[type="text"], .popUpMain__form textarea {
    display: block;
    border: none;
    font-size: 14px;
    line-height: 170%;
    background-color: #F8F8F8;
    color: #000000; }
  .popUpMain__form__btn {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #333333;
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    color: #333333; }
    .popUpMain__form__btn:hover {
      background: #333333;
      color: #FFFFFF; }
  .popUpMain__form ::-webkit-input-placeholder {
    font-family: 'Gilroy-Regular';
    opacity: 1;
    color: #000000; }
  .popUpMain__form ::-moz-placeholder {
    font-family: 'Gilroy-Regular';
    opacity: 1;
    color: #000000; }
  .popUpMain__form :-ms-input-placeholder {
    font-family: 'Gilroy-Regular';
    opacity: 1;
    color: #000000; }
  .popUpMain__form ::-ms-input-placeholder {
    font-family: 'Gilroy-Regular';
    opacity: 1;
    color: #000000; }
  .popUpMain__form ::placeholder {
    font-family: 'Gilroy-Regular';
    opacity: 1;
    color: #000000; }
  .popUpMain__form ::-ms-input-placeholder {
    font-family: 'Gilroy-Regular';
    color: #000000; }
  .popUpMain__info {
    width: 315px; }
    .popUpMain__info__description {
      padding-bottom: 24px;
      font-family: 'Gilroy-Regular';
      font-size: 18px;
      line-height: 24px; }
    .popUpMain__info__phones {
      width: 320px;
      height: 92px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: space-between;
      -webkit-align-items: space-between;
      -ms-flex-align: space-between;
      align-items: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
      .popUpMain__info__phones a {
        margin-bottom: 24px;
        font-family: 'Gilroy-Regular';
        font-size: 18px;
        line-height: 21px;
        text-decoration: none;
        color: #333333; }
        .popUpMain__info__phones a:hover {
          color: #34AAFF; }
    .popUpMain__info__btn {
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #333333;
      margin-bottom: 28px;
      font-family: 'Gilroy-Regular';
      font-size: 16px;
      line-height: 100%;
      cursor: pointer;
      color: #333333; }
      .popUpMain__info__btn:hover {
        background: #333333;
        color: #FFFFFF; }
    .popUpMain__info__socials {
      margin: 0 auto; }
  .popUpMain__socials {
    width: 152px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .popUpMain__socials__item {
      height: 40px;
      display: block;
      cursor: pointer; }
      .popUpMain__socials__item:hover svg path {
        fill: #191919; }
  .popUpMain__close {
    width: 16px;
    height: 16px;
    z-index: 999;
    position: absolute;
    top: 48px;
    right: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Gilroy-Medium";
    font-size: 40px;
    cursor: pointer;
    color: #270a36; }
    .popUpMain__close:hover {
      color: #14041d; }

.close {
  display: none !important; }

.header-product {
  width: 100%;
  height: 385px;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  font-family: "Gilroy-Regular";
  background: url(../img/header-turbo.svg) #FBFBFB no-repeat bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #333333; }
  .header-product__theme {
    padding-top: 32px;
    font-size: 14px;
    line-height: 160%; }
  .header-product__title {
    height: 100%;
    position: absolute;
    top: 0;
    font-family: "Gilroy-Bold";
    font-size: 64px;
    line-height: 160%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 1660px) {
  .popUpMain {
    width: auto;
    padding: 60px 45px 60px; }
    .popUpMain-thanks {
      width: 1000px;
      padding: 116px 48px 27px 80px; } }

@media screen and (max-width: 1430px) {
  .popUpMain {
    padding: 25px 35px;
    -webkit-border-radius: 22px;
    border-radius: 22px; }
    .popUpMain__title {
      font-size: 32px;
      padding-bottom: 22px; }
    .popUpMain__form-description {
      font-size: 16px;
      padding-bottom: 22px; }
    .popUpMain__close {
      top: 25px;
      right: 30px; }
    .popUpMain-thanks {
      width: 1000px;
      padding: 116px 48px 27px 80px;
      -webkit-border-radius: 30px;
      border-radius: 30px; }
      .popUpMain-thanks .popUpMain__close {
        top: 27px;
        right: 30px; } }

@media screen and (max-width: 1390px) {
  .container {
    width: 1240px; }
  .header-product {
    height: 348px; } }

@media screen and (max-width: 1330px) {
  .container {
    width: 930px; }
  .header-product {
    height: 320px; } }

@media screen and (max-width: 1200px) {
  .popUpMain-thanks .popUpMain__description {
    width: 680px; } }

@media screen and (max-width: 1022px) {
  .container {
    width: 700px; }
  .header-product {
    height: 280px; }
  .popUp-wrapp {
    overflow-y: scroll; }
  .popUpMain-cost, .popUpMain-manager, .popUpMain-thanks {
    width: 345px;
    position: absolute;
    top: 20px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 40px 16px 40px; }
  .popUpMain-manager .popUpMain__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .popUpMain-manager .popUpMain__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .popUpMain-thanks {
    position: relative; }
    .popUpMain-thanks .popUpMain__description {
      width: 100%; }
    .popUpMain-thanks .popUpMain__info__btn {
      width: 100%;
      margin-bottom: 28px; }
    .popUpMain-thanks .popUpMain__info__socials {
      margin: 0 auto; }
  .popUpMain__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popUpMain__title {
    padding-bottom: 12px; }
  .popUpMain__form-description {
    font-size: 18px;
    padding-bottom: 24px; }
  .popUpMain__left {
    margin-right: 0; }
  .popUpMain__info {
    width: 100%;
    text-align: center;
    padding-top: 64px; }
  .popUpMain__form-wrapp {
    width: 100%; }
  .popUpMain__close {
    top: 21px;
    right: 21px; } }

@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px; }
  header {
    padding-top: 64px; }
  .header-product {
    background: url(../img/header-turbo-mob.svg) #FBFBFB no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover; }
  .btn-calculate {
    width: 100%;
    padding: 0; }
  .btn-chat {
    width: 56px;
    height: 56px;
    bottom: 30px;
    right: 18px;
    font-size: 0;
    background-image: url(../img/chat.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .popUpMain__form textarea {
    height: 80px; }
  .popUpMain__form__btn:hover {
    background: #FFFFFF;
    color: #333333; }
  .popUpMain__form__btn:active {
    background: #333333;
    color: #FFFFFF; }
  .popUpMain__info__btn:hover {
    background: #FFFFFF;
    color: #333333; }
  .popUpMain__info__btn:active {
    background: #333333;
    color: #FFFFFF; } }

@media screen and (max-width: 355px) {
  .popUpMain-cost, .popUpMain-manager, .popUpMain-thanks {
    width: 300px; }
  .popUpMain__info__phones {
    width: 100%;
    height: auto; }
    .popUpMain__info__phones a {
      display: block; } }

@media screen and (max-height: 700px) {
  .popUpMain-thanks {
    position: absolute; } }

.nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99; }
  .nav__closed {
    height: 100px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #333333; }
    .nav__closed-wrapp {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .nav__closed__phones {
      position: relative;
      font-family: 'Gilroy-Regular'; }
      .nav__closed__phones-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .nav__closed__phones-active img {
          margin-left: 10px;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .nav__closed__phones-active img.rotate {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .nav__closed__phones-active img.nav__closed__desktop-img {
            display: block; }
          .nav__closed__phones-active img.nav__closed__mob-img {
            display: none; }
      .nav__closed__phones-list {
        width: 100%;
        position: absolute;
        top: 28px;
        left: -35px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 24px 35px 0 35px;
        background: #FFFFFF;
        display: none; }
        .nav__closed__phones-list.open {
          display: block; }
        .nav__closed__phones-list li {
          padding-bottom: 24px; }
          .nav__closed__phones-list li:hover a {
            color: #34AAFF; }
          .nav__closed__phones-list li a {
            display: block;
            text-align: center;
            text-decoration: none;
            color: #333333; }
    .nav__closed__logo {
      display: block;
      position: absolute;
      left: -webkit-calc(50% - 142px/2);
      left: calc(50% - 142px/2); }
    .nav__closed__menu {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
	  .article__text ul  {
		  list-style: circle;
		      margin-left: 18px;
			  line-height: 170%;
	  }
	   .article__text ul li {
		   padding-bottom: 3px;
	   }
  .nav__opened {
    width: 100%;
    position: fixed;
    top: -130vh;
    left: 0;
    z-index: 99999;
    padding-bottom: 32px;
    font-family: 'Gilroy-Regular';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #FFFFFF;
    color: #333333; }
    .nav__opened.open {
      top: 0; }
    .nav__opened__bubble {
      width: 550px;
      height: 550px;
      position: absolute;
      left: 36%;
      top: 12%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #ECF3F8; }
      .nav__opened__bubble-two {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 3%;
        top: 32.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #34AAFF;
        opacity: 0.3; }
    .nav__opened-wrapp {
      height: 100vh;
      position: relative; }
    .nav__opened__menu-wrapp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 226px;
      padding-top: 24vh; }
    .nav__opened__menu {
      width: 600px;
      position: relative; }
      .nav__opened__menu li {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28px;
        cursor: pointer; }
        .nav__opened__menu li:hover {
          color: #34AAFF; }
        .nav__opened__menu li img, .nav__opened__menu li svg {
          display: none; }
        .nav__opened__menu li a {
          text-decoration: none;
          color: #333333; }
          .nav__opened__menu li a:hover {
            color: #34AAFF; }
        .nav__opened__menu li.active {
          color: #34AAFF; }
        .nav__opened__menu li ul {
          width: 300px;
          position: absolute;
          top: 0;
          right: -300px;
          display: none; }
          .nav__opened__menu li ul.active {
            display: block; }
          .nav__opened__menu li ul li {
            margin-bottom: 24px; }
            .nav__opened__menu li ul li a {
              display: block;
              margin-bottom: 24px;
              font-size: 18px;
              line-height: 21px;
              text-decoration: none;
              cursor: pointer;
              color: #333333; }
              .nav__opened__menu li ul li a:hover {
                color: #34AAFF; }
    .nav__opened__info {
      width: 100%;
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 50px;
      font-size: 14px;
      line-height: 16px; }
      .nav__opened__info p {
        margin-bottom: 14px; }
        .nav__opened__info p a {
          text-decoration: none;
          cursor: pointer;
          color: #333333; }
          .nav__opened__info p a:hover {
            color: #34AAFF; }
    .nav__opened__phones p:hover {
      color: #34AAFF; }
  .nav.nav-not-logo .nav__closed {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset; }
    .nav.nav-not-logo .nav__closed__logo {
      display: none; }

/* Humburger*/
.menu_btn {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 999999;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .menu_btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #333333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu_btn span:nth-child(1) {
      top: 0;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .menu_btn span:nth-child(2) {
      top: 10.5px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .menu_btn span:nth-child(3) {
      top: 20.5px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .menu_btn.open span:nth-child(1) {
    width: 29px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0; }
  .menu_btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .menu_btn.open span:nth-child(3) {
    width: 29px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20.5px;
    left: 0; }

@media screen and (max-width: 1430px) {
  .nav__opened__menu-wrapp {
    padding-top: 12vh; } }

@media screen and (max-width: 1330px) {
  .nav__opened__menu {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); } }

@media screen and (max-width: 750px) {
  .nav__closed {
    height: 64px; }
    .nav__closed__phones-active {
      font-size: 0; }
      .nav__closed__phones-active img.nav__closed__desktop-img {
        display: none; }
      .nav__closed__phones-active img.nav__closed__mob-img {
        display: block; }
    .nav__closed__phones-list {
      width: 225px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 0; }
    .nav__closed__logo {
      display: none; }
  .nav__opened {
    overflow-y: scroll; }
    .nav__opened__bubble {
      display: none; }
    .nav__opened__menu-wrapp {
      padding-top: 57px; }
    .nav__opened__menu {
      width: auto;
      margin: 0 auto;
      padding-top: 38px;
      padding-bottom: 30px; }
      .nav__opened__menu li[data-submenu-item='val'] {
        height: 28px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .nav__opened__menu li img, .nav__opened__menu li svg {
        display: initial;
        padding: 0 0 2px 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .nav__opened__menu li.active img, .nav__opened__menu li.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        padding: 2px 10px 0 0; }
        .nav__opened__menu li.active img path, .nav__opened__menu li.active svg path {
          fill: #34AAFF; }
      .nav__opened__menu li ul {
        width: auto;
        position: unset;
        padding-left: 24px;
        display: block; }
        .nav__opened__menu li ul li:first-child {
          margin-top: 24px; }
    .nav__opened__info {
      display: none; } }

@media screen and (max-width: 359px) {
  .nav__opened__menu li {
    font-size: 18px; }
    .nav__opened__menu li ul li a {
      font-size: 16px; } }

.header-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
  background: #F8F8F8; }
  .header-main__bubble {
    width: 470px;
    height: 470px;
    position: absolute;
    top: -124px;
    left: -120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #80C1F0; }
  .header-main__logo {
    position: relative;
    z-index: 1;
    padding-top: 12vh; }
  .header-main__description {
    width: 604px;
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    line-height: 160%;
    color: #333333; }
  .header-main__btn {
    margin-top: 32px; }

.main__title {
  font-family: 'Gilroy-Regular';
  font-weight: 600;
  font-size: 56px;
  line-height: 170%; }
  .main__title span {
    color: #80C1F0; }

.about-us .container {
  position: relative; }
  .about-us .container .about-us__bubble {
    width: 580px;
    height: 580px;
    position: absolute;
    bottom: 0px;
    right: 121px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EFF7FD; }

.about-us__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 160px 0 90px;
  color: #333333; }

.about-us__description {
  width: 590px;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  line-height: 170%; }

.about-us__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 160px; }

.about-us__card {
  margin-bottom: 40px;
  width: 400px;
  height: 260px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: verdana;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  color: #333333; }
  .about-us__card .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .about-us__card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .about-us__card .back {
    overflow: hidden;
    z-index: -1;
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .about-us__card .back:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .about-us__card .back.face ul {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 42px 40px 26px;
      list-style: none; }
      .about-us__card .back.face ul li {
        width: 50%;
        padding-bottom: 16px;
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        line-height: 16px; }
        .about-us__card .back.face ul li:hover a {
          color: #34AAFF; }
        .about-us__card .back.face ul li a {
          text-decoration: none;
          color: #333333; }
  .about-us__card .front, .about-us__card .back {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }
  /*.about-us__card .hovercard:hover {*/
    /*-webkit-transform: rotateY(180deg);*/
    /*transform: rotateY(180deg); }*/
  .about-us__card .hovercard:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .about-us__card .hovercard:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .about-us__card .front {
    z-index: 1; }
    .about-us__card .front.face {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .about-us__card .front.face p {
        padding: 0 40px;
        font-family: 'Gilroy-Regular';
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0.045em; }

.clients {
  padding: 150px 0 125px; }
  .clients__img {
    padding-top: 40px; }
    .clients__img__desk {
      display: block; }
    .clients__img__mob {
      display: none; }

.works {
  padding: 125px 0 245px; }
  .works__title {
    padding-bottom: 32px; }
  .works__slider .slick-arrow,
  .works-examples__wrapp .slick-arrow  {
    width: 11px;
    height: 18px;
    position: absolute;
    top: -webkit-calc(50% - 18px/2 - 41px/2);
    top: calc(50% - 18px/2 - 41px/2);
    z-index: 2;
    font-size: 0;
    background: url(../img/arrow-slider.svg);
    outline: none;
    cursor: pointer; }
  .works__slider .slick-prev,
  .works-examples__wrapp .slick-prev {
    left: -32px; }
  .works__slider .slick-next,
  .works-examples__wrapp .slick-next {
    right: -32px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .works__slider .slick-dots,
  .works-examples__wrapp .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .works__slider .slick-dots li,
  .works-examples__wrapp .slick-dots li {
      padding: 19px 5px 0 5px; }
      .works__slider .slick-dots li button,
  .works-examples__wrapp .slick-dots li button {
        width: 17px;
        height: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2.5px solid #333333;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 0;
        cursor: pointer;
        outline: none; }
      .works__slider .slick-dots li.slick-active button,
  .works-examples__wrapp .slick-dots li.slick-active button {
        background: #333333; }
  .works__slide 
  {
    width: 100%;	}
  .works__btn {
    margin: 38px auto 0; }

@media screen and (max-width: 1330px) {
  .about-us__description {
    width: 475px; }
  .about-us__card {
    width: 450px; } }

@media screen and (max-width: 1022px) {
  .about-us__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding: 72px 0 60px; }
  .about-us__description {
    width: 100%; }
  .about-us__cards {
    padding-bottom: 80px; }
  .about-us__card {
    width: 100%;
    height: 96px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .about-us__card .hovercard:hover {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .about-us__card .hovercard:hover .front {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .about-us__card .front.face {
      height: 96px;
      position: relative;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .about-us__card .front.face:after {
        content: " ";
        width: 24px;
        height: 24px;
        position: absolute;
        right: 16px;
        top: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #D9ECFB; }
      .about-us__card .front.face p {
        width: 100%;
        padding: 0;
        text-align: center; }
    .about-us__card .back.face {
      height: auto;
      z-index: auto;
      overflow: unset;
      position: unset;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-box-shadow: none;
      box-shadow: none; }
      .about-us__card .back.face ul {
        padding: 0px 24px 16px; }
        .about-us__card .back.face ul li {
          width: 100%; }
    .about-us__card.open .front.face {
      /*height: 48px;*/
      /*-webkit-box-align: baseline;*/
      /*-webkit-align-items: baseline;*/
      /*-ms-flex-align: baseline;*/
      /*align-items: baseline;*/
      /*padding-top: 32px; */
    }
  .clients {
    padding: 40px 0 40px; }
  .works {
    padding: 60px 0 100px; }
    .works__slider .slick-arrow {
      height: 12px;
      width: 7.4px;
      top: -webkit-calc(50% - 12px/2 - 41px/2);
      top: calc(50% - 12px/2 - 41px/2);
      background: url(../img/arrow-slider-white.svg) no-repeat; }
    .works__slider .slick-prev {
      left: 8px; }
    .works__slider .slick-next {
      right: 8px; } 
    .popUpMain__right {
      padding-top: 95px;
    }
    }

@media screen and (max-width: 750px) {
  .header-main {
    padding-bottom: 50px; }
    .header-main__bubble {
      width: 288px;
      height: 288px;
      top: -64px;
      left: -21px; }
    .header-main__description {
      width: 100%;
      position: relative;
      padding-top: 48px;
      font-size: 16px; }
    .header-main__btn {
      margin-top: 40px; }
  .main__title {
    font-size: 36px; }
  .about-us__header {
    padding: 72px 0 40px; }
  .about-us__description {
    padding-top: 16px; }
  .about-us__card .front.face p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; }
  .clients {
    padding: 0px 0 25px; }
    .clients__img {
      padding-top: 16px; }
      .clients__img__desk {
        display: none; }
      .clients__img__mob {
        display: block;
        max-width: unset;
        min-width: 100%; }
  .works {
    padding: 60px 0 120px; }
    .works__title {
      padding-bottom: 15px; }
    .works__slider {
      width: -webkit-calc(100% + 32px);
      width: calc(100% + 32px);
      margin-left: -16px; }
      .works__slider .slick-dots li {
        padding: 7px 6px 0 6px; }
        .works__slider .slick-dots li button {
          width: 10px;
          height: 10px;
          border: 1.5px solid #333333; }
    .works__btn {
      margin: 32px auto 0; } }

@media screen and (max-width: 390px) {
  .clients__img__mob {
    display: block;
    max-width: 100%;
    min-width: unset; } }

@media screen and (max-width: 359px) {
  .main__title {
    font-size: 28px; } }

.table {
  padding: 60px 0 77px;
  background: #FDFDFD;
  color: #333333; }
  .table__title {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px 0 15px;
    font-family: "Gilroy-Bold";
    font-size: 18px;
    line-height: 170%; }
    .table__title-mob {
      display: none;
      padding-bottom: 16px;
      font-family: "Gilroy-Bold";
      font-size: 22px;
      line-height: 170%; }
    .table__title__name {
      width: 46%; }
    .table__title__group-size {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 40.5%; }
    .table__title__size {
      width: 33.3%;
      text-align: right; }
    .table__title__oversize {
      width: 13.5%;
      text-align: right; }
  .table__item {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px 0 15px;
    font-family: "Gilroy-Regular";
    font-size: 18px;
    line-height: 170%; }
    .table__item:nth-child(2n+1) {
      background: #FBFBFB; }
  .table__subtitle {
    width: 46%; }
  .table__group-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40.5%; }
  .table__price {
    width: 33.3%;
    text-align: right; }
  .table__oversize-price {
    width: 13.5%;
    text-align: right; }
  .table__mobtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none; }

.question {
  padding-bottom: 160px; }
  .question__wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333333; }
  .question__text {
    width: 352px;
    margin-right: 156px;
    font-family: "Gilroy-Regular";
    font-size: 18px;
    line-height: 170%; }

.works-examples {
  padding-bottom: 80px; }
  .works-examples__wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -display: flex;
	display: inline-block;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center; }
  .works-examples__img {
    width: 400px;
    height: 260px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; 
	box-sizing: border-box;
	padding: 25px;
	}
    .works-examples__img img {
	width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .works-examples__img:hover img {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }

.article {
  font-family: "Gilroy-Regular";
  padding-bottom: 240px; }
  .article__wrapp {
    width: 100%;
    position: relative; }
  .article__bubble {
    width: 218px;
    height: 218px;
    position: absolute;
    z-index: -1;
    top: -108px;
    left: -129px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EFF7FD; }
  .article p {
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 170%;
    color: #333333; }
    .article p a {
      color: #80C1F0; }
  .article__question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .article__question__text {
      width: 352px;
      margin-right: 156px; }

@media screen and (max-width: 1330px) {
  .table__title {
    font-size: 16px; }
    .table__title__name {
      width: 38%; }
    .table__title__group-size {
      width: 43.5%; }
    .table__title__oversize {
      width: 18.5%; }
  .table__item {
    font-size: 16px; }
  .table__subtitle {
    width: 38%; }
  .table__group-price {
    width: 43.5%; }
  .table__oversize-price {
    width: 18.5%; }
  .works-examples__img {
    width: 300px;
    height: 193px; } }

@media screen and (max-width: 1022px) {
  .table__title {
    display: none; }
    .table__title-mob {
      display: block; }
    .table__title__size {
      text-align: left;
      font-weight: bold;
      font-size: 14px;
      opacity: .3; }
      .table__title__size:nth-child(2) {
        text-align: center; }
      .table__title__size:last-child {
        text-align: right; }
  .table__item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0px 24px 0px;
    font-size: 18px; }
    .table__item:nth-child(2n+1) {
      background: unset; }
  .table__oversize-price {
    display: none; }
  .table__subtitle {
    width: 100%;
    font-weight: 600;
    font-family: 'Gilroy-Medium';
    padding-bottom: 8px; }
  .table__group-price {
    width: 100%; }
  .table__price {
    text-align: left; }
    .table__price:nth-child(2) {
      text-align: center; }
    .table__price:last-child {
      text-align: right; }
  .table__oversize-price {
    width: 100%; }
  .table__mobtitle {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px; }
  .question {
    padding-bottom: 90px; }
    .question__text {
      margin-right: 74px; }
  .works-examples {
    padding-bottom: 48px; }
    .works-examples__img {
      width: 224px;
      height: 145px; }
  .article {
    padding-bottom: 130px; }
    .article__question__text {
      margin-right: 45px; } }

@media screen and (max-width: 750px) {
  .header-product {
    height: 170px;
    margin-top: 64px; }
    .header-product__title {
      font-size: 32px;
      line-height: 120%; }
    .header-product__theme {
      display: none; }
  .table {
    padding: 24px 0 32px; }
  .question {
    position: relative;
    overflow: hidden;
    padding: 86px 0 71px; }
    .question__bubble {
      width: 586px;
      height: 586px;
      position: absolute;
      z-index: -1;
      top: 0px;
      left: -webkit-calc(50% - 586px/2);
      left: calc(50% - 586px/2);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #EFF7FD; }
    .question__wrapp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .question__text {
      width: 100%;
      margin: 0 auto 24px auto;
      text-align: center; }
  .works-examples {
    padding-top: 24px;
    padding-bottom: 55px; }
    .works-examples__wrapp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .works-examples__img {
      width: 100%;
      height: 189px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 16px; }
  .article__question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .article__question__text {
      width: 100%;
      margin-right: 0;
      padding-bottom: 24px; }
  .article__text {
    padding-bottom: 32px; } }

@media screen and (max-width: 550px) {
  .header-product {
    height: 130px; } }

.contacts {
  color: #333333; }
  .contacts__map {
    padding: 60px 0 64px; }
    .contacts__map__title {
      padding-bottom: 22px;
      font-family: 'Gilroy-Bold';
      font-size: 24px;
      line-height: 170%; }
    .contacts__map__wrapp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .contacts__map__google {
      width: 811px;
      height: 559px;
      background: #333333; }
      .contacts__map__google iframe {
        width: 100%;
        height: 100%; }
    .contacts__map__address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: 'Gilroy-Regular';
      padding-left: 40px; }
      .contacts__map__address p {
        font-size: 18px;
        line-height: 170%; }
  .contacts__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 300px; }
    .contacts__info__phones {
      width: 564px; }
    .contacts__info__title {
      padding-bottom: 24px;
      font-family: 'Gilroy-Bold';
      font-size: 24px;
      line-height: 170%; }
    .contacts__info p a {
      display: block;
      margin-bottom: 24px;
      font-family: 'Gilroy-Regular';
      font-size: 18px;
      line-height: 170%;
      text-decoration: none;
      color: #333333; }
      .contacts__info p a:hover {
        color: #34AAFF; }

@media screen and (max-width: 1330px) {
  .contacts__map__google {
    width: 636px;
    height: 470px; }
  .contacts__info {
    padding-bottom: 150px; } }

@media screen and (max-width: 1022px) {
  .contacts__map__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contacts__map__google {
    width: 100%; }
  .contacts__map__address {
    padding-top: 16px;
    padding-left: 0; }
  .contacts__info__phones {
    width: 522px; } }

@media screen and (max-width: 750px) {
  .contacts__map {
    padding: 24px 0 48px; }
    .contacts__map__title {
      padding-bottom: 8px;
      font-size: 22px; }
    .contacts__map__google {
      height: 235px; }
  .contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 106px; }
    .contacts__info__phones {
      width: 100%; }
    .contacts__info__title {
      font-size: 18px; } }

.footer {
  padding: 150px 0 60px;
  font-family: 'Gilroy-Regular';
  background: #191919; }
  .footer__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 56px;
    line-height: 170%;
    color: #FFFFFF; }
  .footer__description {
    width: 510px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 170%;
    color: #FBFBFB; }
  .footer__btn {
    width: 280px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #FBFBFB;
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    line-height: 100%;
    cursor: pointer;
    color: #FBFBFB; }
    .footer__btn:hover {
      background: #FBFBFB;
      color: #333333; }
  .footer__info {
    width: 770px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 131px 0 0 auto; }
    .footer__info__title {
      padding-bottom: 18px;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #F3F3F3; }
    .footer__info__item {
      display: block;
      padding-bottom: 16px;
      font-family: 'Gilroy-Regular';
      font-size: 18px;
      line-height: 21px;
      text-decoration: none;
      color: #F3F3F3; }
      .footer__info__item:hover {
        color: #8E8E8E; }
      .footer__info__item.footer__address__title:hover {
        color: #F3F3F3; }
      .footer__info__item.footer__address-link__title:hover {
        color: #8E8E8E; }

@media screen and (max-width: 1022px) {
  .footer {
    padding: 60px 0 30px; }
    .footer__info {
      width: 100%; } }

@media screen and (max-width: 750px) {
  .footer {
    padding: 48px 0 30px; }
    .footer__title {
      font-size: 36px;
      margin-bottom: 16px; }
    .footer__description {
      width: 100%; }
    .footer__btn {
      width: 100%; }
      .footer__btn:hover {
        background: #333333;
        color: #FFFFFF; }
      .footer__btn:active {
        background: #FFFFFF;
        color: #333333; }
    .footer__info {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 100px 0 0 auto; }
    .footer__social, .footer__phones, .footer__address {
      margin-bottom: 64px; }
    .footer__social {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .footer__phones {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .footer__address {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; } }

@media screen and (max-width: 359px) {
  .footer__title {
    font-size: 32px; }
  .footer__info {
    margin: 80px 0 0 auto; } }
/*Art*/
.popUpMain__info__email a{
	margin-bottom: 24px;
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #333333;
	display: block;
}
.popUpMain__info__email a:hover{
color: #34AAFF;
}
.art-article{
	font-family: "Gilroy-Regular";
    padding-top: 40px;
}
.art-article ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.art-article p {
  line-height: 35px  
}
.art-article h2 h3 h4 {
  line-height: 40px
}
.popUpMain__form{
	display:none;
}