@font-face {
   font-family: 'OpenSansLight';
   src: url('../fonts/OpenSansLight.eot');
   src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
      url('../fonts/OpenSansLight.woff2') format('woff2'),
      url('../fonts/OpenSansLight.woff') format('woff'),
      url('../fonts/OpenSansLight.ttf') format('truetype'),
      url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

@font-face {
   font-family: 'OpenSansSemiBold';
   src: url('../fonts/OpenSansSemiBold.eot');
   src: url('../fonts/OpenSansSemiBold.eot') format('embedded-opentype'),
      url('../fonts/OpenSansSemiBold.woff2') format('woff2'),
      url('../fonts/OpenSansSemiBold.woff') format('woff'),
      url('../fonts/OpenSansSemiBold.ttf') format('truetype'),
      url('../fonts/OpenSansSemiBold.svg#OpenSansSemiBold') format('svg');
}

@font-face {
   font-family: 'OpenSansRegular';
   src: url('../fonts/OpenSansRegular.eot');
   src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
      url('../fonts/OpenSansRegular.woff2') format('woff2'),
      url('../fonts/OpenSansRegular.woff') format('woff'),
      url('../fonts/OpenSansRegular.ttf') format('truetype'),
      url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

body {
  overflow-x: hidden; 
}

.wrapper {
max-width: 1920px;
margin: 0 auto;
}

* p, ul, form {
margin: 0;
}

* :focus {
    outline: none;
}

                                      /* Начало header */

header {
    color: #fff;
background: #333;
padding-bottom: 49px;
    position: relative;
}

header div[class^="col"] {
    padding: 0;
    flex: 1;
}

.logo {
    display: flex;
padding: 16px 0 15px;
    text-decoration: none;
margin-right: 130px;
}

.logo:hover {
    text-decoration: none;
}

.logo__img {
    height: 51px;
    margin-right: 11px;
}

.logo__company {
    font: 16px/24px OpenSansRegular, sans-serif;
    color: #fff;
    border-left: 1px solid #af0f3e;
    padding: 4px 0 9px 12px;
}

.work-hours,
.location, .contact {
    display: flex;
    align-items: center;
    border-left: 1px solid #af0f3e;
    justify-content: space-between;
}

.work-hours {
padding: 20px 26px 23px 30px;
}

.work-hours__p {
    font: 16px OpenSansLight, sans-serif;
    line-height: 24px;
text-align: center;
}

header .fa-clock-o:before, .fa-home:before,
.fa-phone-square:before {
    font-size: 18px;
    color: #d90544;
}

.location {
    padding: 21px 46px 24px 24px;
}

.location__city {
font: 16px OpenSansLight, sans-serif;
    margin-bottom: 2px;
}

.location__a, .contact__a {
    font: bold 16px OpenSansRegular, sans-serif;
    color: #d90544;
    text-decoration: underline;
cursor: pointer;
display: block;
}

.contact__a {
    letter-spacing: .5px;
}

.location__a:hover,
.contact__a:hover {
    color: #af0f3e;
}

.contact {
    padding: 21px 4px 24px 30px;
}

.contact__phone {
    color: #fff;
    font: 16px OpenSansLight, sans-serif;
    cursor: pointer;
    display: block;
    letter-spacing: .6px;
    margin: 0 0 2px 0;
text-decoration: none;
}

.contact__phone:hover {
    color: #fff;
text-decoration: none;
}


                                        /* Конец header */

                                        /* Начало nav */


nav {
    position: relative;
    margin-top: -49px;
    z-index: 2;
}

nav:before {
content: "";
    height: 100px;
    width: 1620px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f2f7;
    border-radius: 200px 0 0 200px;
    border-top: 1px solid #ccd0dc;
    border-bottom: 1px solid #ccd0dc;
box-shadow: 1px 1px 5px 0 rgba(41,52,79,.55);
}

nav .container {
    padding: 0 15px 0 0;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    padding: 38px 0;
}

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    text-transform: uppercase;
    color: #333;
    font: 16px OpenSansRegular, sans-serif;
    text-decoration: none;
}

.nav-menu a:hover {
    color: #000;
}

                                        /* Конец nav */

                                        /* Начало main-banner */

.main-banner {
background: url(../img/main_banner_bg.jpg) no-repeat;
    margin-top: -51px;
    background-size: cover;
}

.main-banner .row {
    justify-content: flex-end;
}

.main-banner .col-xl-4 {
    padding: 0 5px;
z-index: 1;
}

.main-banner__discription {
    padding: 48px 0 94px;
}

.main-banner__block-title {
    padding: 28px 0 31px 0;
    background: #333;
}

.main-banner__title {
    color: #fff;
    font: 24px/36px OpenSansSemiBold, sans-serif;
    width: 200px;
    letter-spacing: .25px;
    margin: 0 auto;
}

.banner__sale {
    color: #d90544;
}

.main-banner a {
color: #de295f;
    text-decoration: underline;
}

.banner-form__name,
.banner-form__phone {
    width: 100%;
    height: 60px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 35px;
    font: 24px OpenSansLight, sans-serif;
    margin: 29px 0 30px;
}

.banner-form__phone {
    margin: 0 0 27px;
}

input::-moz-placeholder {
  color: #fff;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input[type=checkbox] {
  display: none;
}

.accept label {
position: relative;
    padding: 0 0 0 42px;
    color: #fff;
    font: 14px OpenSansRegular, sans-serif;
    letter-spacing: .25px;
}

.accept label:before {
    border-radius: 2px;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #fff;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 16px;
    color: #d90544;
    text-align: center;
    line-height: 14px;
}

.banner__btn {
    color: #fff;
    font: 24px OpenSansRegular, sans-serif;
    background: #d90544;
    border: none;
    width: 100%;
    padding: 11px 0 16px;
    margin-top: 22px;
    border-radius: 5px;
    cursor: pointer;
text-decoration: none;
}

.banner__btn:hover {
    color: #fff;
text-decoration: none;
}

.main-banner, .content-banner,
.pages-banner, .add-pages-banner,
.inner-pages-banner, .add-banner {
position: relative;
    z-index: 1;
}

.main-banner:before, .content-banner:before,
.pages-banner:before, .add-pages-banner:before,
.inner-pages-banner:before, .add-banner:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(113, 113, 109, 0.66);
}


                                        /* Конец main-banner */

                                        /* Начало advantages */

