/*@import url("../webfonts/styles1.css");*/
/*@import url("../webfonts/styles2.css");*/
@import url("../webfonts/styles3.css");
@import url("../webfonts/fontello.css");

::-webkit-scrollbar {
    background: #ddd;
    width: 8px;
    height: 8px;
}

/* 4 - видимая часть трека */
::-webkit-scrollbar-thumb {
    background: #333;
}

h2 > a {
    position: relative;
    top: -70px;
}

#id1 {
    position: relative;
    top: -82px;
}

/*.scroll #id1{*/
/*	top:-82px;*/
/*}*/

#id2 {
    position: relative;
    top: -80px;
}

#id3 {
    position: relative;
    top: 0px;
}

/*.scroll #id3{*/
/*	top:-58px;*/
/*}*/
#id4 {
    position: relative;
    top: -50px;
}

/*.scroll #id4{*/
/*	top:-48px;*/
/*}*/
html {
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-right: 0 !important;
    /*font-family: 'HelveticaNeueCyr-Thin', serif;*/
    /*font-family: 'PTSans-Regular', serif;*/
    font-family: 'ProximaNova-Regular', serif;
    font-size: 22px;
    line-height: 28px;
    color: #333;
    background: #fff;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*прелоадер для сайта*/
/*--------------------------------------------------------------------------------------------------------------------*/

#loader-wrapper.loader-off {
    display: none !important;
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 15000;
    overflow: hidden;
}

.loader {
    width: 150px;
    height: 150px;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.loader.custom-loader {
    border: medium none;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.loader .loading {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: 'Century Gothic', sans-serif;
    left: 0;
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 1px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #fc5c06;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.loader .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}

.loader .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader .line:nth-child(2) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 33px;
    top: 33px;
}

.loader .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}

.loader .line:nth-child(4) {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 33px;
    top: 33px;
}

.loader .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader .line:nth-child(6) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: #fc5c06;
}

.loader .subline {
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
}

.loader .subline:nth-child(7) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}

.loader .subline:nth-child(8) {
    transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}

.loader .subline:nth-child(9) {
    transform: rotate(112.5deg);
    -moz-transform: rotate(112.5deg);
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}

.loader .subline:nth-child(10) {
    transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}

.loader .subline:nth-child(11) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: #fc5c06;
}

.loader .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent #fc5c06 transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
    0% {
        transform: rotate(0deg);
    }
    16% {
        transform: rotate(75deg);
    }
    25% {
        transform: rotate(55deg);
    }
    30% {
        transform: rotate(90deg);
    }
    36% {
        transform: rotate(170deg);
    }
    42% {
        transform: rotate(150deg);
    }
    50% {
        transform: rotate(227deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg);
    }
    16% {
        -webkit-transform: rotate(75deg);
    }
    25% {
        -webkit-transform: rotate(55deg);
    }
    30% {
        -webkit-transform: rotate(90deg);
    }
    36% {
        -webkit-transform: rotate(170deg);
    }
    42% {
        -webkit-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(227deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*стили для модальных окон*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    width: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    padding: 10px 30px;
    /*background: rgba(50, 50, 50, 0.95);*/
    border-radius: 2px;
}

.modal-header {
    padding: 0;
    color: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.modal-header h5 {
    margin: 0;
    color: #000;
}

.modal-title {
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
}

.modal-body {
    padding: 20px 0;
    /*color: rgb(200,200,200);*/
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 1.5px;
    font-size: 15px;
}

.modal-body label {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
}

.modal-body .form-control {
    border-radius: 0;
    display: inline-block;
    border: none;
    color: #000;
    font-size: inherit;
}

.modal-body .btn-success {
    float: right;
}

.button-close {
    position: relative;
    cursor: pointer;
}

.button-close .inner {
    width: 40px;
    height: 40px;
}

.button-close .inner:before, .button-close .inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: #aaa;
    left: 0;
    transition: all .3s ease-in;
}

.button-close .inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.button-close .inner:after {
    bottom: 44.8%;
    transform: rotate(-45deg);
}

.button-close .inner-stripe {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0;
    height: 2px;
    opacity: 0;
    background: #aaa;
    transition: all .3s ease-in;
}

.button-close:hover .inner:before, .button-close:hover .inner:after {
    transform: rotate(0);
}

.button-close:hover .inner:before, .button-close:hover .inner:after {
    opacity: 0;
}

.button-close:hover .inner-stripe {
    width: 40px;
    right: 0;
    opacity: 1;
}
/*----------------------------------------------------------*/
.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 5px;
    padding: 8px 10px 6px;
    background: url("/img/fon_menu.png") repeat;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(243, 240, 231, 0.6);
    color: #155173;
    text-decoration: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    text-align: center;


}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #307b9a;
}
/*----------------------------------------------------------*/

.wow {
    visibility: hidden;
}

.wrapper {

}

.wrapper img {

}

