/*
Theme Name: Solidarityac

Author: demch.co
Author URI: https://demch.co/
*/
/* WORDPRESS */

.wp-block-quote {
	border: none;
}

.content .slick-slider ul li::before {
	display:none;
}

/* 	SLIDER */

.wp-block-eedee-block-gutenslider .slick-arrow.slick-next {
	right: -75px;
}
.wp-block-eedee-block-gutenslider .slick-arrow.slick-prev {
	left: -75px;
}
.wp-block-eedee-block-gutenslider.arrow-style-1 .slick-next:before {
	content: '';
	background-image: url('./img/arrow_next.svg');
	width: 50px;
	height: 50px;
	display: block;
	opacity: 1;
}
.wp-block-eedee-block-gutenslider.arrow-style-1 .slick-prev:before {
	content: '';
	background-image: url('./img/arrow_prev.svg');
	width: 50px;
	height: 50px;
	display: block;
	opacity: 1;
}
/* .slick-dots {
	display: none!important;
} */

/* GENERAL */

body {
    background-color: #F5F9FB;
    font-family: 'Avenir Next Cyr';
}

a {
    text-decoration: none;
}

section {
    padding-left: 3%;
    padding-right: 3%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
}

h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #DDE1E2;
    position: absolute;
    left: -120px;
}

h1::before {
    top: 30px;
}

h2::before {
    top: 30px;
}

h3::before {
    top: 25px;
}

h4::before {
    top: 17px;
}

h5::before {
    top: 15px;
}

h6::before {
    top: 13px;
}

@media screen and (max-width: 1365px) {
    h1::before {
        width: 62px;
        left: -100px;
        top: 25px;
    }
    h2::before {
        top: 23px;
        width: 62px;
        left: -100px;
    }
}

@media screen and (max-width: 1023px) {
    h1::before,
    h2::before {
        width: 45px;
        left: -70px;
        top: 20px;
    }
}

ul.wp-block-gallery li.blocks-gallery-item::before {
    display: none;
}


/* HEADER */

header {
    padding-bottom: 80px;
}

header .menu-wrapper {
    width: 94%;
    height: 80px;
    background-color: #FFF;
    position: fixed;
    /* CENTER */
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: -5px;
}

header .menu-wrapper .logo {
    margin-left: 40px;
    flex: 42%;
}

header .menu-wrapper .logo img {
    width: 200px;
    height: 40px;
}

header .menu-wrapper nav {
    display: flex;
    align-items: center;
    flex: 30%;
}

header .menu-wrapper .main-nav li {
    margin: 18px;
}

header .menu-wrapper a {
    color: #303030;
}

header .menu-wrapper a:hover {
    color: #6C94FF;
}

header .menu-wrapper a:active {
    color: #3053B2;
}

header .menu-wrapper .language-switch 
{
     color: #3053B2; 
    margin-right: 50px;
}

header .menu-wrapper .burger {
    margin-right: 20px;
    display: none;
}

header .menu-wrapper .burger.active div:nth-child(1) {
    transform: rotate(-45deg) translate(0px, 4px)
}

header .menu-wrapper .burger.active div:nth-child(2) {
    transform: rotate(45deg) translate(0px, -5px);
}

header .menu-wrapper .burger.active div:nth-child(3) {
    width: 0px;
    height: 0px;
}

header .menu-wrapper .burger div {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background-color: #3053B2;
    margin-bottom: 4px;
    margin-top: 4px;
    transition: 0.5s all;
}

header .phone-menu {
    display: none;
}

@media screen and (max-width: 1365px) {
    header .menu-wrapper .language-switch {
        margin-right: 30px;
    }
    header .menu-wrapper {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    header {
        padding-bottom: 70px;
    }
    header .menu-wrapper {
        height: 70px;
        font-size: 12px;
    }
    header .menu-wrapper .logo {
        margin-left: 26px;
    }
    header .menu-wrapper .logo img {
        width: 176px;
        height: 32px;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding-bottom: 50px;
    }
    header .menu-wrapper {
        height: 50px;
        width: 280px;
    }
    header .menu-wrapper .logo {
        margin-left: 14px;
    }
    header .menu-wrapper .logo img {
        width: 121px;
        height: 22px;
    }
    header .menu-wrapper nav {
        display: none;
    }
    header .phone-menu {
        background-color: #F5831F;
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 100;
    }
    header .menu-wrapper .burger {
        display: block;
    }
    header .phone-menu .menu-img {
        width: 595px;
        height: 300px;
        position: relative;
        left: 50%;
        transform: translate(-40%, 0);
        margin-top: 50px;
    }
    /* PHONE-MENU */
    header .phone-menu nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    header .phone-menu nav .main-nav a {
        font-size: 30px;
        line-height: 130%;
        color: #FFFFFF;
        font-weight: 700;
    }
    header .phone-menu nav .main-nav {
        margin-top: 30px;
        margin-bottom: 40px;
        padding-bottom: 46px;
        text-align: center;
        width: 93%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    header .phone-menu nav a {
        font-size: 24px;
        line-height: 130%;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    header .phone-menu nav {
        width: 50%;
        position: absolute;
        top: 25%;
        left: 50%;
    }
    .menu-img {
        left: 50%;
        transform: translate(-50%, 0)!important;
    }
}


/* FOOTER */

footer {
    background: #fff;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 5px 5px;
    display: flex;
    height: 126px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 130px;
}

footer div {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer div:div:nth-child(1),
div:nth-child(3) {
    flex: 20%;
}

footer div:nth-child(2) {
    border-left: 1px solid #EAF4FA;
    border-right: 1px solid #EAF4FA;
    flex: 60%;
}

footer a {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #F5831F;
}

footer a:hover {
    color: #6C94FF;
}

footer a:active {
    color: #3053B2;
}

footer img {
    margin-right: 50px;
    margin-left: 40px;
    width: 199px;
    height: 39px;
}

footer div:nth-child(3) {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    padding-left: 80px;
    padding-right: 90px;
}

@media screen and (max-width: 1365px) {
    footer div:nth-child(3) {
        font-size: 12px;
        padding-left: 30px;
        padding-right: 30px;
    }
    footer div {
        flex: 33%;
    }
}

@media screen and (max-width: 1023px) {
    footer div:nth-child(3) {
        font-size: 11px;
        padding-left: 0px;
        padding-right: 0px;
    }
    footer div:nth-child(3),
    footer div:nth-child(2),
    footer div:nth-child(1) {
        flex: 33%;
    }
    footer a {
        font-size: 24px;
    }
    footer img {
        margin-right: 25px;
        margin-left: 30px;
        width: 176px;
        height: 32px;
    }
}

@media screen and (max-width: 767px) {
    footer div:nth-child(2) {
        display: none;
    }
    footer {
        height: 100px;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 280px;
        margin-top: 70px;
    }
    footer img {
        width: 121px;
        height: 22px;
        margin: 0;
       
    }
    footer div:nth-child(3) {
        font-size: 10px;
    }
    footer div:nth-child(3),
    footer div:nth-child(2),
    footer div:nth-child(1) {
        flex: 0;
    }
}


/* FRONT-PAGE */


/* FIRST-SCREEN */

.main-page .first-screen {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-page .first-screen .front-page-img {
    flex: 50%;
    position: relative;
    justify-content: flex-end;
}

.main-page .first-screen .front-page-img img {
    position: absolute;
    right: 0;
}

.main-page .first-screen .offset {
    flex: 3%;
}

.main-page .first-screen .list {
    flex: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
}

.main-page .first-screen .bg-shapes {
    position: absolute;
    z-index: -1;
    left: 60%;
    transform: translate(-50%, 0);
}

.main-page .first-screen .btn {
    width: 140px;
    height: 40px;
    background: #3053B2;
    border-radius: 115px;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-top: 60px;
    margin-left: -30px;
    cursor: pointer;
    font-weight: 700;
}

.main-page .first-screen .btn:hover {
    background: #6C94FF;
}

.main-page .first-screen .btn:active {
    background: #3053B2;
}

.main-page .first-screen ul {
    list-style-image: url('./img/list-style.png');
    font-size: 54px;
    line-height: 140%;
    text-transform: capitalize;
    font-weight: 700;
}

.main-page .first-screen .front-page-img-phone {
    display: none;
}

@media screen and (max-width: 1365px) {
    .main-page .first-screen .front-page-img {
        flex: 58%;
    }
    .main-page .first-screen .front-page-img img {
        width: 768px;
        height: 392px;
    }
    .main-page .first-screen .bg-shapes {
        left: 70%;
        width: 600px;
        height: 600px;
    }
    .main-page .first-screen .offset {
        flex: 0%;
    }
    .main-page .first-screen .list {
        flex: 32%;
    }
    .main-page .first-screen ul {
        font-size: 40px;
    }
    header .menu-wrapper nav {
        flex: 20%;
    }
    .main-page .first-screen .btn {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .main-page .first-screen ul {
        font-size: 32px;
        list-style-image: url('./img/list-style-768.png');
    }
    .main-page .first-screen .bg-shapes {
        left: 65%;
        width: 532px;
        height: 532px;
    }
    .main-page .first-screen .front-page-img img {
        width: 653px;
        height: 333px;
    }
    .main-page .first-screen .btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-page .first-screen {
        margin-top: -5px;
        flex-direction: column;
        justify-content: center;
    }
    .main-page .first-screen .bg-shapes {
        display: none;
    }
    .main-page .first-screen .front-page-img {
        display: none;
    }
    .main-page .first-screen .offset {
        display: none;
    }
    .main-page .first-screen .front-page-img-phone {
        display: block;
        overflow: hidden;
        margin-right: -3.3%;
        margin-left: -3.3%;
    }
    .main-page .first-screen .front-page-img-phone img {
        width: 595px;
        height: 300px;
        position: relative;
        left: 50%;
        transform: translate(-40%, 0);
    }
    .main-page .first-screen .list {
        align-self: center;
        margin-top: 10px;
    }
    .main-page .first-screen .btn {
        margin-top: 26px;
        width: 100px;
        height: 32px;
        font-size: 12px;
    }
}


/* OPENING */

.main-page .opening {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 250px;
}

.main-page .opening .title {
    width: 400px;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    margin-left: -50px;
}

.main-page .opening .text {
    font-size: 16px;
    line-height: 160%;
    width: 30%;
}

@media screen and (max-width: 1439px) {
    .main-page .opening {
        margin-top: 220px;
    }
    .main-page .opening .text {
        width: 40%;
    }
}

@media screen and (max-width: 1365px) {
    .main-page .opening {
        margin-top: 200px;
    }
    .main-page .opening .title {
        width: 300px;
        font-size: 38px;
        margin-left: 0;
    }
    .main-page .opening .text {
        font-size: 14px;
        width: 46%;
    }
}

@media screen and (max-width: 1023px) {
    .main-page .opening {
        margin-top: 180px;
    }
    .main-page .opening .title {
        width: 250px;
        font-size: 30px;
    }
    .main-page .opening .text {
        font-size: 12px;
        width: 46%;
    }
}

@media screen and (max-width: 767px) {
    .main-page .opening {
        margin-top: 80px;
        flex-direction: column;
        align-items: flex-start;
    }
    .main-page .opening .title {
        width: 90%;
        font-size: 20px;
        margin-bottom: 36px;
    }
    .main-page .opening .text {
        font-size: 12px;
        width: 100%;
    }
}


/* MAP */


.main-page .map svg g {
    transform: scale(0.956) translate(49px, 10px);
}

@media screen and (max-width: 1600px) {
    .main-page .map svg g {
        transform: scale(0.956) translate(51px, 10px);
    }
}

@media screen and (max-width: 1365px) {
    .main-page .map svg g {
        transform: scale(0.956) translate(51px, 10px);
    }
}

@media screen and (max-width: 1270px) {
    .main-page .map svg g {
        transform: scale(0.96) translate(51px, 11px);
    }
}

@media screen and (max-width: 1023px) {
    .main-page .map svg g {
        transform: scale(0.975) translate(46px, 9px);
    }
}

.main-page .jvectormap-zoomin,
.main-page .jvectormap-zoomout,
.main-page .jvectormap-legend-cnt {
    display: none;
}

.main-page .map svg {
    height: 937px;
    /* background: #fff; */
    background-image: url(./img/All_Countries.jpg);
    background-position-x: 10px;
}

.main-page .map {
    margin-top: 115px;
}

.main-page .map img {
    width: 100%;
    height: 940px;
}

.main-page .map .coutries-list {
    display: none;
    list-style-image: url('./img/coutries-list-style.png');
    margin-left: 25px;
}

.main-page .map .coutries-list a {
    color: #F5831F;
    font-weight: 700;
    font-size: 18px;
}

.main-page .map .coutries-list a:active {
    color: #3053B2;
}

.main-page .map .coutries-list li {
    margin-bottom: 18px;
}

@media screen and (max-width: 1439px) {
    .main-page .map img {
        height: 680px;
    }
}

@media screen and (max-width: 1365px) {
    .main-page .map {
        margin-top: 100px;
    }
    .main-page .map img {
        height: 550px;
    }
}

@media screen and (max-width: 1023px) {
    .main-page .map {
        margin-top: 90px;
    }
    .main-page .map img {
        height: 436px;
    }
}

@media screen and (max-width: 767px) {
    .main-page .map {
        margin-top: 35px;
    }
    .main-page .map img {
        width: 15px;
        height: 15px;
        margin-top: 1px;
    }
    .main-page #map {
        display: none;
    }
    .main-page .map .coutries-list {
        display: block;
    }
}

#map path {
    cursor: pointer;
}

.country-name {
    opacity: 0;
	display: none;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 14px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(91, 105, 144, 0.3);
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
}

.country-excerpt {
	display: none;
    bottom: 100%;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    width: 264px;
    height: 297px;
    padding: 30px;
    padding-top: 20px;
    background: #fff;
}
.show-country-name {
    opacity: 1;
	display: block;
}
.country-excerpt::before {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: -5px;
    top: 15px;
    background: #fff;
}
.country-excerpt::after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    right: -5px;
    top: 15px;
    background: #fff;

}
.country-excerpt .close {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 15px;
    background: #F5F9FB;
    border-radius: 115px;
	z-index: 10;
}

.country-excerpt h3 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 23px;
}

.country-excerpt p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    color: #303030;
    margin-top: 10px;
}

.country-excerpt a {
    width: 160px;
    height: 40px;
    background: #3053B2;
    border-radius: 125px;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 25px;

}

.country-excerpt .close>img {
    width: 10px;
    height: 10px;
}

.country-excerpt h3::before {
    display: none;
}



@media screen and (max-width: 1439px) {
    .country-name {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 11px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1365px) {
    .country-excerpt {
        width: 235px;
        height: 271.95px;
    }
    .country-excerpt h3 {
        font-size: 20px;
    }
    .country-excerpt p {
        font-size: 12px;
    }
    .country-excerpt a {
        width: 150px;
        height: 36px;
    }
}

@media screen and (max-width: 1023px) {
    .country-excerpt.show-country-name {
        width: 180px;
        height: 260px;
		padding: 15px;
		
    }
    .country-excerpt h3 {
        font-size: 16px;
    }
    .country-excerpt p {
        font-size: 11px;
    }
	.country-excerpt a {
		width: 100px;
		height: 36px;
		text-align: center;
		
	}
}


/* WHAT_IS */

.main-page .what-is {
    background-image: url('./img/what_is-img.jpg');
    background-size: cover;
    width: 93.9%;
    height: 986px;
    margin-top: 180px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    padding: 0;
}

.main-page .what-is .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}

.main-page .what-is .title {
    width: 400px;
    font-weight: 700;
    font-size: 46px;
    line-height: 130%;
    margin-left: -50px;
    align-self: baseline;
}

.main-page .what-is .text {
    font-size: 14px;
    line-height: 160%;
    width: 30%;
    font-weight: 100;
}

.main-page .what-is .btn {
    background: #3053B2;
    border-radius: 85px;
    width: 180px;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
}

.main-page .what-is .text a {
    color: #fff;
}

.main-page .what-is .btn span {
    margin-left: 28px;
}

.main-page .what-is .btn img {
    margin-right: 24px;
}

.main-page .what-is .btn:hover {
    background: #6C94FF;
}

.main-page .what-is .btn:active {
    background: #3053B2;
}

@media screen and (max-width: 1439px) {
    .main-page .what-is {
        height: 715px;
    }
    .main-page .what-is .wrapper {
        padding-top: 75px;
    }
    .main-page .what-is .text {
        width: 40%;
    }
}

@media screen and (max-width: 1365px) {
    .main-page .what-is {
        margin-top: 170px;
        height: 534px;
		    background-size: 136%;
		background-position-x: 50%;
    }
    .main-page .what-is .wrapper {
        padding-top: 60px;
    }
    .main-page .what-is .title {
        width: 300px;
        font-size: 38px;
        margin-left: 0;
    }
    .main-page .what-is .text {
        font-size: 14px;
        width: 46%;
    }
    .main-page .what-is .btn {
        width: 160px;
        height: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .main-page .what-is {
        margin-top: 150px;
        height: 392px;
        background-size: 1000px;
        background-position-x: 50%;
        background-position-y: 8%;
    }
    .main-page .what-is .wrapper {
        padding-top: 50px;
    }
    .main-page .what-is .title {
        width: 200px;
        font-size: 30px;
    }
    .main-page .what-is .text {
        font-size: 12px;
        width: 46%;
    }
}

@media screen and (max-width: 767px) {
    .main-page .what-is {
        margin-top: 80px;
        width: 100%;
        background-size: 1100px;
    }
    .main-page .what-is .wrapper {
        padding-top: 35px;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 18px;
    }
    .main-page .what-is .title {
        width: 90%;
        font-size: 20px;
        margin-bottom: 18px;
    }
    .main-page .what-is .text {
        font-size: 12px;
        width: 100%;
    }
    .main-page .what-is .btn {
        width: 110px;
        height: 32px;
        font-size: 12px;
    }
    .main-page .what-is .btn span {
        margin-left: 18px;
    }
    .main-page .what-is .btn img {
        margin-right: 14px;
    }
}


/* 404 PAGE */

.page-not-found {
    width: 100vw;
    height: 100vh;
    background-color: #3053B2;
    margin-top: -80px;
    padding: 0;
    display: flex;
    align-items: center;
}

.page-not-found .dark-effect {
    width: 100vw;
    height: 105vh;
    background: #000000;
    opacity: 0.7;
    position: fixed;
}

.page-not-found .img-wrapper {
    overflow: hidden;
    justify-content: flex-end;
    display: flex;
    flex: 55%;
}

.page-not-found .wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 70px;
    flex: 50%;
}

.page-not-found a {
    background: #FFFFFF;
    border-radius: 115px;
    width: 140px;
    height: 40px;
    color: #3053B2;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    position: relative;
    z-index: 10;
}

.page-not-found a:hover {
    background: #6C94FF;
    color: #000000;
}

.page-not-found a:active {
    background: #FFFFFF;
    color: #000000;
}

.page-not-found .title {
    font-weight: 700;
    font-size: 200px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.2);
}

