html {
  box-sizing: border-box;
  background-color: #f1f1f1;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'Muller';
  src: local('MullerRegular'),
    url('../fonts/MullerRegular.woff2'),
    url('../fonts/MullerRegular.woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('MullerMedium'),
    url('../fonts/MullerMedium.woff2'),
    url('../fonts/MullerMedium.woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('MullerLight'),
    url('../fonts/MullerLight.woff2'),
    url('../fonts/MullerLight.woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('MullerBold'),
    url('../fonts/MullerBold.woff2'),
    url('../fonts/MullerBold.woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Muller', sans-serif;
  font-weight: 400;
}

h2 {
  padding-left: 40px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

li {
  list-style-type: none;
}

ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* glob */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-inline-start: 0;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.flex {
  display: flex;
}

.container {
  width: 1170px;
  max-width: 100%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin: 0;
}

.section-descr {
  margin: 0;
}

.section-offset {
  padding-top: 0;
}

.btn {
  background: transparent;
  color: #CC9933;
  border: 1px solid #CC9933;
  border-radius: 10px;
  font-size: 16px;
  transition: background-color .3s ease-in-out;
}

.btn:focus::after {
  opacity: 1;
}

.btn:hover {
  background-color: #CC9933;
  color: #FFF;
}

.btn:active {
  background-color: #A47312;
  border: 1px solid #A47312;
}

/*
header
-header upper part:
*/

.header__top-nav {
  flex-flow: row;
  align-items: center;
  padding: 30px 0;
}

.header__logo {
  align-items: center;
  flex-direction: row;
}

.header__top-nav-phone {
  margin-left: 39px;
  color: #666;
  font-size: 20px;
  border: 1px solid transparent;
  transition: color .3s ease-in-out;
}

.header__top-nav-phone:hover {
  color: #CC9933;
}

.header__top-nav-phone:focus {
  color: #CC9933;
  outline: 1px solid #CC9933;
  outline-offset: 5px;
}

.header__top-nav-phone:active {
  color: #A47312;
}

.header__top-nav-login {
  margin-left: auto;
  text-decoration: none;
  transition-property: color;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #CC9933;
  font-size: 16px;
  align-items: center;
  border: 1px solid transparent;
  transition: color .3s ease-in-out;
}

.header__top-nav-login:focus {
  color: #CC9933;
  outline: 1px solid #CC9933;
  outline-offset: 5px;
}

.header__top-nav-login:hover {
  color: #f0bf5f;
}

.header__top-nav-login:active {
  color: #A47312;
}

/*
- header bottom part:
*/

.header__bottom-nav {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  align-items: center;
}

.header__nav {
  align-items: center;
  margin-right: 65px;
}

.nav__list {
  padding-left: 30px;
}

.nav__item {
  margin-right: 45px;
}

.nav__item:last-child {
  margin: 0;
}

.nav__link {
  position: relative;
  color: #666;
  font-weight: 400;
  transition: color .3s ease-in-out;
}

.nav__link:focus {
  outline: 1px solid #CC9933;
  outline-offset: 5px;
  color: #CC9933;;
}

.nav__link:hover {
  color: #CC9933;
}

.nav__link:active {
  color: #A47312;
  outline: none;
}

.header__nav-extra {
  margin-left: 80px;
}

.header__btn {
  padding: 12px 19px;
}

.btn__item {
  margin-right: 40px;
}

.btn__item:last-child {
  margin-right: 0;
}

/* specials */

.specials__column-left {
  flex-direction: column;
  width: 50%;
  margin-right: 24px;
}

.column-right {
  flex-direction: column;
  width: 50%;
}

.left1 {
  position: relative;
  background-image: linear-gradient(to left, rgba(53, 65, 83, 0%), rgba(48, 64, 89, 84%)), url(../img/spec1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 258px;
  width: 573px;
  border-radius: 15px;
  margin-bottom: 24px;
}

.left2 {
  position: relative;
  background-image: linear-gradient(to left, rgba(53, 65, 83, 0%), rgba(48, 64, 89, 84%)), url(../img/spec2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 258px;
  width: 573px;
  border-radius: 15px;
}

.right {
  position: relative;
  background-image: linear-gradient(to bottom, rgba(53, 65, 83, 0%), rgba(48, 64, 89, 84%)), url(../img/spec3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 540px;
  width: 573px;
  border-radius: 15px;
}

.specials-caption-left {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 45px;
  width: 420px;
}

.specials-caption-left h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.specials-caption-left p {
  font-size: 20px;
  color: #fff;
  opacity: 80%;
  margin-top: 0;
  margin-bottom: 40px;
}

.specials-caption-right {
  margin-top: 200px;
  margin-bottom: 40px;
  margin-left: 45px;
  width: 300px;
}

.specials-caption-right h3 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

.specials-caption-right p {
  font-size: 30px;
  color: #fff;
  opacity: 80%;
  margin-top: 0;
  margin-bottom: 40px;
}

.specials-more {
  color: #f0bf5f;
  text-decoration: none;
  align-items: center;
  transition-property: color;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
}

.specials-more path {
  transition: transform .3s ease-in-out, border-color .3s;
}

.specials-more:focus {
  color: #f0bf5f;
}

.specials-more:hover path {
  transform: translateX(8px);
  stroke: #F0BF5F;
}

.specials-more:active {
  color: white;
}

.specials-more::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.specials-more:focus::after{
  outline: 1px solid #CC9933;
  outline-offset: 5px;
}

/* about */
.about .section-descr {
  max-width: 888px;
  line-height: 200%;
}

/* services */
.services-list {
  flex-wrap: wrap;
}

.services-item-card {
  position: relative;
  background: #fff;
  max-width: 573px;
  margin: 0 24px 24px 0;
  border-radius: 15px;
}

.services-item-card:nth-child(2n) {
  margin-right: 0;
}

.services-item-card .img {
  object-fit: cover;
}

.services-item-descr {
  max-width: 447px;
  padding-left: 45px;
  padding-top: 26px;
  padding-bottom: 35px;
}

.services-link {
  color: #CC9933;
  text-decoration: none;
  transition-property: color;
  font-size: 20px;
  line-height: 200%;
  transition-property: color, stroke;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
}

.services-link:hover {
  color: #F0BF5F;
}

.services-link:hover path {
  transform: translateX(8px);
  stroke: #F0BF5F;
}

.services-link::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.services-link:focus::after{
  outline: 1px solid #CC9933;
  outline-offset: 5px;
}

.services-item-text {
  font-size: 16px;
  line-height: 200%;
  margin: 0;
}

.services__img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* advantages */

.advantages-list {
  flex-wrap: wrap;
}

.advantages-item {
  width: 276px;
  height: 276px;
  background: #fff;
  border-radius: 15px;
  margin-right: 22px;
  margin-bottom: 22px;
  font-size: 16px;
}

.advantages-item:nth-child(4n) {
  margin-right: 0;
}

.advantages-item p {
  width: 189px;
  margin-left: 45px;
  margin-top: 10px;
  line-height: 32px;
}

.advantages-item svg {
  margin-left: 45px;
  margin-top: 40px;
}

/* allocation */

.allocation-items {
  flex-wrap: wrap;
}

.allocation-card {
  position: relative;
  border-radius: 15px;
  background: #fff;
  width: 374px;
  height: 440px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.allocation-card:nth-child(3n) {
  margin-right: 0;
}

.allocation-card img {
  border-radius: 15px 15px 0 0;
}

.allocation-ultrasmart {
  margin: 32px 45px 0 45px;
}

.allocation-ultrasmart h3 {
  font-size: 16px;
}

.allocation-ultrasmart p {
  font-size: 16px;
  color: #999;
}

.allocation-first-lane {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.allocation-first-lane p {
  margin: 0;
}

.allocation-us1 {
  color: #999;
  font-size: 16px;
}

.allocation-us2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.allocation-us3 {
  font-size: 16px;
  color: #000;
}

.allocation-item-h {
  margin-top: 0;
  margin-bottom: 16px;
}

.allocation-item-p {
  margin-top: 0;
  margin-bottom: 20px;
}

.allocation-btn {
  margin-bottom: 45px;
}

.allocation-card:last-child {
  background-image: url(../img/alctn9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

.last-card {
  /* position: relative; */
  color: #fff;
  margin-left: 54px;
  margin-top: 373px;
  font-size: 20px;
  align-items: center;
}

.last-card path {
  transition: transform .3s ease-in-out;
}

.last-card:hover path {
  transform: translateX(5px);
}

.last-card::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.allocation-btn {
  padding: 13px 20px;
}

/* wana-tour */
.wana-tour .container {
  padding: 45px;
  background-color: #E9E9E9;
  border-radius: 15px;
}

.wana-tour .section-title{
  padding-left: 0;
}

.wana-tour-form {
  background-color: #FFF;
  border-radius: 15px;
}

.wana-tour-fieldset {
  border: none;
  flex-flow: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

.wana-tour-form-field {
  border: none;
  margin-left: 23px;
  margin-right: 18px;
}

.wana-tour-form-field-paragraph {
  margin-left: 5px;
}

.form-select {
  border: none;
  width: 169px;
  padding: 0;
}

.form-select-choose {
  width: 121px;
  border: none;
  padding: 0;
}

.wana-tour-fieldset p {
  font-size: 12px;
  line-height: 12px;
}

.wana-tour-form-field-extra-paragraph {
  margin-left: 0;
}

.wana-tour-form-field-btn {
  padding: 13px 30px;
  margin: 32px 28px 32px 32px;
}

/* contacts */
.contacts-section {
  background-color: #FFF;
  border-radius: 15px;
}

.contacts-left-list {
  margin-left: 45px;
  margin-top: 20px;
  margin-right: 7px;
  max-width: 375px;
}

.contacts-left-item {
  align-items: baseline;
  margin-top: 25px;
}

.contacts-left-item-strong {
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  width: 145px;
}

.contacts-item-address, .contacts-item-phone, .contacts-item-email, .contacts-item-working-hours {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 23px;
}

.contacts-left-item-p {
  font-style: normal;
  line-height: 150%;
}

.contacts-left-item-p p {
  margin: 0;
}

.contacts-left-caption-descr-gold {
  color: #CC9933;
}

.contacts-left-caption-descr-grey {
  color: #999;
}

.contacts-picture {
  margin: 45px;
}

.contacts-left-btn {
  padding: 27px 29px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.footer-container {
  background-color: #333;
  border-radius: 15px;
  padding: 45px;
  background-image: url(../img/footer_logo.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: 80%;
}

.footer-feft {
  max-width: 302px;
  color: #FFF;
  line-height: 190%;
  flex-shrink: 0;
}

.footer-feft-descr {
  margin-bottom: 38px;
  margin-top: 0;
}

.footer-agreement {
  color: #CC9933;
}

.footer-centre {
  width: 731px;
  margin-left: 125px;
  line-height: 150%;
}

.footer-centre-descr {
  color: #FFF;
  margin-top: 0;
}

.footer-centre-contacts {
  color: #CC9933;
  margin-bottom: 15px;
}

.social-item {
  margin-bottom: 20px;
}

.social-link {
  display: block;
  width: 25px;
  height: 25px;
}

.social-link svg {
  fill: #999;
  transition: fill .3s ease-in-out;
}

.social-link:focus svg {
  fill: #CC9933;
}

.social-link:hover svg {
  fill: #CC9933;
}

.social-link:active svg {
  fill: #A47312;
}
