@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    color: #313336;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

a {
    transition: all 0.3s;
}

b {
    font-weight: 900;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 90px;
}

h2 b {
    background: #EAE549;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.button {
    background: #EAE549;
    color: #313336;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 3px;
}

.button:hover {
    background: #e7e126;
}

.tac {
    text-align: center;
}


/* main screen */

.main-screen {
    background: url(../img/main-bg.jpg) center top no-repeat;
    height: 925px;
    overflow: hidden;
    color: #fff;
    /* border: 1px solid #000; */
}

header {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    background: url(../img/logo.svg) center left no-repeat;
    display: block;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    width: 310px;
    padding-left: 100px;
    line-height: 25px;
    /* border: 1px solid #fff; */
    font-weight: 900;
    padding-top: 2px;
    padding-bottom: 5px;
}

.logo b {
    color: #EAE549;
}

menu {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #fff; */
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 80px;
    margin-right: 50px;
}

menu li {
    /* border: 1px solid #fff; */
    margin-right: 40px;
    margin-bottom: 3px;
    margin-top: 3px;
}

menu li a {
    color: #fff;
    font-size: 16px;
}

menu li a:hover {
    color: #EAE549;
}

.phone {
    /* border: 1px solid #fff; */
    text-align: right;
    width: 430px;
}

.phone-link {
    display: inline-block;
    font-size: 27px;
    line-height: 27px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 8px;
    /* border: 1px solid #fff; */
    padding-left: 30px;
    background: url(../img/phone-icon.svg) left center no-repeat;
}

.connect {
    display: inline-block;
    padding: 8px 18px;
    font-size: 12px;
}

.main-screen-content {
    margin-top: 100px;
}

.main-screen-content h1 {
    font-size: 64px;
    line-height: 64px;
    width: 550px;
    /* border: 1px solid #fff; */
    margin-bottom: 50px;
}

.main-screen-content h1 b {
    color: #EAE549;
}

.main-screen-content p {
    font-size: 22px;
    width: 480px;
    margin-bottom: 30px;
}

.button-price {
    display: flex;
    width: 440px;
    /* border: 1px solid #fff; */
    align-items: center;
    margin-top: 55px;
}

.button-price .button {
    padding: 25px 35px;
    font-size: 17px;
}

.price {
    margin-left: 40px;
    font-size: 22px;
}

.price b {
    font-size: 32px;
    color: #EAE549;
}

.price span {
    color: #EAE549;
}


/* methods */

.methods {
    margin-top: 150px;
}

.methods-content {
    display: flex;
    justify-content: space-between;
}

.web-service, .yandex-taxi {
    width: 620px;
    height: 470px;
    /* border: 1px solid #000; */
    padding: 50px;
    color: #fff;
}

.web-service {
    background: url(../img/web-service.jpg) center top no-repeat;
}

.yandex-taxi {
    background: url(../img/yandex-taxi.jpg) center top no-repeat;
}

.web-service h3, .yandex-taxi h3 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 25px;
}

.web-service h3 b, .yandex-taxi h3 b {
    color: #EAE549;
}

.web-service p, .yandex-taxi p {
    margin-bottom: 20px;
}

.web-service ul, .yandex-taxi ul {
    margin-left: 23px;
    margin-bottom: 60px;
}

.web-service ul li, .yandex-taxi ul li {
    list-style-image: url(../img/marker.svg);
}

.web-service .button, .yandex-taxi .button {
    padding: 18px 30px;
}


/* qr-code */

.qr-code {
    background: url(../img/smartphone.png) center right no-repeat;
    padding: 150px 0 100px 0;
}

.qr-code h3 {
    font-size: 39px;
    line-height: 43px;
    width: 800px;
    margin-bottom: 60px;
}

.qr-code h3 b {
    background: #EAE549;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.qr-code p {
    width: 720px;
    margin-bottom: 30px;
}


/* advantages */

.advantages {
    background: url(../img/bg1.jpg) center top no-repeat;
    padding: 180px 0 150px 0;
    height: 1230px;
}

.advantages h2 {
    color: #fff;
}

.advantages h2 b {
    color: #313336;
}

.advantages-content {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.advantages-content li {
    width: 330px;
    text-align: center;
    margin-bottom: 60px;
}

.advantages-content li h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.advantages-content li h3 b {
    color: #EAE549;
}

.advantages .button {
    padding: 25px 35px;
    font-size: 17px;
    display: inline-block;
}


/* how to connect */

.how-to-connect {
    margin: 150px 0;
}

.how-to-connect-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.how-to-connect-content li {
    width: 330px;
    text-align: center;
    margin-bottom: 80px;
}

.how-to-connect .button {
    padding: 25px 35px;
    font-size: 17px;
    display: inline-block;
}

.how-to-connect-content li p {
    margin-top: 40px;
}


/* plans */

.plans {
    background: url(../img/bg2.jpg) center top no-repeat;
    height: 1180px;
    padding: 180px 0 150px 0;
    color: #fff;
}

.plans h2 {
    color: #fff;
}

.plans h2 b {
    color: #313336;
}

.plans-content {
    display: flex;
    justify-content: space-between;
}

.plans-content>li {
    width: 320px;
    /* border: 1px solid #fff; */
}

.plan-price {
    font-size: 60px;
    line-height: 80px;
    font-weight: 200;
    text-align: center;
    color: #EAE549;
}

.plan-price b {
    font-weight: 200;
    font-size: 110px;

}

.plans-content ul {
    margin-left: 23px;
    margin-bottom: 30px;
}

.plans-content li ul li {
    list-style-image: url(../img/marker.svg);
}

.plans-content li p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 25px;
}

.plans-content .button {
    padding: 10px 20px;
    font-size: 17px;
    display: inline-block;
    width: 270px;
    line-height: 17px;
}


/* reg */

.reg {
    margin: 150px 0;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.reg input {
    border: 1px solid #dfe2e6;
    padding: 20px 30px;
    margin-bottom: 30px;
    width: 600px;
}

input.cart {
    width: 80%;
}

input.button {
    border: 0;
    width: 280px;
}

form div span {
    display: block;
}

.reg p {
    text-align: center;
    font-size: 14px;
    color: #a8aaad;
    margin-top: 30px;
}

.reg p a {
    color: #313336;
    text-decoration: underline;
}

.reg input[type="submit"] {
    background: #EAE549;
}


/* footer */

footer {
    margin-bottom: 100px;
}

footer p {
    text-align: center;
    font-size: 14px;
    color: #95979b;
}