.advantages {
background: #f0f2f7;
    border: 1px solid #ccd0dc;
    position: relative;
box-shadow: 1px 1px 5px 0 rgba(41,52,79,.55);
}

.advantages .container {
max-width: 1170px;
}

.advantages__block {
    display: flex;
}

.advantages__item {
    border-right: 1px solid #ccd0dc;
    display: flex;
    width: 234px;
    align-items: center;
    justify-content: space-around;
}

.advantages__item:first-child {
    padding: 28px 0;
}

.advantages__item:last-child {
    border: none;
}

.advantages__p {
    color: #333;
    font: 14px/24px OpenSansRegular, sans-serif;
    letter-spacing: .25px;
width: 140px;
}

.advantages__span {
    color: #d90544;
display: block;
margin-top: 1px;
    font: bold 14px/22px OpenSansRegular, sans-serif;
}


                                        /* Конец advantages */

                                        /* Начало products */


.products {
background: #F4F5FA;
padding-bottom: 90px;
}

.products .row {
    justify-content: space-around;
}

.products .col-lg-3 {
    max-width: 270px;
    width: 270px;
    padding: 0 0 30px;
}

.products__title {
    text-transform: uppercase;
    font: 18px OpenSansSemiBold, sans-serif;
    color: #333;
}

.products .col-lg-3:nth-child(2) .products__title {
    margin-top: 27px;
}

.products .col-lg-3:nth-child(3) .products__title,
.products .col-lg-3:nth-child(4) .products__title {
    margin-top: 25px;
}

.products .col-lg-3:nth-child(5) .products__title,
.products .col-lg-3:nth-child(9) .products__title {
    margin-top: 22px;
}

.products .col-lg-3:nth-child(6) .products__title {
    margin-top: 29px;
}

.products .col-lg-3:nth-child(7) .products__title {
    margin-top: 26px;
}

.products .col-lg-3:nth-child(8) .products__title {
    margin-top: 20px;
}

.products .col-lg-3:nth-child(3) img,
.products .col-lg-3:nth-child(9) img {
margin-top: -1px;
}

.products .col-lg-3:nth-child(7) img,
.products .col-lg-3:nth-child(8) img {
margin-top: -2px;
}

.products__item {
    width: 270px;
border: 1px solid #ccd0dc;
    background: #fff;
box-shadow: 1px 1px 5px 0 rgba(41,52,79,.55);
}

.products__item:hover {
border: 1px solid #af0f3e;
}

