@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');


.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--capitalize {
    text-transform: capitalize;
}


.column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.first-section{
    padding:150px 0 0;
    color:#fff;
}
@media(min-width: 767px) {
    h1.first-section__title {
        font-family: Unbounded;
        font-weight: 400;
        font-size: 86px;
        margin: 0;
    }

    .first-section__subtitle {
        font-family: Unbounded;
        font-weight: 300;
        font-size: 36px;
    }

    .first_screen_description {
        font-family: Raleway;
        margin: 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0;
    }
}

.desktop--hidden {
    display: block;
}

.mobile--hidden {
    display: none;
}
.hidden{
    display:none;
}
section {
    padding: 40px 0;
}


body, html {
    font-family:'Inter', Sans-Serif;
    height: 100%;
    padding: 0;
    background:#fff;
    margin: 0;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;


}

* {
    box-sizing: border-box;
}

*, :active, :focus, :hover {
    outline: 0;
}

::-webkit-scrollbar-track {
    background: #f1fbf6;
}

::-webkit-scrollbar-thumb {
    background: #000;
}


footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.footer  li{
    margin-top:20px;
    list-style:none;
}



.footer_menu_title{
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;

}


.footer .footer__center li a:hover{
    color:#000;
}
img {
    width: 100%;
    height: auto;
}

.no-scroll {
    overflow: hidden;
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap:wrap;
}


.section-separator-service {
    height: 2px;
    width: 100px;
    background: #fab702;
    margin: 20px 0;
}
p, ul, li{

    font-size: 16px;
    font-weight: 400;
    line-height: 21px;


}
@media(min-width:768px){
    p, ul, li{

        font-size: 18px;
        font-weight: 400;
        line-height: 23px;


    }
}
h1 {
    color: #000;
    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
}


h2 {
    color:#01285F;
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 20px;
}

h2.section__title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;



}
@media (min-width: 677px) {
    h2.section__title, h2 {

        font-size: 68px;
        font-weight: 400;
        line-height: 68px;


    }
}

h3, h4, h5, h6 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
}

.container {
    max-width: 1180px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}



.header {
    background: inherit;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;

}

.header__wrap{
    margin:0;
    width:85%;
}
@media(min-width: 676px){
    .header__wrap{
        width:100%;
    }
}
.header__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    justify-content: flex-start;
    -ms-transform-origin: top;
    align-items: flex-start;
    transform-origin: top;
    transition: all .3s ease-in-out;
    overflow: scroll;
}
.header__navigation.navigation li{
    position: relative;
}
.header__navigation.navigation .menu-item:hover .sub-menu{
    display: block;
    position: relative;
    padding:15px;
    margin-left: 0;
}
@media(min-width: 676px){
    .header__navigation.navigation .menu-item:hover .sub-menu{
        display: block;
        position: absolute;
        width: 220px;
        background: #fff;
        left:-25px;
        z-index: 101;
        border-radius: 12px;
        padding:15px;
        box-shadow: 0px 4px 4px 0px #00000040;

    }
}

.header__navigation.navigation .menu-item:hover .sub-menu li{
    padding:3px 5px;
    margin:5px auto;
    width: 100%;
}
.header__navigation.navigation .menu-item:hover .sub-menu li:hover{
    background:#E7EEF6 ;
    border-radius: 16px;
}
.header__navigation.navigation .menu-item:hover .sub-menu li a{
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color:#124E61;
}
.header__navigation.navigation .menu-item:hover .sub-menu li:hover a{
    color:#3F61C4;
}
.header-top{
    padding:5px 0;
    background: inherit;
}

