    @import 'fonts.css';
     :root {
        --f_1: 'AveriaSerifLibre-BoldItalic';
        --f_2: 'AveriaSerifLibre-Light';
        --f_3: 'AveriaSerifLibre-Regular';
        --f_4: 'Montserrat-ExtraLightItalic';
        --f_5: 'Montserrat-ThinItalic';
        --f_6: 'Raleway-ExtraBold';
        --f_7: 'Raleway-SemiBoldItalic';
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: #191919;
        font-size: 12px;
        font-weight: 700;
    }
    
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #00a841;
        font-weight: 700;
    }
    /*----------HEADER---------*/
    
    header {
        background: url(img/header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }
    
    header .vtaroy {
        height: 100%;
        padding-top: 7%;
    }
    
    header .vtaroy h1 {
        color: #1d1d1d;
        font-size: 36px;
        font-family: var(--f_3);
        margin-bottom: 35px;
    }
    
    header .vtaroy p {
        font-size: 16px;
        color: #7f7f7f;
        font-family: var(--f_3);
        margin-bottom: 50px;
    }
    
    header .vtaroy button {
        padding: 20px 60px;
        font-size: 12px;
        color: #fff;
        background: #007d2f;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    header .vtaroy button:hover {
        background: #18b454;
        box-shadow: 10px 5px 20px #7f7f7f;
    }
    
    .bg-light {
        background-color: #f8f9fa00!important;
    }
    /*----------SECTION----------*/
    
    section .block1 {
        text-align: center;
        padding: 50px 0 20px 0;
    }
    
    section .block1 h1 {
        font-size: 35px;
        color: #191919;
        font-family: var(--f_3);
        font-weight: 700;
    }
    
    section .block1 p {
        font-size: 14px;
        color: #7f7f7f;
        padding: 40px 0 30px 0;
    }
    /*------------main------------*/
    
    .trety .trety_1 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .trety .col-none {
        padding-left: 0;
        padding-right: 0;
    }
    
    .trety .trety_text {
        background: #f8f9f9;
        padding: 150px 50px 230px 125px;
    }
    
    .trety img {
        width: 100%;
    }
    
    .trety .trety_text h3 {
        font-size: 30px;
        color: #171717;
        font-family: var(--f_3);
        font-weight: 900;
        padding-bottom: 40px;
    }
    
    .trety .trety_text p {
        font-size: 12px;
        color: #171717;
        font-family: var(--f_3);
        font-weight: 700;
    }
    
    .trety .trety_text .one::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #007d2f 75%, #d8d8d8 25%);
        margin-top: 20px;
    }
    
    .trety .trety_text .two::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #007d2f 90%, #d8d8d8 10%);
        margin-top: 20px;
    }
    
    .trety .trety_text .three::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #007d2f 65%, #d8d8d8 35%);
        margin-top: 20px;
    }
    /*------------------main-------------------*/
    
    .box {
        background: #007d2f;
        color: #fff;
        text-align: center;
        padding: 75px 0 80px 0;
    }
    
    .box .box_1 i {
        font-size: 30px;
        transition: 0.4s;
    }
    
    .box .box_1 i:hover {
        font-size: 40px;
        color: #000;
    }
    
    .box .box_1 .icon_text2 {
        font-size: 18px;
        font-weight: 700;
        font-family: var(--f_3);
    }
    
    .box .box_1 .icon_text {
        font-size: 25px;
        font-weight: 700;
        font-family: var(--f_3);
    }
    /*-------------foto_block-------------*/
    
    .foto img {
        width: 100%;
    }
    
    .foto .foto_box {
        position: relative;
    }
    
    .foto .foto_block .foto_logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }
    
    .foto .foto_block .foto_logo:hover {
        font-size: 50px;
        background: rgba(0, 0, 0, 0.349);
    }
    
    .foto .foto_block {
        padding-left: 0;
        padding-right: 0;
    }
    
    .foto .foto_map {
        margin-left: 0;
        margin-right: 0;
    }
    
    
    
    .foto .foto_text {
        text-align: center;
        background: #007d2f;
        padding: 25px 0;
    }
    
    .foto .foto_text p {
        font-size: 22px;
        color: #fff;
        font-family: var(--f_4);
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .video {
        padding: 100px 0;
        text-align: center;
    }
    
    .video .text h3 {
        font-size: 44px;
        color: #000;
        font-family: var(--f_3);
        font-weight: 4000;
        margin-bottom: 30px;
    }
    
    .video .text p {
        font-size: 23px;
        color: #787878;
        font-family: var(--f_3);
        font-weight: 300;
        margin-bottom: 50px;
    }
    
    .video iframe {
        width: 100%;
        height: 600px;
    }
    /*------ICONS-------*/
    
    .icons {
        padding-top: 100px;
        background: #f5f5f5;
        text-align: center;
        padding-bottom: 100px;
    }
    
    .icons .icon_group {
        margin-top: 55px;
    }
    
    .icons .icon_group i {
        font-size: 50px;
        padding-bottom: 25px;
    }
    
    .icons .icon_group h5 {
        font-size: 14px;
        color: #191919;
        text-transform: uppercase;
        font-weight: 750;
        text-align: center;
        padding-bottom: 15px;
    }
    
    .icons .icon_group p {
        font-size: 16px;
        color: #787878;
        text-align: center;
    }
    
    .carusel {
        height: 500px;
        background: #007d2f;
    }
    /*----------------SECTOIN-LOGOTIP-------------------*/
    
    .logotip {
        text-align: center;
        padding-bottom: 70px;
    }
    
    .logotip img {
        padding-top: 70px;
        width: 50%;
    }
    
    .registration {
        text-align: center;
        background: #f5f5f5;
        padding: 25px 0 40px 0;
    }
    
    .registration h3 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    
    .registration p {
        font-size: 16px;
        color: #7b7b7b;
        padding-top: 30px;
    }
    
    .registration_block .registration_bar {
        font-size: 15px;
        color: #929191;
        width: 100%;
        border: none;
        border-radius: 7px;
        padding: 18px 18px;
        margin-top: 35px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: 30px;
    }
    
    .registration_block .registration_bar:hover {
        box-shadow: 0px 0px 15px #000;
    }
    
    .button_bar button {
        padding: 15px 22px;
        background: #007d2f;
        color: #fff;
        border: none;
        border-radius: 7px;
        transition: 0.2s;
        margin-bottom: 100px;
    }
    
    .button_bar button:hover {
        background: #36da75;
        box-shadow: 0px 0px 15px rgb(0, 0, 0);
        padding: 16px 24px;
    }
    /*---------------------FOOTER-------------------*/
    
    .about_as {
        height: 100%;
        width: 100%;
        background: #141414;
    }
    
    .about_01 {
        padding-top: 100px;
        font-size: 15px;
        color: #bcbcbc;
    }
    
    .about_as .about_01 h5 {
        font-size: 18px;
        color: #fff;
    }
    
    .about_as .about_02 ul li a {
        text-decoration: none;
        color: #bcbcbc;
    }
    
    .about_as .about_02 ul {
        list-style: none;
    }
    @media(max-width:400px){
        .trety .trety_text {
            padding: 150px 50px 230px 60px;
        }
        .trety .trety_text h3 {
            font-size: 40px;
        }
        .trety .trety_text p {
            font-size: 22px;
        }
    }
    @media(max-width:300px) {
        .trety .trety_text {
            background: #f8f9f9;
            padding: 150px 30px 100px 25px;
        }
        header .vtaroy p {
            font-size: 16px;
            color: #7f7f7f;
            font-family: var(--f_3);
            margin-bottom: 20px;
        }
    }