.products__a  {
    display: flex;
    height: 270px;
    text-decoration: none;
    text-align: center;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.products__a:hover {
    text-decoration: none;
}

.products__price {
    font: 14px OpenSansSemiBold, sans-serif;
    color: #d90544;
    margin-top: -2px;
}


                                        /* Конец  products */

                                        /* Начало section */


.section__title {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font: 18px OpenSansSemiBold, sans-serif;
    margin-top: 30px;
}

.section__h1 {
    color: #333;
    font: 36px OpenSansRegular, sans-serif;
    margin: 48px 0 18px;
    letter-spacing: .25px;
}

.section__img {
    margin: 0 auto 33px;
}


                                        /* Конец section */

                                        /* Начало add-banner */


.add-banner {
    background: url(../img/add_banner_bg.jpg) no-repeat;
    background-size: cover;/**/
}

.add-banner:before {
    display: none;
}

.add-banner .row {
    justify-content: flex-end;
}

.add-banner .col-xl-4 {
    padding: 0 5px;
}

.add-banner__discription {
padding: 0 0 65px;
}

.add-banner__block-title {
    background: #dfe0e2;
padding: 30px 0 33px;
box-shadow: 2px 2px 5px 0 rgba(41,52,79,.55);
}

.add-banner__slogan {
    font: 24px OpenSansSemiBold, sans-serif;
    color: #d90544;
    letter-spacing: .25px;
    text-align: center;
    /*width: 200px;*/
    width: 300px;
    margin: 0 auto 2px;
}

.add-banner__title {
    color: #333;
    font: 24px/36px OpenSansSemiBold, sans-serif;
    width: 200px;
    letter-spacing: .25px;
    text-align: center;
margin: 0 auto;
}

.add-banner input[type=checkbox]:checked + label:before {
    color: #d90544;
}

.add-banner .accept a {
    font: 14px OpenSansRegular, sans-serif;
    color: #d90544;
    text-decoration: underline;
}


                                        /* Конец  add-banner */

                                        /* Начало  our-pluses */


.our-pluses {
    padding-bottom: 120px;
}

.our-pluses .container {
    max-width: 1170px;
}

.our-pluses .section__img {
    margin: 0 auto 26px;
}

.our-pluses__title {
font: bold 14px OpenSansRegular, sans-serif;
    color: #d90544;
    letter-spacing: .25px;
}

.our-pluses__wrapper {
display: flex;
    justify-content: space-between;
}

.our-pluses__block {
    width: 210px;
box-shadow: 1px 1px 5px 0 rgba(41,52,79,.55);
}

.our-pluses__block:first-child .our-pluses__title {
    margin: 0 0 19px;
}

.our-pluses__block:nth-child(2) .our-pluses__title {
    margin: 0 0 23px;
}

.our-pluses__block:nth-child(3) .our-pluses__title {
margin: 0 0 18px;
}

.our-pluses__block:nth-child(4) .our-pluses__title {
    margin: 0 0 21px;
}

.our-pluses__block:last-child .our-pluses__title {
    margin: 0 0 18px;
}

.our-pluses__block:first-child .our-pluses__discrip,
.our-pluses__block:nth-child(2) .our-pluses__discrip,
.our-pluses__block:nth-child(3) .our-pluses__discrip,
.our-pluses__block:nth-child(4) .our-pluses__discrip {
    margin: 22px auto 0;
}

.our-pluses__block:last-child .our-pluses__discrip {
    margin: 18px auto;
}

.our-pluses__discrip {
    width: 175px;
    text-align: center;
    margin: 0 auto 0;
    font: 14px/18px OpenSansRegular, sans-serif;
    color: #333;
    letter-spacing: .25px;
}

.our-pluses__a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px 0;
cursor: pointer;
    height: 100%;
}

.our-pluses__a:hover {
    text-decoration: none;
    background: #333;
}

.our-pluses__img {
    margin: 0 auto;
}

.our-pluses__block:first-child .our-pluses__a .our-pluses__img {
background: url(../img/p1.png) no-repeat;
    width: 45px;
    height: 46px;
}

.our-pluses__block:nth-child(2) .our-pluses__a .our-pluses__img {
background: url(../img/p2.png) no-repeat;
    width: 59px;
    height: 41px;
}

.our-pluses__block:nth-child(3) .our-pluses__a .our-pluses__img {
background: url(../img/p3.png) no-repeat;
    width: 63px;
    height: 47px;
}

.our-pluses__block:nth-child(4) .our-pluses__a .our-pluses__img {
background: url(../img/p4.png) no-repeat;
    width: 36px;
    height: 45px;
}

.our-pluses__block:last-child .our-pluses__a .our-pluses__img {
background: url(../img/p5.png) no-repeat;
    width: 50px;
    height: 51px;
}

.our-pluses__block:first-child .our-pluses__a:hover .our-pluses__img {
background: url(../img/p1_white.png) no-repeat;
}

.our-pluses__block:nth-child(2) .our-pluses__a:hover .our-pluses__img {
background: url(../img/p2_white.png) no-repeat;
}

.our-pluses__block:nth-child(3) .our-pluses__a:hover .our-pluses__img {
background: url(../img/p3_white.png) no-repeat;
}

.our-pluses__block:nth-child(4) .our-pluses__a:hover .our-pluses__img {
background: url(../img/p4_white.png) no-repeat;
}

.our-pluses__block:last-child .our-pluses__a:hover .our-pluses__img {
background: url(../img/p5_white.png) no-repeat;
}

.our-pluses__a:hover .our-pluses__discrip {
color: #fff;
}


                                        /* Конец  our-pluses */

                                        /* Начало  we-work */


.we-work {
    background: url(../img/we_works_bg.jpg) no-repeat;
    padding-bottom: 100px;
}

.we-work .row {
justify-content: center;
}

.we-work .section__img {
    margin: 0 auto 26px;
}

.we-work__wrapper {
    display: flex;
    justify-content: space-between;
}

.we-work__block {
    width: 270px;
    position: relative;
}

.we-work__block:before {
    content: "";
    width: 172px;
    height: 88px;
    position: absolute;
    top: 53px;
    left: 102px;
}

.col-lg-3:nth-child(2) .we-work__block:before {
    background: url(../img/wn1.png) no-repeat;
}

.col-lg-3:nth-child(3) .we-work__block:before {
    background: url(../img/wn2.png) no-repeat;
}

.col-lg-3:nth-child(4) .we-work__block:before {
    background: url(../img/wn3.png) no-repeat;
}

