@charset "UTF-8";
/*
Theme Name: Twenty Nineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/

/*Benefits 1*/
.benefits-1 h2 {
	font-family: "ProximaNova-Bold", sans-serif;
	font-weight: 600;
    margin-bottom: 30px;
	font-size: 40px;
}

.benefits-1 .name {
    font-size: 18px;
    font-weight: 600;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center;
}

.benefits-1 .position {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.benefits-1 .mail {
    font-size: 16px;
    font-weight: 600;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 5px;
    text-align: center;
}
.benefits-1 .mail a {
    color: var(--yellow);
}

.benefits-1 .benefit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}

.benefits-1 .benefit .number {
    background-color: var(--yellow);
    color: #fff;
    height: 100%;
    padding: 25px;
    border-radius: 20px;
    font-size: 28px;
    font-weight: 600;
    font-family: "ProximaNova-Bold", sans-serif;
    display: flex;
    align-items: center;
}

.benefits-1 .benefit .info {
    padding: 10px 30px;
}

.benefits-1 .benefit .info .title {
    font-size: 26px;
	line-height: 1;
    font-weight: 600;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 5px;
}

.benefits-1 .benefit .info .text {
    margin-bottom: 0;
	font-size: 18px;
}

.r-btn a, .brd-btn a {
    text-decoration: none;
}

.r-btn-inner {
    color: #fff;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 18px;
    text-align: center;
    background-color: var(--red);
    border: 1px solid var(--red);
    padding: 15px 40px;
    border-radius: 20px;
}

.benefits-1 .r-btn {
    display: flex;
}

.benefits-1 img {
	width: 75%;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 767px) {
    .benefits-1 .benefit {
        flex-direction: column;
    }
    .benefits-1 .benefit .number {
        width: 100%;
    }
    .benefits-1 .r-btn {
        margin-bottom: 30px;
    }
}


.why-we-subtitle {
	font-size: 21px;
	margin-bottom: 20px;
}

.search-sources h2 {
    margin-bottom: 35px;
    margin-top: 40px;
	font-family: "ProximaNova-Bold", sans-serif;
	font-size: 40px;
}

.source-box {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px;
    height: 250px;
    border-radius: 20px;
    transition: background-size 1s ease-in;
    -moz-transition: background-size 1s ease-in;
    -web-kit-transition: background-size 1s ease-in
}

.source-box:hover {
    background-size: 115% 115%;
    transition: background-size 1s ease-in;
    -moz-transition: background-size 1s ease-in;
    -web-kit-transition: background-size 1s ease-in
}

.source-box .title {
    text-align: center;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 28px;
    color: #fff;
    min-height: 110px;
	width: 100%;
}

.source-box .number {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--yellow);
}

.source-box-color .title {
    color: var(--black);
}

.source-box-color {
    background-color: #F2F2F2;
}

.source-box-ybg {
    background-color: var(--yellow);
}

.source-box-ybg .number {
    color: #fff;
}

.result {
    width: 100%;
    border-radius: 20px;
    background-color: var(--yellow);
    margin-top: 20px;
    padding: 30px;
}

.result p {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.about-mod .result {
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .source-box {
        margin-bottom: 20px;
    }
    .result p {
        font-size: 21px;
    }
	.search-sources h2 {
		font-size: 28px;
	}
}



.section-certificates {
	background-color: #ffd500;
	padding: 50px 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
}





.section-advantages .section-title {
	margin-bottom: 30px;
}

.section-advantages .item-title {
	font-family: "ProximaNova-Bold", sans-serif;
}

.section-advantages .item-desc {
	font-size: 16px;
}

.adv_icon {
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	background: #fff;
	-webkit-box-shadow: 4px 6px 13px rgba(51, 51, 51, .1), inset -1px -1px 1px #f2f2f2, inset 1px 1px 1px #fff;
	box-shadow: 4px 6px 13px rgba(51, 51, 51, .1), inset -1px -1px 1px #f2f2f2, inset 1px 1px 1px #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}




.mission-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 40px;
}

.mission-box .left, .mission-box .right {
	width: 50%;
}

.mission-box .title {
	font-family: "ProximaNova-Xbold", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 48px;
	color: #23211F;
	margin-bottom: 24px;
}

.mission-box p strong {
	font-family: "ProximaNova-Bold", sans-serif;
}

.mission-img-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	border-radius: 130px 20px;
}