.btn1, .btn2 {
    justify-self: center;
    display: block;
    width: fit-content;
    padding: 20px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

.btn1 {
    background-color: #716351;
    color: #fff;
}

.btn1:hover {
    color: #ddd;
}

.btn2 {
    background-color: #fff;
    color: #333;
}

.btn2:hover {
    color: #000;
}

/*-
/*-----------------------------------------------------------*/
.header {
    padding: 20px 0;
}

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

.header .navbar {
    width: auto;
    font-weight: bold;
}

.header .navbar .nav-link {
    padding: 0 20px;
}

.header .logo img {
    width: 300px;
}

.header .btn_contact {
    width: auto;
}

/*-----------------------------------------------------------*/

.block1 {
    margin: 100px 0;
    text-align: center;

}

.block1 h1 {
    font-weight: bold;
    font-size: 70px;
    margin-top: 60px;
    text-transform: uppercase;
}

.block1 p {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 0px 100px;
}

.block1 a {

}

.block1 .img1 {
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.block1 .img1 img {
    width: 100%;
}

/*-----------------------------------------------------------*/
.block2 {
    background-color: #716351;
    color: #fff;
    padding: 50px 0;
}

.block2 a {
    justify-self: left;

}

.block2 h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 20px 0;
}

.block2 p {
    text-align: justify;
    margin-bottom: 40px;
}

.block2 .img2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    border-radius: 15px;


}

.block2 .img2 img {

    border-radius: 15px;


}
/*-----------------------------------------------------------*/
.block22 .img2 img {
max-height: 580px;

}
.block22 h2 {
    font-size: 40px;
}
/*-----------------------------------------------------------*/
.block3 {
    padding: 50px 0;
}

.block3 a {
    justify-self: left;

}

.block3 h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 20px 0;
}

.description {
    max-width: 700px;
    margin-bottom: 40px;
}

.block3 .keis {
    margin-top: 60px;
}

.block3 .keis {

}

.block3 .img2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    border-radius: 15px;


}

.block3 .img2 img {

    border-radius: 15px;


}

.block3 .keis h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0 10px;
}

.block3 .keis p {

}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
.block4 {
    padding: 80px 0;
}

.block4 strong {
    color: rgb(113, 99, 81);
}

.block4 h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 20px 0;
}

.block4 .count {
    margin-top: 40px;
}

.block4 .count span {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff;
    background: rgb(113, 99, 81);
    padding: 15px 20px;
    border-radius: 100%;
}

.block4 .count h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0 10px;
}

.block4 .count p {
    font-size: 19px;
}

/*-----------------------------------------------------------*/

.block5 {
    background-color: #716351;
    color: #fff;
    padding: 80px 0;
}

.block5 .img2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    border-radius: 15px;


}

.block5 .img2 img {
    width: 100%;
    border-radius: 15px;


}

.block5 {

}

.block5 {

}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

.block6 {

    padding: 80px 0;
}

.block6 p {
    font-size: 40px;
    line-height: 54px;
    font-weight: bold;
}

.block6 strong {
    display: block;
    width: 100%;
    margin-top: 40px;

}

.block6 span {

}


.block6 .img2 {
    padding-left: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    border-radius: 15px;


}

.block6 .img2 img {
    width: 100%;
    border-radius: 15px;


}

.block6 {

}

.block6 {

}

/*-----------------------------------------------------------*/

.block7 {

    padding: 80px 0;
}

.block7 h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 20px 0;
}


.block7 .accordion-item {
    border: none;
}

.block7 .accordion-button {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}

.block7 .accordion-body {
    padding-top: 0;
}

/*-----------------------------------------------------------*/
.block8 {
    background-color: #716351;
    color: #fff;
    padding: 70px 0;
}

.block8 h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 20px 0;
}

.block8 label {
    width: 100%;
    margin-bottom: 10px;
}

.block8 input, .block8 textarea {
    font-size: 22px;
    line-height: 24px;
    padding: 10px 5px;
}

.block8 .form-group {
    margin-bottom: 20px;

}

.block8 button {
    padding: 10px 20px;
    border-radius: 10px;

}

.block8 .soglasie {
    margin-top: 15px;
    display: flex;
}

.block8 .soglasie label {
    margin-left: 10px;
    font-size: 18px;
    line-height: 19px;
}

.block8 .soglasie label a {
    color: #ddd;
}

.block8 .soglasie label a:hover {
    color: #fff;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
.block9 {

    padding: 70px 0;
}

.block9 h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0px 0 30px;
}

.block9 h3 {
    font-weight: bold;
    margin-top: 50px;
    font-size: 24px;
}

.block9 a {
    text-decoration: none;
    color: #333;
}

.block9 a:hover {

    color: #000;
}

.block9 p {
    position: relative;
    line-height: 22px;

    margin-bottom: 8px;
}

.block9 .tel_footer img {
    position: absolute;
    width: 40px;
    margin-left: 20px;
    bottom: 0px;
}

.block9 {

}

/*-----------------------------------------------------------*/
#footer {
    background-color: #716351;
    color: #fff;
    padding: 16px 0;
}

#footer p {
    margin: 0;
}