.header-top img {
    margin-right: 4px;
    width: 28px;
    height:auto;
    max-height: 28px;

}
.contact__item{
    font-size:14px;
    color:#fff;
    align-self: center;
    text-decoration:none;
}
.contact__item.schedule{
    padding:3px;
    background:#4C464D;
    font-size:10px;
    max-width: fit-content;
}
.header-top.desktop--hidden .header-top-contacts{
    padding:20px 0;
    margin:20px 0;
    font-size:12px;
    border-top:1px solid #000;;
    border-bottom:1px solid #000;
}
.header-top.desktop--hidden .contact__item {
    margin-bottom:10px;
}
.header .navigation__link{
    position:relative;
}


.navigation {
    position: absolute;
    /*top: 90px;*/
    right: 0;

    z-index: 99;
    padding: 25px;
    width: 95%;
    height: fit-content;
    border-bottom-left-radius: 12px;
    background: #fff;
    border-top-left-radius: 12px;
}

@media(min-width: 767px){
    .header__navigation.navigation a {
        /*text-align: center;*/
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
    }

    .header .header__navigation.navigation a {
        text-align: left;

    }
}

.header__navigation.navigation li {
    list-style: none;
    display:block;
    margin:20px 0;

}
@media (min-width:1024px){
    .header__navigation.navigation li {
        margin:20px auto;
    }
}
.is-open .header__navigation {
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header__hamburger {
    display: -ms-flexbox;
    display: flex;
}

.header__hamburger {
    top: 27px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 100;
    right: 15px;
}

.header__logo {
    line-height: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    align-self: center;
}
.header__logo img{
    height: 44px;
    margin: 15px;
    width: auto;
}
@media(min-width:1024px){
    .header__logo img{

        height: 80px;
        margin: 5px;
        width: auto;
    }
}
.first-section__left,.first-section__right,.part_of_chess{
    width:100%;
}


.header__hamburger .hamburger-line1, .header__hamburger .hamburger-line2, .header__hamburger .hamburger-line3 {
    position: absolute;

    display: block;

    height: 3px;
    background:#fff;
    transition: all .3s ease-in-out;
}

.header__hamburger .hamburger-line1 {
    top: calc(50% - 8px);
    width: 18px;

}

.header__hamburger .hamburger-line2 {
    top: calc(50% - 1px);
    width: 18px;

}

.header__hamburger .hamburger-line3 {
    top: calc(50% + 6px);
    width: 18px;

}

.mobile__menu{
    width:90%;
    margin-bottom:30px;
}
.mobile__menu .header_button,.header_button_mobile{
    border:1px solid #3F61C4;
    background: #fff;
}
.header_button_mobile{
    position: relative;
    height:47px;
    padding:12px;
    margin:18px;
    border-radius: 8px;
}
.mobile__menu .header_button a,.header_button_mobile a{
    text-decoration: none;
    color:#3F61C4;
    font-family: Raleway;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;

}


@media (max-width: 991px) {

    .is-open .header__hamburger .hamburger-line1 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
        width:24px;
        background: #3F61C4;
    }

    .is-open .header__hamburger .hamburger-line2 {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    .is-open .header__hamburger .hamburger-line3 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
        width:24px;
        background: #3F61C4;
    }

}

@media (min-width: 1023px) {

    .header__navigation{
        top:unset;
        position: relative;
        overflow: unset;
        flex-direction: row;
        transform: unset;
        height: 100%;
    }
    .desktop--hidden {
        display: none;
    }

    .mobile--hidden {
        display: block;
    }

}

.footer {

    padding: 30px  0 0;


}
.footer__logo img{
    display: block;
    width: 170px;
    margin: 0 auto;
}


p.footer__copyright{
    color:#01285F;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.25px;}

.footer__menu{
    margin:40px 0;
}
.footer__left,.footer__center,.footer__right{
    width:100%;
    margin-bottom:20px;
}
@media (min-width:768px){
    .footer__left,.footer__center,.footer__right{
        width:50%;
    }
}
@media (min-width:1024px){
    .footer__left,.footer__center,.footer__right{
        width:25%;
    }
}

#main {
    position: relative;
    width: 100%;

}
.header_button{
    cursor:pointer;

    border-radius:8px ;
    background-color: #fff;
    padding:12px;
}

