:root{
    --decorative-font: 'Raleway', sans-serif;
    --main-font: 'Inter', sans-serif;

    --black: #111111;
    --main-color: #fe702c;
    --white: #ffffff;
    --img-border-radius: 10px
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}



/* common styles */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html{
    font-size: 10px
}
body{
    font-size: 1.6rem;
    font-family: var(--main-font);
    font-weight: 400;
    line-height: normal;
    color: var(--white);
    background-color: var(--black);
    /*background-image: url(../img/bg-texture.png);*/
    background-size: contain
}

address{
    font-style: normal
}
iframe{
    width: 100%;
    height: 100%;
    object-fit: cover
}
input, textarea{
    border: none;
    /*border-bottom: 1px solid var(--white);*/
    background: #ffffff07;
    outline: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-family: var(--main-font);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--white);
    height: 65px;
    width: 100%
}
input:focus, textarea:focus{
    background: #ffffff20
}
textarea{
    resize: none;
    padding-top: 20px
}
textarea::-webkit-scrollbar {
    display: none
}
.container{
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto
}
a{
    text-decoration: none;
    color: var(--main-color);
    transition: 0.3s
}
address a:hover span{
    color: var(--main-color);
    transition: 0.3s
}

h1{
    font-family: var(--main-font);
    /*font-size: 7.2rem;*/
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}
h2, .subscription-form h4{
    font-family: var(--main-font);
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.4;
    /*text-transform: uppercase*/
}


h3{
    font-family: var(--main-font);
    /*text-transform: uppercase;*/
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2
}

h4{
    font-family: var(--main-font);
    /*text-transform: uppercase;*/
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2
}

p{
    line-height: 1.5
}
ul li{
    list-style: none
}
ul:not(nav ul){
    margin: 30px 0
}
ul li:not(nav ul li){
    padding-left: 30px;
    position: relative;
    line-height: 1.4
}
ul li:not(nav ul li):before{
    /*content: '✦';*/
    content: '◆';
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 2px
}
ul li:not(nav ul li):not(:first-child), ol li:not(:first-child){
    margin-top: 10px
}

ol{
    counter-reset: item
}
ol li{
    list-style: none;
    padding-left: 28px;
    position: relative;
    counter-increment: item
}
ol li:before{
    content: counter(item)'.';
    color: var(--white);
    position: absolute;
    left: 0;
    font-weight: 600
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* end of common styles */



/* common class styles */

/* buttons */
.btn, button, .sbscrbr-submit-block input[type="submit"]{
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    width: fit-content;
    transition: 0.3s;
    cursor: pointer
}
button{
    background: none;
    outline: none;
    border: none;
    cursor: pointer
}

.btn > div:first-child, .btn > p, .sbscrbr-submit-block{
    position: relative;
    padding-bottom: 4px
}

.btn > div:first-child:after, .btn > p:after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    right: 0;
    bottom: 0
}
.btn .img-wrap{
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}
.btn .img-wrap img{
    width: auto;
    height: auto
}
.btn:hover > div:first-child:after, .btn:hover > p:after, .sbscrbr-submit-block:hover:after{
    width: 0%;
    transition: 0.3s
}

.black-btn{
    color: var(--black);
    border-color: var(--black)
}
.wpcf7 form .wpcf7-response-output{
    border: none;
    padding: 0;
    text-align: center;
    line-height: 1.6
}


/* end of buttons */
.grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}
.grid-1-2{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px
}
.grid-2-1{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px
}


.none{
    display: none!important
}


/* animation to popup */
.fade-in {
    animation: fadeIn 0.7s
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* end of animation to popup */


.img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--img-border-radius);
    overflow: hidden
}
.img-container img{
    object-fit: cover;
    width: 100%;
    height: 100%
}
.title-wrap:not(.grid-2){
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 30px
}
section:not(.main-block), footer{
    margin-top: 200px
}
section{
    overflow: hidden
}
.content-wrap{
    margin-top: 50px
}


/* end of common class styles */



.social{
    display: flex;
    align-items: center;
    gap: 10px
}
.social a{
    width: 35px!important;
    height: 35px
}
header .social{
    gap: 8px
}
.fb{
    background: url("../img/icons/f.svg");
    background-size: contain;
    background-repeat: no-repeat
}
.fb:hover{
    background: url("../img/icons/f-orange.svg");
    background-size: contain;
    background-repeat: no-repeat
}
.instagram{
    background: url("../img/icons/i.svg");
    background-size: contain;
    background-repeat: no-repeat
}
.instagram:hover{
    background: url("../img/icons/i-orange.svg");
    background-size: contain;
    background-repeat: no-repeat
}