.col-lg-3:last-child .we-work__block:before {
    background: url(../img/wn4.png) no-repeat;
}

.fa-phone:before, .fa-bug:before,
.fa-cog:before, .fa-smile-o:before {
    color: #d90544;
    font-size: 18px;
}

.we-work__discrip {
    border: 1px dotted #48526e;
    display: flex;
    align-items: center;
    padding: 26px 0 27px 28px;
}

.we-work__p {
    width: 152px;
    color: #333;
    font: 14px/18px OpenSansRegular, sans-serif;
    letter-spacing: .25px;
    margin-left: 28px;
}


                                        /* Конец  we-work */

                                        /* Начало slider */


.comments {
    padding-bottom: 60px;
background: url(../img/slider_bg.jpg) no-repeat;
}

.comments .container {
    padding: 0;
    max-width: 1170px;
}

.comments .section__img {
    margin: 0 auto 28px;
}

.comments .slick-dotted.slick-slider {
    height: 270px;
}

.slide {
    width: 220px;
}

.slide__title {
    background: #d90544;
    display: flex;
    justify-content: center;
}

.slide__name, .slide__data {
    font: 21px OpenSansRegular, sans-serif;
    letter-spacing: .25px;
    color: #fff;
    padding: 13px 0 14px;
}

.slide__discrip {
    background: #fff;
display: flex;
    justify-content: space-between;
}

.slide__discrip img {
margin: 32px auto 48px;
}

.slide__p {
    font: 14px OpenSansRegular, sans-serif;
color: #333;
    letter-spacing: .25px;
    margin: 24px 15px 10px 0;
}

.slick-prev {
    border: 11px solid transparent;
    border-top: 9px solid transparent;
    border-right: 9px solid #d90544;
}

.slick-next {
    border: 11px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid #d90544;
}

.slider .slick-prev {
    left: -50px;
}

.slider .slick-next {
    right: -50px;
}


.slick-prev:before, .slick-next:before, .slide__p, .slide__data {
    display: none;
}

.slider .slick-slide {
    height: auto;
}

.slider .slick-dots {
    bottom: -40px;
}

.slider .slick-dots li button:before {
content: "";
    width: 4px;
    height: 4px;
    top: 8px;
    left: 8px;
    background: #fff;
opacity: 1;
}

.slider .slick-dots li.slick-active button:before {
    background: #d90544;
opacity: 1;
}

.slider .slick-active {
    width: 270px !important;
}

.slider .slick-center {
    margin: 0 30px;
    width: 570px !important;
}

.slider .slick-center .slide__p, .slider .slick-center .slide__data {
    display: block;
}

.slider .slick-center .slide__title {
    justify-content: space-between;
    padding: 0 29px 0 28px;
}

.slider .slick-center img {
    margin: 32px 30px 48px;
}

.slider .slick-dots .slick-active {
    width: auto !important;
}



                                        /* Конец  slider */

                                        /* Начало  content-banner */


.content-banner {
background: rgba(253, 220, 241, 0.58);
}

.content-banner .row {
    justify-content: space-between;
}

.content-banner .col-xl-4 {
    padding: 0 5px;
}

.content {
padding-bottom: 37px;
}

.content-banner__discription {
    margin-top: 1px;
}

.content-banner h1 {
font: bold 1.4em OpenSansRegular, sans-serif;
    color: #d90544;
    letter-spacing: .25px;
    margin: 26px 0 18px;
}

.content p {
    font: bold 14px/18px OpenSansRegular, sans-serif;
    color: #333;
    letter-spacing: .25px;
    margin-bottom: 18px;
}

.content li {
    font: bold 14px/18px OpenSansRegular, sans-serif;
    letter-spacing: .25px;
    margin-bottom: 15px;
    color: #333;
}

.content-banner__block-title {
    background: #dfe0e2;
    padding: 28px 0 31px;
}

.content-banner__title {
    color: #333;
    font: 24px/36px OpenSansSemiBold, sans-serif;
    width: 200px;
    letter-spacing: .25px;
    text-align: center;
    margin: 0 auto;
}

.content-banner a {
color: #de295f;
    text-decoration: underline;
}


                                        /* Конец  content-banner */

                                        /* Начало  footer */


footer {
background: #333;
}

footer .container {
    max-width: 1170px;
    padding: 0;
}

footer .col-md-4:nth-child(3) {
    padding: 0 10px;
    justify-content: flex-end;
    display: flex;
}

footer .logo {
padding: 21px 0 0;
    margin: 0;
}

.pay__title {
    color: #fff;
    font: 24px OpenSansLight, sans-serif;
    margin: 20px 0;
}

.pay__block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pays {
    background: url(../img/pay.jpg) no-repeat;
    width: 80px;
    height: 40px;
    margin: 2px 0;
}

.pays:first-child {
    background-position: 0 0;
}

.pays:nth-child(2) {
    background-position: -80px 0;
}

.pays:nth-child(3) {
    background-position: -160px 0;
}

.pays:nth-child(4) {
    background-position: -240px 0;
}

.pays:nth-child(5) {
    background-position: -320px 0;
}

