body { 
    margin: 0;
    font-family: 'Lora', serif; 
    font-size: 14px;
    color: #6c7279;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

a {
    text-decoration: none; 
    color: #fff;
}


/* Container
===================*/
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Header
===================*/

.header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header.fixed {
    height: auto;
    position: fixed;
    background-color:  #76A2BC; /* #C39E82; #31344e;*/
}



.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #515369;
}

.header__logo {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    -webkit-text-stroke: 0.8px #76A2BC; 
    background-color: #76A2BC;
}


/* Nav
===================*/

.nav {
    display: flex;
    font-size: 13px;
    font-weight: 900; 
    background-color: #76A2BC;
    text-transform: uppercase;
}

.nav__link {
    margin-left: 50px;
    color:  #000000; 
    text-decoration: none;
    opacity: .75;
    transition: opacity .1s linear;
}

.nav__link:first-child {
    margin-left: 0;
}

.nav__link:hover {
    opacity: 1;
}


/* Intro
===================*/

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 750px;
    padding-top: 100px;
    background: #fff url("img/fon1.jpg") center no-repeat; /* #f5eb8e */
    background-size: cover;
}

.intro__inner {
    width: 100%;
    max-width: 970px;
    height: 420px;
    margin: 0 auto;
    text-align: center;
}

.intro__title { 
    margin: 0 0 30px;
    width: 100%;     
    float: left;
}

.intro__logo{
    float: left;
    display: flex;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin:auto; 
}

.intro__subtitle {
    float: left;
    margin: 10px 1px 0;
    font-size: 75px;
    line-height: 1.1;
    color: #FFC90E;
    text-shadow: black 0 0 5px; 
    -webkit-text-stroke: 1px grey; 
    text-transform: uppercase;
}


/* Button
===================*/
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #373538;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: background .1s linear;
}

.btn--red {
    background-color: #FFD700;
}

.btn--red:hover {
    background-color: #FFE245;
}

.btn--long {
    min-width: 280px;
}



/* Features
===================*/
.features {
    display: flex;
    flex-wrap: wrap;
    margin: 95px 0;
}

.features__item {
    width: 33.33333%;
    padding: 0 40px;
    margin: 50px 0;
    text-align: center;
}

.features__icon {
    margin-bottom: 25px;
}

.features__title {
    margin-bottom: 20px;
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
}

.features__text {
    font-size: 14px;
    line-height: 1.5;
    color: #6c7279;
}


/* Team
===================*/
.team {
    margin: 100px 0 70px;
}

.team__inner {
    display: flex;
   /* flex-wrap: wrap;  */
    justify-content: center;
    margin: 0 -15px;
}

.team__item {
    width: 40%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team__photo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.team__name {
    margin-bottom: 8px;
    font-size: 22px;
    color: #2d3033;
    text-align: center;
}

.team__prof {
    margin-bottom: 15px;
    font-size: 13px;
    color: #e84545;
    text-transform: uppercase;
}

.team__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #6c7279;
}


/* Reviews
===================*/

.reviews {
    overflow: hidden;
    /* background-color: #87B2E5;  center no-repeat  /*#90AAB9*/
    background: #67929E url("img/fon2.jpg");
}

.reviews__slider {
    height: 500px;
    overflow: hidden;
}

.reviews__slider.slick-initialized {
    height: auto; 
}

.reviews__item {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.reviews__photo {
    width: 50%;
    height: 500px;
    position: relative;  
    top: 50px;   
}

.reviews__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
    
}

.reviews__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 80px; 

}

.reviews__text {
    margin-bottom: 25px;
    font-family: 'Noto Serif', serif;
    font-style: bold; 
    font-style: italic;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #010101;
}

.reviews__author {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #010101;
    vertical-align: middle; 
    margin-top: 15px;
}

.reviews_icon{
    margin-right: 25px;
    float: left;
}

.reviews__author_text{
    margin-left: 40px;
    margin-top: 7px;  
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    width: 15px;
    height: 15px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    border: 0;
    opacity: .5;
    cursor: pointer;
    font-size: 0;
    color: transparent;
}

.slick-dots button:focus {
    outline: 0;
}

.slick-dots .slick-active button {
    opacity: 1;
}



/* Rule
===================*/
.rule_heading{  
    font-size: 28px; 
    text-align: center; 
}

.rule__item{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;   
}

.rule__photo{
    width: 50%;
    padding: 0 15px;
    text-align: center;
}

.rule__photo_img{
    width: 95%;  
    text-align: right;
    }

.rule__text{
    width: 95%; 
    padding-left: 20px;
    font-size: 20px; 
    text-align: center;    
}



/* Filials
===================*/

.filials{
    margin-top: 20px;

}
.filial_heading{
    margin-top: 25px;
    margin-bottom: 25px; 
    font-size: 28px;
    text-align: center;
}

.filial__inner {
    display: flex;
   /* flex-wrap: wrap;  */
    justify-content: center;
    margin: 0 -15px;
}

.filial__item {
    width: 80%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.filial__photo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin:auto;
}

.filial__name {
    margin-bottom: 8px;
    font-size: 22px;
    color: #2d3033;
    text-align: center;
}


