body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  .container {
    width: 100%;
  }
}
h2 {
  font: 36px 'Impact-Regular';
  margin: 0;
  text-transform: uppercase;
}
p {
  margin: 0;
}
.rosh {
  width: 152px;
  height: 59px;
}
header {
  background-color: #000;
  display: flex;
  padding-bottom: 14px;
  height: 85px;
  align-items: flex-end;
}
header img {
  padding-left: 30px;
}
header .container .menu {
  justify-content: center;
  margin: 0;
  display: flex;
  list-style: none;
  position: relative;
  padding-left: 0;
  top: 10px;
}
header .container .menu li {
  position: relative;
  display: block;
  text-align: center;
}
header .container .menu li a {
  font: 20px 'Cervo-Medium';
  line-height: 0;
  margin: 7px 30px;
  line-height: 22px;
  width: auto;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-size: cover;
  background-position: center center;
  border-bottom: 3px solid transparent;
}
header .container .menu li a:hover {
  border-bottom: 3px solid #fff;
}
@media (max-width: 1000px) {
  header .container .menu li a {
    margin-left: 15px;
    margin-right: 15px;
  }
}
header .container .menu li:last-child a {
  margin-right: 0;
}
header .container .img {
  display: none;
}
header .menu-mob {
  display: none;
}
header .login-box {
  padding-right: 30px;
}
header .login-box a {
  color: #fff;
  text-decoration: none;
  font: 20px 'Cervo-Medium';
  padding-left: 35px;
}
header .login-box a:first-child {
  text-transform: uppercase;
  padding-left: 0;
  font-family: 'Cervo-Regular';
  font-size: 20px;
  position: relative;
  display: block;
  white-space: nowrap;
}
.mobileOpen {
  display: none;
}
.swiper-header {
  background-color: #939393;
  overflow: hidden;
  position: relative;
}
.swiper-header .swiper-button-prev,
.swiper-header .swiper-button-next {
  filter: grayscale(100%) brightness(500%);
  background-size: 14px auto;
  width: 14px;
}
.swiper-header .swiper-slide {
  text-align: center;
  font-size: 0;
}
.swiper-header .swiper-slide img {
  max-width: 100%;
}
.swiper-header .swiper-button-prev {
  left: calc(50% - 640px);
}
.swiper-header .swiper-button-next {
  left: calc(50% + 640px);
}
.swiper-header .swiper-pagination-bullet {
  opacity: 1;
  box-sizing: border-box;
  background-color: transparent;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}
.swiper-header .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-header .appstore,
.swiper-header .googleplay {
  display: block;
  position: absolute;
  top: 79.7%;
  left: 31%;
  height: 3.33;
  width: 8.47vw;
}
.swiper-header .googleplay {
  left: 40%;
  width: 9.22vw;
}
@media (max-width: 1279px) {
  .swiper-header .swiper-slide img {
    width: 100%;
  }
  .swiper-header .swiper-button-prev {
    left: 40px;
  }
  .swiper-header .swiper-button-next {
    left: calc(100% - 40px);
  }
  .swiper-header .appstore,
  .swiper-header .googleplay {
    width: 20.64vw;
    left: 4vw;
  }
  .swiper-header .appstore {
    height: 7.85vw;
    bottom: 32px;
    top: auto;
  }
  .swiper-header .googleplay {
    height: 7.45vw;
    top: auto;
    bottom: 32px;
    left: auto;
    right: 4vw;
  }
}
.swiper-header .buttons {
  display: none;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 100%;
  position: absolute;
  bottom: 6vw;
  left: 0;
}
@media (max-width: 1279px) {
  .swiper-header .buttons {
    display: flex;
  }
}
@media (max-width: 380px) {
  .swiper-header .buttons {
    bottom: 8.5vw;
  }
}
.swiper-header .phone {
  background-color: #57d035;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-header .phone img {
  width: 45%;
}
.swiper-header .whatsapp {
  --iconSize: 9vw;
  display: none;
  width: var(--iconSize);
  height: var(--iconSize);
  background: 0 0/cover url("../img/whatsapp.svg") no-repeat;
}
@media (max-width: 1279px) {
  .swiper-header .whatsapp {
    display: block;
  }
}
section-one {
  background: url("../img/main-fon.png") no-repeat;
  background-size: cover;
  display: block;
  height: 679px;
  position: relative;
}
section-one .container {
  width: 100%;
}
section-one .container .wrap {
  height: 679px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
section-one .container .wrap .box {
  padding-bottom: 77px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-95%);
}
section-one .container .wrap .box p {
  font: 15px 'Roboto-Regular';
  padding-top: 15px;
  line-height: 26px;
}
section-one .container .wrap .box img {
  position: relative;
  z-index: 1;
}
section-one .container .wrap img.girl {
  position: absolute;
  top: 20px;
  right: 50%;
  bottom: 0;
  z-index: 0;
  transform: translate(84%);
}
section-one .container .wrap img.img-mob {
  display: none;
}
section-two {
  display: block;
}
section-two .container {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  padding: 49px;
  position: relative;
  bottom: 31px;
}
section-two .container p {
  font: 15px 'Roboto-Regular';
  padding-top: 40px;
  margin-top: 0;
  line-height: 26px;
  width: 92%;
}
section-two .container:nth-of-type(2) {
  padding: 0;
  width: 1140px;
  background-color: #000;
}
@media (max-width: 1139px) {
  section-two .container:nth-of-type(2) {
    width: 100%;
  }
}
section-two .container:nth-of-type(2) .boxes {
  display: flex;
  justify-content: space-between;
}
section-two .container:nth-of-type(2) .boxes .box {
  width: 24.935%;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}