.pays:nth-child(6) {
    background-position: -400px 0;
}
.pays:nth-child(7) {
    background-position: -480px 0;
}

.pays:last-child {
    background-position: -560px 0;
}

footer .logo__company {
    font: 16px/24px OpenSansRegular, sans-serif;
    /*padding: 4px 0 8px 11px;*/
    padding: 4px 0 0px 11px;
}

.footer-menu__title {
    font: bold 24px OpenSansRegular, sans-serif;
    color: #d90544;
    padding: 21px 0 16px;
}

.footer-menu__ul {
display: flex;
    flex-flow: row wrap;
    padding: 0;
}

.footer-menu__ul li {
    list-style: none;
    width: 47%;
padding: 0 0 15px;
}

.footer-menu__ul li a {
    font: 24px OpenSansLight, sans-serif;
    color: #fff;
    text-decoration: none;
}

.footer-menu__ul li a:hover {
    color: #af0f3e;
}

.adress {
    padding-top: 19px;
    width: 370px;
}

.adress__phone {
    font: 30px OpenSansRegular, sans-serif;
    letter-spacing: .6px;
    color: #fff;
display: block;
    text-align: center;
    text-decoration: none;
}

.adress__phone:hover {
    color: #fff;
    text-decoration: none;
}

.adress__callback {
    font: 30px OpenSansRegular, sans-serif;
    letter-spacing: .1px;
    color: #fff;
    background: #d90544;
    border-radius: 5px;
    padding: 9px 41px 10px 42px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 19px 0 26px;
}

.adress__callback:hover {
    color: #fff;
    text-decoration: none;
}

footer .location, footer .work-hours {
    padding: 0;
    justify-content: flex-start;
    border: none;
}

footer .work-hours {
    margin-top: 14px;
}

footer .location__discription {
    display: flex;
    color: #fff;
}

footer .fa-home:before {
    color: #d90544;
    font-size: 25px;
    margin-top: 3px;
    display: block;
}

footer .location__city {
    padding: 0 7px 0 15px;
    font: 24px OpenSansLight, sans-serif;
    margin: 0;
}

footer .fa-clock-o:before {
color: #d90544;
    font-size: 23px;
margin: 2px 0 0 1px;
    display: block;
}

footer .location__a {
    font: bold 1.4em OpenSansRegular, sans-serif;
}

footer .work-hours__p {
color: #fff;
    font: 1.4em OpenSansLight, sans-serif;
    letter-spacing: -.8px;
    padding: 0px 0 0 17px;
}

.rights {
    margin: 14px 0 12px;
}

.rights p, .rights a {
    color: #fff;
    font: 14px OpenSansRegular, sans-serif;
}

.rights a {
    text-decoration: underline;
}


                                        /* Конец footer */

                                        /* Начало pages-banner */

.pages-banner {
    margin-top: -51px;
    padding-top: 49px;
}
.pages-banner-1 {
background: url(../img/pages-banner-1.jpg) no-repeat;
}

.pages-banner-2 {
background: url(../img/pages-banner-2.jpg) no-repeat;
}

.pages-banner-3 {
background: url(../img/pages-banner-3.jpg) no-repeat;
}

.pages-banner-4 {
background: url(../img/pages-banner-4.jpg) no-repeat;
}

.pages-banner-5 {
background: url(../img/pages-banner-5.jpg) no-repeat;
}

.pages-banner-6 {
background: url(../img/pages-banner-6.jpg) no-repeat;
}

.pages-banner-7 {
background: url(../img/pages-banner-7.jpg) no-repeat;
}

.pages-banner-8 {
background: url(../img/pages-banner-8.jpg) no-repeat;
}

.pages-banner .row {
    justify-content: flex-end;
}

.pages-banner .col-xl-5 {
padding: 0;
}

.pages-banner__title, .pages-banner__price {
    font: bold 30px OpenSansRegular, sans-serif;
    color: #fff;
    letter-spacing: .25px;
    margin: 51px 0 21px;
}

.pages-banner__p {
    font: 18px OpenSansRegular, sans-serif;
    color: #fff;
    margin-bottom: 24px;
}

.pages-banner__price {
    margin: 36px 0 20px;
}

.pages-banner .banner__btn {
    display: block;
    width: 370px;
    text-align: center;
    margin: 36px 0 62px;
}


                                        /* Конец pages-banner */

                                        /* Начало breadcrumb */


.breadcrumb-block {
    background: #f0f2f7;
    border: 1px solid #ccd0dc;
box-shadow: 1px 1px 5px 0 rgba(41,52,79,.55);
}

.breadcrumb-block .container {
    max-width: 1170px;
}

.breadcrumb {
    font: 14px OpenSansRegular, sans-serif;
    color: #d90544;
    letter-spacing: .25px;
    background: transparent;
    margin: 0;
    padding: 18px 0 21px;
}

.breadcrumb a {
    font: 14px OpenSansRegular, sans-serif;
    color: #333;
    letter-spacing: .25px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 16px;
}


                                        /* Конец breadcrumb */

                                        /* Начало table */


.content-page {
    padding-top: 49px;
}

.content-page .row {
    justify-content: space-between;
}

