@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 400;
    src: local('Kreadon'), url('https://fonts.cdnfonts.com/s/100654/Kreadon-R-BF64ab60b33c5e0.woff') format('woff');
}
@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 200;
    src: local('Kreadon'), url('../fonts/Kreadon-EL-BF64ab60b351185.woff') format('woff');
}
@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 300;
    src: local('Kreadon'), url('../fonts/Kreadon-L-BF64ab60b336383.woff') format('woff');
}
@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 500;
    src: local('Kreadon'), url('../fonts/Kreadon-M-BF64ab60b33c637.woff') format('woff');
}
@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 600;
    src: local('Kreadon'), url('../fonts/Kreadon-D-BF64ab60b32a744.woff') format('woff');
}
@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 700;
    src: local('Kreadon'), url('../fonts/Kreadon-B-BF64ab60b3289cd.woff') format('woff');
}
@font-face {
    font-family: 'Kreadon';
    font-style: normal;
    font-weight: 800;
    src: local('Kreadon'), url('../fonts/Kreadon-EB-BF64ab60b32a319.woff') format('woff');
}




* {
    scroll-behavior: smooth;   
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
*:focus {
	outline: none;
}
body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    font-family: Kreadon, Arial, Helvetica, sans-serif;
    color: #000;
	background: #FFF;
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
    object-fit: contain;
}
picture {
	display: block;
	line-height: 0;
}
.hidden {
    display: none!important;
}
.container {
    padding-left: 40px;
    padding-right: 40px;
    /*
	max-width: 1600px;
	margin: 0 auto;
	*/
}

/* Header */
.itic-head {
	padding-top: 20px;
	padding-bottom: 20px;
	/*
	border-bottom: 1px solid #FFFFFF4D;
	*/
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 9999999999;
    /*
    backdrop-filter: blur(5px);
    background: #1D1D1D;
    */
}
.itic-head .logo {
	max-width: 200px;
}
.itic-head-wrap {
	display: flex;
    align-items: center;
}
.itic-head-wrap .burger {
	display: none;
}
.itic-head .menu {
	margin-left: 40px;
}
.itic-head .menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
}
.itic-head .menu ul a {
    font-family: Kreadon;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    text-decoration: none;
}
/*
.itic-head .menu ul li.active a {
	color: #FFF;
}
*/
.itic-head ul.contacts {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
	gap: 40px;
	margin-left: auto;
}
.itic-head ul.contacts a {
	font-family: Kreadon;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    text-decoration: none;
}
/* Header */

