@font-face {
    font-family: "Noto";
    src: url("/fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-Regular.ttf") format("truetype");
}

html,body {
    min-height:100%;
}

body {
    color: #000000;
    font-family: "Noto";
    font-size: 20px;
    background-color: #FFFFFF;
}

.wrapper {
    width: 1152px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding-bottom: 50px;
}

/* --- HEADER STYLES*/

.header {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 0 60px;
    align-items: center;
}

.header .logo-wrapper {
    width: 72px;
    height: 72px;
    position: relative;
}

.logo-wrapper .logo {
    background-color: #FD9F00;
    width: 72px;
    height: 72px;
    position: absolute;
    margin-top: 10px;
    z-index: 1;
}

.nav {
    position: relative;
    display: flex;
    flex-grow: 2;
    margin-top: 10px;
}

.header_links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
}
.header_links a:link, .header_links a:visited{
    color: #000000;
    text-decoration: none;
    padding: 10px 5px;

}

.header_links a.active {
    color: #FFFFFF;
    background-color: #00829B;
    border-radius: 10px 10px 0 0;
}

.search {
    width: 32px;
    height: 32px;
    background: #FD9F00 url("/img/search-ico.png") no-repeat center center;
    margin-top: 10px;
}

/* --- END HEADER --- */

/* --- MAIN STYLES*/

/*main page*/

.center {
    text-align: center;
    align-self: center;
    justify-self: center !important;
    justify-content: center !important;
}

.gray-bg {
    background-color: #FAFBFD;
}

.gray-text {
    color: #616161;
    line-height: 138.5%;
    /*letter-spacing: 0.06em;*/
}

.orange-bg {
    background-color: #FD9F00 !important;
}
.blue-bg {
    background-color: #00829B !important;
}

.orange-link, .orange-link:link, .orange-link:visited{
    color: #FD9F00;
    text-decoration: none;
}

h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 126%;
    letter-spacing: 0.06em;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 126%;
    letter-spacing: 0.04em;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 126%;
    letter-spacing: 0.04em;
    padding: 0 0 10px 0;
    margin: 0;
}

a:link, a:visited {
    color: #333333;
}
a:hover {
    color: #919191;
}

.floating-image {
    margin: 20px;
    float: right;
}

.float-left {
    float: left;
}

.breadcrumbs {
    padding: 0 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    height: 50px;
    background-color: #FAFBFD;
}

.breadcrumbs > div {
    display: flex;
    align-items: center;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
    text-decoration: none;
    color: #00829B;
    font-size: 14px;
}

.main {
    position: relative;
}

.top-success {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 8px;
    position: absolute;
    top: 35px;
    right: 60px;
    color: #FFFFFF;
    letter-spacing: 0.06em;
}

.top-success-main {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px 8px 0px 8px;
    position: absolute;
    top: 45px;
    left: 40%;
    color: #FFFFFF;
    letter-spacing: 0.06em;
    z-index: 2;
}

.nicopol-platform-card {
    width: 100%;
    height: 620px;
    position: relative;
    /*background-repeat: no-repeat;
    background-image: url("/img/nicopol-main-bg.png");
    background-size: cover;*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0;
    box-sizing: border-box;
}

.nicopol-platform-card .video {
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.nicopol-platform-card .video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.nicopol-platform-h1, .nicopol-platform-h2, .nicopol-platform-h3 {
    color: #FFFFFF;
    text-align: center;
    z-index:1;
}

.nicopol-platform-h1 {
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 0.08em;
}
.nicopol-platform-h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 60px;
    max-width: 700px;
    line-height: 138%;
    letter-spacing: 0.08em;
}
.nicopol-platform-h3 {
    font-size: 20px;
    max-width: 660px;
    line-height: 138%;
    letter-spacing: 0.08em;
}

.content-block {
    padding: 55px 110px 25px 110px;
}

.content-block.last{
    padding: 0px 110px 30px 110px;
}
.content-block.padding20 {
    padding: 20px 110px 0px 110px;
}

.padding10 {
    padding: 10px;
}

.content-title-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.content-title-block-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
}

.content-title-block-space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.content-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 126%;
    letter-spacing: 0.06em;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.content-title-sm {
    font-size: 22px;
    font-weight: bold;
    line-height: 126%;
    letter-spacing: 0.04em;
    padding-right: 10px;
}

.content-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.buttons-row {
    display: flex;
    flex-direction: row;
    gap: 40px 40px;
    flex-wrap: nowrap;
}

.buttons-row > a:link, .buttons-row > a:visited {
    display: inline-flex;
    white-space: nowrap;
    text-decoration: underline;
}

.content-contents {
text-align:justify;
}

/* GRIDS */

.col2-grid {
    display: grid;
    grid-template-columns: 170px auto;
    column-gap:40px;
    row-gap: 20px;
    margin: 0 40px;
}

.col3-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap:50px;
    row-gap: 40px;
}
.col4-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap:20px;
    row-gap: 40px;
}

.col2-grid-eq {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap:20px;
    row-gap: 20px;
}

.col2-grid-1-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap:20px;
    row-gap: 20px;
}

.col2-grid-2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap:20px;
    row-gap: 20px;
}

.col2-grid-1-200 {
    display: grid;
    grid-template-columns: auto 200px;
    column-gap:20px;
    row-gap: 20px;
}

/*END GRIDS */
.icon-150 {
    background: #FFFFFF;
    box-shadow: 0 4px 18px rgba(88, 126, 236, 0.18);
    border-radius: 8px;
    align-self: start;
    justify-self: center;
    width: 150px;
    height: 150px;
}

.icon-main-1 {
    background: url("/img/mainpageicon1.png") no-repeat center center;
}
.icon-main-2 {
    background: url("/img/mainpageicon2.png") no-repeat center center;
}
.icon-main-3 {
    background: url("/img/mainpageicon3.png") no-repeat center center;
}

.grid-text {
    line-height: 138.5%;
    letter-spacing: 0.08em;
    color: #616161;
}

a.blue-but{
    color: #FFFFFF;
    background-color: #00829B;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
}


.orange-but, .orange-but:link, .orange-but:visited {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    border-radius: 8px;
    background-color: #FD9F00;
    color: #FFFFFF;
}
.orange-but:active {
    color:#333333;
}


.blue-button {
    color: #FFFFFF;
    background-color: #00829B;
    padding: 10px 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    outline: none;
    font-family: "Noto";
}


.imp-button {
    color: #FFFFFF;
    background:#FD9F00 url("/img/important.png") no-repeat 8px center;
    text-transform: uppercase;
    padding: 10px 12px 10px 36px;
}
.act-button {
    color: #FFFFFF;
    background:#FD9F00 url("/img/actual.png") no-repeat 8px center;
    text-transform: uppercase;
    padding: 10px 12px 10px 36px;
}
.srch-button {
    color: #FFFFFF;
    background:#FD9F00 url("/img/search-white-ico.png") no-repeat 8px center;
    text-align: center;
    padding: 10px 36px 10px 48px;
}




.support-program-card {
    background: #FFFFFF;
    padding: 20px;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
}

.icon-170 {
    width: 170px;
    height: 170px;
    margin: 0 auto 40px;
}

.icon-support-program-1 {
    background: url("/img/supportpicon1.png") no-repeat center center;
}
.icon-support-program-2 {
    background: url("/img/supportpicon2.png") no-repeat center center;
}
.icon-support-program-3 {
    background: url("/img/supportpicon3.png") no-repeat center center;
}

.support-program-title {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 10px;
    font-weight: bold;
}

.support-program-text {
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #616161;
    text-align: center;
}

.success-story-card {
    box-shadow: 0 4px 18px rgba(88, 126, 236, 0.18);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.success-story-pic {
    width: 100%;
    height: 135px;
    background-size: cover;
    position: relative;
    display: flex;
    cursor: pointer;
}

.success-story-pic::after {
    content:"";
    width: 107px;
    height: 107px;
    background: url("/img/play_circle.png") no-repeat center center;
    align-self: center;
    margin: 0 auto;
}

.success-story-title, .team-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
}

.team-title {
    font-size: 16px;
    color: #000000;
}

.team-card {
    box-shadow: 0 4px 18px rgba(88, 126, 236, 0.18);
    border-radius: 8px;
    width: 250px;
    height: 100%;
}

.team-pic {
    width: 100%;
    height: 250px;
    background-size: cover;
    position: relative;
    display: flex;
    cursor: pointer;
    background-position: center center;
}



.msp-card {
    display: block;
    width: 100%;
    height: 100%;
}

.msp-card a:link, .msp-card a:visited, .msp-card a:hover {
    text-decoration: none;
}

.msp-pic {
    width: 100%;
    height: 135px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.msp-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border: none;
    box-shadow: none;
}

.msp-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: flex;
    flex-direction: column;
    min-height: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 10px;
    text-align: left;
    color: #616161;
}

.msp-title > div {
    font-weight: normal;
}

/* ABOUT */


.white-card {
    background: #FFFFFF;
    padding: 10px;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.white-card a:link, .white-card a:visited {
    text-decoration: none;
    color: #616161;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.white-card.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.white-card img {
    margin: 20px;
}
.white-card img.m40 {
    margin: 40px;
}


.white-card .title {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 10px;
    font-weight: bold;
}

.white-card .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #616161;
    bottom: 0;
}

