@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

@font-face {
    font-family: "flaticon";
    src: url("../font/flaticon.ttf") format("truetype"),
    url("../font/flaticon.woff") format("woff"),
    url("../font/flaticon.woff2") format("woff2"),
    url("../font/flaticon.eot#iefix") format("embedded-opentype"),
    url("../font/flaticon.svg#flaticon") format("svg");
    font-display: swap;
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-at:before {
    content: "\f101";
}
.flaticon-call:before {
    content: "\f102";
}
.flaticon-clock:before {
    content: "\f103";
}
.flaticon-down-arrow:before {
    content: "\f104";
}
.flaticon-drag:before {
    content: "\f105";
}
.flaticon-facebook:before {
    content: "\f106";
}
.flaticon-instagram:before {
    content: "\f107";
}
.flaticon-mouse:before {
    content: "\f108";
}
.flaticon-note:before {
    content: "\f109";
}
.flaticon-place-localizer:before {
    content: "\f10a";
}
.flaticon-schedule:before {
    content: "\f10b";
}
.flaticon-settings:before {
    content: "\f10c";
}
.flaticon-vk:before {
    content: "\f10d";
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
}

a {
  color: #262626;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #000;
}
.main ul {
  list-style: none;
  color: #666;
  padding-left: 1.5rem;
}

.main ul li::before {
  content: "\2022";
  color: #ffd700;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.btn {
  font-size: 18px;
  padding: 14px 40px;
  color: #000;
  text-align: center;
  border: 1px solid #ffd700;
  background-color: #ffd700;
  text-transform: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:disabled {
  border-color: #c8c7c7;
  background: #c8c7c7;
}

.btn:hover {
  color: #fff;
  background-color: transparent;
}
.form-a {
  padding: 25px;
  margin: 20px 5px !important;
  border: 1px solid #ffd700;
}
.form-a .btn {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 14px 10px;
  border: 1px solid #c8c7c7;
  text-align: center;
}
.form-control:focus {
  border: 1px solid #ffd700;
  outline: none;
}
.agree-policy {
  font-size: 12px;
  color: #aaa;
  margin: 15px 0 0 0;
}
.main-slider__text .agree-policy a {
  color: #aaa;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.title {
  font-size: 38px;
  font-weight: 400;
}
.text-big {
  font-size: 110%;
}
.text-center {
  text-align: center;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  color: #fff;
  background-color: transparent;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.header .row {
  flex-wrap: nowrap;
  align-items: center;
}
.header .header-logo {
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.header nav {
  width: calc(100% - 165px);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .title {
    font-size: 24px;
  }
  .form-a {
    padding: 15px;
  }
  .form-control {
    margin-bottom: 15px;
  }
}
@media (min-width: 1313px) and (max-width: 1419px) {
  .header nav {
    font-size: 18px;
  }
}
@media (min-width: 1215px) and (max-width: 1312px) {
  .header nav {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1214px) {
  .header nav {
    font-size: 14px;
  }
  .header nav .item {
    padding: 8px 0 !important;
  }
}
.header .header-logo img {
  height: 114px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.header.fixed-top {
  background-color: #fafafa;
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.header.fixed-top .header-logo img {
  height: 65px;
  -webkit-filter: invert(53%) sepia(57%) saturate(413%) hue-rotate(4deg) brightness(90%) contrast(93%);
  filter: invert(53%) sepia(57%) saturate(413%) hue-rotate(4deg) brightness(90%) contrast(93%);
}
.header.fixed-top .menu li > a,
.header.fixed-top .menu li > a:before,
.header.fixed-top .menu li > a:after {
  color: #000;
}
.header a:focus,
.header a:active {
  outline: none !important;
}

.header-phone {
  font-size: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.3;
}
.header-phone a {
  color: #fff;
}
.header.fixed-top .header-phone {
  font-size: 22px;
  line-height: 1.2;
}
.header.fixed-top .header-phone a {
  color: #000;
}
.header-phone i {
  position: relative;
  top: 4px;
}
@media all and (max-width: 991px) {
  .header-phone {
    justify-content: center;
    transform: translateX(-8.33%);
  }
}
@media all and (max-width: 480px) {
  .header-phone {
    font-size: 20px;
  }
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.item {
  padding: 10px;
}
/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu li a {
  display: inline-block;
  padding: 5px 0;
  margin: 0 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.menu li a:before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
}
.header.fixed-top .menu li a:before {
  background: #000;
}
.menu li a:hover:before,
.menu > li.active > a:before {
  transform: scaleX(1);
}
.toggle {
  order: 1;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 26px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
       -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggle span:nth-child(1) {
  top: 0;
}

.toggle span:nth-child(2) {
  top: 9px;
}

.toggle span:nth-child(3) {
  top: 18px;
}

.toggle.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.toggle.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}

.toggle.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}
.active .item {
  display: block;
}

@media all and (min-width: 768px) {
  .menu {
    justify-content: center;
  }
  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
}

@media all and (min-width: 992px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  .logo {
    order: 0;
  }
  .toggle {
    display: none;
  }
  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .header .header-logo img,
  .header.fixed-top .header-logo img {
    height: 50px;
  }
  .menu {
    position: absolute;
    top: 90px;
    width: 100%;
    right: 0;
    background: #f5f5f5;
    color: #000;
    -webkit-transform: translateX(-130px);
    transform: translateY(-130px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .menu.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    max-height: 480px;
    overflow-y: auto;
  }
  .menu li a:before {
    background: #000;
  }
  .header.fixed-top .menu {
    top: 56px;
  }
  .menu li:first-child {
    padding-top: 10px;
  }
  .menu li a {
    color: #000;
  }
  .toggle {
    position: fixed;
    right: 15px;
    top: 26px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .header.fixed-top .toggle {
    top: 7px;
  }
  .header.fixed-top .toggle span {
    background: #997e40;
  }
  .item {
    text-align: center;
    padding: 5px 10px;
  }
}

.main-slider__item {
  position: relative;
}
.main-slider__img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
}
.main-slider__text {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase; 
  transform: translate(0, -50%);
  text-align: center;
}
.main-slider__text-small {
  font-size: 20px;
  text-transform: none;
  margin: 20px 0;
}
@media (min-width: 992px) and (max-width: 1281px) {
  .main-slider__text {
    left: 10%;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main-slider__text {
    left: auto;
    width: 100%;
    font-size: 20px;
  }
  .main-slider__text-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider__text {
    font-size: 16px;
  }
  .main-slider__text-small {
    font-size: 14px;
  }
  .form-control,
  .btn {
    font-size: 15px;
    width: 100%;
  }
}

.footer {
  color: #fff;
  font-size: 12px;
  background: #333;
  padding: 35px 0;
  font-weight: 300;
}
.footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer a {
  color: #fff;
}
.footer li a {
  display: inline-block;  
  position: relative;
  text-decoration: none;
  line-height: 16px;
  padding: 5px 0;
  overflow: hidden;
}
.footer li a:before, .footer li a:after {
  content: "";
  position: absolute;
  transition: transform 0.3s ease;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
}
.footer li a:before {
  bottom: 0;
  transform: translateX(-100%);
}
.footer li a:after {
  top: 0;
  transform: translateX(100%);
}
.footer li a:hover:before, .footer li a:hover:after {
  transform: translateX(0);
  opacity: 1;
}

.footer-title {
  font-size: 14px;
  font-weight: 500;
}
.footer-list__two {
  font-size: 14px;
  font-weight: 500;
}
.footer-info {
  font-size: 10px;
  text-align: right;
  line-height: 2;
}
.footer-menu {
  list-style: none;
  text-align: right;
}
.footer-menu li {
  display: inline-block;
  margin-left: 15px;
}

.soc-icon a {
  display: inline-block;
  margin-right: 10px;
}
.soc-icon img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer-menu {
    margin: 0;
  }
  .footer-menu li {
    margin: 0;
    padding: 0;
  }
}

.page-image {
  position: relative;
  overflow-x: hidden;
}
.page-image__mouse {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  margin-left: -70px;
  -webkit-animation: slide-bottom 2.5s ease-in-out 2s infinite alternate both;
          animation: slide-bottom 2.5s ease-in-out 2s infinite alternate both;
}
.page-image__mouse i {
  font-size: 36px;
}
.title-page {
  margin-bottom: 50px;
  font-weight: 300;
  position: relative;
  text-align: center;
  font-size: 35px;
  color: #000;
}
.title-page:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background: #ffd700;
  -webkit-animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
    animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
}
.line {
  width: 215px;
  height: 4px;
  margin: 0 auto;
  background: #ffd700;
  -webkit-animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
    animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
}
.line-small {
  width: 155px;
  height: 4px;
  background: #ffd700;
  margin: 30px 0 35px 0;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-image__mouse {
    bottom: 40px;
  }
}


.main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.conditions-item {
  padding: 0 50px;
}
.conditions-item i {
  font-size: 80px;
  color: #9c7a44;
}
.conditions-title {
  font-weight: 500;
  margin-top: -20px;
}
.conditions-text {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .conditions-item {
    padding: auto;
  }
  .conditions-text {
    margin-bottom: 20px;
  }
  .conditions-text {
    font-size: 14px;
  }
}

.question {
  min-height: 500px;
  background: #f8fcfd url(../img/feedback-bg.jpg) no-repeat left bottom;
  padding-top: 50px;
  padding-bottom: 50px;
}
.question-text {
  text-shadow: -1px -1px 0 #f8fcfd, 1px -1px 0 #f8fcfd, -1px 1px 0 #f7fcff, 1px 1px 0 #f8fcfd;
  margin-bottom: 40px;
}
.question-text .text-big {
  font-weight: 500;
}
.question .btn:hover {
  color: #000;
}
@media screen and (max-width: 1280px) {
  .question {
    background: #f8fcfd url(../img/feedback-bg.jpg) no-repeat -100px 100%;
  }
}

#yamap {
  position: relative;
  min-height: 450px;
}
.yamap-block {
  z-index: 5;
  font-size: 18px;
  position: absolute;
  top: 30px;
  left: 35px;
  width: 400px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.yamap-block i {
  font-size: 22px;
}

.partners [class^='col-'],
.partners [class*='col-'] {
  display: flex;
  margin-bottom: 20px;
}
.partner {
  background: #fff;
  padding: 25px;
  margin: 5px;
  box-shadow: 0 0 8px rgb(0, 0, 0, .12);
  transition: box-shadow .4s;
}
.partner:hover {
  box-shadow: 0 0 18px rgb(0, 0, 0, .24)
}
.gray-bg {
  background: #fafafa;
}
.partner img { 
  max-width: 100%;
  width: 100%;
  filter: grayscale(0);
  transition: filter 0.8s ease;
}
.partner:hover img {
  filter: grayscale(100%);
}
.partner-price {
  display: table;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 17px;
}
.partner-price > div {
  display: table-cell;
  vertical-align: middle;
}
.partner-price p {
  margin: 0;
}
.partner-price .price-label {
  font-weight: 300;
}
.partner-price .price-value {
  text-align: right;
  font-weight: 500;
}
.partner .btn {
  display: block;
}
.partner .btn:hover {
  color: #000;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .partner-price {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.conditions {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/conditions-bg.jpg) repeat-y center;
}

.work {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/bg6.jpg) no-repeat center center;
  color: #fff;
}
.work a,
.work .title-page {
  color: #fff;
}
.work span {
  font-weight: 500;
  font-size: 60px;
  color: #ffd700
}
.work-item {
  font-size: 16px;
  position: relative;
}
.work-item:after {
    font-family: 'flaticon';
    content: '\f104';
    position: absolute;
    right: 40%;
    top: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-top: -12px;
    color: #ffd700;
    transform: rotate(-90deg)
}
.work-item.last:after {
  content: none;
}
.work-item__title {
  font-size: 23px;
  font-weight: 500;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-counter__title {
  position: relative;
  font-size: 50px;
  font-weight: 500;
}
.about-counter__title::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 12px;
    background: #ffd700;
}
.about-counter__desc {
  font-size: 15px;
}
.about-text img {
  float: left;
  margin: 0 25px 20px 0;
}
.about-text p {
  font-size: 15px;
}
.about-text__title {
  font-weight: 500;
  font-size: 110%;
}
.about-text p.about-text__small {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .work-item {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .work span {
    font-size: 50px;
  }
  .work-item__title {
    font-size: 16px;
  }
  .work-item:after {
    right: 20%;
    top: 30px;
  }
  .work-item:nth-child(2):after {
    content: none;
  }
  .line-small {
    margin: 24px 0;
  }
  .question {
    min-height: auto;
    background-image: none;
  }
  .title-page {
    font-size: 26px;
  }
  .title-page::before {
    height: 2px;
  }
  #yamap {
    min-height: 250px;
  }
  .yamap-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    margin-bottom: 25px;
  }
  .partner {
    margin: 0;
  }
}
/* for iPhone 5 */
@media screen and (device-aspect-ratio: 40/71) {
  .header-phone {
    font-size: 16px;
  }
  .main-slider__text {
    font-size: 14px;
  }
  .main-slider__text-small {
    font-size: 12px;
    margin: 15px 0;
  }
  .form-a {
    padding: 10px;
    margin: 15px 5px 0 5px !important;
  }
  .form-control, .btn {
      font-size: 12px;
      padding: 10px;
  }
  .form-control {
    margin-bottom: 12px;
  }
  .agree-policy {
    font-size: 10px;
    margin-top: 12px;
  }
  .about-text img {
    float: none;
    margin: 0 auto 15px auto;
  }
  .about-counter__desc {
    overflow-x: hidden;
  }
}

.anchor {
  position: relative;
  top: -90px;
}

.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    height: 0vh;
    background-color: transparent;
    transition: background-color .25s ease;
    align-items: center;
    justify-content: center;
}
.modal.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .25s;
}
.modal.open > .content-wrapper {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.modal .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
            box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal .content-wrapper .form-a {
  margin: 0 !important;
}
.modal .content-wrapper .form-a label {
  margin-bottom: 5px;
  font-size: 14px;
}
.modal .content-wrapper .form-a .btn:hover {
  color: #000;
}
.modal .content-wrapper .form-a .form-control,
.modal .content-wrapper .form-a h4 {
  margin-bottom: 20px;
}
.modal .content-wrapper .close {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal .content-wrapper .close:before,
.modal .content-wrapper .close:after {
    position: absolute;
    width: 1.25rem;
    height: .125rem;
    content: '';
    cursor: pointer;
    background-color: black;
}
.modal .content-wrapper .close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.modal .content-wrapper .close:hover:before,
.modal .content-wrapper .close:hover:after {
    background-color: #feb152;
}
.modal .content-wrapper .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}