.content-page .col-3 {
    display: flex;
    justify-content: flex-end;
}

.content-text p {
    text-align: justify;
    text-indent: 1.5em;
    margin: 14px 0;
    font: 16px/24px OpenSansRegular, sans-serif;
}

.content-text h2 {
    font: 30px OpenSansRegular, sans-serif;
    color: #333;
    text-align: center;
margin-bottom: 16px;
}

.content-text ul {
    padding: 10px 0;
    margin: -5px 0;
    text-align: justify;
}

.content-text ul li {
    padding: 5px 0;
    text-indent: 1.5em;
    list-style: square;
    list-style-position: inside;
    font: 16px OpenSansRegular, sans-serif;
}

.content-pages p{
    color: #333;
    letter-spacing: .25px;
    margin-bottom: 18px;
}

.content-pages h2{
    color: #333;
}

.tables br, .content-text br {
display: none;
}

.table {
    margin: 0 0 14px;
}

table {
    margin: 0 -5px;
}

thead tr {
    background: #6a748a;
    color: #fff;
    font: bold 14px OpenSansRegular, sans-serif;
}

.table td, .table th {
border-top: 5px solid #fff;
    padding: 0;
}

.table th:first-child, .table td:first-child {
    padding: 14px 0 17px 30px;
width: 470px;
}

.table th, .table td {
    padding: 14px 0 17px;
    width: 195px;
}

.table h2 {
    font: 30px OpenSansRegular, sans-serif;
    color: #333;
    margin-bottom: 23px;
    text-align: left;
}

thead th, tbody td {
    border: 5px solid #fff;
}

tbody tr, tbody td a {
    background: #d4d6da;
    color: #333;
    font: 14px OpenSansRegular, sans-serif;
}

tbody tr:nth-child(2n) {
    background: #ececec;
}

.table tbody tr:hover, tbody tr:hover a {
background: #8F97A7;
    color: #fff;
}

.table-list tbody tr:hover {
    background: #d4d6da;
    color: #333;
}

.table-list tbody tr:nth-child(2n):hover {
    background: #ececec;
}

.table-list td:hover {
background: #8F97A7;
    color: #fff;
}

tbody a:hover {
    text-decoration: none;
    cursor: pointer;
}

th:nth-child(2), th:nth-child(3),
td:nth-child(2), td:nth-child(3) {
    text-align: center;
}

.fa-check:before {
color: #11b000;
    margin-right: 6px;
}

table .fa-clock-o {
    color: #ffa200;
margin-right: 7px;
}

.fa-times:before {
    color: #ff0000;
    margin-right: 7px;
}

.table-list table {
    width: 100%;
}