section-two .container:nth-of-type(2) .boxes .box img {
  margin-top: 40px;
  height: 40px;
}
section-two .container:nth-of-type(2) .boxes .box p {
  padding: 0;
  font: 20px 'Cervo-Medium';
  text-transform: uppercase;
  width: 92%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 34px;
  line-height: 22px;
}
section-two .container:nth-of-type(2) .boxes .box:last-child {
  padding-right: 0;
  border: none;
}
section-tour {
  padding-top: 30px;
  background: #000;
  display: block;
  color: #fff;
}
section-tour .container {
  position: relative;
}
section-tour .container h2 {
  padding-top: 49px;
}
section-tour .container .wrapper {
  display: flex;
}
section-tour .container .wrapper .text-box {
  width: 50%;
  padding-top: 18px;
}
section-tour .container .wrapper .text-box p {
  font: 15px 'Roboto-Regular';
  line-height: 26px;
}
section-tour .container .wrapper .swiper-tour {
  width: 700px;
  overflow: hidden;
}
section-tour .container .wrapper .swiper-tour .wrap {
  width: 50%;
}
section-tour .container .wrapper .swiper-tour .wrap .slide {
  width: 700px;
  height: 352px;
}
section-tour .container .wrapper .swiper-tour .wrap .slide .title-box {
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
section-tour .container .wrapper .swiper-tour .wrap .slide .title-box h3 {
  color: #fff;
  font-family: 'Impact-Regular';
  font-size: 64px;
  text-transform: uppercase;
  line-height: 67px;
  margin: 0;
  padding-top: 14px;
}
section-tour .container .wrapper .swiper-tour .wrap .slide .title-box p {
  font-family: 'Impact-Regular';
  font-size: 26px;
  text-transform: uppercase;
  padding-top: 5px;
}
section-tour .container .wrapper .swiper-tour .wrap .slide .title-box a {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Cervo-Regular';
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px 45px 5px 45px;
}
section-tour .container .wrapper .swiper-tour .wrap .slide .box-2 {
  width: 50%;
  height: 128%;
  top: 0%;
  overflow: hidden;
  transform: skew(-30deg);
  left: 20%;
  position: absolute;
}
section-tour .container .wrapper .swiper-tour .wrap .slide .box-2 .img {
  position: absolute;
  width: 193%;
  height: 70%;
  left: -40%;
  display: block;
  transform: skew(30deg);
}
section-tour .container .wrapper .swiper-tour .wrap .slide:nth-of-type(1) .box-2 .img {
  background: url("../img/peresvet/peresvet-march-slider.png") no-repeat;
  background-size: cover;
}
section-tour .container .wrapper .swiper-tour .wrap .slide:nth-of-type(2) .box-2 .img {
  background: url("../img/peresvet/peresvet-otel.png") no-repeat;
  background-size: cover;
}
section-tour .container .wrapper .swiper-tour .wrap .slide:nth-of-type(3) .box-2 .img {
  background: url("../img/italy.png") no-repeat;
  background-size: cover;
}
section-tour .container .wrapper .swiper-tour .wrap .slide:nth-of-type(4) .box-2 .img {
  background: url("../img/ola.png") no-repeat;
  background-size: cover;
}
section-tour .container .wrapper .swiper-tour .wrap .slide:nth-of-type(5) .box-2 .img {
  background: url("../img/jurmala.png") no-repeat;
  background-size: cover;
}
section-tour .container .wrapper .swiper-tour .swiper-button-next,
section-tour .container .wrapper .swiper-tour .swiper-button-prev {
  cursor: pointer;
  bottom: 40px;
  top: auto;
}
section-tour .container .wrapper .swiper-tour .swiper-button-next {
  right: 170px;
  background: url("../img/arrow-right.svg") no-repeat;
}
section-tour .container .wrapper .swiper-tour .swiper-button-prev {
  background: url("../img/arrow-left.svg") no-repeat;
  right: 39%;
  left: auto;
}
section-tour .container .wrapper .swiper-tour .swiper-pagination {
  left: auto;
  bottom: 60px;
  right: 18%;
  width: 20%;
}
section-tour .container .wrapper .swiper-tour .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}
section-tour .container .wrapper .swiper-tour .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
section#onlinePrice .title {
  padding: 47px 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