.header__navigation.navigation  .menu-item a{
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    text-align: center;
    position: relative;
    /*color:#fff;*/
}
@media(max-width:676px){
    .header__navigation.navigation .menu-item{
        width:100%;
        text-align: center;
    }
}

@media(min-width: 767px){
    .header__navigation.navigation  .menu-item a{
        color:#fff;
    }

}
/*.menu-item .sub-menu:after{*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: '';*/
/*    width: 6px;*/
/*    height: 5px;*/
/*    top: -12px;*/
/*    right: 0;*/
/*    background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.894905 -0.000157326L5.1049 -0.000156958C5.27111 -0.000397746 5.43399 0.0464358 5.57468 0.134922C5.71538 0.223409 5.82813 0.349931 5.8999 0.499843C5.98392 0.677714 6.01628 0.875609 5.9933 1.07098C5.97031 1.26634 5.89291 1.45133 5.7699 1.60484L3.6649 4.15484C3.5823 4.25016 3.48016 4.3266 3.36543 4.37899C3.25069 4.43138 3.12604 4.4585 2.9999 4.4585C2.87377 4.4585 2.74912 4.43138 2.63438 4.37899C2.51964 4.3266 2.41751 4.25016 2.3349 4.15484L0.229903 1.60484C0.1069 1.45133 0.029496 1.26634 0.00651198 1.07098C-0.0164725 0.875609 0.0158881 0.677713 0.0999044 0.499842C0.171675 0.34993 0.284433 0.223409 0.425127 0.134922C0.565821 0.0464354 0.728698 -0.000398143 0.894905 -0.000157326Z' fill='white'/%3E%3C/svg%3E%0A");*/
/*}*/
/*.menu-item:hover .sub-menu:after{*/
/*    transform: rotate(180deg);*/
/*}*/

