body {
    color: #303235;
    font-family: Gilroy;
    font-size: 18px;
    background: url(/img/bg-1.jpg) center top repeat-y;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    width: 1410px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2 {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 40px;
}

h2 b {
    font-weight: normal;
    background: linear-gradient(90deg, #E44298, #802FA1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button {
    /* background: url(/img/bg-button.png) center right; */
    background: linear-gradient(90deg, #E44298, #802FA1);
    display: inline-block;
    padding: 20px 45px 23px 45px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-size: 24px;
    border-radius: 100px;
} 

.button:hover {
    /* background: url(/img/bg-button.png) center left; */
    background: linear-gradient(-90deg, #E44298, #802FA1);
} 


/* main screen */

.main-screen {
    background: url(/img/gr.png) center 100px no-repeat;
}

header {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a.logo {
    display: block;
    background: url(/img/logo.svg) no-repeat;
    height: 130px;
    width: 216px;
    /* border: 1px solid #000; */
    margin-right: 100px;
}

header a.telegram {
    display: block;
    background: url(/img/telegram.svg) center no-repeat;
    height: 71px;
    width: 71px;
    border-radius: 40px;
    border: 1px solid rgba(184, 129, 197, 0.3);
}

header a.whatsapp {
    display: block;
    background: url(/img/whatsapp.svg) center no-repeat;
    height: 71px;
    width: 71px;
    border-radius: 40px;
    border: 1px solid rgba(184, 129, 197, 0.3);
}

header a.telegram:hover, header a.whatsapp:hover {
    border: 1px solid rgba(184, 129, 197, 0.7);
}

header .phone-mail {
    /* border: 1px solid #000; */
    margin-right: 200px;
    margin-left: 500px;
}

header .phone-mail .phone, header .phone-mail .mail {
    display: block;
    color: #303235;
}

header .phone-mail .phone {
    font-size: 24px;
    font-weight: 600;
    background: url(/img/phone.svg) center left no-repeat;
    padding-left: 30px;
}

header .phone-mail .mail {
    font-size: 16px;
    background: url(/img/envelope.svg) center left no-repeat;
    padding-left: 30px;
}

header .phone-mail .phone:hover, header .phone-mail .mail:hover {
    color: #826189;
}

.main-screen-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.main-screen-left {
    width: 600px;
}

.main-screen-left h1 {
    font-size: 90px;
    line-height: 70px;
    margin-bottom: 40px;
}

.main-screen-left h1 b {
    font-weight: normal;
    background: linear-gradient(90deg, #E44298, #802FA1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-screen-left p {
    font-size: 20px;
    margin-bottom: 40px;
}

.main-screen-right {
    /* border: 1px solid #000; */
    width: 700px;
}

.pr {
    margin-top: 30px;
    margin-bottom: 100px;
}

.pr ul {
    display: flex;
    justify-content: space-between;
}

.pr ul li {
    text-align: center;
    width: 210px;
}

.pr ul li h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pr ul li p {
    font-size: 16px;
}

.podrobnee {
    display: flex;
    justify-content: space-between;
}

.podrobnee-left {
    width: 406px;
    /* border: 1px solid #000; */
}

.podrobnee-right {
    width: 900px;
    /* border: 1px solid #000; */
}

.podrobnee-right p {
    font-size: 20px;
    margin-bottom: 25px;
}

.podrobnee-right h2 {
    width: 600px;
}


/* lines */

.lines {
    margin-top: 100px;
}

.lines h2 {
    width: 700px;
    margin-bottom: 75px;
}

.line-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.line-item-left {
    width: 330px;
    /* border: 1px solid #000; */
}

.line-item-right {
    width: 1020px;
    /* border: 1px solid #000; */
}

.line-item-right h3 {
    margin-bottom: 20px;
}

.line-item-right h3 strong {
    font-size: 40px;
    font-family: "Philosopher", sans-serif;
    background: linear-gradient(90deg, #E44298, #802FA1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
}

.line-item-right h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.line-item-right p {
    font-size: 16px;
    margin-bottom: 20px;
}

.line-item-right ul {
    font-size: 16px;
}

.line-item-right ul li {
    list-style-image: url(/img/marker.svg);
    margin-bottom: 10px;
    margin-left: 22px;
}

.line-item-left .bxslider .bx-wrapper .bx-prev {
    display: none;
}


/* sostav */

.sostav {
    margin-top: 100px;
}

.sostav h2 {
    width: 700px;
    margin-bottom: 50px;
}

.sostav .sostav-content {
    display: flex;
    justify-content: space-between;
}

.sostav .sostav-content .sostav-left {
    width: 45%;
}

.sostav .sostav-content .sostav-right {
    width: 45%;
}

.sostav .sostav-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sostav .sostav-content ul {
    font-size: 16px;
}

.sostav .sostav-content ul li {
    list-style-image: url(/img/marker.svg);
    margin-bottom: 10px;
    margin-left: 22px;
}


/* foto video */

.foto-video {
    margin-top: 100px;
}

.foto-video h2 {
    margin-bottom: 70px;
}

.foto-video .foto-video-content {
    display: flex;
    justify-content: space-between;
}

.foto-video .foto-video-content .video {
    width: 730px;
    /* border: 1px solid #000; */
}

.foto-video .foto-video-content .video video {
    border-radius: 20px;
}

.foto-video .foto-video-content .foto {
    width: 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foto-video .foto-video-content .foto a {
    margin-bottom: 28px;
}

.foto-video .foto-video-content .foto a img {
    width: 280px;
}


/* footer */

.footer-content {
    margin-top: 90px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-content a.logo {
    display: block;
    background: url(/img/logo.svg) no-repeat;
    height: 130px;
    width: 216px;
    /* border: 1px solid #000; */
    margin-right: 100px;
}

.footer-content a.telegram {
    display: block;
    background: url(/img/telegram.svg) center no-repeat;
    height: 71px;
    width: 71px;
    border-radius: 40px;
    border: 1px solid rgba(184, 129, 197, 0.3);
}

.footer-content a.whatsapp {
    display: block;
    background: url(/img/whatsapp.svg) center no-repeat;
    height: 71px;
    width: 71px;
    border-radius: 40px;
    border: 1px solid rgba(184, 129, 197, 0.3);
}

.footer-content a.telegram:hover, .footer-content a.whatsapp:hover {
    border: 1px solid rgba(184, 129, 197, 0.7);
}

.footer-content .phone-mail {
    /* border: 1px solid #000; */
    margin-left: 500px;
}

.footer-content .cop {
    margin-left: 50px;
    color: rgb(135, 139, 145);
}

.footer-content .phone-mail .phone, .footer-content .phone-mail .mail {
    display: block;
    color: #303235;
}

.footer-content .phone-mail .phone {
    font-size: 24px;
    font-weight: 600;
    background: url(/img/phone.svg) center left no-repeat;
    padding-left: 30px;
}

.footer-content .phone-mail .mail {
    font-size: 16px;
    background: url(/img/envelope.svg) center left no-repeat;
    padding-left: 30px;
}

.footer-content .phone-mail .phone:hover, .footer-content .phone-mail .mail:hover {
    color: #826189;
}