@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;
  background: #fff;
}
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;
}
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: #3166c9 transparent #f6f6f6 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: #323232;
  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: #323232;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  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;
  padding-top: 140px;
}
body.body-menu-active {
  overflow: hidden;
}
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.wrap {
  padding: 0 15px;
  max-width: 1158px;
  position: relative;
  margin: 0 auto;
}
h1 {
  font-size: 4.4rem;
  margin-bottom: 29px;
  line-height: 1.22;
}
h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.color-text {
  color: #3166c9;
}
.color-text a {
  color: #3166c9;
}
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.4rem;
  border: none;
  border: 1px solid #3166c9;
  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: #3166c9;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 12px;
  height: 41px;
  max-width: 100%;
  font-size: 1.4rem;
  border: 1px solid #3166c9;
  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: 178px;
}
.button:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #1d3c77;
  opacity: 1;
}
.contact-message-feedback-form form {
  max-width: 1000px;
  margin: 0 auto;
  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--name-field-feedback-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 {
  display: none;
}
.contact-message-feedback-form form .field--name-field-feedback-agree {
  position: absolute;
  bottom: -50px;
}
.hide-block {
  display: none;
}
#user-login-form {
  max-width: 600px;
}
#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: #3166c9;
}
#block-atoll-page-title {
  font-weight: 700;
  font-size: 4rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