/* Top */
.itic-top {
    position: relative;
}
.itic-top .image-cnt {
    position: absolute;
    top: 0;
    z-index: -9;
}
.itic-top .image-cnt, 
.itic-top .image-cnt picture, 
.itic-top .image-cnt img {
    height: 100%;
}
.itic-top .image-cnt {
    width: 100%;
}
.itic-top .image-cnt img {
    object-fit: cover;
    object-position: top;
}
.itic-top-cnt {
    padding-bottom: 40px;
}
/*
.itic-top-cnt {
    position: absolute;
    top: 90px;
    width: calc(100% - 80px);
    height: calc(100% - 90px);
}
*/
.itic-top-one {
    height: calc(100vh - 90px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.itic-top-one a {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.scroll-down-btn {
  position: relative;
  bottom: 40px;
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 40px;
  }
}
.itic-top-two {
    padding-top: 140px;
}
.itic-top-two-title h1 {
    font-family: Kreadon;
    font-weight: 600;
    font-size: 5em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0;
}
.itic-top-two-flex {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(25% - 20px) calc(75% - 20px);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.itic-top-two-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(35% - 10px) calc(65% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.itic-top-two-grid-item {
    background: #1100FF;
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
}
.itic-top-two-grid-item.item-two-row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.itic-top-two-grid-item .number {
    font-family: Kreadon;
    font-weight: 700;
    font-size: 8em;
    line-height: 110%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -10px;
}
.itic-top-two-grid-item .text {
    font-family: Kreadon;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;
}
.itic-top-two-grid-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.itic-top-three {
    padding-top: 180px;
}
.itic-top-three h2 {
    font-family: Kreadon;
    font-weight: 500;
    font-size: 5em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 0 40px;  
    text-align: center;
}
.itic-top-three-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.itic-top-three-item {
    max-width: 445px;
    background: #01BDF2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
}
.itic-top-three-item:nth-child(even) {
    margin-left: auto;
}
.itic-top-three-item h3 {
    font-family: Kreadon;
    font-weight: 600;
    font-size: 40px;
    line-height: 90%;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 0 10px;
}
.itic-top-three-item p {
    font-family: Kreadon;
    font-weight: 400;
    font-size: 1em;
    line-height: 110%;
    letter-spacing: -0.04em;
    margin: 0;    
    color: #fff;
}
.itic-top-three-item ul {
    padding-left: 25px;
    margin-bottom: 0px;
}
.itic-top-three-item ul li {
    font-family: Kreadon;
    font-weight: 400;
    font-size: 1em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;
}
.itic-top-three-item ul li strong {
    font-weight: 600;
    color: #1100FF;
}
.itic-top-three-item ul li::marker {
    color: #1100FF;
}
.block-white-marquee ul {
    display: flex;
    gap: 20px;
    margin: 56px 0 0;
}
.block-white-marquee {
    overflow: hidden;
}
.js-marquee {
    display: flex;
    gap: 30px;
}
.block-white-marquee li {
    white-space: nowrap;
    font-family: Kreadon;
    font-weight: 330;
    font-size: 1em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #1100FF;
}
.block-white-marquee li::marker {
    color: #1100FF;
}
.itic-cert {
    margin-top: 40px;
}
.itic-cert-cnt {
    background: #D0E1FD;
    border-radius: 8px 8px 70px 70px;
    padding: 40px;
}
.itic-cert-cnt h2 {
    font-family: Kreadon;
    font-weight: 600;
    font-size: 5em;
    line-height: 90%;
    letter-spacing: -0.04em;
    color: #1100FF;
    margin: 0 0 10px;
    text-align: center;
}
.itic-cert-cnt p {
    font-family: Kreadon;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #1100FF;
    margin-bottom: 40px;
    text-align: center;
}
.block-white-image img {
    max-width: 267px;
}
.itic-cert-cnt .block-white {
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 65px;
}
.block-white-image {
    text-align: center;
}
.block-white-image {
    background: url(../images/cert-bg.png) center center no-repeat;
    background-size: contain;
}
.itic-send-us {
    position: relative;
    margin-top: 180px;
}
.itic-send-image-cnt {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: -1;
    max-width: 50%;
}
.itic-send-image-cnt img {
    width: 100%;
}
.itic-send-content .first-row {
    font-family: Kreadon;
    font-weight: 600;
    /*font-size: 22.8em;*/
    font-size: clamp(138px, 19vw, 365px);
    line-height: 90%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #01BDF2;
}
.itic-send-content .second-row {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-family: Kreadon;
    font-weight: 600;
    /*font-size: 22.8em;*/
    font-size: clamp(138px, 19vw, 365px);
    line-height: 90%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #01BDF2;
}
.itic-send-content .second-row img {
    width: auto;
    max-height: 14vw;
}
.itic-contacts {
    background: #D0E1FD;
    padding: 40px;
    border-radius: 70px 70px 0 0;
    margin-top: 180px;
}
.itic-contacts-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.itic-contacts-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.itic-contacts-content-col {
    height: calc(50% - 10px);
}
#contact_map {
    height: 100%;
    border-radius: 8px;
}
.itic-contacts-content-col h2 {
    font-family: Kreadon;
    font-weight: 500;
    font-size: 5em;
    line-height: 90%;
    letter-spacing: -0.04em;
    color: #1100FF;
    margin: 0;
}
.itic-contacts-content-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.itic-contacts-content-col .phone-email {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.itic-contacts-content-col .phone-email .phone-email-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00B7F9;
    padding-bottom: 10px;
    padding-top: 0px;
    align-items: center;
}
.itic-contacts-content-col .phone-email .phone-email-item span {
    font-family: Kreadon;
    font-weight: 330;
    font-size: 1em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #1100FF;    
}
.itic-contacts-content-col .phone-email .phone-email-item a {
    font-family: Kreadon;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #1100FF;    
    text-decoration: none;
}
.itic-contacts-image-cnt img {
    border-radius: 8px;
}
button.show-about-items {
    display: none;
    margin-top: 20px;
    background: transparent;
    border: none;
    width: 100%;
    font-family: Kreadon;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-decoration: underline;
    cursor: pointer;
}
/* Modal */

.modal-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
	background: #D0E1FD;
}
.modal-menu.active {
    left: 0%;
}
/*
.modal-menu .top {
	border-bottom: 1px solid #000000;	
}
*/
.modal-menu .top .container{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 200px 28px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    padding-top: 10px;
    /*padding-bottom: 20px;*/
}
.modal-menu .top .logo p {
	font-family: Kreadon;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.modal-menu .top .close button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.modal-menu .middle {
	margin-top: 40%;
}
.modal-menu .middle ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
} 
.modal-menu .middle ul a {
	font-family: Kreadon;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1100FF;
}    
.modal-menu .middle-cnt {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 100px);
}
.modal-menu .middle-cnt ul.contacts {
	margin: 0px;
    padding: 20px 0 0;
    list-style: none;
    display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: auto;
    text-align: center;
}
.modal-menu .middle-cnt ul.contacts a {
	display: inline-flex;
    align-items: center;
	gap: 5px;
	text-decoration: none;
}
.modal-menu .middle-cnt ul.contacts a span {
	font-family: Kreadon;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #1100FF;
}
.modal-menu .middle-cnt ul.contacts a.copyright span {
	font-family: Kreadon;
	font-size: 0.89em;
	letter-spacing: -0.04em;
	color: #000;
	text-transform: none;
}
.js-marquee-wrapper {
    display: flex;
}













@media (max-width: 1800px) {
	
}
@media (max-width: 1700px) {
	
}
@media (max-width: 1600px) {
	.itic-top-two-title h1 {
        font-size: 4em;
    }
	.itic-top-three h2 {
        font-size: 4em;
    }
	.itic-top-three-item h3 {
        font-size: 2em;
    }
	.itic-cert-cnt h2 {
        font-size: 4em;
    }
    .itic-cert-cnt p {
        font-size: 1em;
    }
    .block-white-marquee li {
        font-size: 0.85em;
    }
    .itic-contacts-content-col h2 {
        font-size: 4em;
    }
    .itic-contacts-content-col .phone-email .phone-email-item a {
        font-size: 1.25em;
    }
    .itic-contacts-content-col .phone-email .phone-email-item span {
        font-size: 0.85em;
    }
    .itic-top-three {
        padding-top: 140px;
    }
    .itic-send-us {
        margin-top: 140px;
    }
    .itic-contacts {
        margin-top: 140px;
    }
}
@media (max-width: 1500px) {
	
}
@media (max-width: 1400px) {
	.itic-top-two-grid-item .number {
        font-size: 7em;
    }
    .itic-send-content .first-row {
        font-size: clamp(128px, 18vw, 365px);
    }
    .itic-send-content .second-row {
        font-size: clamp(128px, 18vw, 365px);
    }
}
@media (max-width: 1300px) {
	.itic-top-two-grid-item .number {
        font-size: 6em;
    }
}
@media (max-width: 1200px) {
	.itic-top-two-grid-item .number {
        font-size: 5.5em;
    }
}
@media (max-width: 1100px) {
	.itic-top-two-title h1 {
        font-size: 3.5em;
    }
    .itic-top-two-grid-item .number {
        font-size: 5em;
    }
    .itic-top-two-title h1 {
        font-size: 3em;
    }
	.itic-top-three h2 {
        font-size: 3em;
    }
	.itic-cert-cnt h2 {
        font-size: 3em;
    }
    .itic-contacts-content-col h2 {
        font-size: 3em;
    }
}
@media (max-width: 1000px) {
	.itic-top-two-grid-item .number {
        font-size: 4.5em;
    }
    .itic-send-content .first-row {
        font-size: clamp(128px, 17vw, 365px);
    }
    .itic-send-content .second-row {
        font-size: clamp(128px, 17vw, 365px);
    }
}
@media (max-width: 980px) {
	.itic-head ul.contacts, 
	.itic-head .menu {
	    display: none;
	}
	.itic-head-wrap .burger {
        display: block;
        cursor: pointer;
    }
    .itic-head-wrap {
	    justify-content: space-between;
    }	
	.itic-top-two-title h1 {
        font-size: 2.5em;
    }
    .itic-top-two-grid-item .number {
        font-size: 3.5em;
    }
    .modal-menu .middle ul a {
        font-size: 64px;
    }
    .itic-head .logo {
        max-width: 120px;
    }
}
@media (max-width: 800px) {
	.itic-top-two-grid-item .number {
        font-size: 3em;
        margin-bottom: 0px;
    }
    .itic-top-two-title h1 {
        font-size: 2em;
    }
	.itic-top-three h2 {
        font-size: 2em;
    }
	.itic-cert-cnt h2 {
        font-size: 2em;
    }
    .itic-contacts-content-col h2 {
        font-size: 2em;
    }
    .itic-send-content .first-row {
        font-size: clamp(128px, 16vw, 365px);
    }
    .itic-send-content .second-row {
        font-size: clamp(128px, 16vw, 365px);
    } 
    .itic-send-content .second-row img {
        width: auto;
        max-height: 12vw;
    }
}
@media (max-width: 782px) {
	.itic-top-two-flex {
        grid-template-columns: 100%;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .itic-top-two-title h1 {
        text-align: center;
    }
    .itic-top-two-grid {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    }
    .itic-top-two-grid-item .number {
        font-size: 4em;
        margin-bottom: 10px;
    }
    .itic-top-two {
        padding-top: 120px;
    }
    .itic-top-three {
        padding-top: 120px;
    }
    .itic-send-us {
        margin-top: 120px;
    }
    .itic-contacts {
        margin-top: 120px;
    }
    .itic-send-content .first-row {
        margin-bottom: 124px;
        display: block;
    }
    .itic-send-content .first-row br {
        display: none;
    }
    .itic-send-content .first-row {
        font-size: clamp(138px, 16vw, 365px);
    }
    .itic-send-content .second-row {
        font-size: clamp(138px, 16vw, 365px);
    }
    .itic-send-content .second-row picture {
        display: none;
    }
    .itic-send-image-cnt {
        top: 22%;
        max-width: 75%;
    }
    .itic-top-three-item {
        padding: 20px;
    }
    .itic-top-three-item h3 {
        font-size: 1.5em;
    }
    .itic-cert-cnt {
        border-radius: 6px 6px 58px 58px;
        padding: 20px 20px 32px;
    }
    .itic-cert-cnt p {
        margin: 10px 0 20px;
    }
    .block-white-image {
        background: url(../images/cert-bg-mobile.png) center center no-repeat;
        background-size: contain;
    }
    .block-white-image img {
        max-width: 220px;
    }
    .itic-cert-cnt .block-white {
        border-radius: 6px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .block-white-marquee ul {
        margin: 32px 0 0;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .itic-send-image-cnt {
        right: 20px;
    }
    .itic-contacts {
        padding: 20px;
        border-radius: 58px 58px 0 0;
        margin-top: 120px;
    }
    .itic-contacts-grid {
        display: flex;
        flex-direction: column-reverse;
        justify-content: stretch;
        gap: 10px;
    }
    .itic-contacts-content-col {
        min-height: 160px;
    }
    #contact_map {
        min-height: 200px;
    }
}
@media (max-width: 640px) {
    .itic-send-image-cnt {
        top: 10%;
        max-width: 70%;
    }
    .itic-send-content .first-row {
        font-size: clamp(80px, 20vw, 365px);
        margin-bottom: 70px;
    }
	.itic-send-content .second-row {
        font-size: clamp(80px, 20vw, 365px);
    }
	.itic-top-two-grid-item .number {
        font-size: 3.5em;
    }
}
@media (max-width: 500px) {
	.itic-top-two-grid-item .number {
        font-size: 3em;
	}    
	.itic-top-three-grid {
        grid-template-columns: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .itic-top-three-item {
        max-width: 100%;
        min-height: 200px;
    }
}
@media (max-width: 460px) {
	.itic-top .image-cnt img {
	    height: auto;
	}
    .itic-top-two-grid {
        grid-template-columns: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
	.itic-top-two {
        padding-top: 60px;
    }
    .itic-top-two-grid-item .number {
        font-size: 4em;
    }
	.container {
        padding-left: 10px;
        padding-right: 10px;
    }
	.itic-top-two-grid-col {
        gap: 10px;
    }
	.itic-top-two-grid-item {
	    min-height: 204px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
	}
    .itic-top-three {
        padding-top: 60px;
    }
	.itic-top-three-item:nth-child(3),
	.itic-top-three-item:nth-child(4),
	.itic-top-three-item:nth-child(5),
	.itic-top-three-item:nth-child(6),
	.itic-top-three-item:nth-child(7),
	.itic-top-three-item:nth-child(8) {
	    display: none;
	}
	.itic-top-one {
        height: calc(100vh - 50px);
    }
	button.show-about-items {
        display: block;
    }
    .itic-top-cnt {
        padding-bottom: 0px;
    }
    .itic-cert {
        margin-top: 60px;
    }
    .itic-cert-cnt p {
        margin: 5px 0 20px;
        font-size: 10px;
    }
    .itic-cert-cnt {
        border-radius: 4px 4px 34px 34px;
        padding: 20px 12px 20px;
    }
    .block-white-image img {
        max-width: 130px;
    }
    .itic-cert-cnt .block-white {
        border-radius: 4px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .block-white-marquee ul {
        margin: 20px 0 0;
    }
    .block-white-marquee li {
        font-size: 10px;
    }
    .itic-send-us {
        margin-top: 60px;
    }
    .itic-contacts {
        padding: 20px 10px;
        border-radius: 58px 58px 0 0;
        margin-top: 60px;
    }
    .itic-contacts-content-col .phone-email .phone-email-item a {
        font-size: 1em;
    }
    .itic-contacts-content-col h2 {
        font-weight: 600;
    }
    .itic-contacts-content-col .phone-email .phone-email-item a {
        font-weight: 600;
    }
    .itic-send-image-cnt {
        right: 10px;
        top: 21%;
    }
    .modal-menu .middle ul a {
        font-size: 32px;
    }
    
}
@media (max-width: 360px) {
    .itic-send-content .first-row {
        font-size: clamp(70px, 20vw, 365px);
    }
	.itic-send-content .second-row {
        font-size: clamp(70px, 20vw, 365px);
    }
}

