.card200 {
    position: relative;
    width: 180px;
    height: 180px;
}
.card200 img {
    object-fit: scale-down;
    margin:0px;
}

.big-title {
    font-size: 60px;
    letter-spacing: 0.08em;
}

.paginator {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
/*end main page */

/*NEWS*/

.blue-block {
    display: flex;
    padding: 20px 110px;
    min-height: 245px;
    flex-direction: column;
    background: #00829B url("/img/title_bg.png") no-repeat right bottom;
}

.blue-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 126%;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.blue-text {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 138.5%;
    letter-spacing: 0.06em;
    max-width: 580px;
}

/* BUY NICOPOL*/

/*NEWS*/

.orange-block {
    display: flex;
    padding: 20px 110px;
    min-height: 245px;
    flex-direction: column;
    background: #FD9F00 url("/img/title_bg2.png") no-repeat right center;
}

.orange-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 126%;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.orange-text {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 138.5%;
    letter-spacing: 0.06em;
    max-width: 580px;
}


.gray-big-text {
    font-size: 34px;
    color: #616161;
    letter-spacing: 0.06em;
    line-height: 138%;
    text-decoration: underline;
    display: flex;
    align-items: center;
    text-align: start;
    text-transform: uppercase;
}


/*FEEDBACK FORM*/

.feedback-form {
    display: flex;
    flex-direction: column;
    padding: 0 15%;
}

.feedback-input, .feedback-form input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    font-family: "Noto";
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 24px;
    padding: 10px 20px;
    color: #616161;
}
.feedback-input, .feedback-form input[type="text"]:focus {
    border: 1px solid #00829B;
    outline: none;
}

.feedback-accept {
    font-size: 14px;
    margin: 20px 0;
}

.feedback-submit {
    display: flex;
    justify-content: center;
}
/* --- END MAIN --- */

/* --- FOOTER STYLES*/
.footer {
    padding-top: 40px;
}
.footer-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    background: #FAFBFD;
    padding: 0 60px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-left-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
}

.footer-left .logo {
    background-color: #FD9F00;
    width: 72px;
    height: 72px;
}

.footer-left .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-grow: 1;
}

.social-icon {
    width:40px;
    height: 40px;
    display: block;
}

.social-facebook {
    background: url("/img/facebook.png") no-repeat center center;
}
.social-youtube {
    background: url("/img/youtube.png") no-repeat center center;
}
.social-instagram {
    background: url("/img/instagram.png") no-repeat center center;
}

.footer-left-bottom {
    color: #616161;
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 138%;
}

.footer-center a:link, .footer-center a:visited, .footer-right a:link, .footer-right a:visited {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    /*letter-spacing: 0.06em;*/
}
.footer-center a:before, .footer-right a:before {
    content: "·";
    font-size: 16px;
    line-height: 12px;
    padding-right: 10px;
}


.footer-center {
    padding: 0 10px;
    min-width: 380px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap:5px;
    row-gap: 10px;
}

.useful-links {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap:10px;
    row-gap: 10px;
}


.footer-right {
    min-width: 220px;
    min-height: 200px;
    background: #FD9F00;
    padding: 0 10px;
}

.footer-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 30px 0;
}

.footer-bottom {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
}

.footer-bottom-left {

}

.footer-bottom-right {
    min-width: 220px;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 138%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* --- END FOOTER --- */

/* SLIDER AND ANIMATIONS */

.slider {
    max-width: 80%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.slider-item {
    width: 100%;
    height: 450px;
    display: none;
    position: relative;
    overflow:hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border: none;
    box-shadow: none;
}

.slider-item .slider-text {
    position: absolute;
    bottom: 45px;
    padding: 10px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0,0,0,0.75);
    color: #FFFFFF;
    text-align: center;
    max-width: 80%;
    overflow: hidden;
}

.slider-dots {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.slider-dot {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    border: solid 2px #FD9F00;
    background-color: #FFFFFF;
    transition: 0.5s ease;
    cursor: pointer;
}

.slider-dot.active {
    background-color: #FD9F00;
}

.slider-arrow {
    display: block;
    position: absolute;
    z-index:10;
    width: 40px;
    height: 60px;
    top: calc(50% - 60px);
    left: 20px;
    background-image: url("/img/slide-arr.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    background-color: rgba(255,255,255,0.15);
    transition: all 0.5s ease;
    cursor: pointer;
}

.slider-arrow:hover {
    background-color: rgba(253,159,0,0.75);
}

.sa-left {
    transform: rotate(180deg);
}

.sa-right {
    left: auto;
    right: 20px;
}


@-webkit-keyframes fade {
    from { opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}