@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Bold.eot');
  src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'), url('fonts/montserrat/Montserrat-Bold.woff') format('woff'), url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-SemiBold.eot');
  src: url('fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff'), url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Regular.eot');
  src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Regular.svg#Play-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.j-btw {
  justify-content: space-between;
}
.j-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.t-up {
  text-transform: uppercase;
}
em {
  font-style: italic;
}
sup {
  font-size: 1.3rem;
  vertical-align: super;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.strong,
strong {
  font-weight: 700;
}
.w-600 {
  font-weight: 600;
}
.t-size-10 {
  font-size: 1rem;
}
.t-size-12 {
  font-size: 1.2rem;
}
.t-size-14 {
  font-size: 1.4rem;
}
.t-size-16 {
  font-size: 1.6rem;
}
.t-size-18 {
  font-size: 1.8rem;
}
.t-size-20 {
  font-size: 2rem;
}
.t-size-22 {
  font-size: 2.2rem;
}
.t-size-24 {
  font-size: 2.4rem;
}
.transition {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
html {
  font-size: 10px;
  min-width: 360px;
}
a.colorbox {
  display: block;
}
a.colorbox img {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border-radius: 16px;
}
a.colorbox:hover img {
  opacity: 0.8;
}
.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  text-indent: -99999em;
}
.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  border-radius: 120px;
  border-width: 10px;
  border-style: solid;
  border-color: #E61D33 transparent #F0F0F0 transparent;
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
a {
  text-decoration: none;
  color: #231F20;
  outline: none;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.underline-link {
  text-decoration: underline;
}
p {
  margin-bottom: 15px;
}
body {
  position: relative;
  box-sizing: border-box;
  color: #231F20;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  min-width: 360px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
body.body-menu-active {
  overflow: hidden;
}
.wrap,
#block-atoll-page-title h1 {
  padding: 0 15px;
  max-width: 1161px;
  position: relative;
  margin: 0 auto;
}
h1 {
  font-size: 6.4rem;
  margin-bottom: 5px;
  line-height: 1.22;
  font-weight: 700;
}
h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
.color-text {
  color: #E61D33;
}
.color-text a {
  color: #E61D33;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="telephone"],
input[type="password"],
textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  border: 1px solid #E61D33;
  border-radius: 18px;
  outline: none;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  background: #fff;
}
textarea {
  height: 155px;
  resize: none;
  margin-bottom: 15px;
}
.button,
.btn,
input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  background: #E61D33;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 13px;
  max-width: 100%;
  font-size: 1.6rem;
  border: 1px solid #E61D33;
  outline: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  line-height: 1;
  min-width: 276px;
  font-weight: 600;
  border-radius: 18px;
  text-transform: uppercase;
}
.button:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #8d101d;
  opacity: 1;
}
.contact-message-feedback-form form {
  max-width: 1000px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contact-message-feedback-form form .field--type-string,
.contact-message-feedback-form form .field--type-email,
.contact-message-feedback-form form .field--type-string-long {
  width: 100%;
  max-width: 100%;
}
.contact-message-feedback-form form label {
  display: block;
}
.contact-message-feedback-form form .field--type-string label,
.contact-message-feedback-form form .field--type-email label {
  display: none;
}
.hide-block {
  display: none;
}
#user-login-form {
  max-width: 600px;
  margin: 0 auto;
}
#user-login-form label {
  display: block;
}
#user-login-form .form-item-field-popup-form-agree-value label {
  display: inline-block;
}
#user-login-form .description {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.error-main {
  padding-top: 30px;
}
.error-main h1 {
  font-size: 15rem;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
}
.error-main .subtitle {
  margin: 10px 0;
}
.error-main .btn {
  max-width: 200px;
}
#block-link-mobile {
  display: none;
}
.warn-info-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #F7F7F7;
  z-index: 1000;
  padding: 10px;
}
.warn-text {
  margin-right: 25px;
}
div[role="alert"],
div[role="contentinfo"] {
  background: red;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
}
div[role="contentinfo"] {
  background: #F0F0F0;
  color: green;
}
#block-atoll-page-title {
  font-weight: 700;
  font-size: 6.4rem;
  padding-top: 80px;
  padding-bottom: 40px;
  background: url('/themes/atoll/images/title.webp') no-repeat 50% 50%;
  margin-bottom: 120px;
  color: #fff;
}
#block-atoll-content a {
  color: #E61D33;
  text-decoration: underline;
}
#block-atoll-content .page-file-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-atoll-content .page-file-block > div {
  margin: 15px 0;
  display: flex;
  background: #E61D33;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  justify-content: space-between;
  width: 49%;
  box-sizing: border-box;
}
#block-atoll-content .page-file-block .file {
  width: 70%;
}
#block-atoll-content .page-file-block a {
  color: #fff;
}
#block-atoll-content .page-video-block {
  margin: 15px 0;
}
#block-atoll-content table {
  width: 100%;
  max-width: 100%;
}
#block-atoll-content table tr:nth-child(2n+1) {
  background: #efefef;
}
#block-atoll-content table td {
  padding: 5px;
  border: 1px solid #E61D33;
  vertical-align: middle;
}
#block-atoll-content table td p {
  margin: 0;
}
#block-atoll-content ul {
  list-style: disc;
}
#block-atoll-content ol {
  list-style: decimal;
}
#block-atoll-content ul.pager__items,
ul.pager__items {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#block-atoll-content ul.pager__items li,
ul.pager__items li {
  margin: 0 4px;
}
#block-atoll-content ul.pager__items li.is-active,
ul.pager__items li.is-active {
  font-weight: 700;
}
#block-atoll-content ul.pager__items li a,
ul.pager__items li a {
  text-decoration: none;
}
.button-up {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #E61D33;
  border: none;
  color: #fff;
  width: 35px;
  height: 30px;
  font-size: 2rem;
  border-radius: 5px;
  opacity: 0;
  transition: 250ms linear all;
  cursor: pointer;
  z-index: 50;
}
.button-up.active-scroll-top {
  opacity: 1;
}
.front-section {
  margin-bottom: 120px;
}
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -33px;
  top: -4px;
}
.icon.icon-mail:before {
  background: url('/themes/atoll/images/icons/mail.svg') no-repeat 50% 50%;
}
.icon.icon-phone:before {
  background: url('/themes/atoll/images/icons/call.svg') no-repeat 50% 50%;
}
.icon.icon-map:before {
  background: url('/themes/atoll/images/icons/map.svg') no-repeat 50% 50%;
}
.icon.icon-timetable:before {
  background: url('/themes/atoll/images/icons/clock.svg') no-repeat 50% 50%;
}
.icon-timetable span,
.icon-phone span {
  display: inline-block;
  margin-right: 10px;
}
#block-atoll-main-menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#block-atoll-main-menu ul li {
  position: relative;
}
#block-atoll-main-menu ul li a {
  color: #231F20;
}
#block-atoll-main-menu ul li a.is-active,
#block-atoll-main-menu ul li a:hover {
  color: #E61D33;
  opacity: 1;
}
#block-atoll-main-menu ul li ul {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 1;
  border-radius: 16px;
  top: 15px;
  left: -15px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#block-atoll-main-menu ul li ul li {
  padding: 5px 15px;
}
#block-atoll-main-menu ul li.exp a:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url('/themes/atoll/images/icons/more.svg') no-repeat 50% 50%;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  transform: rotate(90deg);
}
#block-atoll-main-menu ul li.exp:hover a:after {
  transform: rotate(-90deg);
}
#block-atoll-main-menu ul li.exp:hover ul {
  padding: 10px 0;
  max-height: 5000px;
}
.adminimal-admin-toolbar .slick-dots {
  display: none !important;
}
.inner-block p {
  margin: 0;
}
.inner-block p + p {
  margin-top: 15px;
}
form label {
  display: none;
}
form .field--name-field-order-agree label {
  display: inline;
}
form .form-item,
form .captcha {
  margin-bottom: 15px;
}
form input[type="submit"] {
  width: 100%;
}
.inner-main-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner-main-wrap .main-content {
  flex: 1 0 auto;
  padding: 0 0 100px;
}
.inner-main-wrap .main-footer {
  flex: 0 0 auto;
}
#cboxPrevious,
#cboxNext {
  bottom: -29px;
}
.form-item-field-feedback-agree-value input {
  display: none;
}
.form-item-field-feedback-agree-value label {
  position: relative;
  padding-left: 35px;
  line-height: 1;
  color: #b5b5b5;
  cursor: pointer;
  display: inline-block;
}
.form-item-field-feedback-agree-value label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #E61D33;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  background: #fff;
}
.form-item-field-feedback-agree-value label:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
  background: url('/themes/atoll/images/icons/done.svg') no-repeat 50% 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.form-item-field-feedback-agree-value input:checked + label:after {
  opacity: 1;
}
.mobile-menu-link {
  display: none;
  width: 32px;
  height: 32px;
  background: url('/themes/atoll/images/icons/mobile.svg') no-repeat 50% 50%;
  cursor: pointer;
}
.mobile-menu-link.mobile-active {
  background: url('/themes/atoll/images/icons/close.svg') no-repeat 50% 50%;
  position: fixed;
  top: 40px;
  right: 35px;
  z-index: 1001;
}
.top-header {
  background: #F0F0F0;
  padding: 20px 0;
}
.top-header .contacts {
  width: calc(100% - 521px);
  padding: 0 35px;
  box-sizing: border-box;
}
.top-header .contacts > div > div {
  height: 24px;
}
.top-header .contacts > div > div:first-child {
  margin: 10px 0;
}
.top-header .first-contact-block {
  margin-right: 60px;
}
.main-menu {
  padding: 23px 0;
  font-size: 1.4rem;
}
.header-mobile-active {
  height: 100vh;
}
.header-mobile-active .contacts,
.header-mobile-active #block-atoll-main-menu {
  max-height: 5000px;
}
.front-section.main {
  position: relative;
  overflow: hidden;
  background: url('/themes/atoll/images/main.webp') no-repeat top center;
  height: 660px;
  color: #fff;
  margin-bottom: 0;
}
.front-section.main .wrap {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.front-section.main .wrap > div {
  text-align: center;
  color: #fff;
  height: 179px;
  position: relative;
  z-index: 1;
}
.front-section.main .desc {
  padding: 0 0 10px;
}
.front-about {
  background: #F0F0F0;
  padding: 60px 0 42px;
}
.about-front-block > div {
  width: 49%;
}
.first-about-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.first-about-gallery > div {
  width: 49%;
  max-width: 276px;
}
.first-about-gallery > div:first-child {
  max-width: 100%;
  width: 100%;
  margin-bottom: 18px;
}
.adv-block {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adv-block > div {
  width: 49%;
}
.adv-block .paragraph {
  display: flex;
  align-items: center;
}
.adv-block .paragraph > div {
  margin-bottom: 18px;
}
.adv-block .paragraph > div:first-child {
  width: 52px;
  margin-right: 15px;
  flex-shrink: 0;
}
.front-service {
  margin-bottom: 102px;
}
.service-list {
  flex-wrap: wrap;
}
.service-list .views-row {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 16px;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.service-list:after {
  content: "";
  justify-content: flex-start;
  flex-basis: 32%;
}
.service-list img {
  border-radius: 16px;
}
.service-list h2,
.service-list h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}
.service-list h2 a,
.service-list h3 a {
  color: #231F20 !important;
  text-decoration: none !important;
}
.service-list .page-link {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #E61D33;
}
.service-list .page-link:after {
  content: "";
  position: absolute;
  right: -5px;
  top: -1px;
  width: 24px;
  height: 24px;
  background: url('/themes/atoll/images/icons/more.svg') no-repeat 50% 50%;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.service-list .page-link:hover:after {
  right: -10px;
}
.service-list header,
.service-list .feed-icon {
  display: none;
}
.service-title-block {
  margin-top: 15px;
}
.front-video iframe {
  border-radius: 16px;
  width: 100%;
  height: 600px;
}
.brand-list {
  margin-bottom: 32px;
}
.brand-list header,
.brand-list .views-row {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.brand-list header,
.brand-list a {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #E61D33;
  border-radius: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.brand-list header:hover,
.brand-list a:hover {
  background: #E61D33;
  color: #fff;
  opacity: 1;
}
.brand-list header {
  background: #E61D33;
  color: #fff;
}
.brand-tag > div {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #E61D33;
  border-radius: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.brand-tag a {
  color: #231F20 !important;
  text-decoration: none !important;
}
.news-title-block {
  margin-bottom: 15px;
}
.news-date {
  opacity: 0.4;
}
.front-contacts {
  background: #F0F0F0;
  padding: 60px 0;
}
.front-contacts .icon {
  margin-left: 30px;
}
.front-contacts .icon:before {
  top: -1px;
}
.contact-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 15px;
  margin-top: 32px;
}
.contact-wrap {
  width: 39%;
  max-width: 375px;
}
.mail-wrap {
  margin-bottom: 15px;
}
.phone-wrap {
  max-width: 235px;
}
.map {
  width: 60%;
  max-width: 668px;
}
.map iframe {
  border-radius: 16px;
  border: 1px solid #E61D33;
  width: 100%;
  height: 360px;
}
.front-order .contacts-order-block {
  background: #F0F0F0;
  padding: 60px 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.front-order .contacts-order-block > div:first-child {
  width: 41%;
  max-width: 442px;
}
.front-order .contacts-order-block > div:last-child {
  width: 58%;
  max-width: 635px;
}
.front-order .contacts-order-block .privacy-block {
  position: absolute;
  bottom: 21px;
  left: 32px;
  width: 100% !important;
  max-width: 100% !important;
  opacity: 0.6;
}
.front-order img {
  border-radius: 16px;
}
.form-actions {
  width: 100%;
}
.tg {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/themes/atoll/images/icons/telegram.svg') no-repeat 50% 50%;
  margin-left: 10px;
}
.whtsp {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/themes/atoll/images/icons/whatsapp.svg') no-repeat 50% 50%;
  margin-left: 10px;
}
.main-footer {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.03);
  padding-top: 20px;
}
.footer-row-2 {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.footer-row-3 {
  background: #F0F0F0;
  padding: 15px 0;
}
.adv-section .adv-block > div {
  width: 24%;
}
.page-gallery-block > div > div > div {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  gap: 18px;
  margin-bottom: 18px;
}
.page-gallery-block > div > div > div > div:first-child {
  grid-row: span 2;
}
.page-gallery-block > div:nth-child(2n+2) > div > div > div:first-child {
  order: 1;
}
.page-gallery-block > div:nth-child(2n+2) > div > div > div:nth-child(2) {
  order: 2;
}
.second-phone {
  display: inline-block;
  margin-left: 4px;
}
.show-mobile {
  display: none;
}
#block-atoll-breadcrumbs {
  margin-bottom: 25px;
  margin-top: -40px;
}
#block-atoll-breadcrumbs ol {
  display: flex;
  font-size: 1.2rem;
}
#block-atoll-breadcrumbs li {
  margin-right: 3px;
}
#block-atoll-breadcrumbs li:after {
  content: "/";
}
#block-atoll-breadcrumbs li:last-child:after {
  display: none;
}
#block-atoll-breadcrumbs a {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
  .top-header .wrap {
    justify-content: space-between;
  }
  .top-header .contacts {
    width: auto;
  }
  .first-contact-block {
    display: none;
  }
  .button-up {
    bottom: 50px;
  }
  .front-section,
  #block-atoll-page-title {
    margin-bottom: 80px;
  }
  .front-service,
  .front-news {
    margin-bottom: 62px;
  }
  .inner-main-wrap .main-content {
    padding: 0 0 60px;
  }
}
@media (max-width: 1000px) {
  #block-atoll-main-menu ul li.exp a:after {
    right: -23px;
    top: -5px;
  }
  .footer-row-2 {
    flex-wrap: wrap;
  }
  .footer-row-2 > div {
    width: 49%;
    max-width: 290px;
    margin-bottom: 25px;
  }
  .adv-section .adv-block > div {
    width: 49%;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 10px;
  }
  .main-header {
    height: 104px;
    overflow: hidden;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    z-index: 1001;
    background: #F0F0F0;
  }
  .top-header {
    z-index: 1001;
    position: relative;
    background: none;
    display: inline-block;
  }
  .contacts,
  .main-header .order-block,
  #block-atoll-main-menu {
    max-height: 0;
    overflow: hidden;
    position: fixed;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .contacts {
    top: 100px;
    left: 20px;
    z-index: 1000;
  }
  #block-atoll-main-menu {
    left: 0;
    top: 0;
    background: #F0F0F0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    height: 100vh;
  }
  #block-atoll-main-menu > ul {
    flex-direction: column;
    padding: 190px 20px 0;
  }
  #block-atoll-main-menu > ul li {
    padding-bottom: 15px;
  }
  #block-atoll-main-menu > ul li ul {
    display: none;
  }
  #block-atoll-main-menu > ul li.exp a:after {
    display: none;
  }
  #block-atoll-main-menu > ul li.exp:hover ul {
    max-height: 0;
  }
  .main-header {
    position: relative;
  }
  .main-menu {
    position: absolute;
    padding: 0;
    top: 40px;
    right: 20px;
  }
  .mobile-menu-link {
    display: block;
  }
  .front-section.main {
    background-size: cover;
    height: 376px;
  }
  h1 {
    font-size: 4rem;
  }
  .front-section.main .desc {
    font-size: 1.8rem;
  }
  .about-front-block {
    flex-direction: column-reverse;
  }
  .show-mobile {
    display: block;
  }
  .about-front-block > div {
    width: 100%;
  }
  .about-front-block > div:first-child {
    margin-top: 18px;
  }
  .about-front-block > div:first-child h2 {
    display: none;
  }
  .first-about-gallery {
    max-width: 570px;
    margin: 0 auto;
  }
  .service-list .views-row {
    width: 49%;
  }
  .front-order .contacts-order-block {
    flex-direction: column;
  }
  .front-order .contacts-order-block > div:first-child,
  .front-order .contacts-order-block > div:last-child {
    width: 100%;
    max-width: 100%;
  }
  .front-order .contacts-order-block > div img {
    width: 100%;
    margin-top: 18px;
  }
  .service-title-block {
    margin-bottom: 15px;
  }
  .brand-list .views-row {
    margin-bottom: 10px;
  }
  .footer-row-3 .wrap {
    flex-wrap: wrap;
  }
  .footer-row-3 .wrap > div {
    width: 49%;
    margin-bottom: 15px;
  }
  .front-order .contacts-order-block .privacy-block {
    position: static;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .service-list .views-row {
    width: 100%;
  }
  .service-list img {
    width: 100%;
  }
  .contacts-front-block {
    flex-wrap: wrap;
  }
  .map,
  .contact-wrap {
    width: 100%;
    max-width: 100%;
  }
  .map {
    margin-top: 18px;
  }
  .footer-row-2 > div {
    width: 100%;
  }
  .warn-info-wrap .wrap {
    flex-wrap: wrap;
  }
  .warn-text {
    margin: 0 0 10px 0;
  }
  .page-gallery-block > div > div > div {
    display: block;
    flex-wrap: wrap;
  }
  .page-gallery-block > div > div > div > div {
    margin-bottom: 18px;
  }
  .adv-section .adv-block > div {
    width: 100%;
  }
  #block-atoll-page-title h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 520px) {
  .footer-row-1 {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-row-1 > div {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .footer-row-1 > div img {
    width: 100%;
  }
  .footer-row-1 > div .btn {
    width: 100%;
    margin-top: 18px;
  }
  .footer-row-2 {
    padding-bottom: 0;
  }
  .footer-row-3 .wrap > div {
    width: 100%;
  }
  .front-video iframe {
    height: 200px;
  }
  .adv-block > div {
    width: 100%;
  }
  .wrap {
    padding: 0 19px;
  }
}
@media (max-width: 400px) {
  .front-section.main {
    background: url('/themes/atoll/images/main-mobile.webp') no-repeat center center;
    background-size: cover;
  }
  .front-section.main .btn {
    width: 100%;
  }
  .first-about-gallery > div {
    width: 47%;
  }
  .adv-block > div {
    max-width: 300px;
  }
  .service-list .service-title-block {
    margin-bottom: 0;
  }
  .brand-list header,
  .brand-list .views-row {
    margin-right: 5px;
  }
  .brand-list {
    margin-bottom: 22px;
  }
  .contact-wrap .icon-map {
    max-width: 275px;
  }
  .front-order .wrap {
    padding: 0;
  }
  .front-order .contacts-order-block {
    padding: 60px 20px;
  }
  .footer-row-3 .wrap > div:last-child {
    margin-bottom: 0;
  }
  .news-title-block {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */