@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-Italic.eot');
	src: local('Proba Pro Italic'), local('ProbaPro-Italic'),
		url('../fonts/ProbaPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-Italic.woff') format('woff'),
		url('../fonts/ProbaPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-Regular.eot');
	src: local('Proba Pro Regular'), local('ProbaPro-Regular'),
		url('../fonts/ProbaPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-Regular.woff') format('woff'),
		url('../fonts/ProbaPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-Bold.eot');
	src: local('Proba Pro Bold'), local('ProbaPro-Bold'),
		url('../fonts/ProbaPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-Bold.woff') format('woff'),
		url('../fonts/ProbaPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-LightItalic.eot');
	src: local('Proba Pro Light Italic'), local('ProbaPro-LightItalic'),
		url('../fonts/ProbaPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-LightItalic.woff') format('woff'),
		url('../fonts/ProbaPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-Medium.eot');
	src: local('Proba Pro Medium'), local('ProbaPro-Medium'),
		url('../fonts/ProbaPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-Medium.woff') format('woff'),
		url('../fonts/ProbaPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-Light.eot');
	src: local('Proba Pro Light'), local('ProbaPro-Light'),
		url('../fonts/ProbaPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-Light.woff') format('woff'),
		url('../fonts/ProbaPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-ExtraLight.eot');
	src: local('Proba Pro ExtraLight'), local('ProbaPro-ExtraLight'),
		url('../fonts/ProbaPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-ExtraLight.woff') format('woff'),
		url('../fonts/ProbaPro-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-BoldItalic.eot');
	src: local('Proba Pro Bold Italic'), local('ProbaPro-BoldItalic'),
		url('../fonts/ProbaPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-BoldItalic.woff') format('woff'),
		url('../fonts/ProbaPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Proba Pro';
	src: url('../fonts/ProbaPro-ExtraLightItalic.eot');
	src: local('Proba Pro ExtraLight Italic'), local('ProbaPro-ExtraLightItalic'),
		url('../fonts/ProbaPro-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProbaPro-ExtraLightItalic.woff') format('woff'),
		url('../fonts/ProbaPro-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}
body {
    font-family: Proba Pro;
}

section {
	overflow: hidden;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.home {
	float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding-top: 29px;
    padding-bottom: 29px;
    transition: .3s;
}
header.site-header {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding-top: 29px;
    padding-bottom: 29px;
    transition: .3s;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1258px;
}
header .container .logo {
    float: left;
}
header .container .nav {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-top: -2px;
}
.header--right {
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .container .nav li {
    float: left;
    margin-right: 37px;
}
.header--right .tel {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    margin-right: 12px;
    margin-right: 48px;
}
.header--right .recall {
    float: right;
    width: 191px;
    line-height: 56px;
    border-radius: 3px;
    background-color: #f1c80d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242829;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .3s;
    border: 2px solid transparent;
}
.header--right .recall:hover, .header--right .recall:active {
    border-color: #f1c80d;
    background: none;
    color: #ffffff;
}
header .container .nav li a {
    float: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    text-decoration: none;
    position: relative;
}
header .container .nav li a:hover:before {
    width: 100%;
}
header .container .nav li a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
    transition: .3s;
    height: 2px;
    background: #f1c80d;
}
.block-header {
    position: absolute;
    width: 65%;
    height: 117px;
    z-index: -1;
    background: #393185;
    top: 0;
    left: 0;
}
.header--right .tel.site-header {
    color: #242829;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    margin-right: 12px;
    margin-right: 30px;
}
.header--right .recall.site-header:hover, .header--right .recall.site-header:active {
    border-color: #f1c80d;
    background: none;
    color: #242829;
}
.site-header .container .nav li a {
    color: #242829;
    font-size: 15px;
}
header.site-header {
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 3px 7px #ebebeb;
}
/*--------------------------------------------------------------
# Main content
--------------------------------------------------------------*/
.entry-content {
    font-size: 18px;
    line-height: 2;
}
h1.entry-title {
    margin: 22px 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    text-transform: uppercase;
    color: #281A30;
    position: relative;
    max-width: 800px;
    margin: 20px auto;
}
.entry-title i {
    width: 140px;
    height: 5.74px;
    margin-left: 30px;
    background: #393185;
}
.reg_ul {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #20222A;
    margin-bottom: 25px;
    padding-left: 10px;
}
.reg_ul li::before {
    content: "•";
    font-family: Fontawesome;
    font-size: 20px;
    left: -10px;
    color: rgb(241, 200, 13);
    font-weight: 700;
    position: relative;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.top__footer {
    float: left;
    width: 100%;
    padding-top: 35px;
    display: flex;
    justify-content: center;
    padding-bottom: 34px;
    border-bottom: 2px solid #F7F4FA;
}
.top__footer .container .left {
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top__footer .container .right {
    float: right;
    width: 100%;
    max-width: 450px;
}
.top__footer .container .right ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom__footer {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.bottom__footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom__footer .container p {
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #82879A;
}
.top__footer .container .right ul li a {
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    color: #82879A;
}
.top__footer .container .right ul li a:hover {
    color: #281A30;
}
.top__footer .container .left .logo {
    float: left;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #5E1C9D;
    padding-right: 9px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main__banner {
	float: left;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    background: url(/wp-content/uploads/2019/09/dizain-i-pechat-poligrafii-lyuboi-slozhnosti-photo-3a4b.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.banner_cont__overlay {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
}
.main__banner .container {
    z-index: 4;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
}
.main_left {
    float: left;
    width: 100%;
    max-width: 630px;
}
.main_left h1 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 57px;
    font-weight: 700;
    line-height: 67px;
    text-transform: uppercase;
}
.main_right {
    float: left;
    width: calc(100% - 630px);
    padding-left: 174px;
    padding-left: 170px;
    padding-top: 3px;
}
.main_right ul {
    float: left;
    width: 100%;
    max-width: 245px;
}
.main_right ul li {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}
.main_right ul li span {
    float: left;
    width: 39px;
    height: 39px;
    background-color: #393185;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_right ul li p {
    float: left;
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.29px;
    margin-left: 19px;
}
.stroked_text {
    line-height: 127px;
    font-size: 130px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #eae8ff;
    color: transparent;
    font-weight: 900;
}
.main__banner .stroked_text {
    bottom: -34px;
    right: 55px;
    position: absolute;
    z-index: 4;
}
.banner_cont--bottom {
    float: left;
    width: 100%;
    margin-top: 141px;
}
.banner_cont--bottom ul .know_more__link {
    padding: 0 50px;
    margin-right: 20px;
}
.banner_cont--bottom ul a {
    border-radius: 3px;
    border: 2px solid transparent;
    background-color: #f1c80d;
    color: #242829;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 66px;
    float: left;
    text-align: center;
    transition: .3s;
}
.banner_cont--bottom ul .get_consult__link {
    padding: 0 48px;
}
a.know_more__link {
    background: transparent !important;
    border: 2px solid #f1c80d !important;
    color: #ffffff !important;
}
a.know_more__link:hover {
    color: #242829 !important;
    border: 2px solid #f1c80d !important;
    background: #f1c80d !important;
}
.banner_cont--bottom ul a:hover, .banner_cont--bottom ul a:active {
    border-color: #f1c80d;
    background: none;
    color: #ffffff;
}
/*--------------------------------------------------------------
# Advantages
--------------------------------------------------------------*/
.advantages_wrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 160px;
    position: relative;
}
.advantages__left {
    float: left;
    width: 100%;
    max-width: 570px;
}
.advantages__left h3 {
    margin-bottom: 12px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    text-transform: uppercase;
    color: #281A30;
    position: relative;
}
.advantages__left h3 i {
    width: 140px;
    height: 5.74px;
    margin-left: 30px;
    background: #393185;
}
.advantages__left .title_p {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #82879A;
    margin-bottom: 40px;
}
.advantages__left .reg_p {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #20222A;
    margin-bottom: 25px;
}
.advantages__left .reg_ul {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #20222A;
    margin-bottom: 25px;
    padding-left: 10px;
}
.advantages__left .reg_ul li:before {
    content: '•';
    font-family: Fontawesome;
    font-size: 20px;
    left: -10px;
    color: #f1c80d;
    font-weight: 700;
    position: relative;
}
.advantages__left .reg_p span {
    font-weight: 700;
}
.advantages__right {
    float: right;
    width: calc(100% - 570px);
    padding-left: 30px;
}
.advantages__right ul {
    float: left;
    width: 100%;
    max-width: 570px;
}
.advantages__right ul li:first-child {
    animation-name: wave;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.advantages__right ul li:nth-child(2) {
    animation-name: wave;
    animation-duration: 2s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.advantages__right ul li:nth-child(3) {
    animation-name: wave;
    animation-duration: 2s;
    animation-delay: 3.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.advantages__right ul li {
    float: left;
    width: 100%;
    max-width: 523px;
    transition: .3s;
    margin-bottom: 10px;
    border: 2px solid #393185;
    position: relative;
    border-radius: 3px;
}
.advantages__right ul li:hover {
    box-shadow: 0 6px 12px #eae8ff;
    transform: scale(1.05);
}
.advantages__right ul li div {
    float: left;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
    cursor: default;
}
.advantages__right ul li div .li_left {
    float: left;
    width: 80%;
    padding-left: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.advantages__right ul li div .li_left figure {
    float: left;
    width: 65px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.advantages__right ul li div .li_left p {
    float: left;
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #20222A;
}
.expert_consult__cont a:hover + p {
    transform: none;
}
.advantages__right ul li div .li_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -30px;
    z-index: 3;
    font-style: normal;
    font-size: 64px;
    text-align: center;
    color: #eae8ff;
    font-weight: 900;
    transition: .1s;
}
.expert_consult__cont {
    float: left;
    width: 100%;
    padding-top: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.expert_consult__cont a {
    float: left;
    width: 100%;
    max-width: 280px;
    height: 70px;
    background: #f1c80d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #242829;
    border-radius: 3px;
}
.expert_consult__cont a:hover {
    text-decoration: none;
}
.expert_consult__cont p {
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #393185;
    transform: translateX(-18px);
    transition: .3s;
}
.expert_consult__cont p i {
    float: left;
    width: 110px;
    height: 2px;
    background: #F7F4FA;
    margin-right: 7px;
}
a.service-more {
    position: absolute;
    right: 35px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(128, 123, 180, 0.27);
    font-weight: 900;
    font-size: 25px;
    padding: 30px 0px;
}
/*--------------------------------------------------------------
# About wrap
--------------------------------------------------------------*/
.about_wrap {
    float: left;
    width: 100%;
    margin-top: 130px;
    display: flex;
    justify-content: center;
    position: relative;
}
.about_wrap .block {
    position: absolute;
    width: 450px;
    height: 704px;
    z-index: 2;
    background: #393185;
    top: 0;
    left: 0;
}
.about_left {
    float: left;
    width: 100%;
    max-width: 455px;
    position: relative;
    z-index: 2;
    margin-top: -32px;
}
.about_left img {
    float: left;
    width: 100%;
}
.about_right {
    float: right;
    width: calc(100% - 515px);
    padding-top: 90px;
    position: relative;
    z-index: 1;
}
.about_right h3 {
    margin-bottom: 12px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    color: #281A30;
    position: relative;
}
.about_right h3 i {
    width: 140px;
    height: 5.74px;
    background: #393185;
    position: absolute;
    top: 33px;
    left: -171px;
}
.about_right h3 span {
    color: #393185;
    margin-left: 3px;
}
.about_right .title_p {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #82879A;
    margin-bottom: 60px;
}
.about_right .advantages_us__cont {
    float: left;
    width: 1050px;
    padding-left: 410px;
    margin-left: -460px;
    padding-top: 50px;
    padding-bottom: 34px;
    padding-right: 120px;
    position: relative;
    background: #eae8ff;
}
.about_right .advantages_us__cont .rotate_span {
    position: absolute;
    transform: rotate(90deg);
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    color: #FFFFFF;
    top: 205px;
    right: -185px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #eae8ff;
}
.about_right .advantages_us__cont ul {
    float: left;
    width: 100%;
}
.about_right .advantages_us__cont ul li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.about_right .advantages_us__cont ul li figure {
    float: left;
    width: 70px;
    height: 80px;
    position: relative;
    background: #5E1C9D;
}
.advantages_us__cont p {
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 12px;
}
/*--------------------------------------------------------------
# Works wrap
--------------------------------------------------------------*/
.works_wrap {
    float: left;
    width: 100%;
    margin-top: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.works_wrap .container {
    position: relative;
}
.works_wrap h3 {
    max-width: 1070px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    color: #242829;
    font-size: 52px;
    font-weight: 700;
    line-height: 61px;
    text-transform: uppercase;
}
.works_wrap h3 i {
    width: 80px;
    height: 5.74px;
    margin-left: 30px;
    background: #393185;
    position: absolute;
    top: 30px;
    right: -40px;
}

.completed_projects__slider__wrapper {
    float: left;
    width: 100%;
}
.completed_projects__slider {
    float: right;
    max-width: 1550px;
}
.completed_projects__slide {
    margin-right: 30px;
}
.completed_projects__slide--inside {
    float: left;
    width: 100%;
    position: relative;
}
.completed_projects__slide--inside .photo_overlay {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(22, 27, 35, 0.7);
    z-index: 2;
}
.completed_projects__slide--inside img {
    float: left;
    width: 100%;
    height: 100%;
    object_fit: cover;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.completed_projects__slide--inside .content_slide {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 33px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 400px;
}
.completed_projects__slide--inside section {
    float: left;
    width: 100%;
}
.completed_projects__slide--inside section p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 9px;
}
.completed_projects__slide--inside section p:last-child {
    margin-bottom: 0;
}
.completed_projects__slide--inside .title_slide {
    float: left;
    width: 100%;
    position: relative;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
}
.slider_pagination {
    float: left;
    width: 100px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider_pagination .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.works_wrap .container {
    position: relative;
}
.slider_pagination__arrow {
    float: left;
}
.slider_pagination__arrow span {
    cursor: pointer;
}
.slider_pagination--center {
    margin: 0 29px;
}
.slider_pagination--center ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_pagination--center ul li {
    float: left;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 100px;
    transition: .3s;
}
.slider_pagination--center ul .slick-active {
    border-color: #3DB9BF;
}
.slider_pagination--center ul li button {
    text-indent: -10000px;
    width: 6px;
    height: 6px;
    background-color: #253035;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    transition: .3s;
}
/*--------------------------------------------------------------
# Contacts wrap
--------------------------------------------------------------*/
.contacts__wrap {
    float: left;
    width: 100%;
    margin-top: 75px;
    display: flex;
    justify-content: center;
    position: relative;
}
.contacts__wrap .block {
    position: absolute;
    width: 406px;
    height: 768px;
    background: #eae8ff;
    z-index: 1;
    top: 76px;
    right: 0;
}
.contacts__wrap .block span {
    float: left;
    transform: rotate(90deg);
    font-style: normal;
    font-weight: bold;
    font-size: 144px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 309px;
}
.contacts__wrap #map {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 400px;
    z-index: 3;
}
.contacts__wrap .container {
    position: relative;
    z-index: 2;
}
.contacts__left {
    float: left;
    width: 100%;
    max-width: 515px;
    padding-top: 50px;
}
.contacts__left h3 {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 62px;
    text-transform: uppercase;
    color: #281A30;
    position: relative;
}
.contacts__left h3 span {
    color: #393185;
}
.contacts__left h3 i {
    float: right;
    top: 50%;
    transform: translateY(-50%);
    right: -140px;
    position: absolute;
    width: 118px;
    height: 5px;
    background: #393185;
    margin-left: 27px;
}
.contacts__left .title_p {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    color: #82879A;
    margin-bottom: 27px;
}
.contacts__left ul {
    float: left;
    width: 100%;
}
.contacts__left ul li {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #281A30;
    margin-bottom: 10px;
}
.contacts__left ul li span {
    float: left;
    font-weight: bold;
    margin-right: 5px;
}
.contacts__right {
    float: right;
    width: 100%;
    max-width: 570px;
    background: #393185;
    padding-top: 57px;
    padding-bottom: 70px;
    padding-left: 100px;
    padding-right: 100px;
}
.contacts__right .title {
    float: left;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 65px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.contacts__right .title_p {
    float: left;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 33px;
}
.contacts__right form {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts__right form input {
    float: left;
    width: 100%;
/*     max-width: 320px; */
    height: 70px;
    border: 2px solid #ffffff;
    text-align: center;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 21px;
    padding: 0 15px;
}
.contacts__right form textarea {
    float: left;
    width: 100%;
/*     max-width: 320px; */
    height: 130px;
    border: 2px solid #ffffff;
    text-align: center;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    resize: none;
    padding: 0 15px;
    padding-top: 10px;
}
.contacts__right form button {
    float: left;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: #f1c80d;
    border: 0px;
    border-radius: 3px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: .3s;
}
input.wpcf7-form-control.wpcf7-submit {
    float: left;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: #f1c80d;
    border: 0px;
    border-radius: 3px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: .3s;
    color: #242829;
}
.contacts__right form button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
    transform: scale(1.05);
}
::placeholder {
    color: #adb5bd;
}
.swiper-container {
    width: 85%;
    margin-right: inherit !important;
  }
  .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60%;
    max-width: 490px;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
      content: '' !important;
  } 
/*--------------------------------------------------------------
# Single page wrap
--------------------------------------------------------------*/
h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0;
}
acticle p {
    margin-bottom: 10px;
}
  .post-thumbnail-vitryna {
    height: 30rem;
    margin-top: 130px;
    background-position: bottom !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.bg_overlay {
    position: absolute;
    background: #242829;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.post-title {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    z-index: 2;
    padding: 3rem;
}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.popup-input {
    width: 100%;
    border: 1px solid #dadada!important;
    border-radius: 0px !important;
    padding: 1rem !important;
    margin: 1rem 0;
}
.popup-title {
    font-size: 2rem;
    color: #242829;
    font-weight: 900;
}
span.wpcf7-not-valid-tip {
    font-size: .8em;
        top: -15px;
    position: relative;
}
/*
** Mobile menu
*/
.mobile-menu {
    display: none;
    position: fixed;
    bottom: 10px;
    background: #ffffff;
    width: 100%;
    padding: 20px 10px;
    z-index: 9999;
    border-radius: 10px;
}
.mobile-nav {
    display: flex;
    justify-content: space-around;
}

.site-content {
	overflow-y: hidden;
}