html {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  box-shadow: 0px 0px 150px -10px rgba(0,0,0,0.5);
  font-size: 14px;
  overflow-y: scroll;
  font-family: 'Inter', sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
  color: #000;
}
button,
input {
  font-family: 'Inter', sans-serif;
}
*:before,
*:after {
  box-sizing: border-box;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
p {
  font-size: 16px;
  color: #a5a5a5;
}
ul,
ol {
  padding-left: 16px;
}
ul li,
ol li {
  font-size: 16px;
  color: #a5a5a5;
}
.modal-privacy,
#service-item-modal {
  display: none;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  max-width: 1200px;
  height: auto;
  max-height: 80%;
  overflow-y: auto !important;
  background-color: #fff;
  z-index: 999;
  border-radius: 20px;
  box-shadow: 4px 4px 8px 0px rgba(34,60,80,0.2);
  padding: 50px;
}
.modal-privacy .modal-wrap,
#service-item-modal .modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-privacy .modal-wrap .close,
#service-item-modal .modal-wrap .close {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  z-index: 9;
}
.modal-privacy .modal-wrap .content,
#service-item-modal .modal-wrap .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal-privacy .modal-wrap .content .title,
#service-item-modal .modal-wrap .content .title {
  margin-top: 0;
}
#service-item-modal {
  padding: 0;
  overflow: hidden;
}
#service-item-modal.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#service-item-modal .modal-wrap .close {
  top: 15px;
  right: 15px;
}
#service-item-modal .modal-wrap .service-modal-body {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#service-item-modal .modal-wrap .service-modal-body .service-left {
  width: 50%;
  overflow: hidden;
}
#service-item-modal .modal-wrap .service-modal-body .service-left .service-modal-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service-item-modal .modal-wrap .service-modal-body .service-right {
  width: 50%;
  padding: 50px;
  padding-bottom: 250px;
}
#service-item-modal .modal-wrap .service-modal-body .service-right .title {
  font-size: 36px;
  font-weight: 700;
}
#service-item-modal .modal-wrap .service-modal-body .service-right .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
#service-item-modal .modal-wrap .service-modal-body .service-right .price {
  margin-top: 50px;
}
#service-item-modal .modal-wrap .service-modal-body .service-right .price span {
  font-size: 32px;
  font-weight: 800;
}
#service-item-modal .modal-wrap .form {
  margin-top: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 50px;
}
#service-item-modal .modal-wrap .form .wpcf7 form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service-item-modal .modal-wrap .form .wpcf7 form.invalid .wpcf7-response-output,
#service-item-modal .modal-wrap .form .wpcf7 form.invalid .wpcf7-not-valid-tip {
  display: none !important;
}
#service-item-modal .modal-wrap .form .wpcf7 form.invalid div span input {
  border-color: #e33737;
}
#service-item-modal .modal-wrap .form .wpcf7 form.invalid div span input:placeholder {
  color: #e33737;
}
#service-item-modal .modal-wrap .form .wpcf7 form div {
  width: 45%;
}
#service-item-modal .modal-wrap .form .wpcf7 form div span {
  font-weight: 600;
  font-size: 16px;
}
#service-item-modal .modal-wrap .form .wpcf7 form div span input {
  width: 100%;
  background-color: #fff;
  border: 0;
  padding: 15px 30px;
  margin-bottom: 25px;
  color: #a5a5a5;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #ebebeb;
  margin-top: 15px;
}
#service-item-modal .modal-wrap .form .wpcf7 form div span input:focus {
  outline: none;
}
#service-item-modal .modal-wrap .form .wpcf7 form div span input::placeholder {
  color: #a5a5a5;
  font-size: 16px;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .acceptance {
  width: 60%;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .acceptance .wpcf7-list-item {
  margin: 0;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .acceptance .wpcf7-list-item input {
  width: 13px;
  height: 13px;
  margin: 0;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .acceptance .wpcf7-list-item .wpcf7-list-item-label {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .acceptance .wpcf7-list-item .wpcf7-list-item-label .privacy {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .wpcf7-submit {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 10px;
  border: 0;
}
#service-item-modal .modal-wrap .form .wpcf7 form div.full .wpcf7-spinner {
  display: none;
}
#service-item-modal .modal-wrap .form .wpcf7 .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  width: auto;
}
.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 740px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    max-width: 965px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
  }
}
.alignwide {
  width: 100%;
}
.alignfull {
  width: calc(100% + 30px) !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media only screen and (min-width: 768px) {
  .alignfull {
    width: 100vw !important;
    margin-left: calc(-1 * (100vw - 710px) / 2) !important;
    margin-right: calc(-1 * (100vw - 710px) / 2) !important;
  }
}
@media only screen and (min-width: 992px) {
  .alignfull {
    width: 100vw !important;
    margin-left: calc(-1 * (100vw - 935px) / 2) !important;
    margin-right: calc(-1 * (100vw - 935px) / 2) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .alignfull {
    width: 100vw !important;
    margin-left: calc(-1 * (100vw - 1170px) / 2) !important;
    margin-right: calc(-1 * (100vw - 1170px) / 2) !important;
  }
}
@media only screen and (max-width: 1200px) {
  #service-item-modal .modal-wrap .service-modal-body {
    flex-wrap: wrap;
  }
  #service-item-modal .modal-wrap .service-modal-body .service-left {
    width: 100%;
  }
  #service-item-modal .modal-wrap .service-modal-body .service-right {
    width: 100%;
  }
  #service-item-modal .modal-wrap .form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #service-item-modal .modal-wrap .service-modal-body .service-right {
    padding: 15px;
  }
  #service-item-modal .modal-wrap .service-modal-body .service-right .title {
    font-size: 16px;
  }
  #service-item-modal .modal-wrap .service-modal-body .service-right .desc p {
    font-size: 14px;
  }
  #service-item-modal .modal-wrap .service-modal-body .service-right .price span {
    font-size: 20px;
  }
  #service-item-modal .modal-wrap .form {
    position: relative;
    padding: 15px;
    margin-top: 20px;
  }
  #service-item-modal .modal-wrap .form .wpcf7 form div {
    width: 100%;
  }
  #service-item-modal .modal-wrap .form .wpcf7 form div span input {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  #service-item-modal .modal-wrap .form .wpcf7 form div.full {
    flex-wrap: wrap;
  }
  #service-item-modal .modal-wrap .form .wpcf7 form div.full .acceptance {
    width: 100%;
  }
  #service-item-modal .modal-wrap .form .wpcf7 form div.full .wpcf7-submit {
    width: 100%;
    margin-top: 10px;
  }
  #service-item-modal .modal-wrap .form .wpcf7 .wpcf7-response-output {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