#block-atoll-content {
  margin-top: 10px;
}
#block-atoll-content a {
  color: #3166c9;
  text-decoration: underline;
}
#block-atoll-content .btn {
  color: #fff;
  text-decoration: none;
}
#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: #3166c9;
  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 #3166c9;
  vertical-align: middle;
}
#block-atoll-content table td p {
  margin: 0;
}
#block-atoll-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#block-atoll-content ul {
  list-style: disc;
}
#block-atoll-content ol {
  list-style: decimal;
}
#block-atoll-content #map {
  border-radius: 5px;
  overflow: hidden;
}
#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;
}
.page-gallery-block {
  display: flex;
}
.page-gallery-block > div {
  width: 374px !important;
  margin-right: 15px;
  flex-shrink: 0;
}
.page-gallery-block > div:last-child {
  margin-right: 0;
}
.page-gallery-block > div a {
  display: block;
}
.page-gallery-block > div a img {
  width: 100%;
}
.button-up {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #3166c9;
  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: 80px;
}
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -30px;
  top: -2px;
}
.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%;
}
#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: #323232;
}
#block-atoll-main-menu ul li a.is-active,
#block-atoll-main-menu ul li a:hover {
  color: #3166c9;
  opacity: 1;
}
.adminimal-admin-toolbar .slick-dots {
  display: none !important;
}
.inner-block h1 {
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 30px;
}
.inner-block p {
  margin: 0;
}
.inner-block p + p {
  margin-top: 15px;
}
form label {
  display: none;
  /*        margin-bottom: 5px;
                &.form-required{
                    &:after{
                        content: "*";
                        color: red;
                    }
                }*/
}
form .field--name-field-feedback-agree label.form-required:after {
  content: "";
}
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;
}
.inner-main-wrap .main-menu {
  box-shadow: none;
}
#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 #3166c9;
  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: 38px;
  height: 38px;
  background: #3166c9 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;
  right: 18px;
  top: 18px;
  z-index: 1001;
}
.top-header {
  background: #f6f6f6;
  padding: 18px 0;
}
.site-name-block {
  margin-left: 10px;
  color: #5c5c5c;
}
.site-name {
  display: block;
  color: #3166c9;
}
.first-contact-block {
  margin-bottom: 10px;
  min-width: 215px;
}
.second-contact-block {
  max-width: 170px;
  margin-bottom: 10px;
}
.logo {
  margin-right: 70px;
}
.top-header .contacts {
  margin-left: 47px;
}
.main-menu {
  padding: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
.front-section.main {
  position: relative;
  overflow: hidden;
  background: url('/themes/atoll/images/main.webp') no-repeat top center;
  height: 520px;
  color: #fff;
}
.front-section.main .wrap {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.front-section.main .wrap > div {
  max-width: 718px;
  text-align: center;
  color: #fff;
  height: 289px;
  position: relative;
  z-index: 1;
}
.front-section.main .wrap:after {
  position: absolute;
  content: "";
  width: 1158px;
  height: 499px;
  background: url('/themes/atoll/images/line.svg') no-repeat 50% 50%;
  background-size: 100%;
  max-width: 1160px;
  top: 20px;
  left: 35px;
}
.front-section.main .desc {
  padding: 12px 0;
  border: 2px solid #3166c9;
  max-width: 567px;
  margin: 0 auto 29px;
}
.front-section.main .btn {
  text-transform: none;
}
.front-section.main:after {
  content: "";
  background: url('/themes/atoll/images/logo.svg') no-repeat 50% 50%;
  width: 351px;
  height: 319px;
  left: -180px;
  top: 56px;
  display: block;
  position: absolute;
}
.title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 43px;
}
.title-block > div {
  color: #5c5c5c;
}
.title-block:after {
  content: "";
  width: 374px;
  max-width: 100%;
  height: 2px;
  background: #3166c9;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.front-catalog {
  margin-bottom: 62px;
}
.front-catalog .wrap {
  position: relative;
}
.front-catalog .wrap:before {
  content: "";
  background: url('/themes/atoll/images/big-logo.svg') no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 1158px;
  height: 1080px;
  left: 0;
  right: 0;
  margin: auto;
  top: -150px;
  display: block;
  position: absolute;
  z-index: -1;
}
.catalog-list {
  flex-wrap: wrap;
}
.catalog-list .views-row {
  margin-bottom: 18px;
  width: 32.5%;
  max-width: 374px;
}
.catalog-list .views-row:nth-child(5) h3,
.catalog-list .views-row:nth-child(6) h3 {
  max-width: 180px;
}
.catalog-list .views-row:nth-child(8) h3 {
  max-width: 105px;
  margin: 0 auto 15px;
}
.catalog-list .hangar-item {
  position: relative;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.catalog-list .hangar-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.catalog-list .hangar-img a {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.catalog-list .hangar-img a:hover {
  opacity: 1;
  box-shadow: 0 0 0 2px #3166c9;
}
.catalog-list .hangar-img a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.catalog-list h3 {
  max-width: 220px;
}
.catalog-list h3 a {
  color: #fff;
}
.catalog-list .catalog-block {
  position: relative;
  z-index: 1;
}
.front-why .title-block:after {
  max-width: 178px;
}
.front-why #block-atoll-why > div {
  display: flex;
  justify-content: space-between;
}
.front-why #block-atoll-why > div > div {
  box-sizing: border-box;
  width: 32%;
  border-left: 2px solid #3166c9;
  padding-left: 16px;
}
.front-why h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.front-why .adv {
  font-weight: 600;
}
.front-why .adv span {
  color: #3166c9;
  text-transform: uppercase;
}
.front-why p {
  height: 85px;
  color: #5c5c5c;
}
.front-objects .title-block:after {
  max-width: 276px;
}
.front-objects .paragraph--view-mode--default {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.front-technology .title-block:after {
  max-width: 472px;
}
.front-technology {
  overflow: hidden;
}
.front-technology .title-block::after {
  max-width: 472px;
}
#block-atoll-technology {
  position: relative;
}
#block-atoll-technology:after {
  content: "";
  background: url('/themes/atoll/images/logo.svg') no-repeat 50% 50%;
  width: 351px;
  height: 319px;
  right: 0;
  bottom: 15px;
  display: block;
  position: absolute;
  z-index: -1;
}
#block-atoll-technology > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
}
#block-atoll-technology > div:after {
  content: "";
  justify-content: flex-start;
  flex-basis: 32.5%;
  max-width: 374px;
}
#block-atoll-technology > div > div {
  width: 49%;
  max-width: 374px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 106px 24px 27px;
  box-sizing: border-box;
  margin-bottom: 18px;
  position: relative;
  background: #fff;
}
#block-atoll-technology > div > div:nth-child(2n) {
  background: #f6f6f6;
}
#block-atoll-technology > div > div:nth-child(2n):before {
  color: #f6f6f6;
}
#block-atoll-technology > div > div:nth-child(3):after {
  right: auto;
  left: 107px;
}
#block-atoll-technology > div > div:last-child:after {
  display: none;
}
#block-atoll-technology > div > div:after {
  content: "";
  background: url('/themes/atoll/images/count.svg') no-repeat 50% 50%;
  display: block;
  height: 12px;
  width: 313px;
  position: absolute;
  top: 50px;
  right: -35px;
  z-index: 1;
}
#block-atoll-technology > div > div:before {
  counter-increment: section;
  content: "0" counter(section) ".";
  text-shadow: -1px -1px 0 #3166c9, 1px -1px 0 #3166c9, -1px 1px 0 #3166c9, 1px 1px 0 #3166c9;
  color: #fff;
  font-size: 5.4rem;
  font-weight: 600;
  top: 21px;
  left: 20px;
  position: absolute;
}
#block-atoll-technology h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
#block-atoll-technology p {
  color: #5c5c5c;
}
.front-team {
  overflow: hidden;
}
.front-team > div {
  /*        overflow: auto;
                scrollbar-color: @main #fff;
                scrollbar-width: thin;
                &:-webkit-scrollbar,
                    &:-webkit-scrollbar{
                    width: 8px;
                    background-color: #fff;
                }
                &:-webkit-scrollbar-thumb,
                    &:-webkit-scrollbar-thumb{
                    background-color: @main;
                    border-radius: 8px;
                }
                &:-webkit-scrollbar-thumb:hover,
                    &:-webkit-scrollbar-thumb:hover{
                    background-color: @main;
                }*/
}
.front-reviews {
  overflow: hidden;
}
.front-reviews .title-block::after {
  max-width: 178px;
}
.reviews-list {
  display: flex;
  padding-bottom: 5px;
}
.reviews-list > div {
  width: 374px;
  margin-right: 18px;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.reviews-list > div p {
  margin: 0;
  margin-top: 16px;
  color: #5c5c5c;
}
.front-order {
  background: #f6f6f6;
  padding: 40px 0;
}
.front-order .title-block::after {
  max-width: 178px;
}
.order-block p {
  text-transform: uppercase;
  color: #5c5c5c;
  margin-bottom: 40px;
  max-width: 374px;
}
.order-block > div {
  display: flex;
  justify-content: space-between;
}
.order-block > div > div {
  width: 49%;
}
.order-block > div > div:last-child {
  max-width: 472px;
  padding-bottom: 40px;
  position: relative;
}
.social-link a {
  display: inline-block;
  margin-right: 18px;
  width: 180px;
  padding: 12px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-weight: 600;
}
.social-link a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.social-link a.whts-link {
  background: #4caf50;
}
.social-link a.whts-link:before {
  left: 10px;
  background: url('/themes/atoll/images/icons/whatsapp-w.svg') no-repeat 50% 50%;
}
.social-link a.tg-link {
  background: #2aabee;
}
.social-link a.tg-link:before {
  left: 15px;
  background: url('/themes/atoll/images/icons/telegram-w.svg') no-repeat 50% 50%;
}
.form-actions {
  width: 100%;
}
.front-about .title-block:after {
  max-width: 83px;
}
.front-about p {
  color: #5c5c5c;
}
.front-about p strong {
  color: #3166c9;
}
.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: #f6f6f6;
  padding: 25px 0;
}
.hangar-gallery-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hangar-gallery-block > div {
  width: 33.33%;
}
.about-text {
  padding-right: 100px;
}
.technology-text {
  width: 67%;
}
.technology-video {
  width: 30%;
}
.technology-video iframe {
  width: 100%;
}
.why-btn {
  margin-top: 40px;
}
.why-btn .btn {
  font-weight: 700;
}
@media (max-width: 1920px) {
  .front-reviews > div,
  .front-team > div {
    overflow: hidden;
  }
  .front-reviews .block-wrap,
  .front-team .block-wrap {
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: auto;
    scrollbar-color: #3166c9 #fff;
    scrollbar-width: thin;
  }
  .front-reviews .block-wrap:-webkit-scrollbar,
  .front-team .block-wrap:-webkit-scrollbar,
  .front-reviews .block-wrap:-webkit-scrollbar,
  .front-team .block-wrap:-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
  }
  .front-reviews .block-wrap:-webkit-scrollbar-thumb,
  .front-team .block-wrap:-webkit-scrollbar-thumb,
  .front-reviews .block-wrap:-webkit-scrollbar-thumb,
  .front-team .block-wrap:-webkit-scrollbar-thumb {
    background-color: #3166c9;
    border-radius: 8px;
  }
  .front-reviews .block-wrap:-webkit-scrollbar-thumb:hover,
  .front-team .block-wrap:-webkit-scrollbar-thumb:hover,
  .front-reviews .block-wrap:-webkit-scrollbar-thumb:hover,
  .front-team .block-wrap:-webkit-scrollbar-thumb:hover {
    background-color: #3166c9;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
  #block-atoll-technology > div > div:after {
    width: 255px;
    right: -15px;
    background-size: 100%;
  }
  .logo {
    margin-right: 10px;
  }
  .button-up {
    right: 20px;
    bottom: 60px;
  }
  .catalog-list h3 {
    max-width: 200px;
  }
  .catalog-list .views-row:nth-child(5) h3,
  .catalog-list .views-row:nth-child(6) h3 {
    max-width: 135px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 1000px) {
  .catalog-list .hangar-item {
    align-items: inherit;
    padding-top: 20px;
  }
  #block-atoll-technology > div > div::after {
    width: 215px;
  }
  .top-header .contacts:nth-child(2) {
    display: none;
  }
  .footer-row-2 {
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .footer-row-2 > div {
    width: 33%;
    margin-bottom: 11px;
  }
  .footer-contact-block > div {
    max-width: 170px;
    align-items: center;
  }
  .about-video {
    display: none;
  }
}
@media (max-width: 900px) {
  .front-section {
    margin-bottom: 40px;
  }
  .front-catalog {
    margin-bottom: 30px;
  }
  .catalog-list {
    justify-content: center;
  }
  .catalog-list .views-row {
    width: 49%;
    max-width: 49%;
  }
  .front-why p {
    height: 120px;
  }
  .title-block > div {
    max-width: 300px;
    text-align: right;
  }
  #block-atoll-technology > div > div {
    width: 49%;
  }
  #block-atoll-technology > div > div:after {
    display: none;
  }
  .logo {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .top-header {
    padding: 10px 0;
  }
  .main-menu {
    padding: 10px 0;
  }
  .site-name {
    font-size: 1.7rem;
  }
  #block-atoll-main-menu ul {
    flex-wrap: wrap;
  }
  #block-atoll-main-menu ul li {
    position: relative;
    width: 49%;
    margin: 2px 0;
  }
  .catalog-list .hangar-item {
    height: 100px;
  }
  .front-why p {
    height: auto;
    margin-bottom: 10px;
  }
  .front-why #block-atoll-why > div {
    flex-wrap: wrap;
  }
  .front-why #block-atoll-why > div > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .front-objects .paragraph--view-mode--default {
    margin-bottom: 5px;
  }
  .footer-row-2 > div {
    width: 49%;
  }
  .footer-row-3 {
    padding: 10px 0;
  }
  .footer-row-3 .wrap {
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .footer-row-3 .wrap > div {
    width: 49%;
    margin: 5px 0;
  }
  #block-atoll-technology > div > div {
    width: 100%;
  }
  .technology-text,
  .technology-video {
    width: 49%;
  }
  .technology-text iframe,
  .technology-video iframe {
    height: 700px;
  }
  .warn-info-wrap .wrap {
    flex-wrap: wrap;
  }
  .warn-text {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .main-header .order-block {
    display: none;
  }
  .catalog-list .views-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .title-block {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .title-block h2 {
    width: 100%;
  }
  .title-block > div {
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3rem;
  }
  .front-section.main {
    height: 290px;
  }
  .front-section.main .desc {
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  .front-section.main .wrap:after {
    display: none;
  }
  .front-section.main .wrap > div {
    height: 215px;
  }
  .footer-row-2 > div {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #block-atoll-main-menu ul li {
    margin: 3px 0;
  }
  h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .front-section.main {
    height: 245px;
  }
  .front-section.main .desc {
    margin: 0 auto 20px;
    font-size: 1.6rem;
  }
  #block-atoll-technology > div {
    flex-wrap: wrap;
  }
  #block-atoll-technology > div > div {
    width: 100%;
    max-width: 100%;
  }
  .order-block > div {
    flex-wrap: wrap;
  }
  .order-block > div > div {
    width: 100%;
  }
  .order-block p {
    margin-bottom: 10px;
  }
  .social-link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .social-link a {
    margin-right: 0;
    width: 49%;
  }
  .button,
  .btn,
  input[type="submit"] {
    min-width: 145px;
  }
  .footer-row-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer-row-3 .wrap > div {
    width: 100%;
  }
  #technology .d-flex {
    flex-wrap: wrap;
  }
  .technology-text,
  .technology-video {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .main-menu {
    padding: 5px 0;
  }
  .top-header .contacts {
    font-size: 1.4rem;
  }
  .top-header .second-contact-block {
    width: 115px;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .top-header .icon-timetable {
    display: none;
  }
  .top-header .tg,
  .top-header .whtsp {
    margin-top: 5px;
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
  .logo-block {
    align-items: initial;
  }
  .logo-block span:first-child {
    width: 40px;
  }
  .site-name-block {
    margin-left: 5px;
    font-size: 1rem;
  }
  .icon:before,
  .icon.icon-phone:before,
  .icon.icon-mail:before,
  .icon.icon-map:before,
  .icon.icon-timetable:before {
    width: 15px;
    height: 15px;
    background-size: 100%;
    left: -20px;
    top: 0;
  }
  h2 {
    font-size: 2rem;
  }
  .catalog-list .views-row {
    margin-bottom: 15px;
  }
  #block-atoll-technology > div > div {
    padding: 50px 15px 15px;
  }
  #block-atoll-technology > div > div:before {
    font-size: 4rem;
    top: 3px;
    left: 15px;
  }
  #block-atoll-technology h3 {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  #block-atoll-technology p {
    margin-bottom: 0;
  }
  .social-link a {
    padding-left: 40px;
    padding-right: 5px;
  }
  .social-link a.whts-link::before,
  .social-link a.tg-link::before {
    left: 5px;
  }
  .main-footer .logo-block span:first-child {
    width: 30px;
  }
  .footer-row-2 {
    padding-left: 22px;
  }
  .front-section.main .desc {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */