/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";
/* CSS Document */

:root {
    --main-color: #0453AA;
    --light-color: #F2F2F2;
    --gray-color: #D3D3D3;
    --primary-color: #E2000B;
    --secondary-color: #009DE2;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-RegularIt.eot');
    src: url('../fonts/ProximaSoft-RegularIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaSoft-RegularIt.woff2') format('woff2'),
    url('../fonts/ProximaSoft-RegularIt.woff') format('woff'),
    url('../fonts/ProximaSoft-RegularIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-SemiBold.eot');
    src: url('../fonts/ProximaSoft-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaSoft-SemiBold.woff2') format('woff2'),
    url('../fonts/ProximaSoft-SemiBold.woff') format('woff'),
    url('../fonts/ProximaSoft-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/ProximaSoft-Regular.eot');
    src: url('../fonts/ProximaSoft-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaSoft-Regular.woff2') format('woff2'),
    url('../fonts/ProximaSoft-Regular.woff') format('woff'),
    url('../fonts/ProximaSoft-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* _______________________ NORMALIZE _______________________ */

article,aside,details,footer,header,nav,hgroup,menu,section,figcaption,figure,main {display: block;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a:active,a:hover {outline-width: 0;}
strong { font-weight: bold;}
a {text-decoration:none;background-color: transparent;-webkit-text-decoration-skip: objects;}
textarea{resize: none;overflow:auto;}
input,textarea{outline:none;border: none;-webkit-appearance: none;border-radius: 0;}
input[type="submit"] {-webkit-appearance: none;cursor: pointer;}
input[type='search'] {-webkit-appearance: none;}
a,button{outline: none;cursor:pointer;}
button{background:none;border:none;}
table { border-collapse: collapse; border-spacing: 0;width: 100%}
img { border: 0; max-width: 100%;height:auto; }
h1, h2, h3, h4, h5{font-weight:normal;}
button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: none}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit}
input[type="search"]::-webkit-search-cancel-button {background: none;display: none}

* {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: 'Proxima Soft', sans-serif;
}

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

.clearfix:after { clear:both;content:'';display:block;}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;color: inherit;font-style: italic;}
input::-moz-placeholder , textarea::-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;color: inherit;font-style: italic;}
input:-moz-placeholder , textarea:-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;color: inherit;font-style: italic;}
input:-ms-input-placeholder , textarea:-ms-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;color: inherit;font-style: italic;}

input:hover::-webkit-input-placeholder , textarea:hover::-webkit-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:hover::-moz-placeholder , textarea:hover::-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
input:hover:-moz-placeholder , textarea:hover:-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
input:hover:-ms-input-placeholder , textarea:hover:-ms-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}

input:focus::-webkit-input-placeholder ,textarea:focus::-webkit-input-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:focus::-moz-placeholder , textarea:focus::-moz-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
input:focus:-moz-placeholder , textarea:focus:-moz-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
input:focus:-ms-input-placeholder , textarea:focus:-ms-input-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}

/* _______________________ Grid ___________________________ */

.container {width: 100%;padding-right: 30px;padding-left: 30px;margin-right: auto;margin-left: auto;max-width: 944px;position: relative;z-index: 1;}
.container-fluid {width: 100%;margin-right: auto;margin-left: auto;max-width: 1400px;position: relative;z-index: 1;}

@media (max-width: 767px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* _______________________ Page Styles ____________________  */

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    display: block;
}

ol, ol li,nav ul,nav li{
    list-style: none;
}

body{
    min-width: 320px;
    position: relative;
    color: var(--main-color);
}

