/*!
Theme Name: euromsz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: euromsz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

euromsz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Semi Bold"), local("Montserrat-Semi-Bold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format("woff2");
}
body {
  margin: 0 auto;
  max-width: 1920px;
  background: #fff;
  font-family: 'Inter';
}

.main_page * {
  box-sizing: border-box;
  --color-text: #000;
  --color-blue: #0166B1;
}
.main_page *::before, .main_page *::after {
  box-sizing: content-box;
}
.main_page .img_responsive {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.main_page .container {
  max-width: 900px;
  margin: auto;
  padding: 105px 16px 70px;
}
.main_page .container .box_img img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .main_header {
  padding: 3px 0px 3px;
}
.main_page .main_header .box_top {
  padding: 0 20px;
}
.main_page .main_header .box_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 1299px;
  margin: auto;
}
.main_page .main_header .box_content .box_left {
  width: 100%;
  max-width: 94px;
}
.main_page .main_header .box_content .box_logo {
  width: 100%;
  max-width: 94px;
}
.main_page .main_header .box_content .box_logo .logo {
  display: block;
}
.main_page .main_header .box_content .box_logo .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 94px;
}
.main_page .main_header .box_content .box_logo .logo img.img_logo_scroll {
  display: none;
}
.main_page .main_header .box_content .box_contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_page .main_header .box_content .box_contacts .box_finder {
  width: 48px;
  cursor: pointer;
  padding: 17px 0px;
}
.main_page .main_header .box_content .box_contacts .box_finder svg,
.main_page .main_header .box_content .box_contacts .box_finder img {
  display: block;
  width: 18px;
  height: auto;
  margin: auto;
}
.main_page .main_header .box_content .box_contacts .box_notification {
  margin-left: 7px;
  cursor: pointer;
  padding: 7px 5px 0px 5px;
}
.main_page .main_header .box_content .box_contacts .box_notification svg {
  display: block;
}
.main_page .main_header .box_content .box_contacts .box_account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 17px 0px;
  border-radius: 3px;
  color: #fff;
  width: 48px;
}
.main_page .main_header .box_content .box_contacts .box_account span {
  font-size: 13px;
  font-weight: bold;
  margin: auto;
}
.main_page .main_header .box_content .box_contacts .box_account img {
  display: block;
  width: 22px;
  height: auto;
  margin: auto;
}
.main_page .main_header .box_content .burger {
  position: relative;
  display: block;
  top: 0;
  left: 0px;
  width: 24px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
  display: none;
}
.main_page .main_header .box_content .burger span {
  position: absolute;
  left: 0px;
  top: 7px;
  text-indent: 9900px;
  width: 23px;
  height: 3px;
  background: #000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.main_page .main_header .box_content .burger:before, .main_page .main_header .box_content .burger:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 23px;
  height: 3px;
  background: #000;
  -webkit-transition: -webkit-transform .2s ease-out, top .2s .2s ease-out;
  transition: transform .2s ease-out, top .2s .2s ease-out;
}
.main_page .main_header .box_content .burger:after {
  top: 14px;
}
.main_page .main_header .box_content .box_avatar {
  display: none;
}
.main_page .main_header .box_content .box_avatar img {
  display: block;
  width: 32px;
  height: auto;
}
.main_page .main_header .box_content .top_menu .box_links,
.main_page .main_header .box_content .top_menu2 .box_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main_page .main_header .box_content .top_menu .box_links a,
.main_page .main_header .box_content .top_menu2 .box_links a {
  display: block;
  padding: 17px 12px;
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.main_page .main_header .box_content.menu_opened .burger {
  background: var(--gray-300);
}
.main_page .main_header .box_content.menu_opened .burger:before, .main_page .main_header .box_content.menu_opened .burger:after {
  top: 23px;
  -webkit-transition: top .2s ease-out, -webkit-transform .2s .2s ease-out;
  transition: top .2s ease-out, transform .2s .2s ease-out;
}
.main_page .main_header .box_content.menu_opened .burger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main_page .main_header .box_content.menu_opened .burger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main_page .main_header .box_content.menu_opened .burger span {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.main_page .main_header .box_content.menu_opened .top_menu,
.main_page .main_header .box_content.menu_opened .top_menu2 {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main_page .main_header .box_content.menu_opened .top_menu a,
.main_page .main_header .box_content.menu_opened .top_menu2 a {
  visibility: visible;
}
.main_page .main_header .box_bottom {
  background: #000;
  padding: 0 20px;
}
.main_page .main_header .box_bottom .navigation {
  max-width: 1299px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0;
}
.main_page .main_header .box_bottom .navigation .box_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main_page .main_header .box_bottom .navigation .box_left .box_1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 10px;
  border-right: 1px solid #424242;
}
.main_page .main_header .box_bottom .navigation .box_left .box_1 .box_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main_page .main_header .box_bottom .navigation .box_left .box_1 .box_img svg {
  margin: auto;
}
.main_page .main_header .box_bottom .navigation .box_left .box_1 .box_img:first-of-type {
  margin-right: 4px;
}
.main_page .main_header .box_bottom .navigation .box_left .box_1 .box_img:first-of-type svg {
  background: linear-gradient(166deg, #fae439 -6.27%, #ffba08 106.87%), #797ca1;
  border-radius: 50%;
}
.main_page .main_header .box_bottom .navigation .box_left .box_slider_1 {
  margin-left: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: rgba(59, 130, 246, 0.5);
  background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.5));
}
.main_page .main_header .box_bottom .navigation .box_left .box_slider_1 .box_img img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .main_header .box_bottom .navigation .box_left .box_slider_1 .box_link {
  padding: 0 3px;
  margin-left: 70px;
}
.main_page .main_header .box_bottom .navigation .box_left .box_slider_1 .box_link span {
  display: inline-block;
  background-color: #42bc6c;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 9999px;
  padding: 4px 12px;
  white-space: nowrap;
}
.main_page .main_header .box_bottom .navigation .box_right .box_slider_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img {
  padding: 0 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img img {
  display: block;
  width: 24px;
  height: auto;
  margin: auto;
}
.main_page .main_header.header_scroll {
  position: fixed;
  padding: 5px 20px;
  z-index: 11;
  left: 0;
  top: 0;
  right: 0;
}
.main_page .main_header.header_scroll .box_content .box_logo img {
  max-width: 258px;
}
.main_page .main_header.header_scroll .box_content .box_logo img.img_logo {
  display: none;
}
.main_page .main_header.header_scroll .box_content .box_logo img.img_logo_scroll {
  display: block;
}
.main_page .wrap {
  padding: 90px 20px 70px;
}
.main_page .wrap a {
  text-decoration: none;
  color: #424242;
  transition: all .3s linear;
}
.main_page .wrap a:hover {
  color: #e20404;
}
.main_page .wrap .story,
.main_page .wrap .review {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: 120px auto;
  -moz-grid-template-columns: 120px auto;
  -o-grid-template-columns: 120px auto;
  -ms-grid-template-columns: 120px auto;
  grid-template-columns: 120px auto;
  -webkit-grid-column-gap: 20px;
  -moz-grid-column-gap: 20px;
  -o-grid-column-gap: 20px;
  -ms-grid-column-gap: 20px;
  grid-column-gap: 20px;
  border-left: 5px solid #ff8a00;
  border-radius: 10px;
  background: #fff7ef;
  margin: 30px 0;
  padding: 15px;
}
.main_page .wrap .story .box_img,
.main_page .wrap .review .box_img {
  margin-top: 10px;
}
.main_page .wrap .story .box_img img,
.main_page .wrap .review .box_img img {
  display: inline-block;
  border-radius: 50%;
}
.main_page .wrap .box_img img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .wrap .box_btn {
  margin: 30px 0;
  text-align: center;
}
.main_page .wrap .box_btn a {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  transition: all .2s linear;
  background: #000;
}
.main_page .wrap .box_btn a:hover {
  color: #000;
  background: #fff;
}
.main_page .wrap .cta {
  color: #000;
  font-size: 22px;
}
.main_page .section_2 {
  padding: 30px 0px;
}
.main_page .section_2 .box_content {
  padding: 0;
}
.main_page .section_2 .box_content .box {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: repeat(3, 1fr);
  -moz-grid-template-columns: repeat(3, 1fr);
  -o-grid-template-columns: repeat(3, 1fr);
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-grid-column-gap: 24px;
  -moz-grid-column-gap: 24px;
  -o-grid-column-gap: 24px;
  -ms-grid-column-gap: 24px;
  grid-column-gap: 24px;
  -webkit-grid-row-gap: 24px;
  -moz-grid-row-gap: 24px;
  -o-grid-row-gap: 24px;
  -ms-grid-row-gap: 24px;
  grid-row-gap: 24px;
}
.main_page .section_2 .box_content .box .box_mini {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-decoration: none;
  transition: all .3s linear;
}
.main_page .section_2 .box_content .box .box_mini .box_img img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .section_2 .box_content .box .box_mini .box_text {
  margin-top: 20px;
}
.main_page .section_2 .box_content .box .box_mini .box_text p {
  font-weight: 700;
  font-size: 16px;
  color: var(--brown);
  color: #424242;
  transition: all .3s linear;
}
.main_page .section_2 .box_content .box .box_mini:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.main_page .section_2 .box_content .box .box_mini:hover .box_text p {
  color: #e20404;
}
@media (hover: hover) and (pointer: fine) {
  .main_page .main_header .box_content .box_menu:hover {
    background: #e2e2e2;
  }
  .main_page .main_header .box_content .box_right .box_lang:hover {
    background: #e2e2e2;
  }
  .main_page .main_header .box_content .box_right .box_enter:hover {
    background: #e2e2e2;
  }
}
@media (max-width: 1200px) {
  .main_page .main_header .box_content .top_menu .box_links a {
    font-size: 11px;
    padding: 5px;
  }
}
@media (max-width: 992px) {
  .main_page .main_header .box_top {
    padding: 14px 20px;
  }
  .main_page .main_header .box_content .box_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .main_page .main_header .box_content .box_left .burger {
    display: block;
  }
  .main_page .main_header .box_content .box_left .box_logo {
    max-width: 112px;
  }
  .main_page .main_header .box_content .box_left .box_logo .logo img {
    max-width: 112px;
  }
  .main_page .main_header .box_content .box_left .box_avatar {
    display: block;
  }
  .main_page .main_header .box_content .top_menu,
  .main_page .main_header .box_content .box_contacts {
    display: none;
  }
  .main_page .main_header .box_bottom {
    background: transparent;
    padding: 0;
  }
  .main_page .main_header .box_bottom .navigation {
    display: block;
  }
  .main_page .main_header .box_bottom .navigation .box_left {
    background: #000;
    padding: 5px 10px;
  }
  .main_page .main_header .box_bottom .navigation .box_left .box_1 {
    display: none;
  }
  .main_page .main_header .box_bottom .navigation .box_left .box_slider_1 {
    margin-left: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .main_page .main_header .box_bottom .navigation .box_right {
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img {
    padding: 3px 17px;
  }
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img img {
    width: 32px;
  }
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img:nth-of-type(7),
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img:nth-of-type(8),
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img:nth-of-type(9),
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img:nth-of-type(10) {
    display: none;
  }
  .main_page .section_2 .box_content .box .box_mini .box_text p {
    word-break: break-all;
  }
}
@media (max-width: 768px) {
  .main_page h1 {
    font-size: 22px;
  }
  .main_page h2 {
    font-size: 22px;
  }
  .main_page .wrap .cta-button {
    padding: 18px 20px;
    font-size: 14px;
  }
  .main_page .section_2 .box_content .box {
    -webkit-grid-template-columns: repeat(1, 1fr);
    -moz-grid-template-columns: repeat(1, 1fr);
    -o-grid-template-columns: repeat(1, 1fr);
    -ms-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .main_page .section_2 .box_content .box .box_mini {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .main_page h1 {
    font-size: 20px;
  }
  .main_page h2 {
    font-size: 20px;
  }
  .main_page .wrap .cta-button {
    padding: 18px 15px;
    font-size: 12px;
    width: 100%;
  }
  .main_page .wrap .legal {
    padding: 20px;
  }
  .main_page .wrap .story,
  .main_page .wrap .review {
    display: block;
  }
  .main_page .wrap .story .box_img,
  .main_page .wrap .review .box_img {
    max-width: 120px;
    margin: 0 auto 20px;
  }
  .main_page .wrap .review {
    display: block;
    margin-top: 30px;
  }
  .main_page .wrap .review .box_img {
    max-width: 120px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 400px) {
  .main_page .main_header .box_top {
    padding: 10px 20px;
  }
  .main_page .main_header .box_content .box_logo .logo img {
    width: 100px;
    margin-top: 5px;
  }
  .main_page .main_header .box_content .box_contacts .box_notification {
    margin-left: 0px;
    padding: 7px 5px 0px 5px;
  }
  .main_page .main_header .box_content .box_contacts .box_account {
    margin-left: 4px;
    background: url(../images/ic-account.svg) rgba(48, 48, 48, 0.5) no-repeat 2px;
    padding: 5px 5px 5px 20px;
  }
  .main_page .main_header .box_bottom .navigation .box_right .box_slider_2 .box_img {
    padding: 3px 9px;
  }
}
