@font-face {
 font-family: "Lora";
 src: url("../fonts/Lora/Lora-Medium.ttf");
 font-style: normal;
 font-weight: normal;
}
body {
 font-family: Lora, sans-serif;
}
.bd {
 padding-top: 40px;
 padding-bottom: 40px;
}
.weather {
 padding-top: 70px;
 padding-bottom: 70px;
}
.coopy {
 margin-top: 135px;
}
.mr-15 {
 margin-right: 15px;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
 font-weight: 400;
 font-size: 16px;
 line-height: 125%;
 letter-spacing: 0.005em;
 color: #9a9ab0 !important;
}
form {
 position: relative;
}
.error {
 color: red;
 font-size: 11px;
 line-height: normal;
 position: absolute;
 bottom: -15px;
}
.pop-up__send {
 padding: 5px;
 position: absolute;
 right: 0;
 bottom: -30px;
 color: #fff;
 font-size: 12px;
 line-height: normal;
 text-align: center;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 5px;
}
.form-check-input {
 width: 20px;
 height: 20px;
 border: 2px solid #c7923e;
 border-radius: 4px;
}
.form-check-input:focus {
 outline: transparent;
}
.form-check-input:checked {
 border: 2px solid #c7923e;
 background: transparent no-repeat center;
 background-image: url(../img/check.svg);
 outline: transparent;
}
.form-wrap {
 margin-top: 0;
}
.form-group {
 width: 100%;
 display: flex;
 justify-content: space-between;
 font-weight: 700;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
}
.form-group .form-check {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 28px;
}
.form-input-wrap {
 width: 100%;
 margin-bottom: 16px;
}
input[type="checkbox"]:focus {
 -webkit-appearance: none;
 appearance: none;
 outline: transparent;
 box-shadow: transparent;
}
.form-input-wrap:focus {
 -webkit-appearance: none;
 appearance: none;
 border: transparent;
 outline: transparent;
}
.input-group-text {
 background: #f2f2f2;
}
.form-input-wrap .form-select {
 border: none;
 background-color: #f2f2f2;
}
.form-input-wrap .form-control {
 height: 48px;
 border: 1px solid #e1e1e1;
 border-radius: 8px;
}
.form-check-label {
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #515151;
 margin-left: 18px;
}
.form-label {
 font-weight: 700;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
}
.form-label span {
 font-weight: 400;
 font-size: 16px;
 line-height: 125%;
 letter-spacing: 0.005em;
 color: #9a9ab0;
}
.form-control.me-2.search {
 border: none;
 background-color: transparent;
 margin-right: 25px !important;
}
.form-control.search {
 background: url(../img/search.svg) no-repeat right center;
 background-color: #fff;
 border-radius: 8px;
 margin-right: 10px !important;
}
.form-control.search.dark {
 background: url(../img/search_dark.svg) no-repeat right center;
}
.btn-outline-success.search {
 background: #c7923e url("../img/send.svg") no-repeat center;
 width: max-content;
 width: 56px;
 height: 56px;
}
.btn-outline-success.search:hover,
.btn-outline-success.search:focus {
 background: #c7923e url("../img/send.svg") no-repeat center !important;
 background-color: #c7923e !important;
}
h1 {
 font-weight: 700;
 font-size: 61px;
 line-height: 120%;
 letter-spacing: 0.003em;
 color: #11142d;
 word-break: break-word;
}
h2 {
 font-weight: 700;
 font-size: 39px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
 margin-bottom: 20px;
}
h3 {
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
 margin-bottom: 34px;
}
p {
 font-weight: 400;
 font-size: 16px;
 line-height: 125%;
 letter-spacing: 0.005em;
 color: #515151;
}
.block-form {
 display: flex;
 justify-content: space-between;
}
.form-box {
 padding: 40px;
 width: 100%;
 border: 1px solid #e1e1e1;
 border-radius: 8px;
 margin-bottom: 40px;
}
.form-box textarea {
 resize: none;
 height: 180px;
 border: 1px solid #e1e1e1;
 border-radius: 8px;
}
.navbar {
 position: absolute;
 width: 82%;
 padding: 47px 0 0;
 z-index: 2;
 left: 50%;
 transform: translate(-50%, 0);
}
.navbar .nav-link {
 margin-left: 35px;
}
.nav-link {
 font-weight: 400;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #515151;
}
.nav-link.active {
 color: #c7923e !important;
}
.screen {
 width: 100%;
 height: 688px;
}
.screen > img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.bg-color,
.bg-nav {
 position: relative;
 display: flex;
 align-items: flex-start;
 justify-content: flex-end;
 margin-left: auto;
 padding-left: 8vw;
 max-width: 1900px;
}
.bg-nav {
 margin-bottom: 0;
}
.bg-color .container {
 z-index: 2;
}
.slider-main {
 z-index: 1;
 height: 100%;
 max-height: 1200px;
 display: block;
 align-items: center;
 position: relative;
 overflow: hidden;
 max-width: 49%;
 width: 100%;
}
.slider-main .slick-arrow {
 top: auto;
 bottom: 50%;
 right: 20px;
}
.slider-main .slick-prev {
 right: auto;
 left: 20px;
}
.slider-main .slick-list {
 padding: 0 !important;
}
.slider-main img {
 height: 100%;
 position: relative;
 top: -250px;
 right: 0;
}
.bg-gradient {
 background: linear-gradient(
  to bottom,
  transparent 50%,
  #27343f 50% 50%
 ) !important;
}
.bg-footer-dark {
 padding: 200px 100px;
 background: linear-gradient(to left, #1a242d 52%, #27343f 48%);
 width: 100%;
 height: 100%;
}

.bg-blue {
 background: #27343f;
}
.txt-white {
 color: #ffffff !important;
}
.txt-yellow {
 color: #c7923e !important;
}
.mini-cube {
 margin-right: 8px;
}
.mini-cube > img {
 height: 100%;
 width: 100%;
 object-fit: cover;
}
.info-room {
 margin-left: 16px;
}
.info-room .card-body {
 padding: 0 16px 32px;
}
.info-room .cube {
 background: #919191;
 width: 100%;
 min-width: 400px;
 height: 318px;
}
.cube {
 width: 624px;
 min-width: 624px;
 height: 598px;
}
a.btn {
 display: flex;
 text-align: center;
 vertical-align: middle;
 align-items: center;
 justify-content: center;
}
.btn-outline-success {
 width: 159px;
 height: 56px;
 white-space: nowrap;
 background: #c7923e;
 border-radius: 8px;
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 text-align: center;
 letter-spacing: 0.005em;
 color: #ffffff;
 border: none;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
 background: #c7923e !important;
 opacity: 0.7;
}
.btn-outline-success:focus {
 opacity: 1;
}
.navbar .btn-outline-success {
 height: 40px !important;
 width: 159px;
 height: 56px;
 white-space: nowrap;
 background: #c7923e;
 border-radius: 8px;
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 text-align: center;
 text-decoration: none !important;
 letter-spacing: 0.005em;
 color: #ffffff !important;
 border: none;
}
.number-selection .btn-outline-success {
 box-shadow: 0px 0px 0px 16px #ffffff;
}
.dropdown-toggle {
 display: inline-flex;
 font-weight: 700;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
}
.dropdown-toggle::after {
 content: url(../img/arrow_down.svg);
 border-top: none;
 border-right: none;
 border-bottom: 0;
 margin-left: 10px;
}
.main {
 width: 46%;
 margin: 15vw 0 120px;
 position: absolute;
 z-index: 2;
}
.main.single {
 position: relative;
}
.bg-color.single {
 display: flex;
}
.number-selection {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 88px;
 width: 100%;
 min-width: 770px;
 font-weight: 400;
 font-size: 12px;
 line-height: 120%;
 letter-spacing: 0.008em;
 color: #9a9ab0;
}
.partners {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 16vw;
}
.history {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.description {
 max-width: 900px;
 margin-left: 130px;
}
.present-day {
 display: flex;
 align-items: center;
 justify-content: flex-start;
}
.present-day > div {
 width: calc((100% - 20px) / 3);
}
.present-day .info {
 display: inline-flex;
 align-items: center;
 justify-content: flex-start;
 margin-bottom: 24px;
 font-weight: 400;
 font-size: 16px;
 line-height: 125%;
 letter-spacing: 0.005em;
 color: #9a9ab0;
}
.present-day .card {
 display: flex;
 align-items: center;
 flex-direction: column;
 border: none;
 font-weight: 700;
 font-size: 39px;
 line-height: 120%;
 text-align: center;
 letter-spacing: 0.005em;
 color: #000000;
}
.present-day .card div {
 width: 88px;
 height: 88px;
 margin-bottom: 24px;
}
.present-day .card div > img {
 width: 100%;
 object-fit: cover;
}
.similiar-room,
.type-room {
 position: relative;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 padding-top: 150px;
}
.similiar-room {
 padding-bottom: 120px;
 padding-top: 50px;
}
.type-room .card {
 border: none;
 width: calc((100% - 16px) / 2) !important;
 margin-right: 16px;
}
.similiar-room .card {
 height: 560px;
 width: calc((100% - 32px) / 3) !important;
 border: 1px solid #e1e1e1;
 border-radius: 8px;
}
.slider.type-room .card {
 width: calc((100% - 50px) / 3) !important;
 margin-right: 50px;
 text-decoration: none;
}
.type-room__title {
 position: absolute;
}
.type-room .card {
 border: none;
 width: calc((100% - 16px) / 2) !important;
 margin-right: 16px;
}
.similiar-room .cube,
.type-room .cube {
 height: 369px;
 min-width: 100%;
 width: 100%;
}
.type-room .cube > img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.similiar-room .cube {
 border-radius: 8px 8px 0 0;
}

.similiar-room .card-body {
 padding: 0 16px 32px;
}

.description .btn {
 margin-top: 60px;
}
.room-info {
 margin: 32px 0;
 font-weight: 600;
 font-size: 14px;
 line-height: 130%;
 letter-spacing: 0.008em;
 color: #515151;
}
.card-body {
 padding: 0;
}
.card-body .info {
 display: inline-flex;
 align-items: center;
 font-weight: 400;
 font-size: 16px;
 line-height: 125%;
 letter-spacing: 0.005em;
 color: #9a9ab0;
 margin-right: 20px;
 margin-bottom: 5px;
}
.card-title {
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
 margin: 25px 0 30px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 height: 60px;
}
.details {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 40px;
 font-weight: 600;
 font-size: 14px;
 line-height: 130%;
 letter-spacing: 0.008em;
 color: #515151;
}
.price {
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #27343f;
 margin-top: 8px;
}
.price span {
 font-size: 12px;
 line-height: 120%;
 letter-spacing: 0.008em;
 color: #9a9ab0;
 margin-left: 8px;
}
.additional .list-group-item {
 font-weight: 700;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
}
.list-group-item {
 border: none;
 padding: 24px 0 0;
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 letter-spacing: 0.003em;
 color: #9a9ab0;
}
.additional {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.additional div {
 width: calc((100% - 120px) / 2);
}
.additional select {
 background: url(../img/arrow_down_gray.svg) no-repeat right center;
 background-origin: content-box;
 border: 1px solid #e1e1e1;
 border-radius: 8px;
 height: 48px;
 margin-bottom: 16px;
 padding: 14px 19px;
 font-weight: 400;
 font-size: 16px;
 line-height: 125%;
 letter-spacing: 0.005em;
 color: #9a9ab0;
}
.slider {
 display: block;
 position: relative;
 overflow: hidden;
}
.slider-single {
 display: block;
 position: relative;
 overflow: hidden;
}
.slick-dots,
.slick-track {
 display: flex;
}
.slick-list {
 padding: 0px 50px 0 0 !important;
}
.slick-arrow {
 position: absolute;
 z-index: 9999;
 font-size: 0;
 width: 56px;
 height: 56px;
 cursor: pointer;
 top: 0;
 right: 0;
 border: 2px solid #c7923e;
 border-radius: 8px;
}
.slick-prev {
 right: 70px;
 background: url(../img/arrow_left.svg) no-repeat center;
}
.slick-next {
 background: #c7923e url(../img/arrow_right.svg) no-repeat center;
}
.gallery {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.album {
 display: flex;
 justify-content: space-between;
 overflow: hidden;
 max-height: 687px;
 max-width: 1900px;
 margin: 0 auto;
}
.album > div {
 margin-right: 15px;
}
.album img {
 margin-bottom: 15px;
 object-fit: cover;
}
.album > img {
 margin-right: 15px;
 width: 100%;
 height: 100%;
 max-height: 688px;
}
.album-3 div {
 display: flex;
 justify-content: space-between;
 object-fit: cover;
}
.album-3 {
 margin-right: 0;
}
footer {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}
.footer-block {
 width: 100%;
}
.footer-block p {
 margin: 40px 0 80px;
}
footer .list-group {
 background: transparent;
}
footer .list-group .list-group-item {
 font-weight: 400;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #ffffff;
 margin-bottom: 16px;
}
footer .list-group .list-group-item a {
 color: #ffffff;
 text-decoration: none;
}
.navigation {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}
.calendar-wrapper,
.selected-room {
 height: 507px;
}
.selected-room {
 width: 40%;
}
.selected-room .btn.btn-outline-success {
 width: 100%;
 margin-top: 50px;
}
.selected-room .card-title {
 border-top: 1px solid #e1e1e1;
 padding-top: 40px;
}
.selected-room .card {
 margin-left: 16px;
 padding: 24px;
}
.selected-room .card span {
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #9a9ab0;
}
.selected-room .card .selected-day {
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
 margin-left: 5px;
}
#divCal {
 padding-top: 24px;
}
.calendar-wrapper {
 position: relative;
 width: 60%;
 padding: 24px;
 background: #ffffff;
 border: 1px solid #e1e1e1;
 border-radius: 8px;
}
.calendar-wrapper span {
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #9a9ab0;
}
.daterangepicker .disabled {
 color: #ccc !important;
 cursor: not-allowed !important;
 background-color: #f8f9fa !important;
}

.daterangepicker td.available:hover {
 background-color: #e9ecef !important;
}
span.today,
#date {
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
 margin-left: 5px;
}
.availability {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin: 50px 0 70px;
}
#picker {
 position: absolute;
 right: 64px;
 top: 90px;
 background: url(../img/picker.svg) no-repeat center;
}
table {
 clear: both;
 width: 100%;
 border-top: 1px solid #e1e1e1;
 border-collapse: collapse;
 color: #444;
}
td {
 height: 48px;
 text-align: center;
 vertical-align: middle;
 border-right: none;
 border-top: none;
 width: 14.28571429%;
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
}
.days td {
 font-weight: 700;
 font-size: 16px;
 line-height: 120%;
 text-align: center;
 letter-spacing: 0.005em;
 color: #515151;
}
td.not-current {
 color: #c0c0c0;
}
td.today {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
 width: 40px;
 height: 40px;
 background: #f4e9d8;
 color: #c7923e;
 border-radius: 50%;
 font-weight: 700;
}
thead td {
 border: none;
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #11142d;
 text-align: left;
 padding: 16px 0 24px;
}
#btnPrev {
 float: left;
 margin-bottom: 20px;
}
#btnPrev:before {
 content: "\f104";
 font-family: FontAwesome;
 padding-right: 4px;
}
#btnNext {
 float: right;
 margin-bottom: 20px;
}
#btnNext:after {
 content: "\f105";
 font-family: FontAwesome;
 padding-left: 4px;
}
#btnPrev,
#btnNext {
 background: transparent;
 border: none;
 outline: none;
 font-size: 1em;
 color: #c0c0c0;
 cursor: pointer;
 font-family: sans-serif;
 text-transform: uppercase;
 transition: all 0.3s ease;
}
#btnPrev:hover,
#btnNext:hover {
 color: #28283b;
 font-weight: bold;
}
.booking {
 margin: 120px 0 60px;
}
.subscribe-page {
 padding: 150px 0;
}
.communication-method {
 font-weight: 500;
 font-size: 19px;
 line-height: normal;
 color: #11142d;
 margin-bottom: 20px;
}
.communication-method .title-input {
 margin-bottom: 20px;
}
.communication-method .show-input {
 display: none;
 margin-top: 20px;
 position: relative;
}
.communication-method .show-input.active {
 display: flex;
}
.communication-method:hover {
 cursor: pointer;
}
.carousel {
 max-width: 90%;
 overflow: hidden;
 margin: 0;
}
.carousel:hover {
 cursor: pointer;
}
.carousel > div {
 display: flex;
 width: max-content;
 animation: scroll linear infinite;
 animation-duration: 15s;
}
.carousel > div:hover {
 animation-play-state: paused;
}
.carousel-wrapper > div {
 display: flex;
 justify-content: space-around;
 white-space: nowrap;
 width: 100%;
}
.carousel-wrapper img {
 width: 120px;
 margin-right: 20px;
}
.carousel-wrapper {
 width: 100%;
 position: relative;
}
.carousel-wrapper {
 -webkit-mask-image: none;
}
.wind-direction {
 display: inline-block;
 font-size: 1.5em;
 transition: transform 0.5s ease;
 transform-origin: center bottom;
}
@keyframes scroll {
 0% {
  transform: translate(0%);
 }
 100% {
  transform: translate(-50%);
 }
}
@media (max-width: 1700px) {
 .bg-color.single {
  padding-left: 75px;
 }
}
@media (max-width: 1600px) {
 .slider-main img {
  top: -90px;
  right: 0;
 }
 h1 {
  font-size: 50px;
  line-height: normal;
 }
}
@media (max-width: 1300px) {
 .slider-main img {
  top: -80px;
 }
 .main {
  margin: 160px 0 100px;
 }
 .slider-main {
  max-height: 750px;
 }
}
@media (max-width: 1199px) {
 h1 {
  font-size: 40px;
 }
 .slider-main img {
  top: -100px;
 }
 .adapt-img {
  width: 100%;
  height: auto;
 }
}
@media (max-width: 1050px) {
 .slider-main img {
  top: -10px;
 }
}
@media (max-width: 767px) {
 h1 {
  font-size: 30px;
  line-height: normal;
 }
 .cube {
  height: 400px;
 }
 .bg-color {
  flex-direction: column;
  padding-left: 0;
 }
 .main {
  position: relative;
  width: 100%;
 }
 .carousel {
  max-width: 100%;
  width: 100%;
 }
 .slider-main {
  width: max-content;
 }
 .slider-main .slick-prev {
  right: auto;
  left: 20px;
 }
}
@media (min-width: 992px) {
 .slider-main {
  margin: 0 auto;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
 }
}
@media (max-width: 991px) {
 .bg-nav {
  padding-left: 0;
  margin: 0;
 }
 .navbar {
  padding: 20px 0;
  position: relative;
  width: 100%;
 }
 .navbar .nav-link {
  margin-left: 0;
 }
 .navbar-nav {
  margin-top: 40px;
 }
 .bg-color,
 .bg-color.single {
  background: none;
  padding-left: 0;
  margin-bottom: 40px;
  flex-direction: column;
 }
 .bg-single {
  margin: 0 auto;
 }
 .cube > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .main {
  position: relative;
  width: 100%;
 }
 .partners {
  margin-top: 50px;
 }
 .carousel {
  border-bottom: 2px solid #dddddd;
 }
 .slider-main {
  margin: 0 auto;
 }
 .slider-main img {
  position: relative;
  top: 0;
 }
 .main {
  width: 100%;
  margin: 50px 0 40px;
 }
 h1 {
  font-size: 30px;
  line-height: normal;
 }
 h2 {
  font-size: 30px;
  line-height: normal;
 }
 p {
  font-size: 14px;
  line-height: normal;
 }
 .partners {
  margin-top: 45px;
  padding-bottom: 20px;
 }
 .history {
  flex-direction: column;
 }
 .history.revert {
  flex-direction: column-reverse;
 }
 .description {
  margin-left: 0;
  margin-bottom: 40px;
 }
 .description .btn {
  margin-top: 30px;
 }
 .type-room .cube {
  height: 400px;
 }
 .cube {
  width: 100%;
  min-width: 100%;
 }
 .present-day .card {
  font-size: 25px;
  line-height: normal;
 }
 .present-day {
  justify-content: space-between;
  align-items: flex-start;
 }
}
@media (max-width: 767px) {
 .navbar-brand > img {
  width: 120px;
 }
 .additional select {
  font-size: 10px;
  line-height: normal;
  padding: 10px 5px;
 }
 .slider.type-room .card {
  margin-right: 20px;
 }
 .bd {
  padding-top: 40px;
  padding-bottom: 40px;
 }
 .card-title {
  font-size: 25px;
  line-height: normal;
  margin: 15px 0 10px;
 }
 .type-room__title {
  position: relative;
 }
 .slick-prev {
  right: auto;
  left: 0;
 }
 .slider-main .slick-next {
  right: 20px;
  left: auto;
 }
 .slick-next {
  right: auto;
  left: 70px;
 }
 .bg-color {
  padding-left: 0;
 }
 .similiar-room,
 .type-room {
  padding-top: 70px;
 }
 .list-group-item {
  font-size: 18px;
  line-height: normal;
  padding: 10px 0 0;
 }
 .screen {
  height: 400px;
 }
 .gallery {
  flex-direction: column;
  align-items: flex-start;
 }
 .weather {
  padding-top: 40px;
  padding-bottom: 40px;
 }
 .bg-footer-dark {
  padding: 70px 0;
 }
 footer {
  flex-direction: column;
 }
 .footer-block {
  padding: 0 10px;
 }
 form {
  width: 100% !important;
 }
 footer .list-group .list-group-item {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
 }
 .footer-block p {
  margin: 20px 0 40px;
 }
 .coopy {
  margin-top: 40px;
 }
 .partners {
  margin-top: 50px;
 }
 .slider-main img {
  position: relative;
 }
}
@media (max-width: 600px) {
 .album > img {
  height: 334px;
 }
 .photo7 {
  height: 240px;
 }
 .album img,
 .album > img {
  width: 140px;
 }
 .main {
  margin: 20px 0 20px;
 }
 h1 {
  font-size: 30px;
 }
 .partners {
  margin-top: 20px;
  padding-bottom: 0;
 }
 .present-day .card {
  font-size: 15px;
 }
 .slider-main {
  max-width: 100%;
  width: 100%;
  max-height: 650px;
 }
 .slider-main img {
  top: -200px;
 }
}
@media (max-width: 500px) {
 .slider-main img {
  top: -50px;
 }
}
@media (max-width: 400px) {
 .navbar-brand > img {
  width: 110px;
 }
 .slider-main img {
  top: 0;
 }
}