.cv-creator .nf-form-layout {
	background-color: #FFDA00;
	border-radius: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
    margin-bottom: 50px;
	margin-top: 50px;
}

.cv-creator .nf-form-content {
	background-color: #fff;
	padding: 30px !important;
    border-radius: 20px;
}

.cv-creator .nf-mp-header {
	width: 40%;
	float: left;
}

.cv-creator .nf-mp-body {
	width: 55%;
    float: left;
    margin-left: 5%;
	min-height: 520px;
}

.cv-creator .nf-breadcrumbs li {
    float: none !important;
}

.cv-creator .nf-breadcrumbs li a {
	font-family: 'ProximaNova-Bold';
}

.cv-creator .nf-breadcrumbs li a:first-letter {
	background: #E3E3E3;
	color: #fff;
	padding: 5px;
	border-radius: 30px;
	padding: 10px 15px;
	font-family: Courier New;
	font-weight: 600;
	margin-right: 5px;
}

.cv-creator .nf-breadcrumbs li.active a:first-letter {
	background: #FFDA00;
	color: #000;
	padding: 5px;
	border-radius: 30px;
	padding: 10px 15px;
	font-family: Courier New;
}

.cv-creator .nf-form-content .list-select-wrap .nf-field-element>div, .cv-creator .nf-form-content input:not([type=button]), .cv-creator .nf-form-content textarea {
    background: #fff !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
    color: #777 !important;
}

.cv-creator .nf-form-content .label-above .nf-field-label, .cv-creator .nf-form-content .label-below .nf-field-label, .cv-creator .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 2px !important;
}

.cv-creator #ninja_forms_required_items, .cv-creator .nf-field-container {
    margin-bottom: 20px !important;
}

.cv-creator .nf-next-item .nf-next {
    background-color: #e5091a !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e5091a !important;
    color: #ffffff !important;
    border-radius: 30px !important;
	padding: 12px 30px !important;
}









.block-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 650px;
    background: #E5E5E5;
    overflow: hidden;
    -webkit-box-shadow: 0 -16px 250px rgb(0 0 0 / 6%);
    box-shadow: 0 -16px 250px rgb(0 0 0 / 6%);
    border-radius: 15px;
    padding: 60px;
}

.container-full {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.our-partners-left {
    width: 50%;
}

.title-our-partners-left {
	font-family: "ProximaNova-Xbold", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #23211F;
    margin-bottom: 24px;
}

.text-our-partners-left {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #4E4C4B;
}




.our-partners-right {
    position: relative;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.octagon {
    width: 430px;
    height: 419px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/Vector-fon.svg);
    position: relative;
}

.block-logo1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 222px;
    height: 223px;
    margin-top: 10px;
}

.partners-logo1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    width: 161px;
    height: 161px;
    border-radius: 100%;
}

.partners-logo1 img {
    width: 100%;
}

.block-list {
    display: contents;
}

.block-logo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 122px;
    height: 123px;
    top: -30px;
}

.block-logo2:before {
    content: '';
    width: 90px;
    height: 190px;
    margin-top: 20px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
}

.partners-logo2, .partners-logo3, .partners-logo4, .partners-logo5, .partners-logo6, .partners-logo7, .partners-logo8 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #FFFFFF;
    width: 122px;
    height: 122px;
    border-radius: 100%;
    background: linear-gradient(180deg, #D6D6D6 0%, #FFFFFF 60%);
    box-shadow: 6.85802e-16px 11.2px 22.4px rgba(51, 51, 51, 0.24), inset -2.13361e-16px -3.48444px 3.48444px #CCCCCC, inset 2.13361e-16px 3.48444px 3.48444px #FFFFFF;
    transition: 1s;
}

.partners-logo2 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo2 img {
    width: 70px;
}

.link_hover {
    display: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #23211F;
    margin-top: 5px;
}

.link_block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 15px;
}

.block-logo3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 10px;
    right: 30px;
}

.block-logo3:before {
    content: '';
    width: 90px;
    height: 190px;
    margin-top: 20px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
    transform: rotate(45deg);
    left: 30px;
    position: absolute;
}

.partners-logo3 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo3 img {
    width: 70px;
}

.block-logo4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 170px;
    right: 0px;
}

.block-logo4:before {
    content: '';
    width: 90px;
    height: 190px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
    transform: rotate(105deg);
    left: 30px;
    position: absolute;
}

