body {
    color: #494949;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: default;
    transition: opacity 0.4s ease-out 0.2s;
}

body:before {
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(73, 73, 73, 0.84);
    z-index: 100;
    transition: all 0.5s ease 0.1ms;
}

.btn:focus {
    border: none !important;
    outline: none !important;
}


a {
    color: #494949;
    text-decoration: none;
}

nav a {
    display: inline-block;
    position: relative;
}

nav a:after {
    display: block;
    content: "";
    background-color: #494949;
    height: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header__icons a:after,
.footer__socialmedia a:after {
    display: none;
}

footer nav a:after {
    height: 1px;
}

nav a:hover:after,
nav a.active:after {
    width: 100%;
}

.burger_nav a:after,
.burger_nav a:after {
    display: none;
}

.main__bg {
    background-image: url(../img/main_light.png);
    background-repeat: no-repeat;
    background-size: auto 120vh;
    background-position: top -60px right -270px;
}

.flex {
    display: flex;
}

.wraper {
    margin-left: 100px;
    margin-right: 100px;
    height: 100vh;
}

li {
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 95px;
    white-space: nowrap;
}

.burger {
    display: none;
}

.burger_btn {
    height: 19px;
    width: 28px;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 30px;
}

.burger_content {
    transform: translateX(-100%);
    height: 659px;
    width: 198px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 56px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 999;
    transition: transform 0.5s ease;
    /*display: none;*/
}

.burger_content_header {
    display: inline-flex;
    justify-content: space-between;
    width: 198px;
}

.burger_content_header .cross {
    background-image: url(../img/cross.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
}

.burger_title {
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: #707070;
}

.burger_nav {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #292929;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 58px;
}

.burger_content .footer__logo {
    margin-top: 0;
    position: relative;
    margin-left: 0;
}

.burger_content .footer__socialmedia {
    margin-top: 25px;
}

.header__left,
.header__right {
    display: inline-flex;
    font-weight: 600;
}

.header__left div,
.header__right div {
    margin-right: 57px;
}

.header__left {
    -ms-grid-column-align: start;
    justify-self: start;
}

.header__left div:last-child {
    margin: 0;
}

.header__right {
    -ms-grid-column-align: end;
    justify-self: end;
    align-items: center;
}

.header__right div:nth-child(n+4) {
    margin-right: 0;
}

.center {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.header__logo {
    text-align: center;
}

.header__logo__first,
.header__logo__second {
    color: #ff3700;
    font-family: Arizonia, sans-serif;
}

.header__logo__first {
    font-size: 90px;
}

.header__logo__second {
    font-size: 60px;
    margin-top: -38px;
}

.header__right__dropdown_small {
    display: none;
}

.header__right__dropdown .dropdown_btn::after {
    content: "";
    display: inline-block;
    background-image: url(../img/lang.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-top: -5px;
}

.dropdown_btn {
    cursor: pointer;
}

.dropdown_content,
.dropdown_content_small {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 15px 0;
    margin-left: -20px;
}

.dropdown_content a,
.dropdown_content_small a {
    color: #494949;
    padding: 5px 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.dropdown_content a:hover,
.dropdown_content_small a:hover {
    background-color: #f1f1f1
}

.header__right__dropdown:hover .dropdown_content {
    display: block;
}

h1,
h2 {
    margin: 0;
}

.header__icons {
    width: 108px;
}

.header__icons a,
.footer__socialmedia a {
    display: block;
    height: 100%;
    width: 100%;
}

.icon_header {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}

.insta_light {
    background-image: url(../img/instagram_light.png);
    margin-right: 12px !important;
}

.fb_light {
    background-image: url(../img/facebook_light.png);
    margin-right: 12px !important;
}

.fbm_light {
    background-image: url(../img/facebookmsg_light.png);
}

.vk_light {
    background-image: url(../img/vk_light.png);
}

.viber_light {
    background-image: url(../img/viber_light.png);
}

.whatsapp_light {
    background-image: url(../img/whatsapp_light.png);
}

.switch_theme {
    background-image: url(../img/sun.png);
    margin-right: 0 !important;
}

.main {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.main h1 {
    font-family: Lora, serif;
    font-size: 60px;
    font-weight: 400;
}

.main h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px;
}

.main div a {
    display: block;
    height: 100%;
    width: 100%;
}

.main__btn,
.primary_btn {
    width: 314px;
    height: 60px;
    background-color: #ff3700;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.secondary_btn {
    width: 310px;
    height: 56px;
    background-color: transparent;
    border: 2px solid #a4a4a4;
    color: #494949;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-out;

}

.secondary_btn:hover {
    border-color: #ff3700;
}

footer {
    white-space: nowrap;
}

.footer__bg {
    background-color: #f9f9f9;
    height: 129px;
}

.footer__wraper {
    margin-right: 100px;
    margin-left: 100px;
    height: 129px;
    align-items: center;
    justify-content: space-between;
}

.footer__logo {
    text-align: center;
}

.footer__logo__first,
.footer__logo__second {
    color: #494949;
    font-family: Arizonia, sans-serif;
}

.footer__logo__first {
    font-size: 46px;
}

.footer__logo__second {
    font-size: 31px;
    margin-top: -20px;
}

.footer__menu div {
    padding-right: 84px;
    font-weight: 500;
    font-size: 16px;
}

.footer__menu div:last-child {
    padding-right: 0;
}

.footer__socialmedia div {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.footer__instagram_light {
    background-image: url(../img/instagram_light.png);
}

.footer__fb_light {
    background-image: url(../img/facebook_light.png);
}

.footer__fbm_light {
    background-image: url(../img/facebookmsg_light.png);
}

.footer__viber_light {
    background-image: url(../img/viber_light.png);
}

.footer__whatsapp_light {
    background-image: url(../img/whatsapp_light.png);
    margin-right: 0;
}

.footer__copyrights {
    font-family: Lora, serif;
    font-size: 16px;
    padding: 19px 0;
}

.h1_title {
    font-size: 40px !important;
    margin-bottom: 36px !important;
}

.main_block {
    margin-top: 121px !important;
    margin-bottom: 45px !important;
}

.overlay {
    background-color: rgba(73, 73, 73, 0.84);
    display: none;
}

.opacity1 {
    opacity: 1 !important;
}

.displayblock {
    display: block !important;
}

@media (min-width: 2560px) {
    body {
        font-size: 25px;
    }

    .wraper {
        margin-left: 125px;
        margin-right: 125px;
    }

    header {
        padding-top: 120px;
    }

    .header__left div,
    .header__right div {
        margin-right: 70px;
    }

    .header__logo__first {
        font-size: 113px;
    }

    .header__logo__second {
        font-size: 75px;
        margin-top: -48px;
    }

    .dropdown_content {
        min-width: 200px;
        padding: 19px 0;
        margin-left: -25px;
    }

    .dropdown_content a {
        color: #494949;
        padding: 6px 25px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    .header__icons {
        width: 135px;
    }

    .icon_header {
        width: 35px;
        height: 35px;
    }

    .insta_light {
        margin-right: 15px !important;
    }

    .fb_light {
        margin-right: 15px !important;
    }

    .main {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
    }

    .main h1 {
        font-size: 75px;
    }

    .main h2 {
        font-size: 38px;
        margin-top: 25px;
        margin-bottom: 63px;
    }

    .main__btn {
        width: 393px;
        height: 75px;
    }

    .footer__bg {
        height: 162px;
    }

    .footer__wraper {
        margin-right: 125px;
        margin-left: 125px;
        height: 162px;
    }

    .footer__logo__first {
        font-size: 58px;
    }

    .footer__logo__second {
        font-size: 39px;
        margin-top: -25px;
    }

    .footer__menu div {
        padding-right: 105px;
        font-size: 20px;
    }

    .footer__socialmedia div {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .footer__copyrights {
        font-size: 20px;
        padding: 24px 0;
    }
}


@media (max-width: 1919px) {
    body {
        font-size: 16px;
    }

    .main__bg {
        background-position: top -70px right -295px;
    }

    .wraper {
        margin-left: 50px;
        margin-right: 50px;
    }

    header {
        padding-top: 76px;
    }

    .header__left div,
    .header__right div {
        margin-right: 46px;
    }

    .header__logo__first {
        font-size: 72px;
    }

    .header__logo__second {
        font-size: 48px;
        margin-top: -30px;
    }

    .dropdown_content {
        min-width: 128px;
        padding: 12px 0;
        margin-left: -16px;
    }

    .dropdown_content a {
        padding: 4px 16px;
    }

    .header__icons {
        width: 108px;
    }

    .main h1 {
        font-size: 48px;
    }

    .main h2 {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .main__btn {
        width: 251px;
        height: 48px;
    }

    .footer__wraper {
        margin-right: 50px;
        margin-left: 50px;
    }

    .h1_title {
        font-size: 32px !important;
        margin-bottom: 29px !important;
    }

    .main_block {
        margin-top: 117px !important;
        margin-bottom: 36px !important;
    }
}

@media (max-width: 1365px) {

    .burger {
        display: block;
    }

    .header__left,
    .header__right__menu {
        display: none;
    }

    .header__right {
        width: 100%;
        justify-content: space-between;
    }

    .footer__bg {
        height: 186px;
    }

    .footer__wraper {
        height: 186px;
        flex-wrap: wrap;
    }

    .main h1 {
        font-size: 44px;
    }

    .main h2 {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 36px;
    }

    .main__bg {
        background-position: top -70px left 15vw;
    }

    .footer__menu {
        left: initial;
        right: 50px;
        transform: none;
    }

    .footer__logo {
        position: absolute;
        margin-top: -65px;
        margin-left: 30px;
    }

    .footer__socialmedia {
        margin-top: 95px;
    }

    .h1_title {
        font-size: 32px !important;
        margin-bottom: 29px !important;
    }

    .main_block {
        margin-top: 97px !important;
        margin-bottom: 36px !important;
    }

    .main__bg {
        background-position: top -70px left 10vw;
    }

}

@media (max-width: 1023px) {
    .main__bg {
        background-size: 110vh auto;
        background-position: top 17% right 40%;
    }

    .main {
        width: calc(100% - 100px);
        position: absolute;
        bottom: 4vh;
        top: initial;
        transform: none;
    }

    .main__btn {
        width: 100%;
    }

    .footer__menu {
        display: none !important;
    }

    .footer__wraper {
        flex-direction: column;
        justify-content: center;
    }

    .footer__logo {
        position: initial;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer__socialmedia {
        margin-top: 25px;
    }

    .h1_title {
        font-size: 32px !important;
        margin-bottom: 29px !important;
    }

    .main_block {
        margin-top: 97px !important;
        margin-bottom: 36px !important;
    }

    .main h1 {
        font-size: 39px;
    }
}

@media (max-width: 659px) {
    .header__icons {
        display: none;
    }

    .filters {
        display: flex;
        justify-content: space-between;
    }

    .filters div {
        margin-right: 0 !important;
    }

    .header__right {
        width: auto;
    }

    .header__right__dropdown {
        display: none;
    }

    .header__right__dropdown_small {
        display: block;
        display: none;
    }

    .header__right__dropdown_small .dropdown_btn_small::after {
        content: "";
        display: inline-block;
        background-image: url(../img/lang.svg);
        background-repeat: no-repeat;
        width: 8px;
        height: 8px;
        margin-left: 5px;
        margin-top: -5px;
    }

    .header__right__dropdown_small:hover .dropdown_content_small {
        display: block;
    }

    .header__logo__first {
        font-size: 54px;
    }

    .header__logo__second {
        font-size: 36px;
        margin-top: -22px;
    }

    .h1_title {
        font-size: 32px !important;
        margin-bottom: 29px !important;
    }

    .main_block {
        margin-top: 64px !important;
        margin-bottom: 36px !important;
    }

    .wraper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main h1 {
        font-size: 32px;
        text-align: center;
    }

    .main h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    .main {
        width: calc(100% - 40px);
    }

    .main__bg {
        background-size: 100vh auto;
        background-position: top 13% right 50%;
    }

    header {
        padding-top: 43px;
    }
}

@media (max-width: 413px) {

    .header__logo__first {
        font-size: 41px;
    }

    .header__logo__second {
        font-size: 27px;
        margin-top: -16px;
    }

    body {
        font-size: 14px;
    }

    .footer__copyrights {
        font-size: 14px;
    }

    .h1_title {
        font-size: 24px !important;
        margin-bottom: 27px !important;
    }

    .main_block {
        margin-top: 56px !important;
        margin-bottom: 32px !important;
    }

    .main h1 {
        font-size: 24px;
    }

    .main h2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .main__bg {
        background-size: 94vh auto;
    }
}


.margin-right-0 {
    margin-right: 0 !important;
}

.transition_disabled {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}