/*.footer_bottom{*/
/*    !* height: 40px; *!*/
/*    padding:25px 0;*/
/*}*/


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/


#gotoTop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border: 2px solid #fff;
    border-radius: 2px;
    opacity: .5;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

#gotoTop:hover {
    opacity: 1;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px;
    border-top: 4px solid #BFE2FF;
}

/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #337AB7;
    border: 2px solid #BFE2FF;
}

.cookie_btn:hover {
    color: #FFF;
}

.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.cookie_btn:before {
    top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.personalka {
    font-size: 12px;
    line-height: 14px !important;
    text-align: center;
}

.politica {
    display: block;
    padding-left: 23px;
    color: white;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Large devices lg (desktops, less than 1200px)*/

@media (max-width: 1359px) {
    body {

    }






}

/*Large devices lg (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    body {
font-size: 19px;
        line-height: 21px;
    }

    .block1 h1 {
        font-size: 50px;
        margin-top: 40px;
    }
    .block2 h2 {
        font-size: 46px;
        margin: 15px 0;
    }
    .block22 h2 {
        font-size: 30px;
        margin: 15px 0;
    }
    .block22 .img2 img {
        max-height: 500px;
    }
    .btn1, .btn2 {
        padding: 15px 15px;
    }
     h3 {
        font-size: 26px !important;
        margin: 20px 0 10px !important;
    }
    .block4 .count span {
        width: 50px;
        height: 50px;
        font-size: 30px;
        padding: 12px 16px;
    }
    .block6 p {
        font-size: 30px;
        line-height: 36px;
    }
    .block7 .accordion-button {
        font-size: 24px;
        line-height: 26px;
    }
    .block7 h2 {
        margin: 10px 0 !important;
    }


}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Medium devices md (tablets, less than 992px)*/
@media (max-width: 991px) {
    body {
        font-size: 18px;
        line-height: 20px;
    }

    .header .logo img {
        width: 230px;
    }
    .block1 {
        margin: 40px 0;
    }
    .block1 h1 {
        font-size: 44px;
        margin-top: 30px;
    }
     h2 {
        font-size: 44px !important;
        margin: 15px 0 !important;
    }

    h3 {
        font-size: 24px !important;
        margin: 16px 0 8px !important;
    }
    .block22 h2 {
        font-size: 30px !important;
        margin: 15px 0;
    }
    .block22 .img2 img {
        max-height: 500px;
    }
    .block6 p {
        font-size: 21px;
        line-height: 24px;
    }
    .block7 .accordion-button {
        font-size: 22px;
        line-height: 24px;
    }
    .block7 h2 {
        margin: 5px 0 !important;
    }










}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Small devices sm(landscape phones, less than 768px)*/
@media (max-width: 767px) {
    body {

    }
.logo{
    text-align: center;
    margin-bottom: 20px;
}
.block2 .img2{
    display: none;
}
    .block6 .img2{
        display: none;
    }
    .block22 h2 {
        font-size: 30px !important;
        margin: 15px 0;
    }
    .block22 .img2 img {
        max-height: 500px;
    }

}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Small devices xs(phones, less than 576px)*/
@media (max-width: 575px) {
    body {

        /*margin-top: 80px;*/
    }
    .header .navbar .nav-link {
        padding: 10px 20px;
    }




.logo{
    order: 2;
    margin-top: 20px;
}

.wrapper_menu{
    order: 1;
}

    .header .row {

        justify-content: left !important;
    }

    .menu1 {
        order: 0;
        height: auto;
        padding: 5px 0 !important;
    }


    .menu1 li.dropdown:hover > .dropdown-menu {
        display: none;
    }
    .menu1 li.dropdown.show:hover > .dropdown-menu {
        display: block;
    }
    .navbar-nav{
        margin-left: 10px;
        margin-top: 10px;
    }
    .menu1 ul.navbar-nav a.nav-link:hover, .menu1 ul.navbar-nav .current a.nav-link {
        box-shadow: none;
    }

    .menu1 ul.navbar-nav a.nav-link {
        padding: 8px 14px 8px;
        font-size: 18px;
    }
    .menu1 .dropdown-menu.long {
        min-width: 100%;
    }
    #id4{
        /*display: none;*/
    }


    .navbar-toggler {
        position: relative;
        right: 0;
        border: none;
        cursor: pointer;
        padding: 3px 5px;
    }

    .navbar-toggler:hover, .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler-icon {
        padding: 3px 0 0 35px;
    }

    .block1 {
        margin: 10px 0;
    }
    .block1 h1 {
        font-size: 34px;
        margin-top: 0px;
    }
    .block1 p {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0px 15px;
    }
    h2 {
        font-size: 34px !important;
        margin: 10px 0 !important;
    }

    .block4 {
        padding: 30px 0;
    }
    .block5 {
        background-color: transparent;
        padding: 30px 0;
    }
    .block5 .img2 {
        margin-bottom: 20px;
    }
    .block6 {
        padding: 30px 0;
    }
    .block7 {
        padding: 30px 0;
    }
    .block8 {
        padding: 30px 0;
    }



}