.partners-logo4 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo4 img {
    width: 70px;
}

.block-logo5 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 300px;
    right: 100px;
}


.block-logo5:before {
    content: '';
    width: 90px;
    height: 190px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
    transform: rotate(145deg);
    left: 30px;
    top: -15px;
    position: absolute;
}

.partners-logo5 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo5 img {
    width: 70px;
}

.block-logo6 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 300px;
    right: 280px;
}

.block-logo6:before {
    content: '';
    width: 90px;
    height: 190px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
    transform: rotate(215deg);
    left: 40px;
    top: -15px;
    position: absolute;
}

.partners-logo6 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo6 img {
    width: 70px;
}

.block-logo7 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 170px;
    left: 0px;
}

.block-logo7:before {
    content: '';
    width: 90px;
    height: 190px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
    transform: rotate(255deg);
    left: 50px;
    position: absolute;
}

.partners-logo7 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo7 img {
    width: 70px;
}

.block-logo8 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 10px;
    left: 30px;
}

.block-logo8:before {
    content: '';
    width: 90px;
    height: 190px;
    margin-top: 20px;
    background: url(https://it-smrt.com/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
    background-position: top;
    transform: rotate(316deg);
    position: absolute;
}

.partners-logo8 a {
    background: white;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #e6e6e6;
}

.partners-logo8 img {
    width: 70px;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .container-full.block-partners {
        flex-wrap: wrap;
        height: auto;
    }
    .our-partners-left {
        width: 100%;
    }
    .our-partners-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .octagon {
        display: none;
    }
    .block-logo1, .block-logo2, .block-logo3, .block-logo4, .block-logo5, .block-logo6, .block-logo7, .block-logo8 {
        position: inherit;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 50%;
    }
	.block-logo1:before, .block-logo2:before, .block-logo3:before, .block-logo4:before, .block-logo5:before, .block-logo6:before, .block-logo7:before, .block-logo8:before {
		display: none;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
    .container-full.block-partners {
        flex-wrap: wrap;
        height: auto;
    }
    .block-partners {
        padding: 20px;
    }
    .our-partners-left {
        width: 100%;
    }
    .title-our-partners-left {
        font-size: 26px;
        line-height: 34px;
    }
    .our-partners-right {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .octagon {
        display: none;
    }
    .block-logo1, .block-logo2, .block-logo3, .block-logo4, .block-logo5, .block-logo6, .block-logo7, .block-logo8 {
        position: inherit;
        top: 0px;
        left: 0px;
        right: 0px;
    }
	.block-logo2, .block-logo3, .block-logo4, .block-logo5, .block-logo6, .block-logo7, .block-logo8 {
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 130px;
        margin-right: 15px;
    }
    .block-list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100vw;
    }

    .block-logo1:before, .block-logo2:before, .block-logo3:before, .block-logo4:before, .block-logo5:before, .block-logo6:before, .block-logo7:before, .block-logo8:before {
        display: none;
    }
	
	
	.mission-box {
		flex-direction: column;
	}
	.mission-box .left, .mission-box .right {
		width: 100%;
	}
	.mission-box .right {
		margin-top: 20px;
	}
}



/** **/

.container .news-grid {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.section-we-in-media {
    margin: 40px 0;
    margin-bottom: 60px;
}
.news-item {
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: box-shadow 0.3s;
    padding: 11px;
    background: #fff;
}
.news-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.news-item__image {
    position: relative;
    text-decoration: none;
    margin-bottom: 16px;
    display: flex;
}
.news-item__image:hover {
    text-decoration: none;
}
.news-item__image:before {
    content: '';
    display: inline-block;
    width: 1px;
    padding-top: 56.67%;
}
.news-item__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.news-item__date {
    margin-bottom: 8px;
    font-size: 14px;
    color: #747474;
}
.news-item__title {
    margin-bottom: 8px;
    font-size: 19px;
}
.news-item__title-link {
    text-decoration: none;
    color: #000;
}
.news-item__description {
    font-size: 1.143em;
    line-height: 1.22;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-grid .row {
    display: flex;
    flex-wrap: wrap;
}
.news-grid .news-item {
    height: calc(100% - 25px);
}
/** **/

/**/

.block-header-news__content--alt {
    position: static;
    padding: 0;
}
.block-header-news__content--alt .box-date {
    color: #333333;
}
/**/
