#theme-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
header {
	/*z-index: 99;
	position: sticky;
	top: 0;*/
	background-color: #fff;
}
header .top-header {
  background-color: #f8f8f8;
  padding: 15px 0;
}
header .top-header .wrapper .top-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  justify-content: space-between;
}
header .top-header .wrapper .top-wrap .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
header .top-header .wrapper .top-wrap .socials .social {
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}
header .top-header .wrapper .top-wrap .socials .social svg,
header .top-header .wrapper .top-wrap .socials .social img {
  width: 20px;
}
header .top-header .wrapper .top-wrap .text p {
  margin: 0;
  font-size: 16px;
}
header .wrapper .header-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
header .wrapper .header-wrap .logo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
}
header .wrapper .header-wrap .logo-wrap .image {
  height: 60px;
  padding-right: 30px;
}
header .wrapper .header-wrap .logo-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .wrapper .header-wrap .logo-wrap .text {
  text-decoration: none;
}
header .wrapper .header-wrap .logo-wrap .text p,
header .wrapper .header-wrap .logo-wrap .text h1,
header .wrapper .header-wrap .logo-wrap .text h2,
header .wrapper .header-wrap .logo-wrap .text h3 {
  margin: 0;
  color: #0072e1;
}
header .wrapper .header-wrap .contacts-wrap {
  padding-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
}
header .wrapper .header-wrap .contacts-wrap .phones,
header .wrapper .header-wrap .contacts-wrap .emails {
  margin-right: 50px;
}
header .wrapper .header-wrap .contacts-wrap .phones .phone a,
header .wrapper .header-wrap .contacts-wrap .emails .phone a,
header .wrapper .header-wrap .contacts-wrap .phones .email a,
header .wrapper .header-wrap .contacts-wrap .emails .email a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  justify-content: flex-end;
}
header .wrapper .header-wrap .contacts-wrap .phones .phone:first-child a,
header .wrapper .header-wrap .contacts-wrap .emails .phone:first-child a,
header .wrapper .header-wrap .contacts-wrap .phones .email:first-child a,
header .wrapper .header-wrap .contacts-wrap .emails .email:first-child a {
  font-size: 20px;
  font-weight: bold;
}
header .wrapper .header-wrap .contacts-wrap .phones .phone:first-child a img,
header .wrapper .header-wrap .contacts-wrap .emails .phone:first-child a img,
header .wrapper .header-wrap .contacts-wrap .phones .email:first-child a img,
header .wrapper .header-wrap .contacts-wrap .emails .email:first-child a img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  margin-right: 10px;
}
header .wrapper .header-wrap .button-wrap .button {
  padding: 15px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  min-width: 200px;
  border-color: transparent;
  text-decoration: none;
}
header .wrapper .header-wrap .menu-toggler {
  display: none;
}
header .wrapper .header-wrap .mobile-close {
  display: none;
}
header .main-menu .wrapper {
  margin-bottom: 0;
}
header .main-menu .wrapper .menu-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin: 0;
  justify-content: space-between;
}
header .main-menu .wrapper .menu-wrap ul li {
  width: 100%;
}
header .main-menu .wrapper .menu-wrap ul li a {
  padding: 20px 40px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  header .top-header .wrapper .top-wrap .text p {
    font-size: 14px;
  }
  header .wrapper {
    margin-bottom: 0;
  }
  header .wrapper .header-wrap .logo-wrap .text h1 {
    font-size: 20px;
  }
  header .wrapper .header-wrap .contacts-wrap {
    padding-left: 20px;
  }
  header .wrapper .header-wrap .contacts-wrap .phones,
  header .wrapper .header-wrap .contacts-wrap .emails {
    margin-right: 20px;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone:first-child a,
  header .wrapper .header-wrap .contacts-wrap .emails .phone:first-child a,
  header .wrapper .header-wrap .contacts-wrap .phones .email:first-child a,
  header .wrapper .header-wrap .contacts-wrap .emails .email:first-child a {
    font-size: 14px;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone a,
  header .wrapper .header-wrap .contacts-wrap .emails .phone a,
  header .wrapper .header-wrap .contacts-wrap .phones .email a,
  header .wrapper .header-wrap .contacts-wrap .emails .email a {
    font-size: 12px;
  }
  header .wrapper .header-wrap .button-wrap .button {
    min-width: 180px;
    padding: 10px 15px;
    font-size: 14px;
  }
  header .main-menu .wrapper .menu-wrap ul li a {
    font-size: 16px;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 992px) {
  header .wrapper {
    padding: 0;
  }
  header .wrapper .header-wrap {
    padding: 10px 15px;
  }
  header .wrapper .header-wrap .logo-wrap .image {
    height: 50px;
  }
  header .wrapper .header-wrap .logo-wrap .text h1 {
    font-size: 14px;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone,
  header .wrapper .header-wrap .contacts-wrap .emails .phone,
  header .wrapper .header-wrap .contacts-wrap .phones .email,
  header .wrapper .header-wrap .contacts-wrap .emails .email {
    display: none;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone a,
  header .wrapper .header-wrap .contacts-wrap .emails .phone a,
  header .wrapper .header-wrap .contacts-wrap .phones .email a,
  header .wrapper .header-wrap .contacts-wrap .emails .email a {
    font-size: 0;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone:first-child,
  header .wrapper .header-wrap .contacts-wrap .emails .phone:first-child,
  header .wrapper .header-wrap .contacts-wrap .phones .email:first-child,
  header .wrapper .header-wrap .contacts-wrap .emails .email:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .wrapper .header-wrap .button-wrap .button {
    padding: 3px 10px;
    min-width: auto;
    max-width: 90px;
    font-size: 12px;
  }
  header .main-menu .wrapper .menu-wrap ul li a {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    top: 0;
padding
  }
  header .top-header {
    padding: 15px;
  }
  header .top-header .wrapper .top-wrap {
    flex-wrap: wrap;
  }
  header .top-header .wrapper .top-wrap .socials,
  header .top-header .wrapper .top-wrap .text {
    width: 100%;
  }
  header .top-header .wrapper .top-wrap .text p {
    font-size: 12px;
  }
  header .wrapper .header-wrap .logo-wrap .image {
    padding-right: 10px;
  }
  header .wrapper .header-wrap .button-wrap {
    display: none;
  }
  header .wrapper .header-wrap .contacts-wrap .phones,
  header .wrapper .header-wrap .contacts-wrap .emails {
    margin-right: 10px;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone a img,
  header .wrapper .header-wrap .contacts-wrap .emails .phone a img,
  header .wrapper .header-wrap .contacts-wrap .phones .email a img,
  header .wrapper .header-wrap .contacts-wrap .emails .email a img {
    margin-right: 0 !important;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  header .wrapper .header-wrap .contacts-wrap .phones .phone a span,
  header .wrapper .header-wrap .contacts-wrap .emails .phone a span,
  header .wrapper .header-wrap .contacts-wrap .phones .email a span,
  header .wrapper .header-wrap .contacts-wrap .emails .email a span {
    display: none;
  }
  header .wrapper .header-wrap .menu-toggler {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  header .wrapper .header-wrap .menu-toggler button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    width: 25px;
    height: 20px;
    padding: 0px;
    position: relative;
    background-color: #fff;
    border: 0;
  }
  header .wrapper .header-wrap .menu-toggler button .line {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0px;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transform-origin: 50%;
    transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
  header .wrapper .header-wrap .menu-toggler button .line:nth-of-type(1) {
    top: 0px;
  }
  header .wrapper .header-wrap .menu-toggler button .line:nth-of-type(2) {
    top: 8px;
  }
  header .wrapper .header-wrap .menu-toggler button .line:nth-of-type(3) {
    bottom: 0px;
  }
  header .wrapper .header-wrap .menu-toggler button.open .line:nth-of-type(1) {
    top: 8px;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
  }
  header .wrapper .header-wrap .menu-toggler button.open .line:nth-of-type(2) {
    transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
  }
  header .wrapper .header-wrap .menu-toggler button.open .line:nth-of-type(3) {
    bottom: 8px;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
  }
  header .wrapper .header-wrap .mobile-close {
    display: block;
    position: fixed;
    z-index: 1;
    top: 155px;
    left: 0px;
    bottom: 0px;
    width: 100vw;
    background-color: rgba(0,0,0,0.4);
    visibility: visible;
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    pointer-events: none;
  }
  header .wrapper .header-wrap .mobile-close.open {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  header .main-menu .wrapper .menu-wrap .menu-main-menu-container {
    position: fixed;
    z-index: 6;
    top: 155px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 0px;
    width: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    display: flex;
  }
  header .main-menu .wrapper .menu-wrap .menu-main-menu-container #menu-main-menu {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  header .main-menu .wrapper .menu-wrap .menu-main-menu-container #menu-main-menu .nav-menu-element a {
    color: #000;
  }
  header .main-menu .wrapper .menu-wrap .menu-main-menu-container.open {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
}
footer .footer .wrapper {
  margin-bottom: 20px;
}
footer .footer .wrapper .footer-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
footer .footer .wrapper .footer-wrap .logo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
}
footer .footer .wrapper .footer-wrap .logo-wrap .image {
  height: 60px;
  padding-right: 30px;
}
footer .footer .wrapper .footer-wrap .logo-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .footer .wrapper .footer-wrap .logo-wrap .text {
  text-decoration: none;
}
footer .footer .wrapper .footer-wrap .logo-wrap .text p,
footer .footer .wrapper .footer-wrap .logo-wrap .text h1,
footer .footer .wrapper .footer-wrap .logo-wrap .text h2,
footer .footer .wrapper .footer-wrap .logo-wrap .text h3 {
  margin: 0;
  color: #0072e1;
}
footer .footer .wrapper .footer-wrap .contacts-wrap {
  padding-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
}
footer .footer .wrapper .footer-wrap .contacts-wrap .phones,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails {
  margin-right: 50px;
}
footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone a,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone a,
footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email a,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  justify-content: flex-end;
}
footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone:first-child a,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone:first-child a,
footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email:first-child a,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email:first-child a {
  font-size: 20px;
  font-weight: bold;
}
footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone:first-child a img,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone:first-child a img,
footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email:first-child a img,
footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email:first-child a img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  margin-right: 10px;
}
footer .footer .wrapper .footer-wrap .button-wrap .button {
  padding: 15px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  min-width: 200px;
  border-color: transparent;
  text-decoration: none;
}
footer .footer .main-menu .wrapper {
  margin-bottom: 0;
}
footer .footer .main-menu .wrapper .menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .footer .main-menu .wrapper .menu ul li a {
  padding: 20px 40px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
footer .footer-copyrights {
  padding: 20px 0;
  border-top: 1px solid #c4c4c4;
  color: #c4c4c4;
}
footer .footer-copyrights .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
}
footer .footer-copyrights .wrapper .privacy {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
footer .footer-copyrights .wrapper .creator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
footer .footer-copyrights .wrapper .creator a {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #c4c4c4;
  text-decoration: none;
}
footer .footer-copyrights .wrapper .creator a span {
  padding-right: 10px;
}
footer .footer-copyrights .wrapper .creator a img {
  height: 17px;
  object-fit: contain;
  filter: invert(1);
}
@media screen and (max-width: 1200px) {
  footer .footer .wrapper {
    margin-bottom: 0;
  }
  footer .footer .wrapper .footer-wrap .logo-wrap .text h1 {
    font-size: 20px;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap {
    padding-left: 20px;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails {
    margin-right: 20px;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone:first-child a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone:first-child a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email:first-child a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email:first-child a {
    font-size: 14px;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email a {
    font-size: 12px;
  }
  footer .footer .wrapper .footer-wrap .button-wrap .button {
    min-width: 180px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  footer .footer .wrapper {
    padding: 0;
  }
  footer .footer .wrapper .footer-wrap {
    padding: 10px 0;
  }
  footer .footer .wrapper .footer-wrap .logo-wrap .image {
    height: 50px;
  }
  footer .footer .wrapper .footer-wrap .logo-wrap .text h1 {
    font-size: 14px;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email {
    display: none;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email a,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email a {
    font-size: 0;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone:first-child,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone:first-child,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email:first-child,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  footer .footer .wrapper .footer-wrap .button-wrap .button {
    padding: 3px 10px;
    min-width: auto;
    max-width: 90px;
    font-size: 12px;
  }
  footer .footer .main-menu .wrapper .menu-wrap ul li a {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .wrapper .footer-wrap .logo-wrap .image {
    padding-right: 10px;
  }
  footer .footer .wrapper .footer-wrap .button-wrap {
    display: none;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone a img,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone a img,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email a img,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email a img {
    margin-right: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .phone a span,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .phone a span,
  footer .footer .wrapper .footer-wrap .contacts-wrap .phones .email a span,
  footer .footer .wrapper .footer-wrap .contacts-wrap .emails .email a span {
    display: none;
  }
  footer .footer-copyrights .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