.wrapper{
    width: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* transitions */
a, button, input, textarea{
    font-family: 'Proxima Soft', sans-serif;
}
a, button, input, textarea,  .btn, .swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet{
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease 0.05s;
    -o-transition: all 0.3s ease 0.05s;
    transition: all 0.3s ease 0.05s;
}

.swiper-button-next:focus, .swiper-button-prev:focus,.swiper-pagination-bullet:focus,.fancybox-button:focus{
    outline: none;
}

/* ________Styles________ */

/*header*/

.header{
    position: relative;
    z-index: 9;
}
.header__nav{}
.header__nav ul{
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.header__nav li:nth-child(2){
    margin-left: 17px;
    padding-left: 17px;
    margin-right: auto;
    border-left: 2px solid;
}
.header__nav li:nth-child(3){
    margin-left: auto;
    margin-right: 17px;
    padding-right: 17px;
    border-right: 2px solid;
}
.header__nav a{
    color: var(--main-color);
    display: block;
}
.header__nav a:hover{
    color: var(--primary-color);
}
.header__brand{
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 241px;
}
.header__brand img{
    display: block;
    width: 100%;
}

.header__link{
    position: absolute;
    left: 50%;
    margin-left: 365px;
    top: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    color: var(--primary-color);
    background: var(--light-color);
    font-size: 12px;
    font-weight: 600;
}
.header__link:hover{
    background: var(--main-color);
}

@media (max-width: 944px){
    .header__brand {
        width: 140px;
    }
    .header__nav ul {
        font-size: 16px;
        height: 70px;
    }
}

@media (max-width: 767px){
    .header__brand {
        width: 100px;
    }
    .header__nav ul {
        font-size: 10px;
    }
    .header__nav li:nth-child(2){
        margin-left: 10px;
        padding-left: 10px;
        border-width: 1px;
    }
    .header__nav li:nth-child(3){
        border-width: 1px;
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 374px){
    .header__nav ul {
        font-size: 9px;
    }
}

.section{
    padding: 25px 0;
}

.section .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

/* jumbotron */

.section-jumbotron{
    position: relative;
}
.section-jumbotron__slider{
    width: 100%;
}

.section-jumbotron__slider-item{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.section-jumbotron__slider-title{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.section-jumbotron__slider-item:before{
    content: '';
    display: block;
    padding-bottom: 28.143%;
}

.swiper-pagination{
    bottom: 15px;
}
.swiper-pagination-bullet{
    margin: 0 5px;
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}
.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover{
    background: var(--primary-color);
}

@media (max-width: 1170px){
    .section-jumbotron__slider-item:before{
        padding-bottom: 35%;
    }
    .section-jumbotron__slider-title{}
}

@media (max-width: 944px){
    .section-jumbotron__slider-item:before{
        padding-bottom: 40%;
    }
    .section-jumbotron__slider-item{
        font-size: 30px;
    }
}

@media (max-width: 767px){
    .section-jumbotron__slider-item:before{
        padding-bottom: 50%;
    }
    .section-jumbotron__slider-item{
        font-size: 22px;
    }
}

@media (max-width: 374px){
    .section-jumbotron__slider-item:before{}
    .section-jumbotron__slider-title{}
}

/* category-block */

.category-block{
    margin: -50px auto;
    max-width: 1066px;
}
.category-block__item{
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category-block__item-photo{
    width: 47.6%;
    position: relative;
    overflow: hidden;
}
.category-block__item-photo:before{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.category-block__item-photo img{
    display: block;
    top: 50%;
    left: 50%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.category-block__item-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-block__item-list-row + .category-block__item-list-row{
    margin-top: 18px;
}
.category-block__item-list-row a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-block__item-txt{
    width: 52.4%;
    padding-left: 49px;
}
.category-block__item-list-img{
    width: 30.3%;
    position: relative;
    overflow: hidden;
    background: var(--light-color);
}
.category-block__item-list-img:before{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.category-block__item-list-img img{
    display: block;
    top: 50%;
    left: 50%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.category-block__item-list-row a:hover .category-block__item-list-img img{
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
}
.category-block__item-list-txt{
    width: 69.7%;
    font-size: 21px;
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    padding-left: 35px;
}
.category-block__item-list-txt small{
    display: block;
    font-size: 15px;
    margin-top: 6px;
    text-transform: none;
}
.category-block__item.category-block__item-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.category-block__item.category-block__item-reverse .category-block__item-txt{
    padding-right: 49px;
    padding-left: 0;
}
.category-block__item.category-block__item-reverse .category-block__item-list-txt{
    padding-right: 35px;
    padding-left: 0;
}
.category-block__item.category-block__item-reverse .category-block__item-list-txt{
    padding-right: 35px;
    padding-left: 0;
    text-align: right;
}
.category-block__item.category-block__item-reverse .category-block__item-list-row a{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.category-block__item-photo{}


@media (max-width: 1023px){
    .category-block__item-list-txt{
        font-size: 16px;
    }
    .category-block__item-list-txt small{
        font-size: 13px;
    }
    .category-block{
        margin: -25px auto;
    }
    .category-block__item{
        padding: 25px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px){
    .category-block__item{
        display: block;
    }
    .category-block__item-photo{
        width: 100%;
        margin-bottom: 25px;
    }
    .category-block__item-txt{
        width: 100%;
        padding-left: 0;
    }
    .category-block__item.category-block__item-reverse .category-block__item-txt{
        padding-right: 0;
    }
    .category-block__item.category-block__item-reverse .category-block__item-list-row a{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .category-block__item.category-block__item-reverse .category-block__item-list-txt{
        padding-right:0;
        padding-left: 35px;
        text-align: left;
    }
}

/* section__about */

.section__title{
    display: block;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 31px;
}

.section-about{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-about:before{
    content:'';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    border-top-right-radius: 15px;
    height: calc(50% - 40px);
    width: calc(50% - 40px);
    border-bottom: 0;
    border-left: 0;
}
.section-about:after{
    content:'';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 15px;
    height: calc(50% - 40px);
    width: calc(50% - 40px);
    border-top: 0;
    border-right: 0;
}
.section-about__item{
    width: 50%;
}
.section-about__item.section-about__item-img img{display: block;height: 100%;-o-object-fit: cover;object-fit: cover;
    width: 100%;}
.section-about__item.section-about__item-txt{
    padding: 40px;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 767px){
    .section__title{
        font-size: 24px;
    }
    .section-about:before{
        display: none;
    }
    .section-about:after{
        display: none;
    }
    .section-about__item{
        width: 100%;
    }
    .section-about__item.section-about__item-txt{
        padding: 30px 0;
        font-size: 14px;
    }
    .section-about__item.section-about__item-txt + .section-about__item.section-about__item-txt{
        border-top: 1px solid var(--secondary-color);
    }
}

/* section-form */

.section-form__title{

    margin-bottom: 50px;

    border-radius: 10px;

    overflow: hidden;

    background-size: cover;

    background-position: 50%;
}

.section-form__title-txt{
    padding: 35px 28px;
    text-align: left;
    color: #fff;
    width: 50%;
    font-size: 18px;
    font-weight: 600;
}
.section-form__title-txt .section__title{
    text-align: left;
    color: #fff;
}

.btn{
    display: inline-block;
    vertical-align: top;
    height: 42px;
    line-height: 42px;
    background: var(--primary-color);
    text-align: center;
    padding: 0 30px;
    color: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}
.btn:hover{
    opacity: .8;
}
.btn:active{
    opacity: .7;
}

form{
    max-width: 630px;
    margin: 0 auto;
}


.form-control__field{
    margin-bottom: 20px;
}

.form-control__field .btn{
    display: block;
    margin: 0 auto;
}

.form-control{
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid var(--secondary-color);
    line-height: normal;
    background: none;
    padding: 0 10px;
    color: var(--main-color);
    font-size: 16px;
    border-radius: 10px;
}

.form-control__field-error .form-control{
    color: var(--primary-color);
}

textarea.form-control{
    padding: 10px;
    height: 120px;
}

.form-control:-moz-placeholder {
    line-height: 40px;
}
.form-control::-moz-placeholder {
    line-height: 40px;
}

textarea.form-control:-moz-placeholder {
    line-height: normal;
}
textarea.form-control::-moz-placeholder {
    line-height: normal;
}

.form-checkbox{
    display: block;
    position: relative;
    padding-left: 43px;
    line-height: 1.1875;
    font-size: 16px;
    font-style: italic;
    color: var(--main-color);
}
.form-checkbox a{
    color: inherit;
}
.form-checkbox a:hover{
    color: var(--primary-color);
}
.form-checkbox input{
    display: none;
}
.form-checkbox__txt{
    display: block;
    position: static;
}
.form-checkbox__txt:before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border: 4px solid var(--secondary-color);
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
    border-radius: 5px;
}

.form-checkbox input:checked + .form-checkbox__txt:before{
    background: var(--secondary-color);
}

@media (max-width: 944px){
    .section-form__title{
        margin-left: -30px;
        margin-right: -30px;
    }
    .section-form__title-txt{
        padding: 20px;
        width: 45%;
        font-size: 16px;
    }
    .section-form__title-txt .section__title{
        font-size: 22px;
    }
}

@media (max-width: 767px){
    .section-form__title{
        margin-left: -15px;
        margin-right: -15px;
        background-position: 40% 50%;
    }
    .section-form__title-txt{
        padding: 20px;
        width: 255px;
        font-size: 14px;
    }
    .section-form__title-txt .section__title{
        font-size: 20px;
    }
}

/* footer */

.footer{
    font-size: 13px;
    font-weight: 600;
}

.footer-block{
    background: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-size: 16px;
}

.footer__copyright{
    display: block;
}

.footer__fixprice{
    position: relative;
    display: block;
    max-width: 280px;
    text-align: center;
}
.footer__fixprice img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 44px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer__fixprice a{
    color: inherit;
}
.footer__fixprice a:hover{
    color: var(--primary-color);
}
.footer__policy{
    display: block;
    text-align: right;
    color: inherit;
}
.footer__policy:hover{
    color: var(--primary-color);
}

@media (max-width: 944px){
    .footer-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin: 0 -30px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .footer__policy{
        text-align: center;
    }
    .footer__fixprice{
        margin: 15px 0;
    }
}

@media (max-width: 767px){
    .footer-block{
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* section-reviews */

.section-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.section-reviews:before{
    content:'';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    height: calc(50% - 40px);
    width: calc(33% - 20px);
    border-bottom: 0;
    border-right: 0;
}
.section-reviews:after{
    content:'';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 15px;
    height: calc(41% + 2px);
    width: calc(33% - 20px);
    border-top: 0;
    border-right: 0;
}
.section-reviews__item{
    width: calc(100% / 3);
    padding: 20px 28px;
    position: relative;
    font-style: italic;
    line-height: 1.375;
    display: flex;
    flex-direction: column;
}
.section-reviews__item p{
    margin-bottom: 26px;
}
.section-reviews__item:nth-child(3):before{
    content:'';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    border-top-right-radius: 15px;
    height: calc(100% - 40px);
    width: calc(100% - 23px);
    border-bottom: 0;
    border-left: 0;
}
.section-reviews__item:last-child:before{
    content:'';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    height: calc(100% - 40px);
    width: calc(100% - 20px);
    border-top: 0;
    border-left: 0;
}
.section-reviews__title{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: normal;
}
.section-reviews__author{
    display: block;
    text-align: right;
    margin-top: auto;
}

@media (max-width: 944px){
    .section-reviews {}
    .section-reviews__item{
        width: 50%;
    }
    .section-reviews__title{}
    .section-reviews__author{}
    .section-reviews__item:nth-child(3):before{
        display:none;
    }
    .section-reviews__item:nth-child(2):before{
        content:'';
        border: 1px solid var(--secondary-color);
        position: absolute;
        pointer-events: none;
        top: 0;
        right: 0;
        border-top-right-radius: 15px;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        border-bottom: 0;
        border-left: 0;
    }
    .section-reviews:before{
        height: calc(33% - 20px);
        width: calc(50% - 20px);
    }
    .section-reviews:after{
        height: calc(33% - 20px);
        width: calc(50% - 20px);
        border-top: 0;
        border-right: 0;
    }
}

@media (max-width: 767px){
    .section-reviews__item:nth-child(2):before,.section-reviews:before,.section-reviews:after,.section-reviews__item:last-child:before{
        display:none
    }

    .section-reviews {}
    .section-reviews__item{
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }
    .section-reviews__item{
        border-top: 1px solid var(--secondary-color);
    }
    .section-reviews__item + .section-reviews__item{
        border-top: 0;
        border-bottom: 1px solid var(--secondary-color);
    }
    .section-reviews__title{}
    .section-reviews__author{}
}

/* section-advice */

.section-advice{
    position: relative;
}

.section-advice__slider{
    width: 100%;
    border-radius: 10px;
}
.section-advice__slider .swiper-slide{
    height: auto;
}
.section-advice__slider .swiper-slide:nth-child(3n + 1){}
.section-advice__slider .swiper-slide:nth-child(3n + 1) .section-advice__slider-item{}
.section-advice__slider .swiper-slide:nth-child(3n + 1) .section-advice__slider-item:before{
    content: '';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 1px;
    border-bottom-left-radius: 15px;
    height: calc(50% - 20px);
    width: calc(100% - 28px);
    border-top: 0;
    border-right: 0;
}
.section-advice__slider .swiper-slide:nth-child(3n + 2){}
.section-advice__slider .swiper-slide:nth-child(3n + 2) .section-advice__slider-item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.section-advice__slider .swiper-slide:nth-child(3n + 2) .section-advice__slider-item:before{
    content: '';
    border-top: 1px solid var(--secondary-color);
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
}
.section-advice__slider .swiper-slide:nth-child(3n + 3){}
.section-advice__slider .swiper-slide:nth-child(3n + 3) .section-advice__slider-item{}
.section-advice__slider .swiper-slide:nth-child(3n + 3) .section-advice__slider-item:before{
    content: '';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    height: calc(50% - 20px);
    width: calc(100% - 28px);
    border-top: 0;
    border-left: 0;
}

.section-advice__slider-item{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.section-advice__slider-img:before{}
.section-advice__slider-img{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 50%;
}
.section-advice__slider-img img{
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.section-advice__slider-txt{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 28px 28px;
    height: 50%;
    line-height: 1.375;
}

.swiper-button-prev, .swiper-button-next{
    color: #B2E2F7;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    color: var(--secondary-color);
}
.swiper-button-prev{
    left:-50px;
}

.swiper-button-next{
    right:-50px;
}

@media (max-width: 1024px){
    .section-advice{
        padding-left: 50px;
        padding-right: 50px;
    }
    .swiper-button-prev{
        left: 0;
    }

    .swiper-button-next{
        right: 0;
    }
}

@media (max-width: 944px){
    .section-advice{
        padding-left: 50px;
        padding-right: 50px;
    }
    .swiper-button-prev{
        left: -10px;
    }

    .swiper-button-next{
        right: -10px;
    }

    .section-advice__slider .swiper-slide:nth-child(2n + 1) .section-advice__slider-item:before{
        content: '';
        border: 1px solid var(--secondary-color);
        position: absolute;
        pointer-events: none;
        bottom: 0;
        left: 1px;
        border-bottom-left-radius: 15px;
        height: calc(50% - 20px);
        width: calc(100% - 28px);
        border-top: 0;
        border-right: 0;
        border-bottom-right-radius: 0;
        top: auto;
    }
    .section-advice__slider .swiper-slide:nth-child(2n + 2) .section-advice__slider-item,.section-advice__slider .swiper-slide:nth-child(2n + 1) .section-advice__slider-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-advice__slider .swiper-slide:nth-child(2n + 2) .section-advice__slider-item:before{
        content: '';
        border: 1px solid var(--secondary-color);
        position: absolute;
        pointer-events: none;
        bottom: 0;
        right: 0;
        border-bottom-right-radius: 15px;
        height: calc(50% - 20px);
        width: calc(100% - 28px);
        border-top: 0;
        border-left: 0;
        top: auto;
        left: auto;
        border-bottom-left-radius: 0;
    }
}

@media (max-width: 767px){
    .section-advice{
        padding-left: 30px;
        padding-right: 30px;
    }
    .swiper-button-prev:after, .swiper-button-next:after{
        font-size: 22px;
    }

    .swiper-button-next{
    }

    .section-advice__slider .swiper-slide:nth-child(2n + 1) .section-advice__slider-item:before,.section-advice__slider .swiper-slide:nth-child(2n + 2) .section-advice__slider-item:before{
        display: none;
    }
    .section-advice__slider .swiper-slide:nth-child(2n + 2) .section-advice__slider-item,.section-advice__slider .swiper-slide:nth-child(2n + 1) .section-advice__slider-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-advice__slider-txt{
        border-bottom: 1px solid var(--secondary-color);
        height: auto;
        border-radius: 10px;
    }
}

.section-products{}
.section-products__tabs{
    list-style: none;
    padding: 0;
    margin: -13px -13px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-products__tabs-item{
    padding: 13px;
    width: 25%;

    cursor: pointer;
}
.section-products__tabs-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 15px;
}
.section-products__tabs-img:before{
    content: '';
    padding-bottom: 76%;
    display: block;
}
.section-products__tabs-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-products__tabs-txt{
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.section-products__tabs-item:hover .section-products__tabs-img{
    opacity: .75;
}
.section-products__tabs-item.active .section-products__tabs-txt, .section-products__tabs-item:hover .section-products__tabs-txt{
    color: var(--secondary-color);
}

.section-products__box{
    display: none;
    position: relative;
}
.section-products__box.active{
    display: block;
}
.section-products__slider{
    width: 100%;
}
.section-products__item{
    display: block;
}
.section-products__item-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 170px;
    margin-bottom: 10px;
}
.section-products__item-img img{
    max-height: 100%;
}
.section-products__item-title{
    display: block;
    line-height: 1.375;
    padding: 0 10px 0 28px;
}

@media (max-width: 944px) {
    .section-products__tabs-item {
        width: 50%;
    }
}

@media (max-width: 767px){
    .section-products__item-title{
        text-align: center;
    }
    .section-products__tabs-txt{
        font-size: 16px;
    }
}

.section-reviews__item:nth-last-child(2)::before {
    content: '';
    border: 1px solid var(--secondary-color);
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    left: 28px;
    height: calc(100% - 28px);
    width: calc(100% - 50px);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.swiper-button-next, .swiper-button-prev {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='26.6' height='39' viewBox='0 0 7.0379166 10.31875' version='1.1' id='svg986' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='icon_left.svg'%3E%3Cdefs id='defs980' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='2.8' inkscape:cx='-17.684508' inkscape:cy='20.335728' inkscape:document-units='px' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' units='px' inkscape:window-width='1362' inkscape:window-height='728' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='0' /%3E%3Cmetadata id='metadata983'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Слой 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath id='rect859' style='opacity:1;fill:%23b2e2f7;fill-opacity:1;stroke:none;stroke-width:0.205406;stroke-opacity:0.956863' d='M 6.3776575,-3.5343221e-6 A 0.69500359,0.82140782 53.076771 0 1 6.9103075,0.24927447 a 0.69500359,0.82140782 53.076771 0 1 0.07036,0.121659 c 0.01265,0.01418 0.0256,0.02783 0.03745,0.04305 l -0.0051,0.05165 A 0.69500359,0.82140782 53.076771 0 1 6.7364105,1.2449545 l -2.381393,3.525308 c -0.06798,0.100636 -0.107994,0.211869 -0.127274,0.323772 -0.107803,0.267044 -0.07898,0.580773 0.107802,0.829496 0,0 1.434513,1.677485 2.232041,2.945837 a 0.86816822,0.73395848 53.230194 0 1 0.169935,0.172197 0.86816822,0.73395848 53.230194 0 1 -0.04341,1.1401585 0.86816822,0.73395848 53.230194 0 1 -0.569332,0.119416 c -0.02997,0.0079 -0.06401,0.0059 -0.104814,-0.02621 l -0.0094,-0.0071 a 0.86816822,0.73395848 53.230194 0 1 -0.425231,-0.3166615 0.86816822,0.73395848 53.230194 0 1 -0.03107,-0.04229 l -5.29317402,-4.160144 -0.07488,-0.09619 c -0.291364,-0.375076 -0.222696,-0.909547 0.15422,-1.198554 L 5.6321105,0.39679747 a 0.69500359,0.82140782 53.076771 0 1 0.20401,-0.209242 0.69500359,0.82140782 53.076771 0 1 0.541639,-0.187528004322 z' /%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / cover;
    width: 27px;
    height: 40px;
}

.swiper-button-next {
    transform: rotate(180deg);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='26.6' height='39' viewBox='0 0 7.0379166 10.31875' version='1.1' id='svg986' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='icon_left_active.svg'%3E%3Cdefs id='defs980' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='2.8' inkscape:cx='-17.684508' inkscape:cy='20.335728' inkscape:document-units='px' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' units='px' inkscape:window-width='1362' inkscape:window-height='728' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='0' /%3E%3Cmetadata id='metadata983'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Слой 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath id='rect859' style='opacity:1;fill:%2357bfed;fill-opacity:1;stroke:none;stroke-width:0.205406;stroke-opacity:0.956863' d='M 6.3776575,-3.5343221e-6 A 0.69500359,0.82140782 53.076771 0 1 6.9103075,0.24927447 a 0.69500359,0.82140782 53.076771 0 1 0.07036,0.121659 c 0.01265,0.01418 0.0256,0.02783 0.03745,0.04305 l -0.0051,0.05165 A 0.69500359,0.82140782 53.076771 0 1 6.7364105,1.2449545 l -2.381393,3.525308 c -0.06798,0.100636 -0.107994,0.211869 -0.127274,0.323772 -0.107803,0.267044 -0.07898,0.580773 0.107802,0.829496 0,0 1.434513,1.677485 2.232041,2.945837 a 0.86816822,0.73395848 53.230194 0 1 0.169935,0.172197 0.86816822,0.73395848 53.230194 0 1 -0.04341,1.1401585 0.86816822,0.73395848 53.230194 0 1 -0.569332,0.119416 c -0.02997,0.0079 -0.06401,0.0059 -0.104814,-0.02621 l -0.0094,-0.0071 a 0.86816822,0.73395848 53.230194 0 1 -0.425231,-0.3166615 0.86816822,0.73395848 53.230194 0 1 -0.03107,-0.04229 l -5.29317402,-4.160144 -0.07488,-0.09619 c -0.291364,-0.375076 -0.222696,-0.909547 0.15422,-1.198554 L 5.6321105,0.39679747 a 0.69500359,0.82140782 53.076771 0 1 0.20401,-0.209242 0.69500359,0.82140782 53.076771 0 1 0.541639,-0.187528004322 z' /%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.contacts .btn {
    background-color: #8dcdf2;
}
.contacts .btn:hover {
    background: var(--primary-color);
}

.contacts .btn:active {
    background: var(--primary-color);
}

.section-about__item-txt {
    position: relative;
}

.section-about__item-txt--tl:before,
.section-about__item-txt--br:before {
    content: "";
    position: absolute;
    width: calc(100% - 41px);
    height: calc(100% - 41px);
    border: 1px solid #afe1f6;
    right: 1px;
    top: 1px;
    border-bottom: none;
    border-left: none;
    border-radius: 0 13px 0 0;
}

.section-about__item-txt--br:before {
    right: auto;
    top: auto;
    left: 1px;
    bottom: 1px;
    transform: rotate(180deg);
}

.section-advice__slider-txt {
    position: relative;
}

.section-advice__slider-txt--br:before,
.section-advice__slider-txt--bl:before,
.section-advice__slider-txt--t:before {
    content: "";
    position: absolute;
    width: calc(100% - 29px);
    height: calc(100% - 21px);
    border: 1px solid #afe1f6;
    left: 1px;
    bottom: 1px;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 13px;
}
.section-advice__slider-txt--bl:before {
    left: 2px;
}

.section-advice__slider-txt--br:before {
    transform: scaleX(-1);
    left: auto;
    right: 1px;
}

.section-advice__slider-txt--t:before  {
    border-left: none;
    border-radius: 0;
    bottom: auto;
    top: 1px;
    left: 28px;
    border-bottom: 0;
    border-top: 1px solid #afe1f6;
    width: calc(100% - 56px);
}

.section-reviews__item {
    position: relative;
}

.section-reviews__item:after {
    content: "";
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 41px);
    border: 1px solid #afe1f6;
    left: 1px;
    top: 1px;
    border-bottom: none;
    border-right: none;
    border-radius: 13px 0 0 0;
}

.section-reviews__item:nth-child(2):after {
    display: none;
}

.section-reviews__item:nth-child(3):after {
    transform: scaleX(-1);
    left: auto;
    right: 1px;
}

.section-reviews__item:nth-child(4):after {
    transform: scaleY(-1);
    top: auto;
    bottom: 1px;
}

.section-reviews__item:nth-last-child(2)::after {
    top: auto;
    content: '';
    border: 1px solid #afe1f6;
    position: absolute;
    pointer-events: none;
    bottom: 1px;
    left: 28px;
    height: calc(100% - 28px);
    width: calc(100% - 50px);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.section-reviews__item:last-child:after {
    transform: scale(-1);
    top: auto;
    bottom: 1px;
    left: auto;
    right: 1px;
}

.form-control__field--double-bordered {
    position: relative;
}

.form-control__field--double-bordered:before {
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #afe1f6;
    left: 1px;
    top: 1px;
    border-radius: 9px;
}