.header_phone_block{
    border: 1px solid #6E90B6;
    border-radius:8px;
    padding:10px 12px;
    position: relative;
    cursor: pointer;
}
.header_phone_block:before{
    width:20px;
    height: 20px;
    display: block;
    position: absolute;
    top:12px;
    left:12px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66667 3.3335H8L9.66667 7.50016L7.58333 8.75016C8.4758 10.5598 9.94039 12.0244 11.75 12.9168L13 10.8335L17.1667 12.5002V15.8335C17.1667 16.2755 16.9911 16.6994 16.6785 17.012C16.366 17.3246 15.942 17.5002 15.5 17.5002C12.2494 17.3026 9.18346 15.9222 6.88069 13.6195C4.57792 11.3167 3.19754 8.25078 3 5.00016C3 4.55814 3.17559 4.13421 3.48816 3.82165C3.80072 3.50909 4.22464 3.3335 4.66667 3.3335Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media(max-width:675px){
    .header__navigation.navigation .flex-container.lang_set{
    justify-content: space-around;
        display: flex;
    width: 100%;
}
    .header__navigation.navigation .header_phone_block {
        width:100%;
        text-align: center;

    }
    .header_phone_block a{
        text-decoration: none;
        position: relative;
        font-family: Raleway;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color:#3F61C4;
        text-align: center;
          }
    .header_phone_block a:before{
        width:20px;
        height: 20px;
        display: block;
        position: absolute;
        left:-20px;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66667 3.3335H8L9.66667 7.50016L7.58333 8.75016C8.4758 10.5598 9.94039 12.0244 11.75 12.9168L13 10.8335L17.1667 12.5002V15.8335C17.1667 16.2755 16.9911 16.6994 16.6785 17.012C16.366 17.3246 15.942 17.5002 15.5 17.5002C12.2494 17.3026 9.18346 15.9222 6.88069 13.6195C4.57792 11.3167 3.19754 8.25078 3 5.00016C3 4.55814 3.17559 4.13421 3.48816 3.82165C3.80072 3.50909 4.22464 3.3335 4.66667 3.3335Z' stroke='%233F61C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

    }
}

.header__navigation.navigation li a.header_button_lang,
.header__navigation.navigation li.header_phone_block a.header_phone{
    margin-left:30px;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}
.header_button_link{
    font-weight: 600;
    font-size: 12px;
    color:inherit;
}
.header__navigation.navigation li .sub-menu {
    display:none;
    text-align: center;
    margin-left:unset;

}

.navigation__link:hover ul{
    display:block
}
@media(min-width: 767px){
    .header__navigation.navigation li a.header_button_lang,
    .header__navigation.navigation li.header_phone_block a.header_phone{
        color:#fff;

    }
}
@media (min-width: 1024px) {
    .navigation{
        background: unset;
    }






    .first-section__right,.first-section__left, .part_of_chess{
        width:45%;
    }

    .container {
        max-width: 1180px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }




    ol, ul {
        margin: 0 0 20px;
    }

    a, a:active, a:focus, a:hover {
        text-decoration: none;
    }

    a {
        /*color: #fff;*/
    }

    .header__navigation {
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        list-style: none;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .navigation {
        z-index: 9999;
    }


    .footer__menu ul{
        padding:0;
    }
    .header__navigation.navigation a {
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;

        color: #265F9B;
    }

    .header__navigation.navigation a.active, .header__navigation.navigation a:active, .header__navigation.navigation a:focus, .header__navigation.navigation a:hover {
        opacity: 0.7;
    }

    .header {

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        transition: .3s ease-in-out;

    }
    .header>.container{
        padding:20px 10px;
    }
    .header__wrap {
        margin:0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__logo {
        display: block;

    }

    .header__hamburger {
        display: none;
    }
    .desktop--hidden{
        display:none;
    }
    .mobile--hidden{
        display:block;
    }

}

.first-section{
    /*background: #004DBC;*/
    /*padding:80px 0 40px;*/
    /*color:#fff;*/
    position:relative;

}
.first-section__left{
    justify-content:flex-start;
}




/* Slider */
.slick-slider
{
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media(max-width:768px){
    .table_content table {

        width: 200vw;
    }
    .table_content {
        overflow-x:scroll;
    }
}
.table_content {
    color:#252C38;
    overflow-x:scroll;
}
.table_content table {
    border-collapse: collapse;

}
.table_content table tr{
    padding:10px 0;
    border-top:1px solid #D7D7D7;
    border-bottom:1px solid #D7D7D7;
}
.table_content table td {
    padding: 10px;

    border-right: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;


}
/*seo views*/
.seo_view_item.image{
    margin: 0 auto;

}


@media(min-width:769px){
    .seo_block.chess .seo_view_item.flex-image{
        margin:unset;
    }
    .seo_block.chess:nth-of-type(odd) .flex-container{
        flex-direction:row-reverse;
    }
    .seo_block.chess .flex-image{
        width:39%;
    }
    .seo_block.chess .text{
        width:59%;
    }
    /*.seo_block.letter .container,.letter-grey .container{*/
    /*    margin:0 10% 0 10%;*/
    /*}*/

}

/*popup*/
#cookie-popup {
    position: fixed;
    left: 15px;
    top: auto;
    right: auto;
    bottom: 10px;
    z-index: 9999;
    display: block;
    border-radius: 2px;

    background: #616160;
    color: #FFF;
    font-size: 12px;
    max-width:350px;
    padding:20px 15px;


}
#cookie-popup .privacy-text{
    width:65%;
}
#cookie-popup .privacy-text a{
    color:#fff;
}
#cookie-popup .button-block{
    width:30%;
}
#cookie-popup #cookie-accept{
    color:#fff;
    border:1px solid #000;
    border-radius: 2px;
    background: #000;
    text-decoration:none;
    margin-bottom:10px;


}