.page-not-found .text {
    font-size: 54px;
    line-height: 130%;
    color: #F5F9FB;
}

.page-not-found .bg-shapes {
    position: absolute;
    z-index: 1;
    left: 60%;
    transform: translate(-50%, 0);
    top: 10%;
}

@media screen and (max-width: 1439px) {
    .page-not-found .bg-shapes {
        width: 900px;
        height: 800px;
        transform: translate(-40%, 0);
    }
    .page-not-found .title {
        font-size: 120px;
    }
    .page-not-found .text {
        font-size: 32px;
    }
}

@media screen and (max-width: 1365px) {
    .page-not-found .bg-shapes {
        width: 623px;
        height: 623px;
        transform: translate(-35%, 0);
    }
    .page-not-found .wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-left: 40px;
        flex: 40%;
    }
    .page-not-found .title {
        font-size: 90px;
    }
    .page-not-found .text {
        font-size: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .page-not-found .bg-shapes {
        display: none;
    }
    .page-not-found .wrapper {
        align-items: center;
        margin-left: 0;
    }
    .page-not-found .img-wrapper {
        margin-top: 150px;
        flex: none;
        margin-bottom: 90px;
    }
    .page-not-found .img-wrapper img {
        width: 653px;
        height: 333px;
    }
    .page-not-found {
        flex-direction: column;
        padding-bottom: 100px;
    }
    .page-not-found .title {
        font-size: 120px;
    }
    .page-not-found .text {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .page-not-found .img-wrapper img {
        width: 367px;
        height: 188px;
    }
    .page-not-found .img-wrapper {
        margin-bottom: 20px;
        margin-top: 100px;
        width: 100%;
        justify-content: center;
    }
    .page-not-found .wrapper a {
        width: 100px;
        height: 32px;
        font-size: 12px;
        margin-top: 30px;
    }
    .page-not-found .title {
        font-size: 70px;
    }
    .page-not-found .text {
        font-size: 18px;
    }
    .page-not-found {
        margin-top: -50px;
    }
}


/* PAGE-ABOUT */


/* FIRST SCREEN */

.page-about .first-screen {
    margin-top: -80px;
    padding-top: 80px;
    height: 955px;
    background-image: url(./img/page-about.jpg);
	background-size: cover;
}

.page-about .first-screen h1 {
    font-weight: 700;
    font-size: 70px;
    display: block;
    width: 400px;
    line-height: 140%;
    text-transform: capitalize;
    top: 50%;
    left: 65%;
    transform: translate(0, -50%);
}

.page-about .first-screen h1::before {
    display: none;
}

@media screen and (max-width: 1520px) {
    .page-about .first-screen {
        height: 680px;
    }
    .page-about .first-screen h1 {
        left: 57%;
    }
}

@media screen and (max-width: 1365px) {
    .page-about .first-screen {
        height: 510px;
    }
    .page-about .first-screen h1 {
        left: 63%;
        font-size: 54px;
        width: 250px;
    }
}

@media screen and (max-width: 1023px) {
    .page-about .first-screen {
        height: 397px;
        margin-top: -70px;
        padding-top: 70px;
    }
    .page-about .first-screen h1 {
        left: 63%;
        font-size: 40px;
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .page-about .first-screen {
        height: 350px;
        background-size: 564px 338px;
        background-position-x: -5px;
        margin-top: -50px;
        padding-top: 50px;
    }
    .page-about .first-screen h1 {
        left: 50%;
        font-size: 24px;
        width: 110px;
        transform: translate(-50%, 0);
        top: 80%;
    }
}


/* CONTENT */

.content {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.content ul {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 90px;
    margin-top: 90px;
}

.content ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 25px;
    position: relative;
    font-weight: 500;
}

.content ul li::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(./img/list-style-about-us.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: -25px;
}

.content ul li:first-child {
    margin-top: 45px;
}

.content p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 45px;
    font-weight: 400;
}

.content span {
    font-size: 18px;
    line-height: 160%;
}

.content a {
    color: #F5831F;
}
.content a:hover {
	color: #3053B2;
}
.content h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 140%;
    margin-bottom: 70px;
    margin-top: 120px;
}