section#onlinePrice .container {
  width: 92%;
  max-width: 1140px;
  position: relative;
}
section#onlinePrice .container h2 {
  font: normal 36px 'Impact-Regular';
}
section#onlinePrice .body {
  display: none;
}
section#onlinePrice .body.visible {
  display: block;
}
section#onlinePrice .body h3 {
  text-align: center;
  margin: 0;
  width: 80%;
  color: #fff;
  font-family: 'Impact-Regular';
  font-size: 84px;
  text-transform: uppercase;
  line-height: 84px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: calc(100% - 30px);
  z-index: -1;
  padding: 0 20px;
  padding-left: 100px;
  padding-top: 30px;
  box-sizing: border-box;
}
section#onlinePrice .body h3:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  left: -10%;
  width: 100%;
  z-index: -1;
  background: #dedede;
  transform: skew(-30deg);
}
section#onlinePrice .body .priceTableWrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: flex-start;
}
section#onlinePrice .body .priceTableWrapper.mobile {
  display: none;
}
section#onlinePrice .body .priceTableWrapper img {
  margin-top: 140px;
  width: calc(100% - 800px);
  min-width: 200px;
  flex-shrink: 0;
}
section#onlinePrice .body .priceTableWrapper .priceTable {
  margin-top: 140px;
  width: 800px;
  flex-shrink: 0;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
  background-color: #fff;
  border-collapse: collapse;
}
section#onlinePrice .body .priceTableWrapper .priceTable thead th {
  padding: 19px 0 17px;
  width: 160px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  font: 22px 'Cervo-Medium';
  text-align: right;
}
section#onlinePrice .body .priceTableWrapper .priceTable thead th:first-child,
section#onlinePrice .body .priceTableWrapper .priceTable thead th:last-child {
  width: calc(50% - 80px);
}
section#onlinePrice .body .priceTableWrapper .priceTable thead th:first-child {
  padding-left: 32px;
  text-align: left;
}
section#onlinePrice .body .priceTableWrapper .priceTable thead th:last-child {
  padding-right: 32px;
  min-width: 80px;
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody td {
  padding-top: 10px;
  text-align: right;
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody td.trainName {
  padding-top: 26px;
  padding-left: 32px;
  font: 20px/1 'Cervo-Medium';
  text-transform: uppercase;
  text-align: left;
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody .tariff td {
  padding-top: 10px;
  font: 18px 'Cervo-Light';
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody .tariff td:first-child {
  text-align: left;
  padding-left: 64px;
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody .tariff td:last-child {
  padding-right: 32px;
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody .tariff:last-child td {
  padding-bottom: 24px;
}
section#onlinePrice .body .priceTableWrapper .priceTable tbody .tariff:last-child {
  border: none;
}
section#onlinePrice .body .priceTableWrapper .priceTable tfoot td {
  padding: 4px 32px;
  font-size: 18px;
  font-family: 'Cervo-Light';
}
section#onlinePrice .body .priceTableWrapper .priceTable tfoot tr:last-child td {
  padding-bottom: 26px;
}
@media (max-width: 1900px) {
  section#onlinePrice .body h3 {
    font-size: 5vw;
  }
  section#onlinePrice .body .priceTableWrapper .priceTable {
    margin-top: 7vw;
  }
}
@media (max-width: 1600px) {
  section#onlinePrice .body .priceTableWrapper .priceTable {
    margin-top: 9vw;
  }
}
@media (max-width: 1280px) {
  section#onlinePrice .body .priceTableWrapper .priceTable {
    margin-top: 10.5vw;
  }
}
@media (max-width: 960px) {
  section#onlinePrice .body h3 {
    line-height: 1;
  }
  section#onlinePrice .body .priceTableWrapper .priceTable {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  section#onlinePrice .container {
    padding-top: 1px;
  }
  section#onlinePrice .title {
    box-shadow: none;
    padding: 8px 0 24px;
  }
  section#onlinePrice .body h3 {
    font-size: 30px;
    height: 113px;
    padding: 18px 0 0;
    width: 100%;
    text-align: left;
  }
  section#onlinePrice .body h3::before {
    height: 113px;
    background-color: #b8b8b8;
    left: -8%;
    width: 90%;
  }
  section#onlinePrice .body .priceTableWrapper {
    display: none;
  }
  section#onlinePrice .body .priceTableWrapper.mobile {
    display: block;
    width: 100%;
  }
  section#onlinePrice .body .priceTableWrapper.mobile img {
    width: 81px;
    height: 113px;
    margin: 0;
    position: absolute;
    top: -133px;
    right: 0;
    min-width: 0;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable {
    width: 100%;
    margin: 140px auto 0;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable thead th:first-child {
    padding-left: 15px;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable thead th:last-child {
    padding-right: 15px;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable tbody .tariff td {
    font: 18px 'Cervo-Medium';
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b8b8b8;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable tbody .tariff td:first-child {
    padding-left: 15px;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable tbody .tariff td:last-child {
    padding-right: 15px;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable tfoot td {
    padding: 4px 15px;
  }
  section#onlinePrice .body .priceTableWrapper.mobile .priceTable tfoot tr:first-child td {
    padding-top: 24px;
  }
}
@media (max-width: 768px) and (max-width: 520px) {
  section#onlinePrice .body .priceTableWrapper .priceTable thead th {
    width: 80px;
    font-size: 18px;
  }
  section#onlinePrice .body .priceTableWrapper .priceTable thead th:first-child,
  section#onlinePrice .body .priceTableWrapper .priceTable thead th:last-child {
    width: calc(50% - 40px);
  }
}
section-services {
  display: block;
  position: relative;
  padding-bottom: 49px;
}
section-services .top-title {
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
section-services .top-title .container {
  position: relative;
}
section-services .top-title .container h2 {
  padding-top: 47px;
}
section-services .top-title .container .tab-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  padding-bottom: 20px;
}
section-services .top-title .container .tab-list li {
  position: relative;
}
section-services .top-title .container .tab-list li a {
  font-family: 'Cervo-Medium';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  margin-right: 30px;
  display: block;
  border-bottom: 3px solid transparent;
}
section-services .top-title .container .tab-list li a:hover {
  border-bottom: 3px solid #000;
}
section-services .top-title .container .tab-list li a.active {
  border-bottom: 3px solid #000;
}
section-services .body-content {
  margin-top: -15px;
}
section-services .body-content .container h3 {
  text-align: center;
  margin: 0;
  width: 52%;
  color: #fff;
  font-family: 'Impact-Regular';
  font-size: 46px;
  text-transform: uppercase;
  line-height: 84px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  height: 100%;
  z-index: -1;
  padding: 0 20px;
  padding-left: 100px;
  padding-top: 30px;
}
section-services .body-content .container h3:before {
  content: '';
  position: absolute;
  top: -3px;
  height: 100%;
  right: 0;
  bottom: 0;
  left: -20%;
  width: 100%;
  z-index: -1;
  background: #dedede;
  transform: skew(-30deg);
}
section-services .body-content .container .box {
  padding-top: 130px;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
section-services .body-content .container .box img {
  width: auto;
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -6%;
  display: none;
  top: 50px;
}
section-services .body-content .container .box img.active {
  display: block;
}
section-services .body-content .container .box .table,
section-services .body-content .container .box .mob-table {
  background: #fff;
  width: 797px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
section-services .body-content .container .box .table .thead,
section-services .body-content .container .box .mob-table .thead {
  font-family: 'Cervo-Medium';
  text-transform: uppercase;
  font-size: 22px;
  background: #000;
  color: #fff;
}
section-services .body-content .container .box .table .thead .tr,
section-services .body-content .container .box .mob-table .thead .tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 15px;
}
section-services .body-content .container .box .table .thead .tr .td:first-child,
section-services .body-content .container .box .mob-table .thead .tr .td:first-child {
  padding-left: 32px;
}
section-services .body-content .container .box .table .thead .tr .td:last-child,
section-services .body-content .container .box .mob-table .thead .tr .td:last-child {
  padding-right: 32px;
}
section-services .body-content .container .box .table .tbody,
section-services .body-content .container .box .mob-table .tbody {
  padding-bottom: 24px;
  border-top: 1px solid #000;
}
section-services .body-content .container .box .table .tbody .tr,
section-services .body-content .container .box .mob-table .tbody .tr {
  display: flex;
  padding-top: 10px;
}
section-services .body-content .container .box .table .tbody .tr .td,
section-services .body-content .container .box .mob-table .tbody .tr .td {
  padding-left: 32px;
  width: 33%;
}
section-services .body-content .container .box .table .tbody .tr .td p.title,
section-services .body-content .container .box .mob-table .tbody .tr .td p.title {
  padding-top: 26px;
  font-family: 'Cervo-Medium';
  font-size: 20px;
  text-transform: uppercase;
}
section-services .body-content .container .box .table .tbody .tr:first-child,
section-services .body-content .container .box .mob-table .tbody .tr:first-child {
  padding-top: 0;
}
section-services .body-content .container .box .table .tbody .tr.tariff .td,
section-services .body-content .container .box .mob-table .tbody .tr.tariff .td {
  font-family: 'Cervo-Light';
  font-size: 18px;
  padding-left: 64px;
  text-align: right;
}
section-services .body-content .container .box .table .tbody .tr.tariff .td:nth-of-type(1),
section-services .body-content .container .box .mob-table .tbody .tr.tariff .td:nth-of-type(1) {
  text-align: left;
}
section-services .body-content .container .box .table .tbody .tr.tariff .td:nth-of-type(2),
section-services .body-content .container .box .mob-table .tbody .tr.tariff .td:nth-of-type(2) {
  padding-right: 110px;
  padding-left: 0;
}
section-services .body-content .container .box .table .tbody .tr.tariff .td:nth-of-type(3),
section-services .body-content .container .box .mob-table .tbody .tr.tariff .td:nth-of-type(3) {
  padding-left: 0;
  padding-right: 35px;
}
section-services .body-content .container .box .table .thead + .tbody,
section-services .body-content .container .box .mob-table .thead + .tbody {
  border-top: none;
}
section-services .body-content .container .box .table .note,
section-services .body-content .container .box .mob-table .note {
  font-size: 18px;
  padding-left: 32px;
  padding-bottom: 16px;
  font-family: 'Cervo-Light';
}
section-services .body-content .container .box .mob-table {
  display: none;
}
section-coach {
  background: #000;
  display: block;
  overflow: hidden;
}
section-coach .container {
  display: flex;
  width: 1300px;
  position: relative;
  justify-content: space-between;
  overflow: hidden;
  height: 600px;
}
section-coach .container h2 {
  display: none;
}
section-coach .container .wrap .slide {
  overflow: hidden;
  display: flex;
  height: 550px;
}
section-coach .container .wrap .slide h2 {
  display: none;
}
section-coach .container .wrap .slide .text-box {
  width: 50%;
  color: #fff;
  margin-left: 80px;
  padding-bottom: 50px;
}
section-coach .container .wrap .slide .text-box h2 {
  display: block;
  padding-top: 42px;
}
section-coach .container .wrap .slide .text-box .name {
  padding-top: 25px;
  font-family: 'Cervo-Medium';
  font-size: 24px;
}
section-coach .container .wrap .slide .text-box p:nth-of-type(2) {
  padding-top: 21px;
  font-family: 'Cervo-Thin';
  font-size: 23px;
}
section-coach .container .wrap .slide .text-box p:nth-of-type(2) span {
  font-family: 'Cervo-Regular';
}
section-coach .container .wrap .slide .text-box ul,
section-coach .container .wrap .slide .text-box .box {
  font-family: 'Cervo-Regular';
  padding-left: 0;
  font-size: 23px;
}
section-coach .container .wrap .slide .text-box ul li,
section-coach .container .wrap .slide .text-box .box li {
  font-family: 'Cervo-Thin';
  font-size: 18px;
  line-height: 26px;
}
section-coach .container .wrap .slide .text-box ul li.caption,
section-coach .container .wrap .slide .text-box .box li.caption {
  list-style-type: none;
  font-size: 23px;
  font-weight: 600;
}
section-coach .container .wrap .slide .text-box .box {
  display: flex;
}
section-coach .container .wrap .slide .text-box .box ul {
  width: 200px;
}
section-coach .container .wrap .slide .text-box ul.big-list {
  margin-bottom: 0;
}
section-coach .container .wrap .slide .img-box {
  width: 30%;
  transform: skew(-30deg);
  overflow: hidden;
  position: relative;
  left: 20px;
}
section-coach .container .wrap .slide .img-box .img {
  transform: skew(30deg);
  left: -60%;
  position: absolute;
}
section-coach .container .wrap .slide .img-box .img .mobile-img {
  display: none;
}
section-coach .container .wrap .slide .img-box .default {
  left: -55%;
}
section-coach .container .swiper-coach .swiper-pagination {
  left: 75px;
  text-align: left;
}
section-coach .container .swiper-coach .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: #000;
  opacity: 1;
}
section-coach .container .swiper-coach .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
section-coach .container .swiper-coach .swiper-button-prev {
  background: url("../img/arrow-left.svg") no-repeat;
}
section-coach .container .swiper-coach .swiper-button-next {
  background: url("../img/arrow-right.svg") no-repeat;
}
section-press {
  display: block;
  position: relative;
}
section-press.noscroll {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section-press.noscroll {
    width: 100%;
  }
}
section-press.noscroll h2 {
  padding-top: 49px;
  color: #000;
}
section-press .swiper-container {
  box-sizing: border-box;
  margin: auto;
}
section-press .swiper-container .wrapper {
  margin-top: 41px;
  margin-bottom: 75px;
  position: relative;
  display: flex;
}
section-press .swiper-container .wrapper .whitebox {
  width: 163px;
  min-width: 163px;
}
section-press .swiper-container .wrapper .whitebox:last-child {
  width: 855px;
  min-width: 855px;
}
section-press .swiper-container .wrapper a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 385px;
  opacity: 0.2;
}
section-press .swiper-container .wrapper a .box {
  height: 385px;
  position: relative;
  border: 1px solid #000;
  left: 94px;
  margin-right: 20px;
  transform: skew(-30deg);
}
section-press .swiper-container .wrapper a .box .boxcontainer {
  position: relative;
  transform: skew(30deg);
  max-width: 100%;
  left: 130px;
}
section-press .swiper-container .wrapper a .box .boxcontainer p {
  color: #000;
}
section-press .swiper-container .wrapper a .box .boxcontainer p:first-child {
  font-family: 'Roboto-Light';
  font-size: 16px;
  padding-top: 28px;
}
section-press .swiper-container .wrapper a .box .boxcontainer p:first-child a {
  color: #000;
  text-decoration: none;
}
section-press .swiper-container .wrapper a .box .boxcontainer p:first-child a:hover {
  cursor: pointer;
}
section-press .swiper-container .wrapper a .box .boxcontainer p:last-child {
  font: 15px 'Roboto-Regular';
  line-height: 26px;
  padding-top: 27px;
  padding-bottom: 30px;
  width: 65%;
}
section-press .swiper-container .wrapper a .box .boxcontainer h3 {
  font-family: 'Cervo-Medium';
  padding-top: 24px;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 35px;
  height: 105px;
  margin: 0;
}
section-press .swiper-container .wrapper a .box .boxcontainer p.date {
  padding-top: 22px;
  font-family: 'Cervo-Light';
  font-size: 22px;
}
section-press .swiper-container .wrapper a .box.swiper-slide-active {
  opacity: 1;
}
section-press .swiper-container .wrapper a .box.swiper-slide-next {
  opacity: 1;
}
section-press .swiper-container .wrapper a.swiper-slide-active {
  opacity: 1;
}
section-press .swiper-container .wrapper a.swiper-slide-next {
  opacity: 1;
}
section-press .swiper-container .swiper-scrollbar {
  width: 1140px;
  left: 50%;
  transform: translate(-50%);
  bottom: 30px;
  height: 3px;
  background: #c8c8c8;
}
section-press .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000;
  position: absolute;
  padding: 2px 0;
  top: -2px;
}
section-press .swiper-container .swiper-button-next {
  background: url("../img/arrow.svg") no-repeat;
  right: 11%;
  width: 37px;
  height: 27px;
}
.partners {
  margin-top: 90px;
}
.partners .img-box {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section-contact {
  background: #000;
  color: #fff;
  display: block;
  margin-top: 128px;
  display: none;
}
section-contact .div {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
}
@media (max-width: 1139px) {
  section-contact .div {
    width: 100%;
    min-width: 100%;
  }
}
section-contact .div .container {
  display: flex;
  justify-content: space-between;
  padding: 55px 0;
  position: relative;
  box-sizing: border-box;
}
section-contact .div .container .text-box {
  color: #fff;
  width: 15%;
  display: inline-block;
}
section-contact .div .container .text-box p {
  font-family: 'Cervo-Thin';
  font-size: 20px;
  line-height: 26px;
  padding-top: 30px;
}
section-contact .div .container .text-box p a {
  text-decoration: none;
  color: #fff;
}
section-contact .div .container .wrapper {
  height: 545px;
  width: 83%;
  position: relative;
  left: 0%;
  transform: skew(-30deg);
  overflow: hidden;
}
section-contact .div .container .wrapper #map {
  transform: skew(30deg);
  height: 545px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  padding: 0;
  left: -18%;
  margin: 0;
  width: 147%;
}
footer .top {
  background: #fff;
}
footer .top .container .box {
  padding: 51px 0 48px 0;
  margin-right: 80px;
  display: inline-block;
}
footer .top .container .box p {
  font-size: 20px;
  font-family: 'Cervo-Thin';
  line-height: 26px;
}
footer .top .container .box p a {
  text-decoration: none;
  color: #000;
}
footer .top .container .box:last-child {
  margin-right: 0;
  float: right;
}
footer .top .container .box:last-child a {
  text-decoration: none;
}
footer .top .container .box:last-child a img:last-child {
  padding-left: 17px;
}
footer .top .container .box > a {
  font-size: 0;
}
footer .top .container .whatsapp {
  --iconSize: 40px;
  display: none;
  width: var(--iconSize);
  height: var(--iconSize);
  background: 0 0/cover url("../img/whatsapp_dark.svg") no-repeat;
  margin-left: 17px;
}
@media (max-width: 1279px) {
  footer .top .container .whatsapp {
    display: inline-block;
  }
}
footer .bottom {
  background: #000;
}
footer .bottom .container {
  display: flex;
  justify-content: space-between;
}
footer .bottom p {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #fff;
  padding: 18px 0;
}
footer .bottom p span {
  font-family: 'Cervo-Thin';
  font-size: 20px;
  margin-right: 10px;
}
footer .bottom p span.refusal_service {
  color: #fff;
  transition: all ease 0.2s;
}
footer .bottom p span.refusal_service:hover {
  color: #808080;
  cursor: pointer;
}
footer .storelinks {
  display: flex;
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media (max-width: 1139px) {
  footer .storelinks {
    width: 100%;
    justify-content: center;
  }
}
footer .storelinks a {
  display: inline-block;
  outline: none;
}
footer .storelinks a:not(last-child) {
  margin-right: 24px;
}
footer .storelinks a img {
  height: 40px;
}
.tour-title {
  background: url("../img/fon-jurmala.png") no-repeat;
  background-size: cover;
  display: block;
}
.tour-title .container {
  position: relative;
}
.tour-title .container .text-box {
  position: relative;
  color: #fff;
  padding-top: 49px;
  left: 40%;
  width: 61%;
  padding-bottom: 53px;
}
.tour-title .container .text-box h1 {
  font-size: 94px;
  font-family: 'Impact-Regular';
  line-height: 97px;
  margin: 0;
  text-transform: uppercase;
}
.tour-title .container .text-box p {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 26px;
  padding-top: 29px;
}
.tour-title .container .text-box .date {
  font-size: 26px;
  font-family: 'Impact-Regular';
  padding-top: 9px;
  text-transform: uppercase;
}
.tour-title.tour-italy {
  background: url("../img/fon-italy.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.tour-title.tour-yoshakar-ola {
  background: url("../img/fon-yoshkar-ola.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.tour-title.tour-latvia {
  background: url("../img/peresvet/peresvet-fon.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.tour-peresvet-march {
  background: url("../img/peresvet/peresvet-march.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
section-slider {
  padding-top: 33px;
  display: block;
}
section-slider .bx-wrapper {
  margin: 0 auto;
  margin-bottom: 80px;
  box-shadow: none;
  border: none;
  background: none;
}
section-slider .bx-wrapper .bx-prev {
  left: -50px;
  background: url("../img/arrow-left-black.svg") no-repeat;
  background-position: center center;
}
section-slider .bx-wrapper .bx-prev:hover {
  background-position: center center;
}
section-slider .bx-wrapper .bx-next {
  right: -50px;
  background: url("../img/arrow-right-black.svg") no-repeat;
  background-position: center center;
}
section-slider .bx-wrapper .bx-next:hover {
  background-position: center center;
}
.noslider .swiper-header {
  display: none;
}
.stub {
  flex: 1 0 auto;
  padding-top: 53px;
  padding-bottom: 53px;
  display: flex;
  align-items: center;
}
.stub .container {
  text-align: center;
}
.stub .container h4 {
  font-size: 53px;
  font-family: 'Impact-Regular';
  margin: 0;
}
.stub .container p {
  font-size: 35px;
  font-family: 'Impact-Regular';
}
.modal_overlay {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}
.modal_close {
  width: 31px;
  height: 29px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  background: url("../img/close2.svg") center center no-repeat;
}
.modal {
  width: 50%;
  overflow-y: scroll;
  height: 400px;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -200px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 20px 10px;
  transform: translate(-50%, 0%);
}
.modal .container {
  width: auto;
  padding: 20px;
}
.modal p {
  padding-bottom: 10px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 24px;
}
.modal ul {
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.modal ul li {
  line-height: 24px;
}
@media (max-width: 1510px) {
  section-services .body-content .container h3 {
    font-size: 42px;
    width: 70%;
  }
}
@media (max-width: 980px) {
  section-services .body-content .container h3 {
    font-size: 38px;
  }
}
@media (max-width: 888px) {
  section-services .body-content .container h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 89.5%;
    margin: 0 auto;
  }
  header {
    padding-bottom: 0;
    height: 67px;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    height: inherit;
    align-items: center;
  }
  header .container .menu {
    display: none;
  }
  header .container .menu-mob {
    display: block;
  }
  header .container .menu-mob span {
    width: 33px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 7px;
    margin-left: 16px;
  }
  header .container .img {
    display: block;
    padding-left: 0;
  }
  header .img {
    display: none;
  }
  header .login-box {
    display: none;
  }
  .mobileOpen {
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 11;
    top: 0;
  }
  .mobileOpen .menu {
    padding-top: 24px;
    margin: 0;
  }
  .mobileOpen .menu li {
    padding-bottom: 24px;
  }
  .mobileOpen .menu li:nth-of-type(2) {
    padding: 48px 0 16px;
  }
  .mobileOpen .menu li:nth-of-type(2) a {
    font-size: 20px;
  }
  .mobileOpen .menu li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Cervo-Medium';
    font-size: 24px;
    display: block;
    text-transform: uppercase;
  }
  .mobileOpen .menu li.noMarker {
    list-style-type: none;
    margin-left: -15px;
  }
  .mobileOpen .menu li.whatsapp {
    padding-bottom: 48px;
  }
  .mobileOpen .menu li.whatsapp a {
    display: inline-flex;
    align-items: center;
    background-color: #22d847;
    border-radius: 20px;
    color: #fff;
    padding: 8px 15px 4px 12px;
    line-height: 1;
    text-transform: none;
  }
  .mobileOpen .menu li.whatsapp a img {
    width: 30px;
    margin-right: 4px;
    margin-top: -6px;
  }
  section-one {
    height: 517px;
  }
  section-one .container {
    width: 100%;
    padding: 0;
  }
  section-one .container .wrap {
    height: 517px;
  }
  section-one .container .wrap .box {
    padding-top: 36px;
    padding-bottom: 0;
    position: relative;
    left: auto;
    transform: none;
    width: 90%;
    margin: 0 auto;
  }
  section-one .container .wrap .box img {
    width: 81%;
    margin: 0 auto;
  }
  section-one .container .wrap .box p {
    width: 100%;
    margin: 0 auto;
  }
  section-one .container .wrap .box p br {
    display: none;
  }
  section-one .container .wrap img {
    position: relative;
  }
  section-one .container .wrap img.girl {
    position: absolute;
    height: 270px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
    width: 100%;
    display: none;
  }
  section-one .container .wrap img.img-mob {
    width: 100%;
    display: block;
  }
  section-two .container {
    padding: 0;
    padding-left: 24px;
    margin-left: 16px;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 24px;
  }
  section-two .container h2 {
    padding-top: 35px;
  }
  section-two .container p {
    padding-top: 20px;
  }
  section-two .container:nth-of-type(2) {
    padding: 0;
    width: 92%;
  }
  section-two .container:nth-of-type(2) .boxes {
    flex-wrap: wrap;
  }
  section-two .container:nth-of-type(2) .boxes .box {
    width: 100%;
    padding-right: 0;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
  section-two .container:nth-of-type(2) .boxes .box:last-child {
    border-bottom: none;
  }
  section-tour {
    overflow: hidden;
  }
  section-tour .container {
    padding-bottom: 0;
  }
  section-tour .container h2 {
    padding-top: 39px;
  }
  section-tour .container .wrapper {
    display: block;
  }
  section-tour .container .wrapper .text-box {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  section-tour .container .wrapper .text-box p br {
    display: none;
  }
  section-tour .container .wrapper .swiper-tour .wrap {
    width: 100%;
  }
  section-tour .container .wrapper .swiper-tour .wrap .slide {
    width: 100%;
  }
  section-tour .container .wrapper .swiper-tour .wrap .slide .title-box {
    padding-left: 0;
    padding-bottom: 50px;
  }
  section-tour .container .wrapper .swiper-tour .wrap .slide .title-box h3 {
    font-size: 45px;
    line-height: 56px;
    margin-right: 5px;
  }
  section-tour .container .wrapper .swiper-tour .wrap .slide .title-box p {
    padding-top: 20px;
  }
  section-tour .container .wrapper .swiper-tour .wrap .slide .box-2 {
    width: 100%;
    height: 100%;
    top: auto;
    left: 19%;
    transform: skew(-30deg);
    bottom: 0;
  }
  section-tour .container .wrapper .swiper-tour .wrap .slide .box-2 .img {
    transform: skew(30deg);
    width: 100%;
    height: 100%;
    left: -80px;
  }
  section-tour .container .wrapper .swiper-tour .swiper-button-next,
  section-tour .container .wrapper .swiper-tour .swiper-button-prev {
    display: none;
  }
  section-tour .container .wrapper .swiper-tour .swiper-pagination {
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    width: 50%;
  }
  section-services .top-title {
    box-shadow: none;
  }
  section-services .top-title .container {
    width: 90%;
    margin: 0 auto;
  }
  section-services .top-title .container .tab-list {
    overflow-x: scroll;
  }
  section-services .top-title .container .tab-list li a {
    margin-right: 15px;
    text-align: center;
  }
  section-services .top-title .container .tab-list li a.active {
    border-bottom: 3px solid #000;
  }
  section-services .top-title .container .tab-list li #funcTrain {
    width: 160px;
  }
  section-services .top-title .container .tab-list li #run {
    width: 134px;
  }
  section-services .top-title .container .tab-list li #box {
    width: 90px;
  }
  section-services .top-title .container .tab-list li #trx {
    width: 40px;
    margin-right: 0;
  }
  section-services .top-title .container .tab-list li #yoga {
    width: 50px;
    margin-right: 0;
  }
  section-services .top-title .container .tab-list li #cross-skiing {
    width: 130px;
  }
  section-services .top-title .container .tab-list li #roller-skiing {
    width: 90px;
  }
  section-services .top-title .container .tab-list li #nordic-walk {
    width: 150px;
  }
  section-services .body-content .container h3 {
    font-size: 26px;
    padding: 0;
    left: auto;
    transform: none;
    color: #fff;
    line-height: 37px;
    width: 75%;
    text-align: left;
    padding-top: 4px;
    height: 75%;
  }
  section-services .body-content .container h3:before {
    width: 100%;
    left: -35px;
    padding-right: 25px;
    height: 100px;
    background: #b8b8b8;
  }
  section-services .body-content .container .box {
    display: block;
    padding-top: 195px;
  }
  section-services .body-content .container .box img {
    width: auto;
    height: 100px;
    right: -10px;
    left: auto;
    top: 0;
  }
  section-services .body-content .container .box .table {
    display: none;
  }
  section-services .body-content .container .box .mob-table {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  section-services .body-content .container .box .mob-table p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cervo-Medium';
  }
  section-services .body-content .container .box .mob-table .thead .tr .td:first-child {
    padding-left: 16px;
  }
  section-services .body-content .container .box .mob-table .thead .tr .td:nth-of-type(2) {
    padding-left: 10px;
  }
  section-services .body-content .container .box .mob-table .thead .tr .td:last-child {
    padding-right: 11px;
  }
  section-services .body-content .container .box .mob-table .tbody {
    border-top: 1px solid #b8b8b8;
    padding-bottom: 0;
  }
  section-services .body-content .container .box .mob-table .tbody .tr .td:not(.fake),
  section-services .body-content .container .box .mob-table .tbody .tr.tariff .td:not(.fake) {
    text-align: right;
    padding-left: 15px;
    padding: 12px 15px;
  }
  section-services .body-content .container .box .mob-table .tbody .tr .td:not(.fake):first-child,
  section-services .body-content .container .box .mob-table .tbody .tr.tariff .td:not(.fake):first-child {
    text-align: left;
  }
  section-services .body-content .container .box .mob-table .thead + .tbody {
    border-top: none;
  }
  section-services .body-content .container .box .mob-table:last-child {
    margin-bottom: 0;
  }
  section-services .body-content .container .box .mob-table .note {
    padding-left: 15px;
    padding-bottom: 8px;
  }
  section-services .body-content .container .box .mob-table ~ .mob-table .note {
    display: none;
  }
  section-services .body-content .container #prices {
    overflow: hidden;
    padding-top: 130px;
  }
  section-coach .container {
    width: 100%;
    padding: 0;
    display: block;
  }
  section-coach .container h2 {
    padding-top: 32px;
    padding-left: 16px;
    color: #fff;
    display: block;
  }
  section-coach .container .swiper-coach .wrap .slide {
    flex-wrap: wrap;
    height: 100%;
  }
  section-coach .container .swiper-coach .wrap .slide h2 {
    padding-top: 32px;
    padding-left: 16px;
    color: #fff;
    display: none;
  }
  section-coach .container .swiper-coach .wrap .slide .text-box {
    padding: 0 16px;
    width: 100%;
    order: 2;
    margin-left: 0;
    padding-top: 35px;
  }
  section-coach .container .swiper-coach .wrap .slide .text-box h2 {
    display: none;
  }
  section-coach .container .swiper-coach .wrap .slide .text-box p br {
    display: none;
  }
  section-coach .container .swiper-coach .wrap .slide .text-box p:nth-of-type(3) {
    padding-bottom: 32px;
  }
  section-coach .container .swiper-coach .wrap .slide .text-box ul {
    list-style: none;
  }
  section-coach .container .swiper-coach .wrap .slide .text-box .box ul {
    margin-top: 0;
  }
  section-coach .container .swiper-coach .wrap .slide .img-box {
    padding-top: 32px;
    order: 1;
    width: 100%;
    height: 280px;
    transform: none;
    left: auto;
  }
  section-coach .container .swiper-coach .wrap .slide .img-box .img {
    transform: none;
    height: 100%;
    width: 100%;
    left: 0;
    margin-right: 0;
    right: 0;
  }
  section-coach .container .swiper-coach .wrap .slide .img-box .img img {
    display: none;
  }
  section-coach .container .swiper-coach .wrap .slide .img-box .img .mobile-img {
    display: block;
    width: 100%;
  }
  section-coach .container .swiper-coach .swiper-pagination {
    text-align: center;
    left: auto;
    top: 44%;
  }
  section-coach .container .swiper-coach .swiper-button-next {
    display: none;
  }
  section-coach .container .swiper-coach .swiper-button-prev {
    display: none;
  }
  section-press .swiper-container .wrapper {
    margin-bottom: 30px;
  }
  section-press .swiper-container .wrapper .whitebox {
    display: none;
  }
  section-press .swiper-container .wrapper a {
    height: 500px;
    width: 280px;
    display: block;
    margin-right: 40px;
  }
  section-press .swiper-container .wrapper a .box {
    transform: none;
    width: inherit;
    height: inherit;
    left: 20px;
    padding-left: 20px;
  }
  section-press .swiper-container .wrapper a .box .boxcontainer {
    left: 0;
    transform: none;
  }
  section-press .swiper-container .wrapper a .box .boxcontainer p:last-child {
    width: 90%;
  }
  section-press .swiper-container .wrapper a .box .boxcontainer h3 {
    height: auto;
  }
  section-press .swiper-container .wrapper a:last-child {
    margin-right: 0;
  }
  section-press .swiper-scrollbar {
    display: none;
  }
  section-press .swiper-button-next {
    display: none;
  }
  section-press.noscroll {
    width: 100%;
  }
  .partners {
    margin-top: 30px;
  }
  .partners .img-box {
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .partners .img-box a {
    width: 150px;
    text-align: center;
  }
  .partners .img-box a:first-child {
    padding-bottom: 24px;
  }
  section-contact {
    display: block;
    margin-top: 50px;
    overflow: hidden;
  }
  section-contact .div .container {
    width: 100%;
    display: block;
    padding: 32px 0;
  }
  section-contact .div .container .text-box {
    padding: 0 16px;
    width: 100%;
  }
  section-contact .div .container .text-box p {
    padding-top: 16px;
  }
  section-contact .div .container .wrapper {
    padding-top: 20px;
    height: 325px;
    transform: none;
    width: 100%;
  }
  section-contact .div .container .wrapper #map {
    transform: none;
    position: relative;
    left: 0;
    width: 100%;
    height: 325px;
  }
  footer {
    flex: 0 0 auto;
  }
  footer .top .container {
    padding-bottom: 33px;
  }
  footer .top .container .box {
    display: none;
    padding: 24px 0 0 0;
    margin-right: 0;
  }
  footer .top .container .box:last-child {
    display: block;
    float: none;
  }
  footer .top .container .box:last-child a:first-child img {
    padding-left: 0;
  }
  footer .bottom .container {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .tour-title {
    background-position: center center;
  }
  .tour-title .container .text-box {
    left: auto;
    width: 100%;
  }
  .tour-title .container .text-box h1 {
    font-size: 47px;
    line-height: 47px;
  }
  .tour-title .container .text-box p br {
    display: none;
  }
  section-slider .bx-wrapper {
    margin-bottom: 40px;
  }
  section-slider .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .modal {
    width: 90%;
  }
}
@media (max-width: 360px) {
  section-services .top-title .container .tab-list li:nth-of-type(2) a {
    margin-right: 5px;
  }
}
@media (max-width: 320px) {
  section-services .body-content .container h3 {
    font-size: 28px;
    letter-spacing: 0.9px;
  }
  section-press .swiper-container .wrapper {
    margin-bottom: 30px;
  }
  section-press .swiper-container .wrapper .whitebox {
    display: none;
  }
  section-press .swiper-container .wrapper a {
    height: 570px;
    width: 250px;
    display: block;
    margin-right: 72px;
  }
}
/*# sourceMappingURL=src/styles/style.css.map *//* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*# sourceMappingURL=src/styles/normalize.css.map */@font-face {
  font-family: 'Cervo-Light';
  src: url("../fonts/Cervo-Light.otf");
  font-style: normal;
  font-weight: light;
}
@font-face {
  font-family: 'Cervo-LightItalic';
  src: url("../fonts/Cervo-LightItalic.otf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Cervo-Medium';
  src: url("../fonts/Cervo-Medium.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Cervo-MediumItalic';
  src: url("../fonts/Cervo-MediumItalic.otf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Cervo-Regular';
  src: url("../fonts/Cervo-Regular.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Cervo-RegularItalic';
  src: url("../fonts/Cervo-RegularItalic.otf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Cervo-Thin';
  src: url("../fonts/Cervo-Thin.otf");
  font-style: thin;
  font-weight: normal;
}
@font-face {
  font-family: 'Cervo-ThinItalic.otf';
  src: url("Cervo-ThinItalic.otf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Impact-Regular';
  src: url("../fonts/Impact-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
/*# sourceMappingURL=src/styles/fonts.css.map */
/*# sourceMappingURL=style.bundle.css.map*/