#cookie-popup .button-block .policy-button{
    cursor:pointer;
    color:#000;
    border-radius: 2px;
    background: #fff;
    border:1px solid #000;
    text-decoration:none;
    padding:3px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.25px;
}
#cookie-popup .button-block .policy-button:hover{
    opacity:0.7;
}

/*hww section*/
@media(max-width:768px){
    .hww_item{
        padding:30px;
    }
}
.hww_item{
    margin-bottom:20px;
}
.hww_steps{
    justify-content:space-evenly;
}
.hww_item_step{
    width:15%;
    font-family: Bebas Neue;
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em;
    color:#004DBC;
}
.hww_item_text{
    width:80%;
}
.hww_item_title{
    font-weight: 600;
    font-size: 18px;
}
.hww_item_description{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
@media(min-width:769px){
    .flex-item{
        width:49%;
    }
    .flex-image{
        width:39%;
    }
    .flex-text{
        width:59%;
    }
    .letter .flex-text{
        width:100%;
    }
    .letter .flex-image{
        text-align:center;
        /*width:unset;*/
        margin:20px auto;
    }
}

/*logo carousel*/
.slick-arrow {
    width: 48px;
    height: 48px;
    bottom: -60px;
    position: absolute;
    cursor: pointer;
}
.slick-arrow.right {
    right: 30%;

}
.slick-arrow.left {
    left: 30%;

}
@media(min-width: 767px){

    .flex-item-one {
        width: 32%;
    }

    .flex-item-two {
        width: 64%;
    }

}
h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.first-section__description{
    color: #fff;

    font-size: 32px;
    font-weight: 400;
}
@media (min-width:768px){

    h1{
        color: #fff;

        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .first-section__description{
        font-size: 36px;
        line-height: 1.6em;
    }
}

/* the slides */
.slick-slide {
    margin: 0 7px;
}

/* the parent */
.slick-list {
    margin: 0 -7px;
}

/*digits section*/
.digits_block{
    padding:140px 0 40px;
}
.digits_block h2{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color:#273649;

}
.digits_block_description{
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    color:#273649;
}
.stat_item {
    border: 1px solid #ABB5B8;
    border-radius: 1px;
    padding: 15px 5px 5px 10px;
    width:100%;
    margin-bottom:20px;
}
@media(min-width: 767px) {
    .stat_item{
        width:31%;
        margin-bottom:0;
    }
}

.item_number{
    justify-content: flex-start;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 39.99px;
    line-height: 120%;
    color:#3F61C4;

}
.stat_item .item_description{
    font-family: Raleway;
    font-weight: 500;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 150%;
    color:#273649;

}
/*digits section*/
/*contact section*/
.contact_block{
    background: url(../images/bg-cb.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
    padding:40px 60px 0 0;
    position: relative;

}
@media (min-width: 767px) {
    .contact_block{
        background: url(../images/bg-cb.png) ;
        height: 560px;
        background-repeat: no-repeat;
        background-size: cover;
        margin:0;
        padding:40px 60px 0 0;
        position: relative;
    }


}
.contact_block .direction{

    border-radius: 8px;
    background: #fff;
    padding: 20px;
}
.contact_block .direction h3{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;}
.direction .address{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    color:#273649;
}
.direction .address .note{
    font-family: Unbounded;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;

}
.contact_block .form{
    margin:0 0 20px 0;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}
.form .form_title p{
    font-family: Unbounded;
    color:#273649;
    font-weight: 400;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;

}
.form .form_description{
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    margin-top:20px;
    line-height: 120%;

}
.contact_block .form p{
    margin:0;
}
.contact_block .form input{
    border:1px solid #5F7FA8;
    padding:0 10px;
    border-radius: 8px;
    height: 56px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    width: 100%;

}
.contact_block .form input[type="submit"]{
    width:100%;
    margin:20px 0 0;
    background:#416892;
    color:#fff;
    font-family: Unbounded;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;

}
/*contact section*/