.content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 70px;
    margin-top: 120px;
}

.content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 70px;
    margin-top: 120px;
}

.content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 58px;
    margin-top: 120px;
}

.content h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 52px;
    margin-top: 120px;
}

.content h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 45px;
    margin-top: 120px;
}

.content blockquote {
    padding: 60px 110px 60px 110px;
    font-size: 18px;
    line-height: 160%;
    background: #FFFFFF;
    margin: 120px -120px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.04);
    font-weight: 500;
}

.content blockquote cite {
    font-size: 18px;
    line-height: 160%;
    color: #F5831F;
}

.content blockquote p {
    position: relative;
}

.content blockquote p::after {
    content: '';
    background-image: url('./img/blockquote-after.svg');
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.content blockquote p::before {
    content: '';
    background-image: url('./img/blockquote-before.svg');
    position: absolute;
    top: 5px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.content ol {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 90px;
    margin-top: 20px;
    counter-reset: li;
}

.content ol li::before {
    content: counter(li);
    color: #F5831F;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    counter-increment: li;
	margin-right: 5px;
}

.content ol li {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 25px;
    font-weight: 500;
}

.content figure img {
    max-width: 100%;
}

@media screen and (max-width: 1365px) {
    .content blockquote p::after {
        position: relative;
        top: 2px;
    }
    .content ul li::before {
        width: 17px;
        height: 17px;
        left: -20px;
    }
    .content p {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .content span {
        font-size: 16px;
    }
    .content ul {
        font-size: 16px;
        margin-bottom: 90px;
        margin-top: 90px;
    }
    .content ul li {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 20px;
    }
    .content ol {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .content ol li {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 25px;
    }
    .content h1 {
        font-size: 54px;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .content h2 {
        font-size: 32px;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .content h3 {
        font-size: 24px;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .content h3::before {
        top: 18px;
    }
    .content h4 {
        font-size: 20px;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .content h4::before {
        top: 15px;
    }
    .content h5 {
        font-size: 14px;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .content h5::before {
        top: 10px;
    }
    .content h6 {
        font-size: 16px;
        margin-bottom: 40px;
        margin-top: 120px;
    }
    .content blockquote {
        padding: 50px 82px 50px 82px;
        font-size: 16px;
        margin: 120px -120px;
    }
    .content blockquote cite {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .content ul li::before {
        width: 15px;
        height: 15px;
    }
    .content blockquote p::before {
        top: 5px;
        left: -15px;
        width: 15px;
        height: 15px;
    }
    .content blockquote p::after {
        width: 15px;
        height: 15px;
    }
    .content {
        max-width: 588px;
    }
    .content p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .content ul {
        font-size: 14px;
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .content ul li:first-child {
        margin-top: 10px;
    }
    .content ul li {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .content blockquote {
        padding: 46px 60px 46px 60px;
        font-size: 16px;
        margin: 60px -60px;
    }
    .content blockquote cite {
        font-size: 14px;
    }
    .content h1 {
        font-size: 40px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h2 {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h2::before {
        top: 18px;
    }
    .content h3 {
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h3::before {
        width: 45px;
        top: 17px;
        left: -70px;
    }
    .content h4 {
        font-size: 18px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h4::before {
        width: 45px;
        top: 15px;
        left: -70px;
    }
    .content h5 {
        font-size: 16px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h5::before {
        width: 45px;
        top: 10px;
        left: -70px;
    }
    .content h6 {
        font-size: 14px;
        margin-bottom: 30px;
        margin-top: 120px;
    }
    .content h6::before {
        width: 45px;
        top: 12px;
        left: -70px;
    }
}

@media screen and (max-width: 767px) {
    .content blockquote p::before {
        left: -12px;
        width: 12px;
        height: 12px;
    }
    .content blockquote p::after {
        width: 12px;
        height: 12px;
    }
    .content {
        max-width: 280px;
    }
    .content p {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .content blockquote {
        padding: 40px 40px 40px 40px;
        font-size: 16px;
        margin: 60px -20px;
    }
    .content blockquote cite {
        font-size: 12px;
    }
    .content h2 {
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h2::before {
        display: none;
    }
    .content h3 {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h3::before {
        display: none;
    }
    .content h4 {
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h4::before {
        display: none;
    }
    .content img {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .content h5 {
        font-size: 14px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .content h5::before {
        display: none;
    }
    .content h6 {
        font-size: 12px;
        margin-bottom: 30px;
        margin-top: 80px;
    }
    .content h6::before {
        display: none;
    }
    .content ul li {
        font-size: 12px;
    }
    .content ol li {
        font-size: 12px;
    }
}


/* COUNTRY */

.page-country .first-screen {
    margin-top: -80px;
    /* padding-top: 80px; */
    height: 955px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 100px;
    background-size: cover;
}

.page-country .country-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.04);
    height: 164px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
}

.page-country .first-screen h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
	text-align: center;
}

.page-country .first-screen h1::before {
    display: none;
}

.page-country .content {
    max-width: 630px;
    margin-left: 44%;
    margin-right: auto;
    padding: 0;
    position: relative;
}

.page-country .content figure img {
    max-width: none;
    margin-bottom: 50px;
}

.page-country .case-wrapper.content .case figure img {
    max-width: 100%;
}

.page-country .case-wrapper.content {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
    width: 1290px;
    max-width: none;
    margin-left: auto;
    margin-bottom: 100px;
    margin-top: 100px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 5px 5px;
}

.page-country .case-wrapper .case {
    width: 630px;
    margin-left: 44%;
}

.page-country .case-wrapper .case h2,
.page-country .case-wrapper .case h3,
.page-country .case-wrapper .case h4,
.page-country .case-wrapper .case h5,
.page-country .case-wrapper .case h6 {
    left: 50px;
}

.page-country .content h2,
.page-country .content h3,
.page-country .content h4,
.page-country .content h5,
.page-country .content h6 {
    position: absolute;
    left: -80%;
    margin: 0;
    width: 410px;
    border-top: 1px solid #DDE1E2;
    padding-top: 25px;
}

.page-country .content h2::before,
.page-country .content h3::before,
.page-country .content h4::before,
.page-country .content h5::before,
.page-country .content h6::before {
    display: none;
}

@media screen and (max-width: 1439px) {
    .page-country .first-screen h1 {
        font-size: 43px;
    }
    .page-country .first-screen {
        height: 680px;
    }
}

@media screen and (max-width: 1365px) {
    .page-country .first-screen {
        height: 510px;
    }
    .page-country .country-wrapper {
        height: 140px;
    }
    .page-country .content h2,
    .page-country .content h3,
    .page-country .content h4,
    .page-country .content h5,
    .page-country .content h6 {
        width: 390px;
    }
    .page-country .case-wrapper .case h2,
    .page-country .case-wrapper .case h3,
    .page-country .case-wrapper .case h4,
    .page-country .case-wrapper .case h5,
    .page-country .case-wrapper .case h6 {
        width: 350px;
    }
    .page-country .case-wrapper .case {
        width: 525px;
        margin-left: 44%;
    }
    .page-country .content {
        max-width: 525px;
        margin-left: 44%;
    }
    .page-country .case-wrapper.content {
        padding-top: 35px;
        padding-bottom: 35px;
        background: #fff;
        width: 93%;
        max-width: none;
        margin-left: auto;
        margin-bottom: 100px;
    }
    .page-country .content blockquote {
        padding: 20px 60px 20px 60px;
        font-size: 16px;
        margin: 120px 0px;
    }
    .page-country .first-screen h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1023px) {
    .page-country .first-screen {
        height: 382px;
    }
    .page-country .first-screen h1 {
        font-size: 26px;
    }
    .page-country .country-wrapper {
        height: 120px;
    }
    .page-country .content h2,
    .page-country .content h3,
    .page-country .content h4,
    .page-country .content h5,
    .page-country .content h6 {
        position: initial;
        left: 0;
        margin-bottom: 40px;
        margin-top: 80px;
        width: auto;
        border-top: 1px solid #DDE1E2;
        padding-top: 15px;
    }
    .page-country .content {
        max-width: 467px;
        margin-left: auto;
    }
    .page-country .case-wrapper.content {
        padding-top: 35px;
        padding-bottom: 35px;
        background: #fff;
        width: 588px;
        max-width: none;
        margin-left: auto;
        margin-bottom: 100px;
    }
    .page-country .case-wrapper .case {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        left: auto;
    }
    .page-country .case-wrapper .case h2,
    .page-country .case-wrapper .case h3,
    .page-country .case-wrapper .case h4,
    .page-country .case-wrapper .case h5,
    .page-country .case-wrapper .case h6 {
        margin-top: 0;
        width: auto;
    }
    .page-country .content blockquote {
        margin: 60px 0px;
    }
}

@media screen and (max-width: 767px) {
    .page-country .first-screen {
        height: 160px;
    }
    .page-country .content {
        max-width: 280px;
        margin-left: auto;
    }
    .page-country .first-screen {
        height: 160px;
    }
    .page-country .first-screen h1 {
        font-size: 22px;
    }
    .page-country .case-wrapper.content {
        width: 100%;
        margin-bottom: 50px;
    }
    .page-country .case-wrapper .case {
        width: 280px;
    }
    .page-country .content figure img {
        margin-bottom: 10px;
    }
    .page-country .content blockquote {
        padding: 40px 40px 40px 40px;
        font-size: 16px;
        margin: 60px -20px;
    }
    .page-country .content h2,
    .page-country .content h3,
    .page-country .content h4,
    .page-country .content h5,
    .page-country .content h6 {
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .page-country .country-wrapper {
        height: 70px;
        width: 280px;
        margin-bottom: -55px;
    }
}



/* Alex DemchCo 10/10/2019 */
