﻿/* 
reset style
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
    outline: none;
}


/*
**
** fonts
**
*/


/*@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,700&subset=cyrillic');

@font-face {
  font-family'Exo 2', sans-serif;
}*/


/*
@font-face {
  font-family: 'Exo 2
';
  src: url('../font/PFDinTextPro-Thin.eot');
  src: url('../font/PFDinTextPro-Thin.eot?#iefix') format('embedded-opentype'),
  url('../font/PFDinTextPro-Thin.woff') format('woff'),
  url('../font/PFDinTextPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2
';
  src: url('../font/PFDinTextPro-Regular.eot');
  src: url('../font/PFDinTextPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../font/PFDinTextPro-Regular.woff') format('woff'),
  url('../font/PFDinTextPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2
';
  src: url('../font/PFDinTextPro-Bold.eot');
  src: url('../font/PFDinTextPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/PFDinTextPro-Bold.woff') format('woff'),
  url('../font/PFDinTextPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}*/


/* 
main style
*/

.container {
    max-width: 1030px;
}


/* 
**
** variable
**
**/

:root {
    /*--main-color: #94304d;*/
    --main-color: #0f82b9;
    --main-color-mod: 148, 48, 77;
    --alternative-color: #333;
}


/* 
**
** typography 
**
*/

body {
    font-family: 'Exo 2', serif;
    font-weight: normal;
    font-style: normal;
    background: url(/assets/img/tuchi.png) 12px -86px;
}

.title {
    color: var(--main-color);
    line-height: 1.25;
    font-weight: 300;
}

.home-page.title {
    font-weight: 300;
}

.title span {
    color: #000;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
}

.btn {
    height: 36px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
    border: 1px solid #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    color: var(--main-color);
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.btn:hover {
    /*background-color: var(--main-color);*/
    background-color: transparent;
    color: #fff;
}

.btn+.btn {
    margin-left: 11px;
}

.title--line {
    position: relative;
    margin-bottom: 70px;
}

h4.title--line {
    font-weight: bold;
}

.title--line:after {
    width: 37px;
    height: 2px;
    background: #999;
    display: block;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.title--line {
    margin-top: 50px;
    margin-bottom: 55px;
}

h2.title--line:after {
    width: 26px;
    height: 2px;
    background: #999;
    display: block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

p {
    color: var(--alternative-color);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: left;
}

strong,
b {
    font-weight: 600;
}

.t-center {
    text-align: center;
}

.t-upper {
    text-transform: uppercase;
}


/*
**
** banner
**
*/

.banner {
    background: url('/assets/img/banner.jpg') no-repeat 50%;
    background: url('/assets/img/banner.webp') no-repeat 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* min-height: 100vh; */
    position: relative;
    overflow: hidden;
}

.video-wrapp {
    margin-top: 80px;
    position: relative;
    min-height: 300px;
    max-height: 1000px;
    height: 55vw;
}

.video-wrapp:after {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 750px;
    text-align: center;
    font-size: 35px;
    top: 20vw;
    margin: 0 calc(50% - 375px);
    font-weight: 300;
    line-height: 59px;
    /* border: 1px solid red; */
    right: auto;
    text-transform: uppercase;
}

html[lang="en"] .video-wrapp:after {
    content: '';
    z-index: 9999999;
}

.banner video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    min-height: 300px;
    max-height: 1000px;
    height: 60vw;
    display: none;
}


/*
**
** section
**
*/

.section {
    padding: 80px 0 90px;
}

.section--dark {
    background: #d5d5d5;
}

.about-section,
.blog-section {
    padding: 65px 0 75px;
}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
}

.program-section {
    padding: 0;
}

.col-stars {
    display: inline-block;
    width: 19.5%;
    vertical-align: top;
    padding: 0 15px;
}

.stars-item__title {
    font-weight: normal;
}

.stars-item__title span {
    color: #777;
}

.col-stars {
    margin-top: 30px;
}

.stars-item__ico {
    width: 114px;
    height: 114px;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .col-stars {
        width: 200px;
    }
}


/* 
**
** sliders
**
*/

.section__slider {
    padding: 0 100px;
}

.slick-arrow {
    background: url('/assets/img/design/arrow.png') no-repeat 50%;
    display: block;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #555555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    opacity: 0.39;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=39)";
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    outline: none;
    z-index: 1;
}

.about-slider__item {
    padding: 0 40px;
    position: relative;
}


/*.about-slider__item:after {
  height: 20px;
  width: 1px;
  background: #9b9b9b;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}*/

.about-slider .slick-list {
    margin: 0 -40px;
}

.slick-active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-active+.slick-active:after {
    display: none;
}

.about-slider__item-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about-slider__item-avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    height: 125px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 17px;
    overflow: hidden;
}

.about-slider__item-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    color: var(--main-color);
}

.about-slider__item-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-arrow:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.clients .about-slider__item-wrapp {
    display: table;
    width: 100%;
    height: 200px;
    /*border:1px solid red;*/
}