.filial__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #6c7279;
}


/* Report
===================*/

.report {
    margin: 90px 0;
    text-align: center;
}

.report__title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}

.report__text {
    margin-bottom: 15px;
    font-size: 13px;
    color: #2d3033;
    font-weight: 700;
}

.maps {
    width: 990px; 
    height: 420px;  
}


/* Footer
===================*/

.footer {
    background-color: #FBF9DA; /* #794D40; */
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
}

.footer__block {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.footer__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #7E7E7E; 
    text-transform: uppercase;
}

.footer__address {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
}

.footer__text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .5);
}



/* Copyright
===================*/

.copyright {
    padding: 20px 0;
    background-color: #76A2BC; /* #FFFB8F;  */
}

.copyright__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #7E7E7E; 
    /*color: #808080;  */
}

.copyright__text span {
    color: #383838;
}


/* Burger */
.burger {
    display: none;
    padding: 9px 2px;
    background: none;
    border: 0;
    cursor: pointer;
}

.burger__item {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #010101; /*цвет для бургер меню середина #fff */
    font-size: 0;
    color: transparent; 
    position: relative;
}

.burger__item:before,
.burger__item:after {
    content: "";
    height: 100%;
    background-color: #010101; /*цвет для бургер меню верх и низ #fff */
    position: absolute;
    right: 0;
    z-index: 1;
}

.burger__item:before {
    width: 30px;
    top: -8px;
}

.burger__item:after {
    width: 26px;
    bottom: -8px;

}



/* Media
===================*/

@media (max-width: 1300px) {
    /* Works */
    .works__item {
        width: 50%;
    }
}

@media (max-width: 1020px) {

    /* Nav */
    .nav {
        display: none;
        width: 100%;
        flex-direction: column;
        background: #FFD700 url("img/navy_fon1.jpg");
        /*background-color: #FFD700;  /*#31344e #DBB465  */
        text-align: right;
        position: absolute;
        top: 100%;
        right: 0;
    }

    .nav.show {
        display: flex;
    }

    .nav__link {
        padding: 9px 15px;
    }

    /* Burger */
    .burger {
        display: block;
    }

    /*Header*/
    .header__logo {
        font-size: 28px;
    }

    /* Intro */
    .intro__logo{
        height: 80px;
        width: 80px;
    }

    .intro__subtitle {
        font-size: 52px;
    }

    /* Features */
    .features__item {
        width: 50%;
    }

    /* Team */
    .team__item {
        width: 50%;
        text-align: center;
    }

    .team__photo {
        margin-left: auto;
        margin-right: auto;
    }

    /* Team */
    .social {
        justify-content: center;
    }

    /* Reviews */

    .reviews__photo {
        width: 100%;
        margin: 15px 0 40px;
        overflow: hidden;
        top: 20px;
    }

    /*.reviews__img{
        right: 160px;
    }*/

    .reviews__text{
        margin-left: 20%;

    }

    .reviews__content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .maps {
        width: 700px; 
        height: 300px;  
        /*padding-left: -30px;*/
    }
}


@media (max-width: 767px) {

    .header__logo {
        font-size: 28px;
    }

    /* Intro */
    .intro {
        height: auto;
        padding-top: 130px;
        padding-bottom: 30px;
    }

    .intro__logo{
        height: 60px;
        width: 60px;
    }

    .intro__subtitle {
        font-size: 35px;
    }

    /* Features */
    .features {
        margin: 40px 0;
    }

    .features__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }



    /* Team */
    .team {
        margin: 60px 0 30px;
    }

    .team__item {
        width: 100%;
    }

    /* Rule   */
    .rule__photo{
        width: 100%;
        padding: 0 15px;
    }

    .rule__text{
        font-size: 16px;
        width: 100%;
    }

    .rule__photo_img{
        width: 300px;
    }

    /* Reviews */
    .reviews__photo {
        height: 300px;
    }
    .reviews__text {
        font-size: 30px;
        top: 30px;
    }

    /*.reviews__img{
        right: 10px;
    }

    /* Btn */
    .btn--long {
        min-width: 260px;
    }

    /* Download */
    .download {
        margin: 50px 0;
    }

    .download__title {
        font-size: 24px;
    }

    /* Footer */
    .footer__inner {
        padding: 30px 0;
    }

    .footer__block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer__block:last-child {
        margin-bottom: 0;
    }

    .maps {
        width: 410px; 
        height: 180px;  
    }
}


@media (max-width: 514px) {

    .header__logo {
        font-size: 22px;
    }

    /*Intro */
    .intro__logo{
        height: 46px;
        width: 46px;
    }

    .intro__subtitle {
        font-size: 28px;
    }

    /* Rule  */
    .rule__text{
        font-size: 14px;
        width: 100%;
    }

    /* Reviews */
    .revews__photo{
        height: 300px;
        top: 20px; 
    }
    /*.reviews__img {
        right: -100px; 
        width: 180px;
    }*/


    .reviews__text{
        margin-left: 20px;
    }


    .maps {
        width: 320px; 
        height: 150px; 
}