.table-list {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

.table-list td, .table-list td:first-child {
    width: 50%;
    text-align: center;
}

.table-list td:first-child {
    padding: 14px 0 17px;
}

.table__more {
    font: bold 14px OpenSansRegular, sans-serif;
}

.table__more td:first-child {
    text-align: left;
    padding: 14px 0 17px 30px;
}

.fa-angle-down:before {
    margin-left: 11px;
    font-weight: 600;
}

.table-list h3 {
    color: #333;
    font: 18px OpenSansRegular, sans-serif;
    margin: -23px 0 20px;
}

.tables__a {
font: bold 14px OpenSansRegular, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #6a748a;
    padding: 15px 0 16px 30px;
    display: block;
    margin: 75px 0 60px;
}

.tables__a:hover {
    color: #fff;
    text-decoration: none;
}


                                        /* Конец table */

                                        /* Начало sidebar */


.sidebar {
    max-width: 270px;
    padding: 11px 0 0;
}

.sidebar .our-pluses__wrapper {
    flex-flow: column wrap;
}

.sidebar .our-pluses__block {
    width: 270px;
    margin-bottom: 30px;
}

.sidebar .our-pluses__a {
    padding: 20px 0 25px;
}

.sidebar .our-pluses__title {
    font: bold 18px OpenSansRegular, sans-serif;
}

.sidebar .our-pluses__discrip {
    font: 18px OpenSansRegular, sans-serif;
    width: 220px;
}

.sidebar .our-pluses__block:first-child .our-pluses__a .our-pluses__img {
background: url(../img/pb1.png) no-repeat;
    width: 59px;
    height: 59px;
}

.sidebar .our-pluses__block:nth-child(2) .our-pluses__a .our-pluses__img {
background: url(../img/pb2.png) no-repeat;
    width: 77px;
    height: 54px;
}

.sidebar .our-pluses__block:nth-child(3) .our-pluses__a .our-pluses__img {
background: url(../img/pb3.png) no-repeat;
    width: 81px;
    height: 60px;
}

.sidebar .our-pluses__block:nth-child(4) .our-pluses__a .our-pluses__img {
background: url(../img/pb4.png) no-repeat;
    width: 46px;
    height: 58px;
}

.sidebar .our-pluses__block:last-child .our-pluses__a .our-pluses__img {
background: url(../img/pb5.png) no-repeat;
    width: 65px;
    height: 66px;
}

.sidebar .our-pluses__block:first-child .our-pluses__a:hover .our-pluses__img {
background: url(../img/pb1_white.png) no-repeat;
}

.sidebar .our-pluses__block:nth-child(2) .our-pluses__a:hover .our-pluses__img {
background: url(../img/pb2_white.png) no-repeat;
}

.sidebar .our-pluses__block:nth-child(3) .our-pluses__a:hover .our-pluses__img {
background: url(../img/pb3_white.png)  no-repeat;
}

.sidebar .our-pluses__block:nth-child(4) .our-pluses__a:hover .our-pluses__img {
background: url(../img/pb4_white.png)  no-repeat;
}

.sidebar .our-pluses__block:last-child .our-pluses__a:hover .our-pluses__img {
background: url(../img/pb5_white.png)  no-repeat;
}

.sidebar .our-pluses__block:first-child .our-pluses__title {
    margin: 0 0 24px;
}

.sidebar .our-pluses__block:nth-child(2) .our-pluses__title {
    margin: 0 0 40px;
}

.sidebar .our-pluses__block:nth-child(3) .our-pluses__title {
    margin: 0 0 24px;
}

.sidebar .our-pluses__block:nth-child(4) .our-pluses__title {
margin: 0 0 28px;
}

.sidebar .our-pluses__block:last-child .our-pluses__title {
    margin: 0 0 24px;
}

.sidebar .our-pluses__block:first-child .our-pluses__discrip {
    margin: 22px auto 0;
}

.sidebar .our-pluses__block:nth-child(2) .our-pluses__discrip {
    margin: 34px auto 1px;
}

.sidebar .our-pluses__block:nth-child(3) .our-pluses__discrip {
    margin: 28px auto -7px;
}

.sidebar .our-pluses__block:nth-child(4) .our-pluses__discrip {
    margin: 48px auto -5px;
}

.sidebar .our-pluses__block:last-child .our-pluses__discrip {
    margin: 17px auto -2px;
}


                                        /* Конец sidebar */

                                        /* Начало add-pages-banner, service-banner, inner-pages-banner */


.add-pages-banner {
    background: url(../img/add-banner-1.jpg) no-repeat;
}

.add-pages-banner .row {
    justify-content: flex-end;
}

.add-pages-banner .col-xl-4 {
    padding: 0 5px;
}

.add-pages-banner input[type=checkbox]:checked + label:before {
    color: #d90544;
}

.add-pages-banner .accept a {
    font: 14px OpenSansRegular, sans-serif;
    color: #d90544;
    text-decoration: underline;
}

.pages-banner .service__btn {
    margin: 25px 0 66px;
}

.service-banner .container {
    max-width: 1170px;
}

.service-banner .col-xl-6 {
    justify-content: flex-end;
    display: flex;
    padding: 0;
}

.service-banner__title {
    font: bold 30px/38px OpenSansRegular, sans-serif;
    color: #fff;
    letter-spacing: .25px;
    margin: 51px 0 22px;
}

.service-banner__price {
    margin: -12px 0 0;
}

.pages-banner .service-banner__btn {
    margin: 24px 0 62px;
}

.inner-page-1 {
    background: url(../img/inner-page-1.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-page-2 {
background: url(../img/inner-page-2.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-page-3 {
background: url(../img/inner-page-3.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-page-4 {
background: url(../img/inner-page-4.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-page-5 {
background: url(../img/inner-page-5.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-page-6 {
background: url(../img/inner-page-6.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-page-7 {
background: url(../img/inner-page-7.jpg) no-repeat;
    margin-top: -51px;
    padding-top: 41px;
}

.inner-pages-banner:before {
display: block;
}

.inner-pages-banner .col-xl-4 {
    padding: 0 5px;
}

.inner-pages-banner .add-banner__discription {
text-align: center;
}

.inner-pages-banner .pages-banner__title {
    margin: 58px 0 20px;
    font: bold 34px OpenSansRegular, sans-serif;
}


                                        /* Конец add-pages-banner, service-banner, inner-pages-banner */

                                        /* Начало callback-popup */


.callback-popup {
display: none;
}

.callback-form {
    max-width: 430px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 35px 30px 30px 30px;
    background: #333;
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
}

.callback-form:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: url(../img/contact_bg.jpg) right;
    z-index: -1;
}

.callback-form__name, .callback-form__phone {
    width: 100%;
    height: 60px;
    background: transparent;
    color: #fff;
    border: 1px solid #979ead;
    border-radius: 5px;
    padding: 0 35px;
    font: 24px OpenSansLight, sans-serif;
}

.callback-form__title {
    padding: 20px 0 10px;
    font: bold 22px OpenSansRegular, sans-serif;
    text-align: center;
    color: #fff;
}

.callback-form__name {
margin: 20px auto 30px;
}

.callback-form input[type=checkbox]:checked + label:before {
    color: #d90544;
}

.callback-form .accept {
    margin: 20px 0 -8px;
}

.callback-form .accept a {
    font: 14px OpenSansRegular, sans-serif;
    color: #d90544;
    text-decoration: underline;
}

.callback-form .success {
    flex-flow: row wrap;
    justify-content: center;
}

.callback-form .wait {
    padding: 98px 0;
}

.callback-form .success {
    padding: 83px 0;
}

.callback-form .error {
    padding: 103px 0;
}

                                        /* Конец callback-popup */

                                        /* Начало map */


.map-section {
  padding: 25px 0;
  background: #333;
  margin-top: 30px;
}

.map-block {
    height: 500px;
    display: flex;
}

.map {
    max-width: 1200px;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    height: 500px;
}

.map-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    font: 20px OpenSansLight, sans-serif;
    padding: 30px 25px;
    color: #fff;
    width: 600px;
}

.map-info__h3 {
    width: 100%;
    text-align: center;
    font: 32px OpenSansRegular, sans-serif;
    margin: 0;
}

.map-info div p:first-child {
    margin-bottom: 6px;
    font: bold 20px OpenSansLight, sans-serif;
}

.map-info div p:last-child {
    font: 20px OpenSansLight, sans-serif;
}


                                        /* Конец map */

                                        /* Начало валидации и ajax формы */


.validate {
    text-align: center;
}

.no-letter {
    display: none;
    color: #f00;
    font: 13px OpenSansRegular, sans-serif;
    margin: 6px 0;
}

.wait, .success, .error {
    display: none;
    color: #fff;
    font: 24px/40px OpenSansRegular, sans-serif;
text-align: center;
}

.wait {
padding: 80px 0;
}

.wait__message {
    margin-bottom: 21px;
}

.wait__img {
    width: 54px;
}

.success {
    padding: 65px 0;
}

.error {
    padding: 85px 0;
}

.success__message, .error__message {
    margin-bottom: 33px;
}

.success__operator, .error__later {
    font: 22px/36px OpenSansRegular, sans-serif;
}


                                        /* Конец валидации и ajax формы */

                                        /* Начало отзывов */


.reviews {
display: flex;
    flex-flow: row wrap;
    padding: 0 0 50px;
}

.review-item {
width: 48%;
    margin: 20px 10px;
    display: flex;
}

.review__desc {
    display: flex;
}

.review__avatar {
    display: flex;
    align-items: center;
}

.review__avatar img {
    border-radius: 50%;
}

.review-block {
    background: url(../img/content_banner_bg.jpg) no-repeat;
padding: 20px 30px;
    border-radius: 5px;
    margin-left: 40px;
    position: relative;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.review-block:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 42%;
    left: -20px;
    border: 20px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #DFE0E2;
}

.review__person {
    display: flex;
    justify-content: flex-end;
margin-top: 10px;
}


                                        /* Конец отзывов */

                                        /* Начало кнопка вверх */

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    border-radius: 5px;
    right: 46px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    text-indent: 9999px;
    display: none;
    background: #d90544;
    z-index: 2;
    box-sizing: content-box;
    box-shadow: 0 0 0px 4px #d90544;
    background-size: 30px;
}

.scrollup:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 17px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #fff;
}

                                        /* Конец кнопки вверх */

.disabled, .disabled:hover {
    background: #d6d6d6 !important;
}

.error-page {
    padding: 70px 0 90px;
}

.error-page .col-12 {
    text-align: center;
}

.error-page p {
    padding: 25px 0;
}

.error-page .banner__btn {
    padding: 11px 20px 16px;
}

/*Главная -  блок - Гарантии*/
.our-pluses__block:first-child .our-pluses__img {
  background: url(../img/express_service.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block:nth-child(2) .our-pluses__img {
  background: url(../img/support.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block:nth-child(3) .our-pluses__img {
  background: url(../img/garantiya.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block:nth-child(4) .our-pluses__img {
  background: url(../img/dogovor.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block p {
  padding-bottom: 10px;
}
/*end*/

/*Раздел - Доставка*/

.our-pluses__block:first-child .our-pluses__img1 {
  background: url(../img/peshaya_dostupnost.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block:nth-child(2) .our-pluses__img1 {
  background: url(../img/truck.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block:nth-child(3) .our-pluses__img1 {
  background: url(../img/courier.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__block:nth-child(4) .our-pluses__img1 {
  background: url(../img/courier_7.png) no-repeat;
  width: 59px;
  height: 59px;
  margin-top: 15px;
}

.our-pluses__img1 {
    margin: 0 auto;
}

 /*end*/







.logo {
    margin-right: 30px;
    padding: 0;

        align-items: center;
}



header .logo__company {
    display: flex;
    align-items: center;
        height: 135px;
}

header .work-hours, header .location {
    height: 135px;
}

header .fa-phone-square:before {
    margin-right: 7px;
}

nav:before {
    width: 2204px;
}

@media(max-width:1199px){

header .logo__company, header .work-hours {
    height: 157px;
}


}

@media (min-width: 320px) and (max-width: 576px)
    {

header .logo__company {
    height: 50px;
}

}

.add-banner__slogan {
    display: block !important;
}
.we-work {
    background: pink;
}

.add-banner__discription {
    padding: 0 15px 65px;
    background: #495057;
}

.add-banner .col-xl-4 {
    padding: 0 5px;
    background: #495057;
}

@media (min-width: 320px) and (max-width: 576px){
.add-banner__discription{
    background: transparent;
    }

.add-banner .col-xl-4 {
    background: transparent;
}}