.clients .about-slider__item-wrapp .about-slider__item-info {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

@media (min-width:992px) and (max-width:1199px) {
    .clients .about-slider__item-wrapp {
        height: 240px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .clients .about-slider__item-wrapp {
        height: 275px;
    }
}

@media (min-width:640px) and (max-width:767px) {
    .clients .about-slider__item-wrapp {
        height: 350px;
    }
}

@media (min-width:560px) and (max-width:639px) {
    .clients .about-slider__item-wrapp {
        height: 420px;
    }
}

@media (min-width:320px) and (max-width:599px) {
    .clients .about-slider__item-wrapp {
        height: 420px;
    }
    .clients .about-slider__item-info p {
        max-height: 400px;
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .about-slider__item:after {
        display: none;
    }
    .section__slider {
        padding: 0 80px;
    }
}

@media (max-width: 768px) {
    .section__slider {
        padding: 0 60px;
    }
    .about-slider__item-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .about-slider__item-avatar {
        /*width: 125px;*/
        margin: 0 auto 15px;
    }
}


/* blog slider */

.blog-slider__item {
    padding: 0 25px;
}

.blog-slider .slick-list {
    margin: 0 -25px;
}

.blog-slider__item-avatar {
    margin-bottom: 15px;
}

.blog-slider__item-avatar img {
    height: 146px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

.blog-slider__item-name a {
    color: var(--main-color);
    font-size: 14px;
    line-height: 16px;
}

.blog-slider__item-name {
    margin-bottom: 10px;
    font-weight: 500;
}

.about-slider__item-info p,
.blog-slider__item-info p {
    margin-bottom: 0;
}

.blog-slider__item-info p {
    font-size: 13px;
    line-height: 19px;
}

.blog-slider__item-date {
    font-size: 12px;
    color: #000;
    font-weight: 100;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .blog-slider__item {
        padding: 0 15px;
    }
    .blog-slider .slick-list {
        margin: 0 -15px;
    }
}


/* program */

.program__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.program__row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.program__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
    min-height: 450px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.program__col>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.program__col--overlay:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: var(--main-color);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.program__row:nth-child(6n-3) .program__col--overlay:after,
.program__row:nth-child(6n-2) .program__col--overlay:after,
.program__row:nth-child(6n-1) .program__col--overlay:after {
    background: #2f2e2e;
}

.program__wrapp {
    padding: 30px;
    position: relative;
    z-index: 3;
}

.program__title,
.program__hidden p {
    color: #fff;
    margin-top: 10px;
}

.program__hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 1s;
}

.program__col:hover .program__hidden {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
}

.program__title span {
    font-weight: 100;
}

.program__title {
    margin-bottom: 20px;
}

.program__list {
    margin-top: 10px;
}

.program__list li {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 2px;
    font-weight: 100;
}

.program__list li:before {
    content: '- ';
}

.program__btn-wrap {
    position: relative;
    min-height: 2px;
    transition: .5s .5s transform, .5s min-height;
    overflow: hidden;
    transform: scaleX(.5);
}

.btn--program {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 2px;
    overflow: hidden;
}

.program__col:hover .program__btn-wrap {
    min-height: 36px;
    transform: scaleX(1);
}

.program__col:hover .btn--program {
    transition: .5s .5s max-height, .5s color, .5s background-color;
    max-height: 36px;
}

.program__col:hover .btn--program:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .program__hidden {
        opacity: 1;
        visibility: visible;
        max-height: none;
        margin-top: 20px;
    }
    .program__col .program__btn-wrap {
        min-height: 36px;
        transform: scaleX(1);
    }
    .program__col .btn--program {
        transition: .5s .5s max-height, .5s color, .5s background-color;
        max-height: 36px;
    }
    .program__col .btn--program:hover {
        color: #fff;
    }
    .program__col:not(.program__col--overlay) {
        display: none;
    }
    .program__col {
        max-width: 100%;
        min-height: auto;
    }
    .program__row:nth-child(2n-1) .program__col--overlay:after {
        background: var(--main-color);
    }
    .program__row:nth-child(2n) .program__col--overlay:after {
        background: #2f2e2e;
    }
    .program__wrapp {
        padding: 70px 30px;
    }
}


/* footer */

.footer {
    background: var(--main-color);
}

.footer__top {
    padding: 65px 0 70px;
}

.footer__wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.footer__logo a {
    background: url(/assets/img/design/logo-footer.svg) no-repeat 50% 0;
    height: 110px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    width: 164px;
    text-decoration: none;
    margin-top: 60px;
    background-size: cover;
}

.footer__logo a span {
    font-size: 24px;
    font-weight: 100;
}

.footer__title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 35px;
}

.footer__title:after {
    width: 17px;
    height: 1px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

.footer__list li {
    margin-bottom: 4px;
}

.footer__list li a {
    font-size: 16px;
    line-height: 17px;
    font-weight: 100;
    color: #fff;
}

.footer__list li a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.footer__logo,
.footer__item {
    padding: 0 15px;
}

.subscribe {
    width: 160px;
    max-width: 160px;
    margin: 30px auto 0;
}

.subscribe__form {
    width: 100%;
    position: relative;
    opacity: 0.6;
}

.subscribe__form:hover {
    opacity: 1;
}

.subscribe__input {
    width: 100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    height: 28px;
    padding-left: 13px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: var(--main-color);
    font-size: 13px;
    padding-right: 55px;
    outline: none;
    line-height: 1.2;
    padding-bottom: 3px;
    display: block;
    appearance: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.subscribe__input::placeholder {
    line-height: inherit;
}

.subscribe__submit {
    width: 50px;
    background: var(--main-color);
    position: absolute;
    height: 26px;
    top: 1px;
    right: 1px;
    text-align: center;
    padding: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topright: 13px;
    border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
    padding-bottom: 2px;
    -moz-appearance: none;
    -ms-appearance: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

.soc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.soc__item {
    margin-right: 6px;
}

.footer__soc-item:last-child {
    margin-right: 0;
}

.soc__item-link {
    display: block;
    width: 23px;
    height: 23px;
    background-size: auto 55%;
}

.soc--header {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 31px;
    margin-bottom: 0;
}

.soc--header .soc__item {
    margin-right: 9px;
}

.soc--header .soc__item:last-child,
.soc__item:last-child {
    margin-right: 0;
}

.soc__item-link {
    display: block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    opacity: 0.6;
}


/*.soc__item-link--fb {
  background-image: url('../image/facebook-icon.svg');
}

.soc__item-link--tw {
  background-image: url('../image/twitter-icon.svg');
}

.soc__item-link--pn {
  background-image: url('../image/pinterest-icon.svg');
}

.soc__item-link--inst {
  background-image: url('../image/insta-icon.svg');
}

.soc__item-link--youtube {
  background-image: url('../image/youtube-icon.svg');
}*/

.soc--footer .soc__item-link {
    width: 23px;
    height: 23px;
    background-size: auto 55%;
}

.footer__box {
    margin-bottom: 10px;
}

.footer__box-link,
.footer__box-link:active,
.footer__box-link:focus,
.footer__box-link:visited,
.footer__box-link:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
    text-decoration: none;
}

.footer__box-link:before {
    margin-right: 15px;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    content: '';
    position: relative;
    top: -2px;
    /*opacity: .6;*/
    font: normal normal normal 12px/22px FontAwesome;
    text-align: center;
    margin-left: -38px;
}

.footer__box.cont {
    padding-left: 38px;
}

.footer__box.cont.cont1 .footer__box-item:first-child {
    line-height: 15px;
    margin-bottom: 20px;
}

.footer__box.cont.cont1 .footer__box-item a {
    line-height: 16px;
}

.footer__box.cont.cont1 div+div a {
    font-size: 17px;
}

.footer__box-link--phone:before {
    /* background-image: url('../image/tel-icon.svg');*/
}

.footer__box-link--mail:before {
    content: "\f0e0";
    font: normal normal normal 10px/21px FontAwesome;
    /*  background-image: url('../image/mail-icon.svg');*/
}

.footer__box-link--skype:before {
    /* background-image: url('../image/slype-icon.svg');*/
    content: "\f17e";
}

@media (max-width: 991px) {
    .footer__logo a {
        width: 150px;
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -ms-background-size: 100%;
    }
    .footer__box-link,
    .footer__box-link:active,
    .footer__box-link:focus,
    .footer__box-link:visited,
    .footer__box-link:hover {
        font-size: 16px;
    }
    .footer__box-link:before {
        margin-right: 11px;
        margin-left: -34px;
    }
}

@media (max-width: 768px) {
    .footer__wrapp {
        display: block;
        text-align: center;
    }
    .footer__box.cont {
        padding-left: 38px;
        width: 251px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .footer__logo a {
        margin-top: calc(50% - 81px);
        background-size: auto;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -ms-background-size: auto;
        margin-top: 86px;
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -ms-background-size: 100%;
    }
    .footer__logo a {
        width: 200px;
        display: inline-block;
    }
    .footer__item {
        margin-top: 50px;
    }
    .footer__top {
        padding: 40px 0;
    }
}


/* copyright */

.copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
}

@media (max-width: 768px) {
    .copyright {
        padding: 20px 0;
    }
    ul.footer__list {
        text-align: left;
        width: 117px;
        margin: 0 auto;
    }
}


/* header */

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 55;
}

.header__top {
    background-color: var(--main-color);
}

.header__top-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 26px 0;
}

.header__top-wrapp>div {
    padding-left: 15px;
    padding-right: 15px;
}

.lang a,
.soc__item-link1:before {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: .6;
    text-transform: uppercase;
    background: var(--main-color);
}

.soc__item-link1 {
    border: none;
    width: auto;
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    text-transform: none;
    color: #fff;
    opacity: 0.6;
}

.soc__item-link1:hover {
    color: #fff;
}

.lang a:hover,
.lang a.active {
    opacity: 1;
}

.lang__list a {
    opacity: 1;
}

.header__top-center {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header__close--link {
    display: block;
    height: 35px;
    width: 35px;
    background: url('/assets/img/design/close.png') no-repeat 50%;
    margin-right: -9px;
    opacity: 0.64;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=64)";
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.header__close--link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.call-phone {
    margin-right: 20px;
}

.call-phone__link {
    color: #fff;
    font-family: 'Exo 2';
    opacity: .6;
    font-size: 20px;
    font-weight: 200;
    margin-right: 20px;
}

.call-phone__link:hover {
    opacity: 1;
    color: #fff;
}


/*.call-phone__link:before {
	content:'';
  display: inline-block;
  width: 35px;
  height: 35px;
      margin: 0 11px -10px 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../image/tel-icon.svg') no-repeat 50%;
  background-size: 18px;
  opacity: .6;
  outline: none;
  font-size: 12px;
  color: #fff;
}*/

.header__top-right {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.soc__item-link1:hover {
    opacity: 1;
}

.soc__item-link:hover,
.call-phone-link:hover,
.soc__item-link1:hover:before,
.footer__box-link:hover:before,
.call-phone__link:hover:before {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.call-phone-link:before,
.soc__item-link,
.soc__item-link1:before,
.footer__box-link:before,
.call-phone__link:before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.soc__item-link:before,
.soc__item-link1:before {
    font: normal normal normal 18px/34px FontAwesome;
    background: none;
    position: relative;
    color: #fff;
    text-align: center;
    top: 0px;
    /* border: 1px solid red; */
    background-position: center;
    width: 33px;
    height: 33px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.soc--footer .soc__item-link:before {
    font: normal normal normal 12px/22px FontAwesome;
    text-align: center;
    background: none;
    position: relative;
    color: #fff;
    text-align: center;
    top: 0px;
    background-position: center;
    width: 21px;
    height: 21px;
}

.soc__item-link1:before {
    font: normal normal normal 18px/32px FontAwesome;
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: 1;
}

.soc__item-link--fb:before {
    content: "\f09a";
}

.soc__item-link--inst:before {
    content: "\f16d";
}

.soc__item-link--email:before {
    content: "\f0e0";
    font: normal normal normal 15px/32px FontAwesome
}

.soc__item-link--tel:before,
.footer__box-link--phone:before {
    content: "\f2a0";
}

.footer__box.cont.cont1>.footer__box-item:first-child>.footer__box-link--phone:before {
    content: "\f007";
    font: normal normal normal 11px/22px FontAwesome;
}

.soc__item-link--gp:before {
    content: "\f1a0";
}

@media (min-width: 1200px) {
    .soc__item-link1 {
        margin: 0 34px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .soc__item-link1 {
        margin: 0 22px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .soc__item-link1 {
        margin: 0 2px;
        font-size: 16.5px;
    }
}

@media(max-width:768px) {
    .header__top-center,
    .call-action {
        width: 100%;
    }
    .soc__item-link1 {
        margin: 0 calc(25% - 114px);
    }
}

@media (max-width:639px) {
    .header__top-center,
    .call-action {
        width: 100%;
    }
    .soc__item-link1 {
        margin: 0 calc(50% - 120px);
    }
    .call-action .soc__item-link--tel {
        display: none;
    }
}

@media (max-width:480px) {
    .header__top-center,
    .call-action {
        width: 100%;
    }
    .soc__item-link1 {
        margin: 6px calc(50% - 101px) 0px;
        font-size: 17px;
        line-height: 17px;
        position: relative;
        display: block;
    }
    .soc__item-link1:before {
        height: 28px;
        font-size: 12px;
        line-height: 27px;
        margin-top: -6px!important;
        display: block;
        float: left;
        width: 28px;
        background-size: 14px auto!important;
        -webkit-background-size: 14px auto!important;
        -moz-background-size: 14px auto!important;
        -ms-background-size: 14px auto!important;
    }
}

@media (max-width: 991px) {
    .btn {
        font-size: 14px;
        min-width: auto;
    }
    .soc--header {
        margin-left: 15px;
    }
    .header__top-wrapp .header__top-center {
        padding: 0;
    }
    .call-phone {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .soc--header {
        margin-left: 0;
    }
    .header__top-wrapp .header__top-left {
        padding-right: 9px;
    }
    .header__top-wrapp .header__top-right {
        padding-left: 9px;
    }
}

@media (max-width: 480px) {
    .soc--header .soc__item,
    .call-phone,
    .lang a {
        margin-right: 5px;
    }
    .lang a {
        height: 28px;
        font-size: 12px;
        line-height: 26px;
        width: 28px;
    }
    .soc--header .soc__item-link,
    .call-phone__link,
    .header__close--link {
        height: 28px;
        width: 28px;
        background-size: auto 55%;
    }
    .header__close--link {
        margin-right: -7px;
    }
    .header__top-wrapp .header__top-left {
        padding-right: 0;
    }
    .header__top-wrapp .header__top-right {
        padding-left: 0;
    }
}

.header__bottom {
    background: url('/assets/img/design/header-bg.png') repeat-x 0 bottom;
    height: 214px;
    height: 180px;
}

.header__bottom-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 -15px;
    max-width: 100%;
}

.menubordered {
    border-bottom: 1px solid #e6e6e6;
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
}

.header__logo a {
    background: url('/assets/img/design/logo.png') no-repeat 0px 0px;
    height: 95px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 248px;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    color: var(--main-color);
}

.header__logo a span {
    font-size: 25px;
    font-weight: 100;
    color: #5f5f5f;
}

.header__menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.menu__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px;
}

.menu__list+.menu__list {
    margin-left: 0;
}

.menu__list li:last-child {
    padding-right: 0px;
}

.menu__list-item {
    padding: 4px 12px;
}

html[lang="es"] .menu__list-item {
    padding: 4px 8px;
}

.menu__list-link {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.menu__list-link:before {
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--main-color);
    display: block;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    transition: all 1s;
}

@media (min-width:768px) {
    .header__menu .menu__list-link:hover:before {
        width: 100%;
    }
}

.menu__list-link--more {
    position: relative;
    width: 28px;
    height: 20px;
    display: inline-block;
    margin-left: 13px;
}

.menu__list-link--more span {
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    -moz-transition: .3s background;
    transition: .3s background;
}

.menu__list-link--more span:after,
.menu__list-link--more span:before {
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    display: block;
    content: '';
}

.menu__list-link--more span:after {
    top: -9px;
    -webkit-transition: .3s transform, .3s .3s top;
    -o-transition: .3s transform, .3s .3s top;
    -moz-transition: .3s transform, .3s .3s top;
    transition: .3s transform, .3s .3s top;
}

.menu__list-link--more span:before {
    bottom: -9px;
    -webkit-transition: .3s transform, .3s .3s bottom;
    -o-transition: .3s transform, .3s .3s bottom;
    -moz-transition: .3s transform, .3s .3s bottom;
    transition: .3s transform, .3s .3s bottom;
}

.menu__list-link--more.active span {
    background: transparent;
}

.menu__list-link--more.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    -webkit-transition: .3s bottom, .3s .3s transform;
    -o-transition: .3s bottom, .3s .3s transform;
    -moz-transition: .3s bottom, .3s .3s transform;
    transition: .3s bottom, .3s .3s transform;
}

.menu__list-link--more.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    -webkit-transition: .3s top, .3s .3s transform;
    -o-transition: .3s top, .3s .3s transform;
    -moz-transition: .3s top, .3s .3s transform;
    transition: .3s top, .3s .3s transform;
}

.menu__list-more {
    display: none;
    position: absolute;
    right: 11px;
    width: 150px;
    text-align: right;
    top: 120%;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
}

.menu__list-more .menu__list-item {
    padding: 0;
}

.menu__list-more .menu__list-link {
    display: block;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.menu__list-more .menu__list-link:hover {
    background: var(--main-color);
    color: #fff;
}

.menu__list {
    position: relative;
}

.visible-sm,
.visible-md {
    display: none;
}

@media (max-width: 991px) {
    .hidden-md {
        display: none;
    }
    .visible-md {
        display: block;
    }
}

@media (max-width: 768px) {
    /*.header__logo a {
    padding-left: 90px;
    font-size: 27px;
    width: 110px;
    line-height: 27px;
    height: 74px;
    background: url(../image/logo1.svg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
  }

  .header__logo a span {
    font-size: 23px;
  }*/
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    body.active {
        overflow: hidden;
    }
    .menu__list-more {
        display: none !important;
    }
}

.menu-mobile__shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 55;
    visibility: hidden;
}

.menu-mobile__content {
    width: 260px;
    max-width: 70%;
    background: var(--main-color);
    padding: 30px;
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 56;
}

.menu-mobile.active .menu-mobile__shadow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.menu-mobile.active .menu-mobile__content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 768px) {
    .btn {
        font-size: 18px;
        width: 220px;
        max-width: 100%;
        height: auto;
    }
    .menu-mobile .call-action {
        /* display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
        display: block;
    }
    .menu-mobile .soc__item {
        margin-right: 7px;
        float: left;
    }
    .btn+.btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .menu-mobile .menu__list {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__logo,
    .footer__item {
        padding: 0 15px;
        width: 50%;
        display: block;
        float: left;
    }
    .menu__list-link {
        display: block;
        color: #fff;
        /* padding: 8px 0;*/
    }
    .menu__list-link:hover {
        color: #fff;
    }
    .menu-mobile .menu__list-item {
        display: block;
        padding: 10px 11px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .btn {
        font-size: 15px;
    }
    .menu-mobile__content {
        padding: 30px 20px;
    }
    /*.header__logo a {
    -moz-background-size: 55px;
      -o-background-size: 55px;
         background-size: 55px;
    padding-left: 75px;
    font-size: 24px;
  }

  .header__logo a {
    font-size: 21px;
  }*/
    .menu__list-link--more {
        margin-left: 0;
    }
    .footer__logo a {
        margin-top: 0px;
    }
    .footer__logo,
    .footer__item {
        width: 100%;
    }
}


/* lang */

.lang {
    position: relative;
}

.lang__list {
    position: absolute;
    top: 38px;
    padding: 5px;
    left: -5px;
    display: none;
}

.lang__list li+li {
    margin-top: 0px;
}


/* modal */

.modal-dialog {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-content {
    background: var(--main-color);
    box-shadow: 0 3px 9px rgba(var(--main-color-mod), 0.5);
    border-radius: 0;
    border: 0;
}

.modal-backdrop {
    background: #fff;
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-title {
    color: #fff;
}

.modal-header .close {
    position: absolute;
    border: 0;
    box-shadow: none;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    height: 35px;
    width: 35px;
    background: url(/assets/img/design/close.png) no-repeat 50%;
    margin-right: -9px;
    opacity: 0.64;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=64)";
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header {
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
}

.form__box {
    margin-top: 15px;
}

.form-text {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    color: var(--main-color);
}

.form-submit {
    border-radius: 0;
    font-weight: normal;
    outline: none;
    background: transparent;
    color: #fff;
    padding: 0 20px;
}

.modal-body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.messages {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}

.banner.noindexpage {
    background: none;
    min-height: 0;
    height: 200px;
    overflow: visible;
}

.video-wrapp.noindexpage {
    display: none;
}

.form-callback input {
    border-radius: 18px;
}

input:focus,
a:focus {
    outline: none
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.footer a,
.footer__title {
    opacity: 0.6;
}

.footer a:hover {
    opacity: 1;
}

.mod-languages a {
    text-transform: uppercase;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #2d2b2b99;
    /**/
}

.slide_topbox {
    position: relative;
    display: none;
}

.slide_topbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 24px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-left: 2px solid #CCC;
    border-top: 2px solid #CCC;
    cursor: pointer;
}

.btngotop {
    transform: rotate(90deg);
    position: fixed;
    bottom: 17px;
    right: 17px;
    bottom: 90px;
    right: 32px;
    left: auto;
    top: auto;
}


/*Custom*/


/*ul.footer__list li:nth-child(n+6) {
  display:none
}
*/

ol.spisok101 li {
    list-style-type: number;
}

ol.spisok101 li,
ul.spisok101 li {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    list-style-position: outside;
    margin-left: 17px;
}

ul.spisok101 li {
    list-style-type: disc;
    font-size: 12px;
    color: var(--main-color);
}

ul.spisok101 li span {
    font-size: 17px;
    color: #000;
}

div.price102>div {
    display: tbody;
}

div.price102>div>div {
    display: table-row;
}

div.price102>div>div>div {
    display: table-cell;
    font-weight: 100;
    font-size: 17px;
}

table.parameters102,
div.price102 {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

table.parameters102 td,
div.price102>div>div>div {
    padding: 10px;
    border: 1px solid #ccc;
    /*font-weight: 100;*/
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
}

div.price102>div>div>div a img {
    height: 100px;
    width: 75px;
}

div.price102>div>div>div p {
    text-align: center;
    margin-bottom: 0px;
}

table.parameters102 tr:first-child td,
div.price102>div>div:first-child div,
div.price102>div>div>div:first-child {
    font-weight: 600!important;
}

div.price102>div>div>div sup {
    font-size: 12px;
}

@media (min-width:768px) and (max-width:991px) {
    div.price102>div>div>div {
        font-size: 15px;
    }
    div.price102>div>div:first-child>div {
        font-size: 14px;
    }
}


/*@media (max-width:767px) {
  div.price102 > div {display:block;width:100%;}
  div.price102 > div > div {display:block;width:100%;}
  div.price102 > div > div > div {border:0px solid #ccc;display:inline-block;}
  div.price102 > div > div {border: 1px solid #ccc;border-bottom:0px;}
  div.price102 > div > div:last-child {border-bottom:1px solid #ccc;}
  div.price102 > div > div:first-child {display:none;}
  div.price102 > div > div > div:first-child {display:none;}
}*/

.price100 {
    width: 100%;
    overflow: auto;
}

.footer .container {
    font-size: 14px;
}

.price103 {
    text-align: center;
}

.price103 a {
    display: inline-block;
    padding: 4px 16px 5px;
    margin: 0 auto;
    width: auto;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 19px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.readmore {
    text-align: right;
}

.readmore a {
    display: inline-block;
    padding: 2px 16px 2px;
    margin: 0 auto;
    text-align: center;
    width: auto;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 19px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: none;
    line-height: 23px;
    font-size: 13px;
    height: 30px;
    font-weight: 300;
}

.price103 a:hover,
.readmore a:hover {
    background: var(--main-color);
    color: #fff;
}

h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.catalog105 img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    max-width: 100%;
}

.catalog105 a:hover img,
.catalog105 a:focus img {
    filter: brightness(103%);
}

.catalog105 a {
    font-size: 31px;
    font-weight: 200;
    color: #999;
    height: 415px;
    display: block;
}

.pull-left.item-image a img {
    /*border: 1px solid red;*/
    max-width: 300px;
    margin: 0 20px 20px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
}

.blog .items-leading .page-header {
    text-align: left;
    margin-bottom: 20px;
}

.blog .items-leading div[class*="leading-"] {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.blog .items-leading div[class*="leading-"] p {
    margin-bottom: 4px;
}

.blog .items-leading div[class*="leading-"] p strong,
.blog .items-leading div[class*="leading-"] p b {
    font-weight: 300
}

.blog .items-leading div[class*="leading-"] ul {
    /*list-style-type:disc;*/
    margin-bottom: 8px;
    text-align: left;
    font-weight: 200;
}

.blog .items-leading div[class*="leading-"] ul li {
    margin-bottom: 5px;
}

.blog .items-leading div[class*="leading-"] ul li,
.blog .items-leading div[class*="leading-"] ul li strong {
    font-weight: 200;
}

.blog .items-leading div[class*="leading-"] ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000000;
    margin: 0 6px 3px 3px;
}

.param101 {
    margin: 0 auto;
    display: table;
}

.param101 div {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    text-align: left;
}

.param101 div img {
    width: 200px;
}

@media (min-width:768px) {
    .param101 div:first-child {
        width: 240px;
    }
    .param101 div:last-child {
        width: 390px;
        padding-top: 44px;
    }
}

.about_us .about-slider__item-info {
    width: 100%;
}

.about_us .about-slider__item-wrapp {
    display: block;
}

.about_us .about-slider__item-avatar {
    height: auto;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 0;
}

sup {
    font-size: 60%;
}

li.menu__list-item .subblock a {
    /*display: block;*/
    float: left;
    margin: 3px 0 0px 0px;
    padding: 3px 0px 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}

li.menu__list-item .subblock {
    width: 205px;
    max-height: 0;
    position: absolute;
    padding: 8px 0 8px 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}

li.menu__list-item:hover .subblock {
    max-height: 999px;
    opacity: 1;
}

.product_gallery img {
    width: 100%;
    margin-bottom: 15px;
}

.row.rulon,
.row.rulon1,
.row.gal {
    width: auto;
}

.row.rulon img,
.row.gal img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.item-image img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    max-width: 100%;
}

.row.rulon div,
.row.gal div {
    margin-bottom: 10px;
}

@media (max-width:339px) {
    .row.rulon div,
    .row.gal div {
        width: 100%!important;
    }
}

.row.rulon1 img {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .param101 {
        width: 100%;
        text-align: center;
    }
    .param101 div {
        text-align: center!important;
        padding-left: calc(50% - 180px);
    }
}

.spisok100 {
    margin-bottom: 20px;
    margin-left: 20px;
}

.spisok100 li {
    text-align: left;
    list-style-type: disc;
    font-weight: 300;
    list-style-position: inside;
    line-height: 22px;
}

.price2 {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

.slogan1 {
    position: absolute;
    border: 1px solid red;
    width: 100%;
    text-align: center;
    font-size: 35px;
    top: 200px;
    max-width: 1000px;
}

@media (min-width:992px) and (max-width:1199px) {
    .menu__list-item {
        padding: 4px 9px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .menu__list-item {
        padding: 4px 5px;
    }
    .menu__list-link {
        font-size: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .video-wrapp:after {
        font-size: 28px;
        top: 166px;
        line-height: 44px;
    }
}

@media (max-width:767px) {
    .video-wrapp:after {
        font-size: 25px;
        top: 166px;
        line-height: 39px;
        margin: 0 auto;
        color: #fff!important;
    }
}

@media (max-width:479px) {
    .video-wrapp:after {
        font-size: 20px;
        top: 166px;
        line-height: 30px;
        margin: 0 auto;
        color: #fff!important;
    }
}

@media (max-width:991px) {
    .header__logo a {
        /* background: url(/assets/image/design/logo1.svg) no-repeat 0px 0px; */
        background-size: 182px auto;
        -webkit-background-size: 182px auto;
        -moz-background-size: 182px auto;
        -ms-background-size: 182px auto;
        height: 65px;
        width: 182px;
    }
}

.items-row.cols-3 .span4 {
    width: calc(33.3% - 30px);
    margin: 0 15px;
    display: block;
    float: left;
}

.items-row.cols-3 .span4 .pull-left.item-image a img {
    width: 100%;
    margin-bottom: 5px;
}

.items-row.cols-3 .span4 .page-header h2 a {
    font-size: 16px;
}

.items-row.cols-3 .span4 p.price2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.items-row.cols-3 .span4 .readmore {
    text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
    .items-row.cols-3 .span4 .page-header h2 a {
        font-size: 16px;
    }
}

@media (min-width:600px) and (max-width:768px) {
    .items-row.cols-3 .span4 .page-header h2 a {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }
    .items-row.cols-3 .span4 p.price2 {
        font-size: 15px
    }
}

@media (max-width:599px) {
    .items-row.cols-3 .span4 {
        width: 100%;
        margin: 0 0px 15px;
        display: inline-block;
        float: none;
    }
    .items-row.cols-3 .span4 .pull-left.item-image {
        width: 100%;
    }
}

.item-page .pull-left.item-image img[itemprop="image"] {
    margin-bottom: 15px;
    width: 100%;
}

.clients .about-slider__item-info,
.clients .about-slider__item-info p {
    text-align: center;
    width: 100%;
}

.cont5 .soc__item-link11:before {
    font: normal normal normal 18px/32px FontAwesome;
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 33px;
    height: 33px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    text-align: center;
    color: var(--main-color);
}

.cont5 .soc__item-link11:hover:before {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.cont5 {
    color: #555;
}

.cont5.cont55 {
    width: 246px;
    margin: 0 auto;
}

.cont4 {
    width: 100%;
}

.cont4 .cont5 {
    width: 50%;
    display: block;
    float: left;
    min-height: 360px;
}

.cont4 .cont5 {
    width: 33%
}

.cont5.cont55+hr {
    margin-top: 35px;
    border-top: 1px dashed #c5c5c5;
}

@media (min-width:768px) and (max-width:991px) {
    .cont4 .cont5 {
        width: 50%;
    }
}

@media (max-width:767px) {
    .cont4 .cont5,
    .cont5.cont55 {
        width: 100%;
        min-height: auto;
    }
}

.cont5 .soc__item-link11.soc__item-link--avatar:before {
    content: '\f007'
}

.cont5 .soc__item-link11.soc__item-link--viber:before {
    content: '1';
    color: transparent;
    background: url('/assets/img/social/viber-icon2.svg') center center no-repeat;
    background-size: 15px
}

.cont5 .soc__item-link11.soc__item-link--wa:before {
    content: '1';
    color: transparent;
    background: url('/assets/img/social/whatsupp-icon.svg') center center no-repeat;
    background-size: 15px
}

.cont5 .soc__item-link11.soc__item-link--fax:before {
    content: '\f1ac';
}

.cont5 .soc__item-link11.soc__item-link--skype:before {
    content: '\f17e';
}

.cont5 .soc__item-link11.soc__item-link--website:before {
    content: '\f0ac'
}

.our-team img {
    max-width: 100%;
}

div[class*="item-page"] .pull-left.item-image,
div[class*="item-page"] .pull-leftpull-left.item-image img {
    width: 100%!important;
}

.blog.blog102 h2 a {
    font-size: 21px;
}

.from-our-life .about-slider__item-avatar img {
    height: 160px;
    border-radius: 3px;
}

.about-section-gray {
    background: #f2f2f2;
}

.cont4 .cont5 p.soc__item-link11,
.cont5 p.soc__item-link11 {
    margin-bottom: 12px;
}

.item-page-sale1 h2 {
    margin-bottom: 50px;
    color: #0f82b9;
    margin-top: 50px;
}

.item-page-sale1 h2:after {
    width: 20px;
    height: 2px;
    background: #999;
    display: block;
    content: '';
    position: absolute;
    margin-bottom: -19px;
    margin-top: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width:992px) {
    .video-wrapp {
        margin-top: 80px;
        position: relative;
        min-height: 300px;
        max-height: 1000px;
        height: 29vw;
    }
    .video-wrapp:after {
        display: block;
        position: absolute;
        width: 100%;
        max-width: 750px;
        text-align: center;
        font-size: 32px;
        top: 11vw;
        margin: 0 calc(50% - 375px);
        font-weight: 300;
        line-height: 44px;
        right: auto;
        text-transform: uppercase;
    }
    .home-page.title {
        margin-top: 0px;
    }
}

#enter-shop {
    height: 40px;
    background-color: var(--main-color);
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*border: 1px solid var(--main-color);*/
    border-left: 0px;
    position: fixed;
    width: auto;
    top: 50%;
    left: 0px;
    border-radius: 0px 3px 3px 0px;
    z-index: 99999;
}

#enter-shop:hover {
    background: #319dd0;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.price103 {
    display: none;
}

.spinners1 div a:nth-child(2) {
    display: block;
    min-height: 40px;
}

.blog.blog102 h1 {
    margin-bottom: 40px;
}

.header .soc__item-link1.soc__item-link--tel:before {
    content: '';
    background: url(/assets/img/design/social2/whatsapp-icon.png);
    display: inline-block;
    margin: 0px 8px -11px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

@media (max-width:767px) {
    .header .soc__item-link1.soc__item-link--email {
        display: none;
    }
    .header .soc__item-link1.soc__item-link--tel {
        display: inline-block;
    }
}