/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("../fonts/montserrat-v14-latin-700.woff2") format("woff2"),
    url("../fonts/montserrat-v14-latin-700.woff") format("woff");
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/roboto-v20-latin-300.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-300.woff") format("woff");
}

:root {
  --main-font: "Montserrat", sans-serif;
  --secondary-font: "Roboto", serif;
}

html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.main-font {
  font-family: var(--main-font);
  font-weight: 700;
}

.secondary-font {
  font-family: var(--secondary-font);
  font-weight: 300;
}

.header {
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #1a1915;
  padding-bottom: 138px;
}

.site-navigation {
  padding-top: 32px;
}

.authorisation {
  margin-bottom: 125px;
}

.authorisation-btn {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  background: transparent;
  border-style: none;
  outline: none;
  cursor: pointer;
}
.btn-border {
  border: 2px solid #ffffff;
  border-radius: 25px;
}

.logo {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: -0.03em;
}

.title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.description {
  font-size: 17px;
  color: #fff;
  text-align: center;
  padding: 0 40px;
}

.find-partner-btn {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #ff4e50;
  border-radius: 25px;
  padding: 14px;
  max-width: 280px;
  display: block;
  text-align: center;
  margin: 0 auto;
  outline: none;
}

.partner {
  padding-top: 70px;
  padding-bottom: 58px;
}

.partner-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.partner-list-item {
  width: 217px;
}

.photo-container {
  position: relative;
  margin-bottom: 20px;
  width: 121px;
  height: 121px;
  margin: 0 auto 20px auto;
}

.partner-photo {
  border-radius: 50%;
}

.partner-motto {
  letter-spacing: 0.01em;
  font-size: 14px;
  color: #666666;
}

.photo-container::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  border: 4px solid #fff;
  border-radius: 50%;
}

.tv::after {
  background-image: url(../img/icons/s01.png);
  background-color: #ff4e50;
}

.glass::after {
  background-image: url(../img/icons/s02.png);
  background-color: #ffa507;
}

.cup::after {
  background-image: url(../img/icons/s03.png);
  background-color: #1cd7ad;
}

.tweet::after {
  background-image: url(../img/icons/s04.png);
  background-color: #4e73db;
}

.more-patners-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ff4e50;
  border: 2px solid #ff4e50;
  border-radius: 25px;
  background-color: transparent;
  padding: 14px;
  display: flex;
  justify-content: center;
  width: 193px;
  outline: none;
  cursor: pointer;
}
