/*
Theme Name: Versalskaya Studio Dusty Rose
Author: Goracio
Template: versalskayastudio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: versalskayastudio
*/

:root {
    --color-menu: #8A929E;
    --btn-hover: #B69A81;
    --btn-active: #CCA7A9;

    --font: Montserrat;
}

@font-face {
    font-family: Montserrat;
    src: url("./fonts/Montserrat-VariableFont_wght.ttf") format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
    font-family: var(--font);
    color: #000;
    letter-spacing: -0.01em;
}

h4, .h4 {
    font-size: 35px;
}



.bolder-text {
    font-size: 26px;
    font-weight: 300;
    line-height: 130%;
    font-family: var(--font);
    color: #000;
}
.section-about .left .bolder-text:before {
    display: none;
}


.wrapper {
    max-width: 1488px;
    padding: 0 30px;
    margin: 0 auto;
}


.site-header .inner {
    position: relative;
    text-align: right;
    padding: 40px 0 40px 240px;
}

.site-header .logo {
    width: 230px;
    height: 50px;
    margin-top: -25px;
}

.site-navigation>ul li {
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}
.site-navigation>ul li:hover {
    background-color: var(--btn-hover);
}
.site-navigation>ul li:hover>a {
    color: #fff;    
}

.site-navigation>ul li a {
    color: var(--color-menu);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}

.site-navigation>ul>li.current-menu-item>a {
    border-bottom: none;
}

.site-navigation>ul li.current-menu-item {
    position: relative;
}
.site-navigation>ul li.current-menu-item::after {
    content: "";
    display: block;
    background-color: #000;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.site-header .button {
    min-width: auto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
}


.mnav-navigation {
   margin-right: 10px;
}


.language-chooser li:not(:first-child):before {
    margin: 0 5px;
    border-bottom: 1px solid transparent;
}


.site-header .soclal-links {
    margin: 0 0 0 15px;
    padding-left: 0;
    right: 0;
    border-left: none;
}


.site-wrapper {
    padding-top: 120px;
}

.button:hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}
.button:active {
    background-color: var(--btn-active);
    border-color: var(--btn-active);
    box-shadow: none;
}


.section-main-photo {
    margin-bottom: 20px;
}

.section-about .left {
    width: 50%;
    max-width: none;
    padding: 50px 25px 200px 0;
}

.section-about .right {
    top: 0;
}
.section-about .right .inner {
    max-width: none;
    padding: 50px 0;
}


.section-title {
    max-width: none;
    text-transform: none;
    padding-top: 0;
    margin-bottom: 130px;
}

.section-title .h1 {
    font-family: var(--font);
    font-size: 60px;
}

.section-directions .directions-items {
    max-width: none;
}


.section-directions .directions-item .left .counter {
    font-family: var(--font);
    font-size: 100px;
    line-height: 124px;
    margin-top: -50px;
}

.section-directions .directions-item .left .counter span {
    text-shadow: none;
    color: var(--btn-active);
    font-weight: 600;
}

.section-about {
    margin-bottom: 20px;
}

.button {
    font-size: 20px;
    font-weight: 500;
}
.button.lg {
    letter-spacing: 0;
}

.section-directions .directions-item:nth-child(4n+2) .left .counter {
    top: -30px;
    right: -22px;
}

.section-directions .directions-item:nth-child(2n+2) {
    right: 0;
}

.section-directions .directions-item:nth-child(3) .left .counter,
.section-directions .directions-item:nth-child(4) .left .counter {
    line-height: 124px;
}

.section-directions .directions-item:nth-child(4n+3) .left .counter {
    top: -50px;
}





/*////////// Mobile styles //////////*/


@media (max-width: 1500px) {
    .site-navigation>ul li {
        padding: 0 8px;
    }
    .site-header .language-chooser {
        margin: 0 0 0 15px;
    }
    .site-header .soclal-links {
        margin: 0 0 0 10px;
    }

}



@media (max-width: 1400px) {
    .site-navigation>ul li {
        padding: 0 8px;
    }
    .site-navigation>ul li a {
        font-size: 14px;
    }
    .site-header .button {
        font-size: 12px;
        padding: 8px 10px;
    }
    .mnav-navigation {
        margin-right: 5px;
    }
    .site-header .language-chooser {
        margin: 0 0 0 10px;
    }
    .site-header .soclal-links {
        margin: 0 0 0 7px;
    }
    .site-header .logo {
        width: 200px;
        margin-top: -20px;
    }
    .site-header .inner {
        padding: 30px 0 30px 200px;
    }
    .site-wrapper {
        padding-top: 100px;
    }
    

}

@media (max-width: 1200px) {
    .site-header .logo img {
        width: 100%;
        height: auto;
    }
    .site-navigation>ul li:hover {
        background-color: #fff;
    }
    .site-navigation>ul li:hover>a {
        color: var(--color-menu);
    }
    
}

@media (max-width: 765px) {
    .site-header .logo {
        width: 120px;
        margin-top: -10px;
    }
    .site-header .inner {
        padding: 20px 0 20px 120px;
    }
    .site-wrapper {
        padding-top: 72px;
    }
    .site-header .button {
        font-size: 10px;
        padding: 7px 8px;
    }
    .language-chooser li {
        font-size: 12px;
    }
    .wrapper {
        padding: 0 16px;
    }
    .section-main-photo .photo-block {
        margin: 0 -16px;
    }

    .section-about .left {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .bolder-text {
        font-size: 18px;
    }    
}