/* header */

header{
    position: fixed;
    width: 100%;
    z-index: 2
}
.top-banner{
    background: var(--black)
}
.top-banner .container{
    max-width: 100%
}
.top-banner address{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 30px;
    margin-top: 0;
    padding: 10px 0;
    flex-wrap: wrap
}
.top-banner address a{
    margin-top: 0
}
.top-banner address .email-link img{
    top: 4px
}
.top-banner address .tel-link img{
    top: 2.5px
}
.top-banner address a img{
    height: 14px;
    width: auto
}
.top-banner address a{
    padding-left: 30px
}
.top-banner address a span{
    font-size: 1.6rem;
    /*color: var(--black)*/
}
.top-banner address a:hover span{
    /*color: var(--main-color)*/
}
.header{
    padding-top: 15px;
    padding-bottom: 15px
}
.header .logo{
    display: flex
}
.header .logo img{
    height: 60px
}
.menu-item-has-children >a{
    position: relative;
    padding-right: 25px;
    transition: 0.3s
}
.menu-item-has-children:hover >a:after, .menu-item-has-children.open >a:after{
    content: url("../img/icons/arrow-down-orange.svg");
    transform: rotate(-180deg);
    top: 4px;
    transition: 0.3s
}
.menu-item-has-children >a:after{
    content: url("../img/icons/arrow-down-white.svg");
    position: absolute;
    right: 0;
    top: -2px
}
.menu-item-has-children.open >a{
    color: var(--main-color)
}
.menu-item-has-children.open .sub-menu{
    display: block;
    position: absolute;
    top: 29px
}

.sub-menu li a{
    text-transform: none
}

.sub-menu{
    display: none;
    width: max-content;
    right: 0;
    padding: 20px;
    background: var(--black);
    border-radius: var(--img-border-radius)
}
.sub-menu li:not(:first-child){
    padding-top: 15px;
    /*border-top: 1px solid #ffffff30*/
}

.main-menu{
    margin-left: auto
}
.main-menu a{
    font-weight: 500;
    color: var(--white);
    font-size: 1.8rem;
    /*text-transform: uppercase;*/
    transition: 0.3s
}
.main-menu ul li{
    cursor: pointer;
    position: relative;
    display: flex
}
.main-menu >nav >ul{
    display: flex;
    align-items: center;
    gap: 35px;
    width: max-content
}
.main-menu ul li:hover >a{
    color: var(--main-color)
}
.main-menu ul li a{
    width: fit-content
}
#header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    max-width: 100%
}
.flags{
    display: flex;
    align-items: center;
    gap: 15px
}
.flags .img-container{
    width: 40px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden
}

/* end of header */


.btn:hover img.first{
    opacity: 0!important;
    transition: 0.3s
}
.btn:hover img.second{
    opacity: 1!important;
    transition: 0.3s
}
.btn img.second{
    opacity: 0;
    position: absolute;
    transition: 0.3s
}
.btn img.first{
    opacity: 1;
    position: absolute;
    transition: 0.3s
}
.owl-nav{
    position: absolute;
    margin-top: 0!important;
    width: 100%;
    top: calc(50% - 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    height: 48px
}
.owl-nav button{
    margin: 0px 0 0!important;
    transition: 0.3s
}
.owl-theme .owl-dots .owl-dot span{
    margin: 0;
    width: 15px;
    height: 15px
}
.owl-theme .owl-dots{
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px!important
}
.owl-carousel .owl-stage{
    display: flex
}
.content-2 + .projects .owl-stage{
	 align-items: flex-start
}
.slider-nav .prev{
    transform: rotate(180deg)
}
.slider-nav{
    display: flex;
    align-items: center;
    gap: 20px
}
.slider-nav >div{
    display: flex;
    cursor: pointer;
    position: relative;
    width: 55px;
    height: 55px
}
.slider-nav >div img{
    position: absolute;
    width: 55px;
    height: 55px
}
.slider-nav >div img:last-child{
    opacity: 0
}
.slider-nav >div:hover img:first-child{
    opacity: 0;
}
.slider-nav >div:hover img:last-child{
    opacity: 1
}

/* footer */

.footer-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 0;
    border-top: 1px solid var(--white)
}
.footer-text > .footer-text__links >div, .footer-text a{
    font-size: 1.8rem;
    color: var(--white)
}
.footer-text a{
    color: var(--main-color)
}
.footer-text .footer-text__links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

/* end of footer */