@font-face {
    font-family: 'Roma';
    src: url(../fonds/romul.ttf) format('truetype')
}

@font-face {
    font-family: 'Lora';
    src: url(../fonds/Lora-VariableFont_wght.ttf) format('truetype')
}

@font-face {
    font-family: 'Intel';
    src: url(../fonds/Inter_18pt-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Intel-Regul';
    src: url(../fonds/Inter_24pt-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Forum';
    src: url(../fonds/Forum-Regular.ttf) format('truetype')
}


/* ALL */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: #BCDCE0;
    scroll-behavior: smooth;
}


/* #HEADER */

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2D5D5D;
    width: 100%;
    height: 100px;
}

.header__container{
    width: 1264px;
}

.header__title{
    line-height: 38px;
    color: white;
    float: left;
    font-size: 50px;
    font-family: 'Intel-Regul', sans-serif;
    text-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
    padding-top: 4px;
}

.header__span{
    display: block;
    font-size: 25px;
}

.header__right{
    float: right;
}

.header__language{
    float: right;
    margin-top: 6px;
}

.language-link{
    all: unset;
    font-family: 'Intel-Regul', sans-serif;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.header__socials{
    display: flex;
    gap: 25px;
    margin-left: 355px;
    margin-top: 3px;
}

#header__socials{
    margin-left: 400px;
}

.img{
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.header__menu{
    display: flex;
    gap: 60px;
    margin-top: 15px;
}

.menu-link{
    all: unset;
    font-family: 'Intel-Regul', sans-serif;
    color: white;
    font-size: 21px;
    cursor: pointer;
}


/* #SECTION 2 */

.photo-section__image{
    width: 100%;
    object-fit: cover;
}


/* #SECTION 3 */

.text-block{
    margin: 0 auto;
    width: 1260px;
    margin-top: 100px;
}

.text-block__title{
    text-align: center;
    font-size: 45px;
    font-family: 'Roma', sans-serif;
    padding-bottom: 50px;
}

.text-block__paragraph{
    font-size: 27px;
    font-family: 'Lora', sans-serif;
    letter-spacing: 2%; 
    text-align: left;
    letter-spacing: -0.02em;
}


/* #SECTION 4 */

.overlay-section{
    background: url('../img/5.1.png') no-repeat center center fixed;
    background-size: cover;
    margin-top: 100px;
    width: 100%;
    height: 771px;
}

.overlay-section__background{
    margin: 0 auto;
    padding-top: 190px;
    width: 1260px;
}

.overlay-section__title{
    color: white;
    text-align: center;
    font-size: 45px;
    font-family: 'Roma', sans-serif;
    padding-bottom: 50px;
}

.overlay-section__paragraph{
    color: white;
    font-size: 27px;
    font-family: 'Lora', sans-serif;
    letter-spacing: 2%; 
    text-align: left;
    letter-spacing: -0.02em;
}


/* #SECTION 5 */

.list-section{
    margin: 0 auto;
    width: 1030px;
    margin-top: 100px;
}

.list-section__title{
    text-align: center;
    font-size: 40px;
    font-family: 'Roma', sans-serif;
    padding-bottom: 30px;
}

.list-section__list{
    font-size: 27px;
    font-family: 'Lora', sans-serif;
    text-align: left;
    letter-spacing: -0.02em;
}

.list-section__item{
    list-style-type: none;
}


/* #SECTION 6 */

.pricing-section{
    margin: 0 auto;
    width: 1056px;
    margin-top: 100px;
}

.pricing-section__block{
    margin-top: 50px;
}

.pricing-section__title{
    text-align: left;
    font-size: 60px;
    font-family: 'Forum', sans-serif;
    padding-bottom: 30px;
}

.pricing-section__text{
    font-size: 27px;
    font-family: 'Lora', sans-serif;
    text-align: left;
    padding-bottom: 43px;
    letter-spacing: -0.02em;
}

.pricing-section__price{
    font-size: 35px;
    font-family: 'Lora', sans-serif;
    letter-spacing: -0.02em;
    text-align: left;
}


/* #SECTION 7 */

.contacts{
    margin: 0 auto;
    width: 700px;
    margin-top: 100px;
}

.contacts__item{
    text-align: center;
}

.contacts__item:not(:last-child){
    margin-bottom: 30px;
}

.contacts__icon{
    margin-right: 30px;
}

.contacts__text{
    color: inherit;
    text-decoration: none;
}

.contacts__link{
    all: unset;
    cursor: pointer;
}

.contacts__link, .contacts__text{
    font-size: 45px;
    font-family: 'Forum', sans-serif;
}

#text-to-copy, #text-to-copy-2{
    cursor: pointer;
}


/* SECTION 8 */

.map{
    text-align: center;
    margin-top: 20px;
}

iframe{
    border-radius: 10px;
    width: 1261px;
    height: 600px;
}


/* FOOTER */

.footer {
    background-color: #2D5D5D;
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.footer__container {
    width: 1263px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__author {
    font-size: 40px;
    font-family: 'Intel', sans-serif;
    line-height: 0.6;
    padding-top: 5px;
}

.footer__specialization {
    font-size: 22px;
}

.footer__center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer__phone {   
    color: inherit;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Intel-Regul', sans-serif;
}

.footer__socials {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.footer__credits {
    font-size: 19px;
    color: rgba(0, 0, 0, 0.25);
    text-align: right;
    font-family: 'Roma', sans-serif;
}