.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.around {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.alc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.alstart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.alend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    background: #fefefe;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    font-family: "Montserrat", "Proxima Nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    height: 100%;
    margin: 0;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

p {
    color: #58595b;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding-bottom: 20px;
}

p {
    margin-top: 0;
    padding-bottom: 20px;
    font-family: "Proxima Nova";
    font-weight: normal;
    color: #000;
    line-height: 1.714;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #7abc39;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #7abc39;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6,
.h1-title, .h2-title, .h3-title, .h4-title, .h5, .h6 {
    line-height: 1.2;
    color: #58595b;
    font-family: "Proxima Nova";
    font-weight: bold;
    margin-bottom: 0;
}

h1 {
    font-size: 60px;
}

.h1-title {
    font-size: 40px;
}

h2, .h2-title {
    font-size: 34px;
}

h3, .h3-title {
    font-size: 18px;
}

h4, .h4-title {
    font-size: 16px;
}

.container {
    width: 1240px;
    margin: 0 auto;
    max-width: 94%;
    padding: 0;
}

.container2 {
    width: 820px;
    margin: 0 auto;
    max-width: 94%;
    padding: 0;
}

.description {
    width: 650px;
    max-width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #58595b;
    padding-bottom: 70px;
}

.box-w {
    padding: 70px 0 200px 0;
}

p.text {
    width: 790px;
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #58595b;
    margin: 0;
}

p {
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #58595b;
    margin: 0;
}

.button {
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #fff;
    padding: 0 35px;
    background: #7abc39;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.button:hover {
    opacity: .9;
}

.body.fancybox-active, body.fancybox-active {
    overflow: visible !important;
}

header {
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
}

header .header__top .header__top_logo .logo_1 {
    width: 135px;
}

header .header__top .header__top_logo .logo_1 img {
    margin: 0 1px;
}

header .header__top .header__top_logo .logo_2 img {
    width: 150px;
}

header .header__top .header__top_logo a, header .header__top .header__top_logo span {
    display: block;
    margin-right: 20px;
}

header .header__top .search-button {
    cursor: pointer;
}

header .header__top .search-button:before {
    content: '\e808';
    font-family: iconfont;
    color: #58595b;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .header__top .search-button:hover:before {
    color: #7abc39;
}

header .header__top .menu {
    list-style: none;
    margin-bottom: 0;
    padding: 0 40px 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

header .header__top .menu li {
    padding: 35px 14px;
}

header .header__top .menu a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: nowrap;
    color: #58595b;
}

header .header__top .menu a:hover, header .header__top .menu a.selected, header .header__top .menu span.selected {
    color: #7abc39;
}

header .header__top .menu .burger-catalog {
    cursor: pointer;
    font-family: "Montserrat";
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .header__top .menu .burger-catalog:hover {
    color: #7abc39;
}

header .header__top .menu .burger-catalog:hover:before {
    color: #7abc39;
}

header .header__top .menu .burger-catalog:before {
    content: '\e80e';
    font-family: iconfont;
    font-weight: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
    color: #58595b;
}

header .header__top .menu .menu-active {
    background-color: #7abc39;
}

header .header__top .menu .menu-active a {
    color: #fff;
}

header .header__top .menu .menu-active span {
    color: #fff;
}

header .header__top .menu .menu-active span:before {
    color: #fff;
}

header .header__top .menu .menu-active:hover span {
    color: #fff;
}

header .header__top .menu .menu-active:hover span:before {
    color: #ffff;
}

header .header__top #burger {
    font-weight: bold;
    font-size: 27px;
    display: none;
}

header .header__top #burger:before {
    width: 40px;
}

header .catalog {
    background: #4b4c4d;
    padding: 40px 0;
    z-index: 501;
    position: absolute;
    top: 90px;
    left: -200%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .catalog .flex:first-child {
    margin-bottom: 30px;
}

header .catalog .flex:last-child ul .h3-title {
    padding-bottom: 20px;
    height: 40px;
    display: block;
}

header .catalog ul {
    list-style: none;
    padding: 0;
    width: 170px;
}

header .catalog ul li {
    padding-bottom: 8px;
}

header .catalog ul li a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    font-weight: 200;
    opacity: .5;
}

header .catalog ul li a:hover {
    color: #7abc39;
    opacity: 1;
}

header .catalog ul li a .line {
    position: relative;
    z-index: -1;
    left: 0;
}

header .catalog ul li a .line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 65px;
    left: 10px;
    background: #5c5d5e;
    opacity: .9;
}

header .catalog ul li .h3-title {
    color: #fff;
    font-family: "Proxima Nova";
    opacity: 1;
    font-weight: 600;
    display: block;
    height: 60px;
    padding-bottom: 20px;
    max-width: 155px;
}

header .catalog-active {
    left: 0;
}

header .search-form {
    background-color: #474749;
    padding: 40px 0;
    position: absolute;
    top: 90px;
    left: -200%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 250;
    width: 100%;
}

header .search-form input[type="text"] {
    border: none;
    background-color: transparent;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.11);
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    font-family: "Proxima Nova";
    color: #fff;
    margin-right: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* Firefox 19+ */
    /* Firefox 18- */
}

header .search-form input[type="text"]:focus {
    outline: none;
    border-bottom: solid 1px white;
}

header .search-form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Proxima Nova";
}

header .search-form input[type="text"]::-moz-placeholder {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Proxima Nova";
}

header .search-form input[type="text"]:-moz-placeholder {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Proxima Nova";
}

header .search-form input[type="text"]:-ms-input-placeholder {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Proxima Nova";
}

header .search-form button, header .search-form input[type="submit"] {
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    font-family: "Proxima Nova";
    color: #fff;
    background: #7abc39;
    padding: 0 75px;
    border: none;
    font-weight: bold;
    letter-spacing: 1.2px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .search-form button:hover, header .search-form input[type="submit"]:hover {
    background: #fff;
    color: #58595b;
}

header .search-active {
    left: 0;
}

.head-slider .swiper-wrapper {
    height: 790px;
}

.head-slider .swiper-wrapper .swiper-slide {
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-size: contain;
    position: relative;

}

.head-slider .swiper-wrapper .swiper-slide .box {
    max-width: 430px;
    position: relative;
}
.head-slider .swiper-wrapper .swiper-slide .container{
    height: 100%;
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}


.head-slider .swiper-wrapper .swiper-slide:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35)
}


.head-slider .swiper-wrapper .swiper-slide .box .actual {
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    color: #7abc39;
    letter-spacing: 2px;
    position: relative;
    z-index: 20;
    font-size: 13px;
    margin-bottom: 35px;
    display: block;
}

.head-slider .swiper-wrapper .swiper-slide .box .actual span {
    position: relative;
    z-index: -1;
    right: 115px;
}

.head-slider .swiper-wrapper .swiper-slide .box .actual span:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1px;
    width: 65px;
    left: 0;
    background: #2c3e2f;
}

.head-slider .swiper-wrapper .swiper-slide .box .h1-title {
    line-height: 1;
    padding-bottom: 50px;
    color: #7abc39;
}
.head-slider .swiper-wrapper .swiper-slide .box .h1-title div {
    color: #fff;
}
.head-slider .swiper-wrapper .swiper-slide .box .h1-title span {
    color: #7abc39;
}

.head-slider .swiper-wrapper .swiper-slide .box .description, .head-slider .swiper-wrapper .swiper-slide .box .description p {
    color: #fff;
    padding-bottom: 45px;
}

.head-slider .swiper-wrapper .swiper-slide .box .description p {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0;
}

.head-slider .swiper-wrapper .swiper-slide .box .button {
    width: 195px;
    line-height: 58px;
    background: #fff;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #58595b;
    cursor: pointer;
    position: relative;
    font-family: "Proxima Nova";
    display: inline-block;
}

.head-slider .swiper-wrapper .swiper-slide .box .button:after {
    content: '\e80b';
    font-family: iconfont;
    font-weight: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 25px;
    font-size: 13px;
    color: #7abc39;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.head-slider .swiper-wrapper .swiper-slide .box .button:hover {
    color: #fff;
    background: #7abc39;
    text-decoration: none;
}

.head-slider .swiper-wrapper .swiper-slide .box .button:hover:after {
    color: #fff;
}

.head-slider .swiper-pagination {
    width: 1240px;
    max-width: 94%;
    text-align: left;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 40px;
}

.head-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin-right: 30px;
}

.head-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.head-infobox {
    position: absolute;
    right: 5%;
    top: 20%;
    z-index: 100;
}

.head-infobox .block-wrap {
    height: 250px;
    width: 370px;
    max-width: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.head-infobox .block-wrap:hover .block:before {
    content: '';
    width: 70px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    z-index: 10;
}

.head-infobox .block-wrap:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #58595b;
    opacity: .12;
    position: absolute;
    left: 70px;
    top: 0;
}

.head-infobox .block-wrap a {
    text-decoration: none;
}

.head-infobox .block-wrap .block {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.head-infobox .block-wrap .block:before {
    content: '';
    width: 70px;
    height: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    z-index: 10;
}

.head-infobox .block-wrap .block .title {
    font-size: 18px;
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #58595b;
    padding-bottom: 20px;
    max-width: 150px;
    line-height: 1.2;
    padding-left: 30px;
    z-index: 20;
    position: relative;
}

.head-infobox .block-wrap .block .text {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 300;
    color: #58595b;
    max-width: 280px;
    padding-left: 30px;
    z-index: 20;
    position: relative;
}

.head-infobox .block-1 {
    background-image: url("../img/header-bg-1.png");
    background-position: center;
    background-color: #fff;
    position: relative;
}

.head-infobox .block-1 .title, .head-infobox .block-1 .text {
    color: #fff;
}

.head-infobox .block-1:before {
    content: '\e800';
    font-family: "header-icon";
    font-size: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 14px;
    z-index: 20;
}

.head-infobox .block-2 {
    background-image: url("../img/header-bg-2.png");
    background-position: center;
    background-color: #303434;
    position: relative;
}

.head-infobox .block-2 .block .title, .head-infobox .block-2 .block .text {
    color: #fff;
}

.head-infobox .block-2:after {
    background: #fff;
}

.head-infobox .block-2:before {
    content: '\e802';
    font-family: "header-icon";
    font-size: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    left: 14px;
    z-index: 20;
}

.head-infobox .block-3 {
    background-image: url("../img/header-bg-3.png");
    background-position: center;
    background-color: #7abd38;
    position: relative;
}

.head-infobox .block-3 .block .title, .head-infobox .block-3 .block .text {
    color: #fff;
}

.head-infobox .block-3:before {
    content: '\e801';
    font-family: "header-icon";
    font-size: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    left: 30px;
    z-index: 20;
}

.head-infobox .block-3:after {
    background: #fff;
}

footer {
    background: #454647;
}

footer .footer__top {
    padding: 0 0 35px 0;
}

footer .footer__top .footer_info ul {
    list-style: none;
    padding: 0;
}

footer .footer__top .footer_info ul li {
    position: relative;
    padding-bottom: 10px;
    z-index: 20;
}

footer .footer__top .footer_info ul li a {
    text-decoration: none;
    color: #8b8c8d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .footer__top .footer_info ul li a:hover {
    color: #7abc39;
}

footer .footer__top .footer_info .h3-title {
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    z-index: 20;
    letter-spacing: 1px;
}

footer .footer__top .footer_info .footer_info_social .h3-title {
    padding: 0;
}

footer .footer__top .footer_info .footer_info_social li {
    padding-bottom: 25px;
}

footer .footer__top .footer_info .footer_info_social li a {
    padding-left: 55px;
    position: relative;
}

footer .footer__top .footer_info .footer_info_social li a:before {
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #3d3e3f;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

footer .footer__top .footer_info .footer_info_social li .icon-facebook:before, footer .footer__top .footer_info .footer_info_social li .icon-ytube:before {
    color: #7abc39;
}

footer .footer__top .footer_info .footer_info_social li .icon-color:hover {
    color: #be9d56;
}

footer .footer__top .footer_info .footer_info_social li .icon-color:before {
    color: #be9d56;
}

footer .footer__top .footer_info .button {
    width: 190px;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Proxima Nova";
    cursor: pointer;
    border: solid 1px #757678;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
}

footer .footer__top .footer_info .button:hover {
    border: solid 1px #7abc39;
    background: #7abc39;
}

footer .footer__top .title_wrap {
    margin-bottom: 40px;
}

footer .footer__top .title_wrap ul li {
    padding-bottom: 0;
}

footer .footer__top .title_wrap ul li a {
    padding-bottom: 10px;
}

footer .line {
    position: relative;
    z-index: -1;
    left: 0;
}

footer .line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 65px;
    left: 10px;
    background: #5c5d5e;
    opacity: .9;
}

footer .footer_bottom {
    padding: 20px 0;
    border-top: solid 1px #757678;
}

footer .footer_bottom .copyright {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

footer .footer_bottom .copyright span {
    color: #757678;
    font-size: 13px;
    padding: 15px;
    position: relative;
}

footer .footer_bottom .copyright span img {
    width: 60px;
    margin-left: 10px;
}

footer .footer_bottom .copyright .line-footer {
    width: 1px;
    height: 25px;
    background-color: #757678;
    position: relative;
    top: 13px;
}

footer .form-box {
    padding: 50px 0 50px 0;
    position: relative;
    top: -70px;
}

footer .form-box:before {
    content: '';
    position: absolute;
    background: #7abc39;
    width: 63%;
    left: 0;
    top: 0;
    height: 130px;
    z-index: 10;
}

footer .form-box .wrap {
    width: 63%;
    z-index: 20;
    position: relative;
}

footer .form-box span {
    font-family: "Proxima Nova";
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer .form-box form input[type="email"] {
    margin-right: 15px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    width: 300px;
    max-width: 100%;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* Firefox 19+ */
    /* Firefox 18- */
}

footer .form-box form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

footer .form-box form input[type="email"]::-moz-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

footer .form-box form input[type="email"]:-moz-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

footer .form-box form input[type="email"]:-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

footer .form-box form input[type="email"]:focus {
    outline: none;
    border-bottom-color: white;
}

footer .form-box form button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .form-box form button:focus {
    outline: none;
}

footer .form-box form button:hover {
    color: #58595b;
}

footer .popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(88, 89, 91, 0.81);
    display: none;
}

footer .popup-wrap .popup {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f4f2f1;
    width: 1025px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
    padding: 70px 100px;
}

footer .popup-wrap .popup .h2-title {
    font-family: "Proxima Nova";
    font-size: 40px;
}

footer .popup-wrap .popup form {
    padding: 30px 0;
}

footer .popup-wrap .popup form input[type='text'], footer .popup-wrap .popup form input[type='email'], footer .popup-wrap .popup form input[type='tel'], footer .popup-wrap .popup form textarea {
    border: none;
    background: #fff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    outline: none;
    border: solid 1px transparent;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .popup-wrap .popup form input[type='text']:focus, footer .popup-wrap .popup form input[type='email']:focus, footer .popup-wrap .popup form input[type='tel']:focus, footer .popup-wrap .popup form textarea:focus {
    border: solid 1px rgba(0, 128, 0, 0.75);
}

footer .popup-wrap .popup form label:nth-child(even) {
    float: right;
}

footer .popup-wrap .popup form label {
    float: left;
    width: 48.5%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #a7a6a7;
}

footer .popup-wrap .popup form .form-line span {
    opacity: .65;
    margin-bottom: 5px;
    display: block;
}

footer .popup-wrap .popup form .form-line .selectric-wrapper {
    width: 48%;
}

footer .popup-wrap .popup form .form-line .selectric-wrapper .selectric {
    background: #fff;
    height: 52px;
    border: none;
}

footer .popup-wrap .popup form .form-line .selectric-wrapper .selectric .label {
    line-height: 52px;
    font-weight: bold;
    font-family: "Proxima Nova";
    font-size: 16px;
}

footer .popup-wrap .popup form .form-line .selectric-wrapper .selectric .button {
    background: #fff;
    height: 52px;
}

footer .popup-wrap .popup form .form-line .selectric-wrapper .selectric .button:after {
    border-top-color: #000;
    left: 10px;
}

footer .popup-wrap .popup form #chb1 {
    position: absolute;
    opacity: 0;
}

footer .popup-wrap .popup form input[type="checkbox"]:checked ~ label[for='chb1']:after {
    opacity: 1;
}

footer .popup-wrap .popup form label[for='chb1'] {
    padding-left: 30px;
    width: 100%;
    color: #58595b;
    margin-bottom: 40px;
    position: relative;
    font-size: 14px;
}

footer .popup-wrap .popup form label[for='chb1']:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #7abc39;
    display: block;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.clear {
    clear: both;
}

footer .popup-wrap .popup form label[for='chb1']:after {
    content: '\e803';
    font-family: "upload";
    position: absolute;
    left: 3px;
    top: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

footer .popup-wrap .popup form label[for='chb1'] a {
    text-decoration: none;
    color: #7abc39;
}

footer .popup-wrap .popup form .title-area {
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: bold;
}

footer .popup-wrap .popup form textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 90px;
    font-size: 14px;
    font-family: "Proxima Nova";
    font-weight: 400;
    resize: none;
    margin-bottom: 50px;
}

footer .popup-wrap .popup form .button {
    width: 190px;
}

footer .popup-wrap .cls {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 60px;
    top: 40px;
}

footer .popup-wrap .cls:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #58595b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .popup-wrap .cls:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #58595b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}

footer .popup-wrap .cls:hover:before {
    background: #7abc39;
}

footer .popup-active {
    display: block;
    opacity: 1 !important;
    overflow-y: scroll;
}

.news__block {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(40%, #efedeb));
    background: -o-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: linear-gradient(to right, #ffffff 40%, #efedeb 40%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1);
    /* IE6-9 */
}

.news__block .news__block_wrapper .box {
    width: 300px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
    background: #fff;
}

.news__block .news__block_wrapper .box a {
    text-decoration: none;
}

.news__block .news__block_wrapper .box:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    background-image: url(../img/hover-bg.jpg);
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
}

.news__block .news__block_wrapper .box:hover:before {
    top: 0;
    visibility: visible;
}

.news__block .news__block_wrapper .box:hover .info .h4-title, .news__block .news__block_wrapper .box:hover .info .date {
    color: #898989;
}

.news__block .news__block_wrapper .box .image {
    height: 225px;
}

.news__block .news__block_wrapper .box .info {
    padding: 35px;
    height: 175px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__block .news__block_wrapper .box .info .h4-title {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 180px;
    z-index: 20;
    position: relative;
}

.news__block .news__block_wrapper .box .info .date {
    display: inline-block;
    font-size: 12px;
    color: #58595b;
    font-weight: 300;
    z-index: 20;
    position: relative;
    cursor: default;
}

.box-wrap {
    padding: 150px 0;
}

.box-wrap .title_wrap {
    padding: 40px 0;
    max-width: 440px;
}

.activities__block {
    padding: 0;
}

.activities__block .actives__silder_wrap {
    background-image: url(../img/banner-bg2.jpg);
    height: 680px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide {
    width: 295px;
    background-color: #4b4d5f;
    margin-top: 5px;
    height: auto;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide a:hover .h4-title {
    color: #7abc39;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide a:hover .image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .wrap {
    padding: 40px 0 40px 0;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .time-box {
    background: #ffffff;
    padding: 15px 40px;
    position: relative;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .time-box:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -4px;
    background-image: url(../img/border.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .time-box .date {
    font-size: 12px;
    font-weight: 300;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .time-box .date span {
    font-family: "Oswald";
    font-weight: 500;
    font-size: 25px;
    padding-right: 10px;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .time-box .time {
    font-size: 12px;
    font-weight: 300;
    padding: 0 10px;
    border-radius: 25px;
    border: solid 1px #e5e5e5;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .image {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 35px auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .h4-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-width: 160px;
    margin: 0 auto;
    font-family: "Proxima Nova";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: auto;
    min-height: 55px;
}

.happend-text{
    font-size: 12px;
    color: #58595b;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    letter-spacing: 3px;
    opacity: 0.65;
    margin: 0 5px;
}


.activities__block .actives__silder_wrap .actives-slider .swiper-slide .location {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    text-align: center;
}

.activities__block .actives__silder_wrap .actives-slider .swiper-slide .location:before {
    margin-right: 10px;
}

.activities__block .actives__silder_wrap .slider-control {
    position: absolute;
    width: 100%;
    display: block;
}

.activities__block .actives__silder_wrap .slider-control .swiper-button-next, .activities__block .actives__silder_wrap .slider-control .swiper-button-prev {
    background: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
}

.activities__block .actives__silder_wrap .slider-control .swiper-button-disabled {
    opacity: 0;
}

.activities__block .actives__silder_wrap .slider-control .swiper-button-next:before {
    content: '';
    border: 5.5px solid transparent;
    border-left: 7.5px solid #58595b;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.activities__block .actives__silder_wrap .slider-control .swiper-button-next:hover:before {
    border-left-color: #7abc39;
}

.activities__block .actives__silder_wrap .slider-control .swiper-button-prev:before {
    content: '';
    border: 5.5px solid transparent;
    border-right: 7.5px solid #58595b;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.activities__block .actives__silder_wrap .slider-control .swiper-button-prev:hover:before {
    border-right-color: #7abc39;
}

.link, .link-more {
    font-size: 13px;
    font-weight: 500;
    font-family: "Oswald";
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 30;
    color: #58595b;
}

.link:hover, .link-more:hover {
    text-decoration: none;
}

.link span, .link-more span {
    color: #7abc39;
    padding: 0 5px;
    position: relative;
}

.link span .line, .link-more .line {
    position: absolute;
    left: 10px;
}

.link span .line:before, .link-more span .line:before {
    content: '';
    width: 45px;
    height: 1px;
    background-color: #e5f1c9;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 8px;
    z-index: -1;
    opacity: .9;
}

.application_block {
    background-image: url(../img/figurepng.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 55px 0 60px 0;
    margin-top: 20px;
}

.application_block .title_wrap {
    max-width: 100%;
}

.application_block .title_wrap .text {
    max-width: 325px;
}

.application_block .title_wrap .text p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #58595b;
    font-family: "Montserrat";
    line-height: 1.5;
}

.application_block .title_wrap .link {
    position: relative;
    padding-top: 20px;
}

.application_block .title_wrap .link:before {
    content: '';
    position: absolute;
    background-image: url(../img/logo35.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 200px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 0;
}

@media screen and (max-width: 767px){
    .application_block .title_wrap .link:before {
        position: relative;
        -webkit-transform: translate(0, 0);
        -moztransform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        margin: 15px auto;
        display: block;
    }
}

.product-page table {
    width: 100%!important;
    background: #fff!important;
    border:none;
}

.product-page table thead {
    background: #f1efed;
}

.product-page table thead th {
    text-transform: uppercase!important;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 13px;
    color: #58595b;
    letter-spacing: 2px;
    padding: 25px 40px;
    position: relative;
}

.product-page table thead th:before {
    content: '';
    width: 40px!important;
    height: 1px!important;
    background-color: rgba(88, 89, 91, 0.15)!important;
    position: absolute!important;
    top: 50%!important;
    -webkit-transform: translate(0, -50%)!important;
    -moztransform: translate(0, -50%)!important;
    -ms-transform: translate(0, -50%)!important;
    transform: translate(0, -50%)!important;
    left: 20px!important;
}

.product-page table thead th:not(:first-child){
    padding: 0!important ;
}

.product-page table thead th:not(:first-child):before {
    left: -20px!important;
}

.product-page table tbody tr {
    border-bottom: solid 1px #eeeeee!important;
}

.product-page table tbody tr td:first-child {
    font-size: 16px!important;
    font-family: "Montserrat";
    color: #58595b;
    font-weight: bold;
    width: 365px;
    max-width: 100%;
}



.product-page .tabs-info .list-files li:before{
    display: none;
}
.product-page .tabs-info .list-files li:after{
    display: none;
}


.traning-page .seminar-section{
    min-height: 616px;
}
.traning-page .seminar-section2{
    min-height: 616px;
    margin-top: 80px;
}

.product-page table tbody tr td {
    height: 90px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 300;
    padding: 10px 0 !important;
}

.product-page table tbody tr td a {
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-page table tbody tr td p {
    padding: 0 !important;
}

.product-page table tbody tr td:last-child {
    width: 270px;
    max-width: 100%;
}

.product-page table tbody tr td:nth-child(2) {
    padding: 0 50px 0 22px;
    position: relative;
    width: 210px;
    max-width: 100%;
}

.blueTable {
    width: 100%;
    background: #fff;
}

.blueTable .tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blueTable .tags li {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 10px;
    margin: 2px 0;
    border: solid 1px #e5e5e5;
}

.blueTable thead {
    background: #f1efed;
}

.blueTable thead th {
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 13px;
    color: #58595b;
    letter-spacing: 2px;
    padding: 25px 40px;
    position: relative;
}

.blueTable thead th:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: rgba(88, 89, 91, 0.15);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 20px;
}

.blueTable thead th:not(:first-child) {
    padding: 0;
}

.blueTable thead th:not(:first-child):before {
    left: -20px;
}

.blueTable tbody tr {
    border-bottom: solid 1px #eeeeee;
}

.blueTable tbody tr td:first-child {
    font-size: 16px;
    font-family: "Montserrat";
    color: #58595b;
    font-weight: bold;
    width: 365px;
    max-width: 100%;
}

.blueTable tbody tr td:first-child a {
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blueTable tbody tr td:first-child a:hover {
    text-decoration: none;
    color: #7abc39;
}

.blueTable tbody tr td:nth-child(2) {
    padding: 0 50px 0 22px;
    position: relative;
    width: 210px;
    max-width: 100%;
}

.blueTable tbody tr td:nth-child(2):before {
    content: '\e807';
    font-family: "iconfont";
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}

.blueTable tbody tr td:last-child {
    width: 270px;
    max-width: 100%;
}

.blueTable tbody tr td {
    height: 90px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 300;
}

.blueTable tbody tr td a {
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blueTable tbody tr td a:hover {
    color: #7abc39;
    text-decoration: none;
}

.blueTable tbody .multi_halls, .blueTable tbody .clubs_restaurants, .blueTable tbody .concert_halls, .blueTable tbody .sports_object, .blueTable tbody .education, .blueTable tbody .open_grounds, .blueTable tbody .tb, .blueTable tbody .casino, .blueTable tbody .circuses, .blueTable tbody .religion_center {
    padding: 0 50px;
    position: relative;
    width: 225px;
    max-width: 100%;
}

.blueTable tbody .multi_halls:before, .blueTable tbody .clubs_restaurants:before, .blueTable tbody .concert_halls:before, .blueTable tbody .sports_object:before, .blueTable tbody .education:before, .blueTable tbody .open_grounds:before, .blueTable tbody .tb:before, .blueTable tbody .casino:before, .blueTable tbody .circuses:before, .blueTable tbody .religion_center:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    font-size: 30px;
    color: #7abc39;
}

.blueTable tbody .religion_center:before {
    content: '\e802';
    font-family: "new-icon";
}

.blueTable tbody .circuses:before {
    content: '\e801';
    font-family: "new-icon";
}

.blueTable tbody .casino:before {
    content: '\e800';
    font-family: "new-icon";
}

.blueTable tbody .open_grounds:before {
    content: '\e803';
    font-family: "iconfont";
}

.blueTable tbody .tb:before {
    content: '\e803';
    font-family: "new-icon";
}

.blueTable tbody .education:before {
    content: '\e802';
    font-family: "iconfont";
    left: -8px;
}

.blueTable tbody .multi_halls:before {
    content: '\e80a';
    font-family: "iconfont";
}

.blueTable tbody .concert_halls:before {
    content: '\e800';
    font-family: "iconfont";
}

.blueTable tbody .clubs_restaurants:before {
    content: '\e801';
    font-family: "iconfont";
}

.blueTable tbody .sports_object:before {
    content: '\e80d';
    font-family: "iconfont";
}

.about_us .container {
    position: relative;
    font-family: "Proxima Nova";
}

.about_us h1 {
    padding-bottom: 50px;
}

.about_us .wrap-container{
    max-width: 650px;
}



.about_us .map-back {
    background-image: url("../img/map-back.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 590px;
    height: 370px;
    position: absolute;
    top: -70px;
    right: 0;
}

.about_us_acoustic {
    padding-bottom: 0;
    font-family: "Proxima Nova";
}

.about_us_acoustic > .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.about_us_acoustic .map-back {
    background-image: url("../img/map-back-franc.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 475px;
    height: 430px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
}

.about_us_acoustic .description {
    padding-bottom: 60px;
}

.about_us_acoustic .info-label {
    position: relative;
    width: 130px;
    margin: 110px 70px 0 0;
}

.about_us_acoustic .info-label:before {
    content: '';
    width: 85px;
    height: 85px;
    display: block;
    background-image: url("../img/label.png");
    margin-bottom: 80px;
}

.about_us_acoustic .info-label:after {
    content: '';
    width: 1px;
    height: 75px;
    background: #be9e56;
    display: block;
    position: absolute;
    opacity: 0.2;
    left: 35px;
    top: 135px;
}

.about_us_acoustic .advantages {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: -webkit-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(40%, #efedeb));
    background: -o-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: linear-gradient(to right, #ffffff 40%, #efedeb 40%);
    /*padding: 100px 0 190px 0;
    margin-top: 90px;*/
    padding: 60px 0 0 0;
    margin-top: 50px;
}

.about_us_acoustic .advantages .h2-title {
    padding-bottom: 65px;
    padding-left: 200px;
}

.about_us_acoustic .advantages .row {
    margin-bottom: 25px;
}

.about_us_acoustic .advantages .row > div {
    margin-bottom: 30px;
}

.about_us_acoustic .advantages .advan-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
    padding: 45px 30px;
    height: 100%;
}

.about_us_acoustic .advantages .advan-box .numb {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: #7abc39;
    font-family: "Proxima Nova";
    display: block;
    padding-bottom: 30px;
    position: relative;
}

.about_us_acoustic .advantages .advan-box .numb:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #dedede;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
}

.about_us_acoustic .advantages .advan-box .title {
    padding: 12px 0 35px 0;
    text-align: center;
    font-weight: bold;
    font-family: "Proxima Nova";
    font-size: 16px;
    position: relative;
    color: #58595b;
    width: 210px;
    margin: 0 auto;
    height: 100px;
}

.about_us_acoustic .advantages .advan-box .title:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #dedede;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
}

.about_us_acoustic .advantages .advan-box .text {
    padding-top: 25px;
    font-weight: 300;
}

.news .top-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 55px;
}

.news .top-block h1 {
    margin-right: 160px;
    padding-bottom: 0;
}
.news .top-block .h1-title {
    margin-right: 0;
}
.news .top-block .selectric-wrapper {
    margin-left: 15%;
}

.news .top-block .selectric {
    background: #fff;
    font-family: "Proxima Nova";
    font-weight: 600;
    height: 50px;
    padding: 0 25px 0 15px;
    width: 190px;
    border-color: #efedeb;
}

.news .top-block .selectric .label {
    line-height: 50px;
}

.news .top-block .selectric .button {
    background: transparent;
    top: 5px;
    right: 10px;
    padding: 0 !important;
}

.news .top-block .selectric .button:after {
    display: none;
}

.news .top-block .selectric .button:before {
    content: '\e803';
    font-family: "header-icon";
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news .news-prew .row {
    margin-bottom: 50px;
}

.news .news-prew .row > div {
    margin-bottom: 30px;
}

.news .news-prew .news-box {
    background: #f6f5f3;
    height: 100%;
}

.news .news-prew .news-box a {
    text-decoration: none;
    color: #58595b;
}

.news .news-prew .news-box a:hover .title {
    color: #7abc39;
}

.news .news-prew .news-box a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news .news-prew .news-box figure {
    /*max-width: 287.5px;*/
    width: 287.5px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    margin-bottom: 0;
}

.news .news-prew .news-box figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news .news-prew .news-box .title {
    font-size: 16px;
    font-family: "Proxima Nova";
    color: #58595b;
    font-weight: bold;
    line-height: 1.2;
    max-width: 170px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news .news-prew .news-box .info-wrap {
    padding: 35px 40px;
    min-height: 165px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.news .news-prew .news-box .date {
    font-size: 12px;
    font-weight: 300;
    font-family: "Montserrat";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pagination a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #58595b;
}

.pagination a:hover {
    color: #7abc39;
}

.pagination .pagination-list {
    padding: 0;
    margin: 0;
}

.pagination .pagination-list li {
    list-style: none;
}

.pagination .pagination-list li a {
    font-weight: bold;
    font-size: 20px;
    margin: 0 30px;
}

.pagination .pagination-list li .active {
    font-weight: bold;
    font-size: 20px;
    color: #7abc39;
    margin: 0 30px;
    position: relative;
}

.pagination .pagination-list li .active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 1px;
    background: #d7e8c6;
    z-index: -1;
}

.pagination .prew, .pagination .next {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 13px;
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px;
    position: relative;
}

.pagination .next:before {
    content: '';
    background-image: url("../img/arrow-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    color: #cdcdcd;
    width: 60px;
    height: 11px;
}

.pagination .prew:before {
    content: '';
    background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    color: #cdcdcd;
    width: 60px;
    height: 11px;
}

.news_inner {
    overflow: hidden;
}

.news_inner img {
    margin: 0 0 0;
}

.news_inner .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.news_inner .date {
    font-size: 13px;
    font-weight: 300;
    opacity: .65;
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

.news_inner .content-wrapp {
    width: 820px;
    max-width: 100%;
}

.news_inner .content-wrapp h1 {
    font-size: 34px;
    font-family: "Proxima Nova";
    font-weight: bold;
    max-width: 490px;
    padding-bottom: 60px;
}

.news_inner .content-wrapp .text {
    font-size: 15px;
}

.news_inner .slider {
    position: relative;
    margin: 30px 0 130px 0;
}
.events_inner.news_inner {
    overflow: visible;
}

.news_inner .slider:before {
    content: '';
    width: 100%;
    height: 300px;
    background: #f7f6f4;
    position: absolute;
    right: -50%;
    bottom: -60px;
    display: block;
}

.news_inner .news_slider {
    max-width: 800px;
    margin: 0;
    position: relative;
}



.news_inner .news_slider .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.news_inner .swiper-pagination-n {
    font-size: 13px;
    font-family: Oswald;
    font-weight: 500;
    color: #58595b;
    position: absolute;
    top: -130px;
    left: 12px;
}

.news_inner .swiper-pagination-n .swiper-pagination-current {
    font-size: 30px;
    padding-right: 10px;
}

.news_inner .control {
    position: absolute;
    width: 130px;
    height: 55px;
    display: block;
    right: 80px;
    bottom: 130px;
}

.news_inner .control .swiper-button-prev, .news_inner .control .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.news_inner .control .swiper-button-prev {
    position: absolute;
}

.news_inner .control .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    border: 6px solid transparent;
    border-right: 8px solid #58595b;
    left: 20px;
}

.news_inner .control .swiper-button-next {
    position: absolute;
}

.news_inner .control .swiper-button-next:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    border: 6px solid transparent;
    border-left: 8px solid #58595b;
    left: 21px;
}

.news_inner .system-list {
    margin-top: 40px;
}

.news_inner .system-list h2 {
    padding-bottom: 40px;
}

.news_inner .system-list .system {
    padding: 35px 50px;
    margin-bottom: 20px;
    border: solid 1px #eeeeee;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.news_inner .system-list .system figure {
    width: 130px;
    height: 50px;
    margin-right: 12%;
}

.news_inner .system-list .system figure img {
    width: 100%;
    height: 100%;
}

.news_inner .system-list .system .title {
    font-size: 16px;
    font-weight: bold;
    font-family: "Proxima Nova";
    color: #58595b;
    margin-right: 20%;
    width: 100px;
}

.news_inner .system-list .system .title span {
    margin: 0 20px;
    font-family: Oswald;
    font-weight: 500;
    color: #58595b;
    font-size: 13px;
    opacity: .65;
    letter-spacing: 4px;
}

.news_inner .system-list .system .info {
    color: #58595b;
    font-size: 14px;
    opacity: .65;
    font-weight: 300;
}

.back {
    margin-top: 60px;
}

.back a {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 13px;
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.back a:hover {
    color: #7abc39;
}

.back a:before {
    content: '';
    background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    color: #cdcdcd;
    width: 60px;
    height: 11px;
}

.events-page .h1-title {
    font-size: 40px;
}
.events-page .top-block .h1-title {
    margin-right: 0;
}

.events-page .top-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 55px;
}

.events-page .top-block h1 {
    margin-right: 160px;
    padding-bottom: 0;
}

.events-page .top-block .selectric-wrapper {
    margin-left: 95px;
}

.events-page .top-block .selectric {
    background: #fff;
    font-family: "Proxima Nova";
    font-weight: 600;
    height: 50px;
    padding: 0 25px 0 15px;
    width: 170px;
    border-color: #efedeb;
}

.events-page .top-block .selectric .label {
    line-height: 50px;
}

.events-page .top-block .selectric .button {
    background: transparent;
    top: 5px;
    right: 10px;
    padding: 0 !important;
}

.events-page .top-block .selectric .button:after {
    display: none;
}

.events-page .top-block .selectric .button:before {
    content: '\e803';
    font-family: "header-icon";
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.events-page .box {
    width: 295px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
}

.events-page .happened {
    background-color: #f6f4f3;
}

.events-page .box:hover {
    -webkit-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.09);
}

.events-page .box:hover .wrap {
    background: #fff;
}

.events-page .box:hover .button {
    visibility: visible;
    opacity: 1;
}

.events-page .box a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.events-page .box .wrap {
    padding: 40px 0 40px 0;
}

.events-page .box .happend-text {
    display: none;
    font-size: 12px;
    color: #58595b;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    letter-spacing: 3px;
    opacity: 0.65;
}

.events-page .box .time-box {
    background: #edebe9;
    padding: 15px 40px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.events-page .box .time-box:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -4px;
    background-image: url(../img/border2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.events-page .box .time-box .date {
    font-size: 12px;
    font-weight: 300;
}

.events-page .box .time-box .date span {
    font-family: "Oswald";
    font-weight: 500;
    font-size: 25px;
    padding-right: 10px;
}

.events-page .box .time-box .time {
    font-size: 12px;
    font-weight: 300;
    padding: 0 10px;
    border-radius: 25px;
    border: solid 1px #d7d5d3;
}

.events-page .box .image {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 35px auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.events-page .box .h4-title {
    text-align: center;
    color: #111111;
    font-weight: bold;
    max-width: 160px;
    margin: 0 auto;
    font-family: "Proxima Nova";
    height: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.events-page .box .location {
    font-size: 14px;
    color: #9f9fa0;
    opacity: .65;
    font-weight: 200;
    text-align: center;
}

.events-page .box .location:before {
    margin-right: 10px;
    color: #58595b;
}

.events-page .box .button {
    font-size: 13px;
    font-family: Oswald;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    line-height: 60px;
    background: #7abc39;
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 30;
}

.events-page .happened {
    -webkit-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.09);
}

.events-page .happened .wrap {
    -webkit-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.09);
    height: 100%;
    background-color: #f6f4f3;
}

.events-page .row > div {
    margin-bottom: 40px;

}

.events-page .happened .wrap {
    height: 365px;
}

.events-page .box .wrap {
    height: 400px;
    padding-top: 80px;
}

.events-page .happened .time {
    display: none;
}

.product-page .tabs-info .info img {
    margin: 25px;
}

.events-page .happened .happend-text {
    display: block;
}

.events-inner-page h1 {
    font-size: 34px;
    padding-bottom: 60px;
}

.events-inner-page .events-info {
    padding: 30px 50px;
    background: #f1f0ee;
    margin-bottom: 60px;
}

.events-inner-page .events-info .date {
    font-family: Oswald;
    font-weight: 500;
    font-size: 25px;
    color: #58595b;
}

.events-inner-page .events-info .date span {
    font-weight: 300;
    opacity: .65;
    font-size: 14px;
    padding-left: 10px;
}

.events-inner-page .events-info .location {
    font-size: 13px;
    color: #58595b;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
}

.events-inner-page .events-info .location:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #58595b;
    display: block;
    position: absolute;
    opacity: .3;
    left: 20px;
    top: 7px;
}

.events-inner-page .events-info .location:after {
    content: '\e807';
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: -2px;
}

.events-inner-page .events-info .button {
    line-height: 60px;
    width: 190px;
    background: #7abc39;
    color: #fff;
    font-size: 15px;
    font-family: "Proxima Nova";
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.events-inner-page .events-info .button:hover {
    opacity: .9;
}

.events-inner-page .figure {
    margin: 30px 0;
}

.events-inner-page .figure img {
    width: 100%;
    height: 100%;
}

.video-page .h1-title {
    font-size: 40px;
    padding-bottom: 60px;
}

.video-page .video-box {
    height: 385px;
    background: #f4f2f1;
    margin-bottom: 50px;
    position: relative;
    background-size: cover;
}

.video-page .video-box:hover .play:after {
    content: '';
    width: 80px;
    height: 80px;
}

.video-page .video-box .play {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: rgba(122, 188, 57, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-page .video-box .play:before {
    content: '';
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 28px;
    z-index: 50;
}

.video-page .video-box .play:after {
    content: '';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #7abc39;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-page .video-box .info {
    padding: 40px;
}

.video-page .video-box .info .title {
    font-size: 16px;
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #58595b;
}

.video-page .video-box .info .time {
    font-size: 12px;
    color: #58595b;
    padding: 2px 10px;
    border: solid 1px #e1ddda;
    width: 50px;
    text-align: center;
}

.video-page .short-box .info {
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.video-page .long-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.video-page .long-box .info .title {
    font-size: 20px;
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #fff;
    max-width: 300px;
    line-height: 1;
    padding-bottom: 0;
}

.video-page .long-box .info .time {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.video-page .bg {
    height: 50%;
    width: 100%;
    background-size: cover;
    display: inline-block;
    position: relative;
}

.video-page .youtube {
    background: #d42322;
    padding: 85px 0 60px 0;
}

.video-page .youtube:hover .title {
    color: #7abc39;
}

.video-page .youtube a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none;
    text-align: center;
    height: 100%;
}

.video-page .youtube a .button-play {
    margin: 0 auto;
}

.video-page .youtube a .button-play {
    background: url("../img/y-tube-play.png");
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
}

.video-page .youtube a .title {
    font-weight: bold;
    font-size: 28px;
    font-family: "Proxima Nova";
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-page .youtube a .title:before {
    content: '';
    width: 125px;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -30px;
}

.video-page .youtube a .title span {
    font-size: 16px;
    display: block;
    max-width: 100px;
    line-height: 1;
    margin: 0 auto;
}

.article-page .text {
    padding-bottom: 0;
}

.article_inner .description, .news_inner .description {
    width: 100%;
    padding-bottom: 40px;
    font-weight: 400;
}

.article_inner .control, .news_inner .control {
    right: -170px;
}

.article_inner .slider:before, .news_inner.slider:before {
    width: 150%;
    right: -100%;
}

.uses_page .h1-title {
    padding-bottom: 50px;
}

.uses_page .boxes_wrap .box {
    padding: 50px 0;
    width: 100%;
    min-height: 220px;
    background: #efedeb;
    background: -moz-linear-gradient(45deg, #efedeb 0%, #f7f6f4 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #efedeb), color-stop(100%, #f7f6f4));
    background: -webkit-linear-gradient(45deg, #efedeb 0%, #f7f6f4 100%);
    background: -o-linear-gradient(45deg, #efedeb 0%, #f7f6f4 100%);
    background: -ms-linear-gradient(45deg, #efedeb 0%, #f7f6f4 100%);
    background: linear-gradient(45deg, #efedeb 0%, #f7f6f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efedeb', endColorstr='#f7f6f4', GradientType=1);
    text-align: center;
    margin-bottom: 25px;
}

.uses_page .boxes_wrap .box:before {
    color: #7abc39;
    font-size: 25px;
    margin: 0 auto 25px auto;
    display: block;
}

.uses_page .boxes_wrap .box a {
    text-decoration: none;
}

.uses_page .boxes_wrap .box a:hover .h4-title {
    color: #7abc39;
}

.uses_page .boxes_wrap .box .h4-title {
    max-width: 160px;
    margin: 10px auto 0 auto;
    padding-top: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.uses_page .boxes_wrap .box .h4-title:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #d3d3d1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
}

.uses-inner-page {
    padding-bottom: 0;
}

.uses-inner-page h1 {
    font-size: 40px;
    padding-bottom: 50px;
}

.uses-inner-page h2 {
    font-size: 27px;
    padding-bottom: 30px;
}

.uses-inner-page .table {
    margin-top: 90px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 32%, #efedeb 32%);
    background: -webkit-linear-gradient(left, #ffffff 32%, #efedeb 32%);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #ffffff), color-stop(32%, #efedeb));
    background: -o-linear-gradient(left, #ffffff 32%, #efedeb 32%);
    background: linear-gradient(to right, #ffffff 32%, #efedeb 32%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1);
    padding-bottom: 240px;
}

.uses-inner-page .table .button {
    margin-top: 50px;
    display: inline-block;
}

.uses-inner-page .table .button:hover {
    color: #fff;
    text-decoration: none;
}

.uses-inner-page .h2-title {
    font-size: 34px;
    padding-bottom: 50px;
}

.uses-inner-page .blueTable {
    background: transparent;
}

.uses-inner-page .blueTable thead {
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
}

.uses-inner-page .blueTable tr {
    border-bottom: solid 1px #e0dedc;
}

.product-page ul:not(.tags) {
    margin-top: 25px;
    list-style: none;
    padding: 0 0 40px 0;
}

.about_us_acoustic ul, .about_us ul, .support-page ul, .news_inner ul {
    list-style: none;
    padding: 0 0 40px 0;
}

.about_us_acoustic li, .about_us li, .support-page li, .news_inner li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.about_us_acoustic li:before, .about_us li:before, .support-page li:before, .news_inner li:before {
    content: '';
    border: 7px solid transparent;
    border-left: 7px solid #58595b;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.about_us_acoustic li:after, .about_us li:after, .support-page li:after, .news_inner li:after {
    content: '';
    width: 50px;
    height: 1px;
    background: rgba(88, 89, 91, 0.18);
    position: absolute;
    left: -25px;
    top: 10px;
}

.support-page ul li {
    font-family: "Proxima Nova";
}

.support-page {
  /*  font-family: "Proxima Nova"; */
}

.support-page ul li {
    color: #58595b;
}

.support-page {
    color: #58595b;
}

.custom-list, .article_inner ul, .events-inner-page ul {
    list-style: none;
    padding: 0 0 40px 0;
}

.custom-list li, .catalog-page ul li, .product-page ul:not(.tags) li, .article_inner ul:not(.tags) li, .events-inner-page ul:not(.tags) li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}


.product-page .tabs-info li{
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.product-page .tabs-info li:before{
    content: '';
    border: 7px solid transparent;
    border-left: 7px solid #58595b;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.product-page .tabs-info li:after{
    content: '';
    width: 50px;
    height: 1px;
    background: rgba(88, 89, 91, 0.18);
    position: absolute;
    left: -25px;
    top: 10px;
}


.custom-list li:before, .catalog-page ul li:before, .product-page ul:not(.tags) li:before, .article_inner ul:not(.tags) li:before, .events-inner-page ul:not(.tags) li:before {
    content: '';
    border: 7px solid transparent;
    border-left: 7px solid #58595b;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.custom-list li:after, .catalog-page ul li:after, .product-page ul:not(.tags) li:after, .article_inner ul:not(.tags) li:after, .events-inner-page ul:not(.tags) li:after {
    content: '';
    width: 50px;
    height: 1px;
    background: rgba(88, 89, 91, 0.18);
    position: absolute;
    left: -25px;
    top: 10px;
}

.catalog-page .h1-title {
    padding-bottom: 100px;
}

.catalog-page figure {
    margin-bottom: 90px;
}

.catalog-page .list {
    padding: 60px 0;
}

.catalog-page .h2-title {
    font-size: 27px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.catalog-page ul {
    list-style: none;
    padding: 0 0 0;
    margin: 0 0 0;
}

.catalog-page .products-line {
    padding: 60px 0 100px 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: -webkit-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(40%, #efedeb));
    background: -o-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: linear-gradient(to right, #ffffff 40%, #efedeb 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1);
}

.catalog-page .products-line .h2-title {
    font-size: 34px;
    padding-bottom: 60px;
}

.catalog-page .products-line .product {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
    text-align: center;
    padding: 50px 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.catalog-page .products-line .product a {
    text-decoration: none;
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.catalog-page .products-line .product a:hover {
    color: #7abc39;
}

.catalog-page .products-line .product figure {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.catalog-page .products-line .product figure img {
    width: 100%;
    margin: 0 auto;
}

.catalog-page .products-line .product .title {
    padding-top: 10px;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.catalog-page .products-line .product .title:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #dedede;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
}

.product-page .product-top {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: -webkit-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(40%, #efedeb));
    background: -o-linear-gradient(left, #ffffff 40%, #efedeb 40%);
    background: linear-gradient(to right, #ffffff 40%, #efedeb 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1);
    padding: 70px 0 70px 0;
}

.product-page .product-top .product-prew .left-column {
    width: 610px;
    max-width: 100%;
}

.product-page .product-top .product-prew .left-column .thumbs .thumb {
    width: 85px;
    height: 85px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 2px;
    border-left: solid 3px transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.product-page .product-top .product-prew .left-column .thumbs .thumb:hover {
    border-color: #7abc39;
}

.product-page .product-top .product-prew .left-column .thumbs .thumb a {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 7px;
    display: inline-block;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.product-page .product-top .product-prew .left-column .thumbs .active {
    border-left: solid 3px #7abc39;
}

.product-page .product-top .product-prew .left-column .images-box {
    width: 505px;
    height: 470px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}

.product-page .product-top .product-prew .left-column .images-box img {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.product-page .product-top .product-prew .right-column {
    width: 565px;
    max-width: 100%;
}

.product-page .product-top .product-prew .right-column .h1-title {
    padding-bottom: 20px;
}

.product-page .product-top .product-prew .right-column p {
    font-size: 14px;
}

.product-page .product-top .product-prew .right-column .custom-list {
    margin-top: 25px;
}

.product-page .product-top .product-prew .right-column .custom-list li {
    font-size: 14px;
}

.product-page .product-top .info-taber {
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    line-height: 70px;
    padding: 0 100px;
    margin-top: 60px;
}

.product-page .product-top .info-taber span {
    font-family: Oswald;
    font-size: 13px;
    font-weight: 500;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.product-page .product-top .info-taber span:before {
    content: '';
    width: 0;
    height: 3px;
    background: #7abc39;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-page .product-top .info-taber span:hover {
    color: #7abc39;
}

.product-page .product-top .info-taber span:hover:before {
    content: '';
    width: 100%;
}

.product-page .product-top .info-taber .active {
    color: #7abc39;
}

.product-page .product-top .info-taber .active:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #7abc39;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
}

.product-page .tabs-info {
    padding-bottom: 160px;
    position: relative;
}

.product-page .tabs-info .info {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.product-page .tabs-info .active {
    opacity: 1;
    position: relative;
    z-index: 300;
    display: block;
}

.product-page .tabs-info h2 {
    font-size: 27px;
    padding-bottom: 25px;
}

.product-page .tabs-info p {
    padding-bottom: 20px;
}

.product-page .tabs-info ul {
    margin-top: 25px !important;
    list-style: none !important;
}

.product-page .tabs-info ul li {
    margin-bottom: 20px !important;
    padding-left: 30px !important;
    position: relative !important;
    font-family: "Montserrat" !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    list-style: none !important;
}

.product-page .tabs-info p {
    font-family: "Montserrat" !important;
    font-size: 15px !important;
}

.product-page .tabs-info .list-files {
    display: flex;
    flex-wrap: wrap;
}

.product-page .tabs-info .list-files li {
    width: 300px;
    border: solid 1px #eeeeee;
    padding: 20px 0 20px 30px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: -1px;
    margin-top: -1px;
}

.product-page .tabs-info .list-files li .file-wrap {
    height: 100%;
}

.product-page .tabs-info .list-files .file-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 170px;
    height: 100%;
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 15px;
    color: #58595b;
}

.product-page .tabs-info .list-files .file-info .size {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    opacity: .65;
    padding-top: 20px;
}

.product-page .tabs-info .list-files a {
    width: 50px;
    height: 50px;
    background-color: #7abc39;
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: right;
    padding: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.product-page .tabs-info .list-files a:hover {
    opacity: .8;
}

.product-page .tabs-info .list-files a:before {
    content: '\e801';
    font-family: "upload";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.traning-page {
    padding-top: 50px;
}

.traning-page .h1-title {
    padding-bottom: 60px;
}

.traning-page .seminars .seminar {
    padding: 30px 50px;
    border: solid 1px #eeeeee;
    margin-bottom: 15px;
}

.traning-page .seminars .seminar .date {
    font-family: Oswald;
    font-weight: 500;
    font-size: 25px;
    color: #58595b;
    width: 85px;
    justify-content: flex-start;
}

.traning-page .seminars .seminar .date span {
    font-weight: 300;
    opacity: .65;
    font-size: 14px;
    padding-left: 10px;
}

.traning-page .seminars .seminar .info {
    font-size: 14px;
    opacity: .65;
    width: 80px;
}

.traning-page .seminars .seminar .price {
    font-size: 25px;
    font-family: "Myriad Pro";
}

.traning-page .seminars .seminar .price span {
    font-size: 14px;
    font-family: "Myriad Pro";
    position: relative;
    bottom: 3px;
    left: 3px;
    opacity: .65;
}

.traning-page .seminars .seminar .bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: contain !important;
}

.traning-page .seminars .seminar .title {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    color: #58595b;
    max-width: 170px;
    width: 100%;
}

.traning-page .seminars .seminar .title a {
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.traning-page .seminars .seminar .title a:hover {
    color: #7abc39;
    text-decoration: none;
}

.traning-page .seminars .seminar .location {
    font-size: 13px;
    color: #58595b;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
    width: 160px;
}

.traning-page .seminars .seminar .location:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #58595b;
    display: block;
    position: absolute;
    opacity: .3;
    left: 20px;
    top: 9px;
}

.traning-page .seminars .seminar .location:after {
    content: '\e807';
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 0px;
}

.traning-page .seminars .seminar .button {
    line-height: 60px;
    width: 190px;
    background: #7abc39;
    color: #fff;
    font-size: 15px;
    font-family: "Proxima Nova";
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.traning-page .seminars .seminar .button:hover {
    opacity: .9;
}

.traning-page h2 {
    font-size: 27px;
    font-family: "Proxima Nova";
    font-weight: bold;
    max-width: 330px;
    padding-bottom: 40px;
}

.traning-page .seminar-section {
    margin-top: 80px;
    padding: 0;    
    position: relative;
    margin-bottom: 80px;
}

.traning-page .seminar-section .container2{
  	min-height: 615px;
}

@media screen and (max-width: 1024px){
		.traning-page .seminar-section .container2{
		  	min-height: auto;
		}

        .traning-page .seminars .seminar .location {
            width: auto;
        }	
}

.traning-page .seminar-section:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 60%;
		height: 615px;
		z-index: -1;
		background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0, #efedeb 0);
    background: -webkit-linear-gradient(left, #ffffff 0, #efedeb 0);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(0, #efedeb));
    background: -o-linear-gradient(left, #ffffff 0, #efedeb 0);
    background: linear-gradient(to right, #ffffff 0, #efedeb 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1);
}

@media screen and (max-width: 1024px){
	.traning-page .seminar-section:before {
			height: 100%;
	}
}

.traning-page .seminar-section .bg {
    background-repeat: no-repeat;
    width: 380px;
    height: 615px;
    display: block;
    position: absolute;
    background-size: contain;
    bottom: 0;
    right: 18%;
}

.traning-page .seminar-section p {
    max-width: 500px;
}

@media screen and (max-width: 1539px){
		.traning-page .seminar-section p {
				max-width: 400px;
		}
}

@media screen and (max-width: 1315px){
		.traning-page .seminar-section p {
				max-width: 500px;
		}	
}

.traning-page .seminar-section .link {
    position: relative;
}

.traning-page .seminar-section .link span .line {
    left: -40px;
}

.traning-page .seminar-section .link span .line:before {
    content: '';
    top: 10px;
}

.traning-page .seminar-section2 {
    padding-bottom: 90px;
    position: relative;
}

.traning-page .seminar-section2 .bg {
    background-repeat: no-repeat;
    width: 560px;
    height: 665px;
    display: block;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: 18%;
    z-index: 10;
}

.traning-page .seminar-section2 .info {
    z-index: 20;
    max-width: 500px;
    padding-bottom: 90px;
    font-family: "Proxima Nova";
    font-weight: normal;
    color: #000;
    line-height: 1.714;
}

.traning-page .seminar-section2 .info h2 {
}

.traning-page .seminar-section2 .text-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.traning-page .seminar-section2 .text-block p {
    padding-bottom: 40px;
    width: 380px;
    max-width: 100%;
}

.traning-page .seminar-section2 .text-block .level {
    width: 100px;
    padding-right: 20px;
    font-family: Oswald;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 3px;
    color: #58595b;
    position: relative;
}

.traning-page .seminar-section2 .text-block .line {
    position: relative;
}

.traning-page .seminar-section2 .text-block .line:before {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #e6e6e7;
    top: 12px;
    left: -22px;
    z-index: -1;
}

.traning-page .seminar-section2 .link {
    margin-top: 20px;
    display: block;
    padding-top: 0;

}

.traning-page .seminar-section2 .link:before {
    left: -60px;
    top: 10px;
}

.traning-page .bottom-section {
    padding: 90px 0 150px 0;
    background: #efedeb;
}

.traning-page .bottom-section p {
    max-width: 760px;
    margin: 0 auto;
}

.projects-page .top-block form {
    width: 100%;
}
.projects-page .top-block form {
    margin: 0 0 0;
}
.projects-page .top-block {
    margin-bottom: 55px;
}

.projects-page .top-block .h1-title {
    padding-bottom: 0;
    position: relative;
    width: 145px;
}

.projects-page .top-block .h1-title span {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    opacity: .65;
    position: absolute;
    top: 5px;
    right: -25px;
}

.projects-page .top-block .selectric-wrapper {
    margin-left: 25px;
}

.projects-page .top-block .selectric {
    background: #fff;
    font-family: "Proxima Nova";
    font-weight: 600;
    height: 50px;
    padding: 0 25px 0 15px;
    width: 190px;
    border-color: #efedeb;
}

.projects-page .top-block .selectric .label {
    line-height: 50px;
    font-size: 14px;
}

.projects-page .top-block .selectric .button {
    background: transparent;
    top: 5px;
    right: 10px;
    padding: 0 !important;
}

.projects-page .top-block .selectric .button:after {
    display: none;
}

.projects-page .top-block .selectric .button:before {
    content: '\e803';
    font-family: "header-icon";
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.projects-page .top-block .file {
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    background: #7abc39;
    text-decoration: none;
    padding: 0 25px 0 74px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.projects-page .top-block .file:hover {
    opacity: .9;
}

.projects-page .top-block .file:before {
    content: '\e801';
    font-family: "upload";
    background: #64a624;
    position: absolute;
    height: 100%;
    padding: 0 20px;
    left: 0;
    top: 0;
}

.download-page .h1-title {
    padding-bottom: 50px;
}

.download-page .item {
    margin-bottom: 20px;
}

.download-page .item .item-head {
    height: 90px;
    background: #f5f4f3;
    padding: 0 110px 0 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.download-page .item .item-head .h2-title {
    font-size: 20px;
}

.download-page .item .item-head .file-numb {
    margin-left: 20px;
    font-size: 12px;
    opacity: .65;
    border: solid 1px #e1ddda;
    display: inline-block;
    line-height: 22px;
    padding: 0 10px;
    min-width: 85px;
    text-align: center;
}

.download-page .item .item-head .ck {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 40px;
    cursor: pointer;
}

.download-page .item .item-head .ck:before {
    content: '';
    border: 5px solid transparent;
    border-top: 7px solid #000;
    top: 24px;
    left: 20px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.download-page .item .active {
    background: #7abc39;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.download-page .item .active .h3-title {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.download-page .item .active .file-numb {
    border: solid 1px #aecd8a;
    color: rgba(255, 255, 255, 0.66);
}

.download-page .item .active .ck:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 17px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.download-page .item .files {
    display: none;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.download-page .item .files .series-wrap {
    margin-bottom: 40px;
}

.download-page .item .files .series-wrap .title {
    font-size: 20px;
    font-weight: bold;
    font-family: "Proxima Nova";
    color: #58595b;
    display: block;
    width: 100%;
    padding-bottom: 25px;
}

.download-page .item .files .series-wrap .files-line {
    margin-bottom: 20px;
}

.download-page .item .files .series-wrap .seriname {
    font-size: 13px;
    color: #7abc39;
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.download-page .item .files .series-wrap .seriname:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 1px;
    display: block;
    background: #e7f2c9;
    z-index: -1;
}

.download-page .item .files .series-wrap .items-files {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.download-page .item .files .series-wrap .file-block {
    width: 25%;
    border: solid 1px #eeeeee;
    display: block;
    padding: 20px 0 20px 30px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: -1px;
    margin-top: -1px;
}

/*
        .download-page .item .files .series-wrap .file-block:not(:first-child) {
          border-left: none; }
          */
.download-page .item .files .series-wrap .file-block .file-wrap .file-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 170px;
}

.download-page .item .files .series-wrap .file-block .file-wrap .file-info span {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 15px;
    color: #58595b;
}

.download-page .item .files .series-wrap .file-block .file-wrap .file-info .size {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    opacity: .65;
    padding-top: 20px;
}

.download-page .item .files .series-wrap .file-block .file-wrap .file {
    min-width: 50px;
    height: 50px;
    background-color: #7abc39;
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: right;
    padding: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.download-page .item .files .series-wrap .file-block .file-wrap .file:hover {
    opacity: .9;
}

.download-page .item .files .series-wrap .file-block .file-wrap .file:before {
    content: '\e801';
    font-family: "upload";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.tech-support-page .h1-title {
    padding-bottom: 35px;
    position: relative;
    left: 200px;
    display: inline-block;
}

.tech-support-page .form {
    margin: 0 100px;
    background: #f3f1f0;
    padding: 30px 100px;
}

.tech-support-page .form .form-title {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 20px;
    color: #58595b;
    padding-bottom: 30px;
    border-bottom: solid 1px #e2e1e1;
}

.tech-support-page .form .form-title span {
    font-family: "Montserrat";
    font-weight: 300;
    opacity: .65;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
    bottom: 5px;
}

.tech-support-page .form form {
    padding: 30px 0;
}

.tech-support-page .form form input[type='text'], .tech-support-page .form form input[type='email'], .tech-support-page .form form input[type='tel'], .tech-support-page .form form textarea {
    border: none;
    background: #fff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    outline: none;
    border: solid 1px transparent;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tech-support-page .form form input[type='text']:focus, .tech-support-page .form form input[type='email']:focus, .tech-support-page .form form input[type='tel']:focus, .tech-support-page .form form textarea:focus {
    border: solid 1px rgba(0, 128, 0, 0.75);
}

.tech-support-page .form form label {
    width: 48.5%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #a7a6a7;
}

.tech-support-page .form form label:nth-child(odd) {
    float: right;
}

.tech-support-page .form form label.full-size, .tech-support-page .form form label.form-line.full-width {
    width: 100%;
}

.tech-support-page .form form .form-line span {
    opacity: .65;
    margin-bottom: 5px;
    display: block;
}

.tech-support-page .form form .form-line .selectric-wrapper {
    width: 48%;
}

.tech-support-page .form form .form-line .selectric-wrapper .selectric {
    background: #fff;
    height: 52px;
    border: none;
}

.tech-support-page .form form .form-line .selectric-wrapper .selectric .label {
    line-height: 52px;
    font-weight: bold;
    font-family: "Proxima Nova";
    font-size: 16px;
}

.tech-support-page .form form .form-line .selectric-wrapper .selectric .button {
    background: #fff;
    height: 52px;
}

.tech-support-page .form form .form-line .selectric-wrapper .selectric .button:after {
    border-top-color: #000;
    left: 10px;
}

.tech-support-page .form form .file-title {
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: bold;
    color: #58595b;
    padding: 30px 0;
}

.tech-support-page .form form .file-load {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 42px;
}

.tech-support-page .form form .file-load .file1, .tech-support-page .form form .file-load .file2 {
    width: 48.5%;
    height: 90px;
    border: dashed 2px #d4cdc8;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.tech-support-page .form form .file-load .file1 input[type='file'], .tech-support-page .form form .file-load .file2 input[type='file'] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    display: none;
}

.tech-support-page .form form .file-load .file1 span, .tech-support-page .form form .file-load .file2 span {
    opacity: .65;
    padding: 0 0 0 120px;
    display: block;
    max-width: 360px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 44px;
}

.tech-support-page .form form .file-load .file1 span:before, .tech-support-page .form form .file-load .file2 span:before {
    content: '\e800';
    font-family: "upload";
    position: absolute;
    font-size: 40px;
    top: -5px;
    left: 30px;
}

.tech-support-page .form form .file-load .file1 span:after, .tech-support-page .form form .file-load .file2 span:after {
    content: '';
    width: 1px;
    height: 50px;
    background: #e2dfdb;
    position: absolute;
    top: -2px;
    left: 100px;
}

.tech-support-page .form form .file-load .file1 label, .tech-support-page .form form .file-load .file2 label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
}

.tech-support-page .form form .title-area {
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: bold;
    color: #58595b;
    padding-bottom: 15px;
}

.tech-support-page .form form textarea {
    height: 90px;
    font-size: 14px;
    font-family: "Proxima Nova";
    font-weight: 400;
    resize: none;
    margin-bottom: 50px;
}

.tech-support-page .form form #chb {
    position: absolute;
    opacity: 0;
}

.tech-support-page .form form input[type="checkbox"]:checked ~ label[for='chb']:after {
    opacity: 1;
}

.tech-support-page .form form label[for='chb'] {
    padding-left: 30px;
    width: 100%;
    color: #58595b;
    margin-bottom: 40px;
    position: relative;
}

.tech-support-page .form form label[for='chb']:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #7abc39;
    display: block;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.tech-support-page .form form label[for='chb']:after {
    content: '\e803';
    font-family: "upload";
    position: absolute;
    left: 3px;
    top: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.tech-support-page .form form label[for='chb'] a {
    text-decoration: none;
    color: #7abc39;
}

.tech-support-page .form form .button-c {
    width: 190px;
}

.community-page .top-block {
    margin-bottom: 10px;
}

.community-page .top-block .h1-title {
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 50px;
}

.community-page .top-block .h1-title span {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    opacity: .65;
    position: absolute;
    top: 5px;
    right: -25px;
}

.community-page .top-block .selects {
    padding: 15px 0;
    border-top: solid 1px #eeeeee;
}

.community-page .top-block .selectric-wrapper {
    margin-left: 25px;
}

.community-page .top-block .selectric {
    background: #fff;
    font-family: "Proxima Nova";
    font-weight: 600;
    height: 50px;
    padding: 0 25px 0 15px;
    width: 190px;
    border-color: #efedeb;
}

.community-page .top-block .selectric .label {
    line-height: 50px;
    font-size: 14px;
}

.community-page .top-block .selectric .button {
    background: transparent;
    top: 5px;
    right: 10px;
    padding: 0 !important;
}

.community-page .top-block .selectric .button:after {
    display: none;
}

.community-page .top-block .selectric .button:before {
    content: '\e803';
    font-family: "header-icon";
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.community-page .top-block .file {
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    background: #7abc39;
    text-decoration: none;
    padding: 0 25px 0 74px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.community-page .top-block .file:hover {
    opacity: .9;
}

.community-page .top-block .file:before {
    content: '\e801';
    font-family: "upload";
    background: #64a624;
    position: absolute;
    height: 100%;
    padding: 0 20px;
    left: 0;
    top: 0;
}

.community-page .blueTable {
    margin-bottom: 80px;
}

.community-page .blueTable tr td:first-child span {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.community-page .blueTable tr td:first-child span:hover {
    color: #7abc39;
}

.community-page .blueTable .phone {
    font-family: Oswald;
    font-weight: 500;
}

.community-page .blueTable tr td:nth-child(2) {
    width: 260px;
}

.community-page .popup_wrapper {
    position: fixed;
    background: rgba(88, 89, 91, 0.35);
    top: 0;
    height: 100%;
    right: 0;
    visibility: hidden;
    width: 0;
    z-index: 90;
}

.community-page .popup {
    position: absolute;
    height: 100%;
    right: -100%;
    top: 0;
    background: #fff;
    padding: 60px;
    opacity: 0;
}

.community-page .popup .lacation {
    padding: 25px 0 35px 0;
    display: block;
    color: #a6a6a7;
}

.community-page .popup .lacation:before {
    content: '\e807';
    font-family: "iconfont";
    margin-right: 10px;
    color: #58595b;
}

.community-page .popup .title {
    font-size: 27px;
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #7abc39;
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
}

.community-page .popup span {
    font-size: 14px;
    color: #58595b;
    font-weight: 400;
    display: block;
    opacity: .65;
}

.community-page .popup .contacts, .community-page .popup .phone, .community-page .popup .mail, .community-page .popup .site {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    color: #58595b;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.community-page .popup .cls {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 60px;
}

.community-page .popup .cls:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #58595b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.community-page .popup .cls:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #58595b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}

.community-page .popup .cls:hover:before {
    background: #7abc39;
}

.community-page .popup-active {
    visibility: visible;
    width: 100%;
}

.community-page .popup-active-on {
    width: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
}

.community-page .bottom-box {
    padding: 100px 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 30%, #efedeb 30%);
    background: -webkit-linear-gradient(left, #ffffff 30%, #efedeb 30%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), color-stop(30%, #efedeb));
    background: -o-linear-gradient(left, #ffffff 30%, #efedeb 30%);
    background: linear-gradient(to right, #ffffff 30%, #efedeb 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1);
}

.community-page .bottom-box .top-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 60px;
    border-bottom: solid 1px #e0dedc;
}

.community-page .bottom-box .top-title .title {
    font-size: 27px;
    font-weight: bold;
    color: #58595b;
    margin-right: 15%;
}

.community-page .bottom-box .top-title .title span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.community-page .bottom-box .task-block {
    padding: 70px 0 0 0;
}

.community-page .bottom-box .task-block .h2-title {
    padding-bottom: 40px;
}

.community-page .bottom-box .task-block .item {
    display: inline-block;
    width: 395px;
    max-width: 100%;
    min-height: 275px;
    background: #ffffff;
    padding: 48px;
    -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.community-page .bottom-box .task-block .item .numb {
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #7abc39;
    font-size: 34px;
    padding-bottom: 20px;
    margin: 0 auto 25px auto;
    display: inline-block;
    position: relative;
}

.community-page .bottom-box .task-block .item .numb:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dedede;
}

.community-page .bottom-box .task-block .item .text {
    text-align: left;
    font-size: 14px;
}

.community-page .bottom-box .task-block .item-link {
    background: #7abc39;
    position: relative;
}

.community-page .bottom-box .task-block .item-link a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 70px;
    display: block;
    background: #fff;
    font-family: Oswald;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
}

.community-page .bottom-box .task-block .item-link .numb {
    color: #fff;
}

.community-page .bottom-box .task-block .item-link .text {
    color: #fff;
    text-align: center;
}

.community-page .bottom-box .link-box {
    padding-top: 80px;
}

.community-page .info-box {
    padding-top: 80px;
}

.community-page .info-box .h2-title {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 35px;
}

.support-page h1 {
    font-size: 40px;
    padding-bottom: 50px;
}

.support-page .h2-title {
    font-size: 27px;
    padding-bottom: 35px;
}

.support-page p {
    padding-bottom: 50px;
    width: 100%;
}

.support-page p .hover {
    color: #7abc39;
    position: relative;
    cursor: pointer;
}

.support-page p .hover .text {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 20px 30px;
    background: #fff;
    border-top: solid 2px #7abc39;
    width: 268px;
    top: 30px;
    font-size: 14px;
    color: #58595b;
    -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
}

.support-page p .hover .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 7px solid transparent;
    border-bottom: 7px solid #7abc39;
    top: -8px;
}

.support-page p .hover:hover .text {
    display: block;
}

.partnerhip-page .form .form-title {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
}

.partnerhip-page .form .form-title span {
    display: block;
    padding-left: 0;
    margin-top: 15px;
}

.partnerhip-page .form .form-line:not(.flex) label {
    width: 100%;
}

.contact_page {
    padding-bottom: 100px;
    position: relative;
}

.contact_page .map {
    height: 715px;
}

.contact_page .h1-title {
    position: absolute;
    top: 70px;
}

.contact_page .address-info {
    background: #7abc39;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Proxima Nova";
    padding: 40px 50px 120px 50px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-top: -304px;
    float: right;
}

.contact_page .address-info .top-info .title {
    font-family: Oswald;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.contact_page .address-info .top-info .title span {
    width: 50px;
    height: 1px;
    background: #9ccc4f;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    left: 3px;
}

.contact_page .address-info .top-info .address {
    margin-bottom: 30px;
    max-width: 235px;
}

.contact_page .address-info .bottom-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
}

.contact_page .address-info .bottom-info a {
    color: #58595b;
    font-size: 13px;
    font-family: Oswald;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    padding-left: 20px;
}

.contact_page .address-info .bottom-info a:hover {
    color: #7abc39;
}

.contact_page .address-info .bottom-info a:before {
    content: '\f0e0';
    font-family: "mail";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 0;
    color: #58595b;
}

.contact_page .address-info .phone-email a {
    color: #fff;
    display: block;
}

.contact_page .address-info .phone-email a:hover {
    text-decoration: none;
}

.contact_page .address-info .phone-email a:last-child {
    border-bottom: solid 1px #a2d075;
    display: inline-block;
}

.contact_page .team {
    padding-top: 80px;
}

.contact_page .team .h2-title {
    padding-bottom: 80px;
}

.contact_page .team .item {
    background: #f2f0ee;
    margin-bottom: 70px;
    text-align: center;
    padding-bottom: 40px;
    min-height: 385px;
}

.contact_page .team .item figure {
    width: 150px;
    height: 205px;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.contact_page .team .item .title {
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    color: #58595b;
    font-size: 13px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.contact_page .team .item .title:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #d3d2d1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
}

.contact_page .team .item .title span {
    color: #7abc39;
    padding-right: 10px;
    display: inline-block;
    font-weight: 500;
}

.contact_page .team .item .description {
    font-size: 14px;
    font-family: "Proxima Nova";
    max-width: 180px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.contact_page .team .item .email, .contact_page .team .item span {
    font-size: 13px;
    font-weight: 400;
    color: #58595b;
    display: block;
}

.contact_page .aucustic {
    padding-bottom: 20px;
}

.contact_page .aucustic .map-back {
    background-image: url("../img/map-back-franc.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 590px;
    height: 425px;
    top: -70px;
    right: 0;
    margin: 0 auto;
}

.page-404 {
    padding-bottom: 70px;
    background: #7abc39;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.page-404 .title {
    font-size: 300px;
    font-weight: 100;
    color: #fff;
    line-height: 1;
}

.page-404 .description {
    color: #fff;
    margin: 0 auto;
    font-size: 37px;
    font-weight: bold;
    font-family: "Proxima Nova";
    letter-spacing: 2px;
    padding-bottom: 40px;
}

.page-404 p {
    color: #fff;
    max-width: 380px;
    margin: 0 auto;
}

.page-404 a {
    color: #fff;
    font-size: 13px;
    font-family: Oswald;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.page-404 a .line {
    background: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 15px;
    position: absolute;
    right: -20px;
    top: 5px;
    z-index: 1;
}

input.error {
    border-color: rgba(255, 0, 0, 0.98) !important;
}

label.error {
    display: none !important;
}

#check-error {
    display: none !important;
}

input[type='checkbox'].error ~ label:before {
    background: rgba(255, 0, 0, 0.98) !important;
}

.events-inner-page img {
    margin: 0 0 0;
}
.events-inner-page {
    overflow: hidden;
}
.catalog-page .products-line .product figure img {
    max-width: 125px;
}

.article_inner img {
    margin: 0 0 0;
}

i {
    font-family: "Proxima Nova";
}



@media screen and (max-width: 1452px) {
    header .header__top .menu li {
        padding: 35px 14px;
    }

    .about_us_acoustic .map-back {
        width: 440px;
        height: 370px;
    }
}

@media screen and (max-width: 1315px) {
    header .header__top .menu {
        padding-right: 0;
    }

    .product-page .product-top .product-prew .right-column {
        padding-left: 30px;
    }

    .product-page .product-top .product-prew .left-column .thumbs {
        padding-right: 20px;
    }

    .traning-page .seminar-section2 .bg {
        left: 0;
    }

    .traning-page .seminar-section .bg {
        right: 0;
    }

    .community-page .bottom-box .task-block .item {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1270px) {
    header .header__top .header__top_logo a {
        margin-right: 15px;
    }

    header .header__top .header__top_logo .logo_2 {
        display: none;
    }

    header .header__top .menu li {
        padding: 35px 10px;
    }

    .news__block .news__block_wrapper .box {
        width: 250px;
    }

    .application_block .boxes_wrap .box {
        width: 190px;
    }

    .about_us .map-back {
        width: 470px;
    }

    .news_inner .news_slider {
        max-width: 100%;
    }

    .article_inner .control {
        right: 0;
    }
    .news_inner .control {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 200;
        bottom: -25px;
    }
    .news_inner .swiper-pagination-n{
        top:125px;
    }
    .news_slider img {
            width: 100%;
        }
    .news_inner .control {
        height: 145px;
    }
}

@media screen and (max-width: 1200px) {
    .news .news-prew .news-box figure {
        margin: 0 auto;
    }

    .news .news-prew .row > div {
        margin-bottom: 30px;
    }

    .events-page .box {
        margin: 0 auto 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .news_inner .control {
        height: 145px;
    }

    .news_inner .control {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 200;
        bottom: -25px;
    }



    .news_inner .swiper-pagination-n {
        top: 125px;
    }

    .projects-page .top-block .selects {
        display: block;
    }

    .projects-page .top-block .selectric-wrapper {
        margin-bottom: 20px;
    }

    .community-page .blueTable tbody tr td:first-child {
        width: 270px;
    }

    .community-page .blueTable .phone {
        min-width: 170px;
    }
}

@media screen and (max-width: 1024px) {
    .news__block .news__block_wrapper .box {
        margin: 0 auto 20px auto;
        width: 100%;
    }

    .news__block .news__block_wrapper .box:before {
        display: none;
    }

    .news__block .news__block_wrapper .box .info .date {
        display: block;
    }

    .box-wrap .title_wrap {
        margin: 0 auto;
    }

    .application_block .boxes_wrap {
        display: block;
    }

    .application_block .boxes_wrap .box {
        width: 100%;
        margin: 0 auto 25px auto;
    }

    .application_block .boxes_wrap .box-first {
        height: 240px;
        margin: 0 0 25px 0;
    }

    .application_block .boxes_wrap .box-first .box {
        width: 100%;
        margin: 0;
    }

    footer {
        margin-top: 100px;
    }

    footer .form-box:before {
        width: 100%;
    }

    footer .form-box .wrap {
        width: 100%;
    }

    footer .footer__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -1%;
        width: 102%;
    }

    footer .footer__top > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }

    .header .infobox {
        display: none;
    }

    .header .header__top .menu {
        position: absolute;
        z-index: 170;
        top: 80px;
        width: 100%;
        background-color: #f9f9f9;
        left: -200%;
        padding-bottom: 20px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
    }

    .header__top {
        text-align: center;
        padding: 20px 0;
    }

    header .header__top .menu li {
        padding: 20px;
    }

    header .header__top .menu li a, header .header__top .menu li span {
        font-size: 27px;
    }

    header .header__top .menu .burger-catalog:before {
        left: -20px;
    }

    header .header__top #burger {
        display: block;
    }

    header .header__top .burger-active {
        color: #7abc39;
    }

    header .header__top .active {
        left: 0 !important;
    }

    .header .catalog {
        top: 155px;
        padding-bottom: 0;
    }

    header .search-form {
        display: none;
    }

    header .header__top .menu li:last-child {
        display: none;
    }

    .box-wrap {
        padding: 10px 0;
    }

    .news__block {
        background: none;
    }

    .box-wrap .title_wrap {
        max-width: 100%;
    }

    .activities__block .actives__silder_wrap .slider-control {
        position: absolute;
        width: 200px;
        display: inline-block;
        bottom: 64px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .head-infobox {
        position: relative;
        top: 0;
        right: 0;
    }

    .head-infobox .block-wrap {
        width: 100%;
        background-position: right;
    }

    .about_us .map-back {
        position: static;
        height: 330px;
    }

    .about_us h1 {
        font-size: 40px;
        padding-bottom: 0px;
    }

    h1 {
        font-size: 40px;
    }

    .box-w {
        padding: 40px 0 20px 0;
    }

    .about_us_acoustic .map-back {
        position: static;
        height: 285px;
        width: 320px;
    }

    .about_us_acoustic .advantages .advan-box {
        margin-bottom: 20px;
    }

    .about_us_acoustic .advantages .row {
        margin-bottom: 0;
    }

    .about_us_acoustic .advantages .row > div {
        margin-bottom: 30px;
    }

    .about_us_acoustic > .flex {
        display: block;
    }

    .about_us_acoustic .info-label {
        display: none;
    }

    .about_us_acoustic .advantages {
        padding: 20px 0 10px 0;
    }

    .about_us_acoustic .advantages .h2-title {
        padding: 0 0 20px 0;
    }

    .news .news-prew .news-box .title {
        max-width: 100%;
    }

    .news_inner .flex {
        display: block;
    }

    .catalog-page figure {
        width: 100%;
    }

    .catalog-page figure img {
        width: 100%;
    }

    .product-page .product-top .product-prew {
        display: block;
    }

    .product-page .product-top .product-prew .right-column {
        padding-top: 20px;
    }

    .traning-page .seminar-section .bg {
        display: none;
    }

    .traning-page .seminar-section2 .bg {
        display: none;
    }

    .traning-page .seminar-section p {
        max-width: 100%;
    }

    .traning-page .seminar-section {
        padding: 20px 0;
    }

    .traning-page .seminars .seminar {
        display: block;
        text-align: center;
    }

    .traning-page .seminars .seminar .bg {
        margin: 0 auto;
    }

    .traning-page .seminars .seminar .date {
        display: inline-block;
        margin: 0 auto;
    }

    .traning-page .seminar-section2 .info{
        max-width: 100%;
    }
    .traning-page .seminar-section2{
    min-height: auto;
    }
    .traning-page .seminar-section2{
        padding-bottom: 0;
    }

    .traning-page .seminar-section{
        margin-top: 0;
    }
    .traning-page .seminar-section .container2{
        width: 100%;
    }
    .traning-page .seminar-section{
        min-height: auto;
    }
    .traning-page .seminars .seminar .title {
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .traning-page .seminars .seminar .location {
        display: inline-block;
    }

    .traning-page .seminars .seminar .info {
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

    .download-page .item .files .series-wrap .file-block {
        padding: 10px 0 10px 15px;
    }

    .tech-support-page .form {
        padding: 30px;
    }

    .tech-support-page .form {
        margin: 0;
    }

    .tech-support-page .h1-title {
        width: 100%;
        left: 0;
    }

    .tech-support-page .form .form-title span {
        display: block;
        padding: 5px 0;
    }

    .community-page .top-block .selects {
        display: block;
    }

    .community-page .top-block .selects .title {
        padding-bottom: 20px;
        display: block;
    }

    .community-page .top-block .selectric {
        width: 100%;
        margin-bottom: 10px;
    }

    .community-page .top-block .selectric-wrapper {
        margin-left: 0;
    }

    .blueTable tbody tr td:first-child {
        padding-right: 20px;
    }

    .blueTable tbody tr td:first-child a {
        font-size: 14px;
    }

    .blueTable tbody tr td:nth-child(2) {
        padding-right: 20px;
    }

    .blueTable tbody .multi_halls, .blueTable tbody .clubs_restaurants, .blueTable tbody .concert_halls, .blueTable tbody .sports_object {
        padding: 0 20px 0 45px;
    }

    .blueTable .tags li {
        text-align: center;
        display: block;
    }

    .blueTable tbody tr td:last-child {
        width: 145px;
    }
    .news_slider img{
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (max-width: 880px) {
    .uses-inner-page .table {
        padding-bottom: 50px;
    }

    .product-page .product-top .info-taber {
        padding: 0 20px;
    }

    .product-page .tabs-info {
        padding-bottom: 10px;
    }

    .download-page .item .files .series-wrap .items-files {
        display: block;
    }

    .download-page .item .files .series-wrap .file-block {
        width: 100%;
        margin-bottom: 5px;
    }

    .download-page .item .files .series-wrap .file-block:not(:last-child) {
        border: solid 1px #eeeeee;
    }

    .form-line {
        display: block;
    }

    .tech-support-page .form form label {
        width: 100%;
    }

    .tech-support-page .form form .file-load {
        display: block;
    }

    .tech-support-page .form form .file-load .file1, .tech-support-page .form form .file-load .file2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .tech-support-page .form form .file-load .file1 span, .tech-support-page .form form .file-load .file2 span {
        max-width: 100%;
    }

    .tech-support-page .form form .form-line .selectric-wrapper {
        width: 100%;
    }

    .community-page .bottom-box .task-block > .flex {
        display: block;
    }

    .community-page .bottom-box .task-block .item {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .community-page .bottom-box .task-block .item .text {
        text-align: center;
    }

    .community-page .bottom-box .top-title {
        display: block;
    }

    .community-page .bottom-box .top-title .title {
        margin-bottom: 20px;
    }

    .community-page .bottom-box .task-block .item {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .news_inner .slider {
        margin-bottom: 100px;
    }

    .box-wrap .title_wrap {
        display: block;
        text-align: center;
    }

    .application_block .title_wrap .h2-title {
        margin-bottom: 35px;
    }

    .application_block .title_wrap .link-more {
        margin-bottom: 0;
        display: inline-block;
    }

    .application_block .title_wrap .link {
        margin-bottom: 20px;
        display: block;
    }

    .application_block .title_wrap .text {
        margin: 0 auto;
    }

    .news__block .news__block_wrapper .box {
        width: 460px;
        max-width: 100%;
    }

    footer .form-box {
        padding: 25px 0;
        background: #7abc39;
        top: -110px;
    }

    footer .form-box:before {
        display: none;
    }

    footer .form-box .wrap {
        display: block;
    }

    footer .form-box .wrap span {
        padding-bottom: 20px;
        display: block;
    }

    footer .form-box .wrap form {
        display: block;
    }

    footer .form-box .wrap form button {
        display: block;
        margin: 20px auto 0 auto;
    }

    footer .footer__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -1%;
        width: 102%;
    }

    footer .footer__top > * {
        width: 98%;
        margin: 0 1% 2em;
    }

    header .catalog .flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -1%;
        width: 102%;
    }

    header .catalog .flex > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }

    header .head-slider .swiper-wrapper .swiper-slide .box .h1-title {
        font-size: 40px;
    }

    header .head-slider .swiper-wrapper {
        height: 560px !important;
    }

    /*body, html {
        overflow-x: hidden;
    }*/
    body{
        overflow-x: hidden;
    }

    footer .popup-wrap .popup {
        padding: 20px;
    }

    footer .popup-wrap .popup .form-line {
        display: block;
    }

    footer .popup-wrap .popup form label {
        width: 100%;
    }

    footer .popup-wrap .cls {
        width: 30px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        right: 25px;
        top: 30px;
    }

    footer .popup-wrap .popup .h2-title {
        font-family: "Proxima Nova";
        font-size: 25px;
    }

    footer .popup-wrap .popup form input[type='text'], footer .popup-wrap .popup form input[type='email'], footer .popup-wrap .popup form input[type='tel'], footer .popup-wrap .popup form textarea {
        line-height: 35px;
    }

    footer .popup-wrap .popup form .title-area {
        display: 14px;
    }

    footer .popup-wrap .popup form label[for='chb1'] {
        margin-bottom: 10px;
    }

    footer .popup-wrap .popup form label {
        margin-bottom: 5px;
    }

    footer .popup-wrap .popup form textarea {
        margin-bottom: 5px;
    }

    footer .popup-wrap .popup form {
        padding: 10px;
    }

    .pagination {
        display: block;
        text-align: center;
    }

    .pagination .pagination-list {
        margin: 0 auto;
        width: 270px;
    }

    .pagination .pagination-list li a {
        display: inline-block;
    }

    .news_inner .system-list .system {
        display: inline-block;
        width: 49%;
    }

    .events-page .top-block {
        display: block;
    }

    .events-page .top-block {
        display: block;
    }

    .events-page .top-block .selectric-wrapper {
        margin-left: 0;
    }

    .events-inner-page .events-info {
        padding: 20px 25px;
    }

    .uses-inner-page h1 {
        font-size: 28px;
    }

    .product-page .product-top .product-prew .left-column .images-box {
        height: 260px;
    }

    .product-page .product-top .info-taber {
        padding: 0 20px;
    }

    .product-page .product-top .info-taber .tabs-menu {
        display: block;
    }

    .product-page .product-top .info-taber .tabs-menu span {
        display: block;
        text-align: center;
    }

    .traning-page .seminar-section p {
        padding-bottom: 25px;
    }

    .traning-page .seminar-section2 .text-block {
        display: block;
    }

    .traning-page .seminar-section2 .link {
        padding-left: 0;
    }

    .projects-page .top-block {
        display: block;
    }

    .projects-page .top-block .file {
        display: inline-block;
    }

    .projects-page .top-block .selectric-wrapper {
        margin-left: 0;
    }

    .projects-page .top-block .selectric {
        width: 100%;
    }

    .projects-page .top-block .h1-title {
        padding-bottom: 20px;
    }

    footer .form-box form input[type="email"] {
        width: 100%;
    }

    .download-page .item .item-head {
        padding: 0 85px 0 20px;
    }

    .download-page .item .item-head .h3-title {
        font-size: 15px;
    }

    .download-page .item .item-head .ck {
        right: 20px;
    }

    .download-page .item .item-head .file-numb {
        font-size: 10px;
    }

    .download-page .item .item-head .h3-title {
        font-size: 13px;
    }

    .tech-support-page .form form .file-load .file1 span, .tech-support-page .form form .file-load .file2 span {
        font-size: 12px;
        padding-right: 20px;
    }

    .tech-support-page .form form .file-load .file1, .tech-support-page .form form .file-load .file2 {
        height: 150px;
    }

    .community-page .bottom-box .link-box {
        padding-top: 10px;
    }

    .community-page .popup-active-on {
        width: 100%;
    }

    .support-page p {
        padding-bottom: 20px;
    }

    .support-page .h2-title {
        padding-bottom: 20px;
    }

    .support-page h1 {
        font-size: 28px;
    }

    .support-page .h2-title {
        font-size: 20px;
    }

    .support-page p .hover {
        text-align: center;
        display: block;
    }

    .tech-support-page .form {
        padding: 13px;
    }

    #map {
        height: 390px !important;
    }

    .contact_page .address-info {
        float: none;
    }

    .contact_page .address-info {
        max-width: 100%;
    }

    .contact_page .address-info .bottom-info:before {
        left: 265px;
    }

    .contact_page .h1-title {
        top: 20px;
    }

    .contact_page .address-info {
        padding-left: 25px;
    }

    .contact_page .aucustic {
        display: none;
    }

    .contact_page {
        padding-bottom: 0;
    }

    .page-404 .title {
        font-size: 100px;
    }

    .page-404 .description {
        font-size: 20px;
    }

    .table-wrapper {
        overflow-y: auto;
    }

    .table-wrapper .blueTable {
        width: 900px;
    }

    .blueTable .tags li {
        display: inline-block;
    }

    .blueTable tbody tr td:first-child {
        padding-right: 20px;
        width: 200px;
    }

    .blueTable tbody tr td:nth-child(2) {
        width: 145px;
    }

    .about_us .description {
        padding-bottom: 25px;
    }

    .about_us_acoustic .description {
        padding-bottom: 30px;
    }

    .about_us_acoustic .map-back {
        margin: 0 auto;
    }

    .about_us_acoustic .advantages {
        margin-top: 20px;
    }

    .news .news-prew .news-box .info-wrap {
        padding: 35px 0px;
        max-width: 287px;
        margin: 0 auto;
    }

    .pagination {
        margin-bottom: 45px;
    }

    .news_inner .content-wrapp h1 {
        padding-bottom: 30px;
    }

    .back {
        margin: 35px 0;
    }

    .video-page .bg {
        height: 60%;
    }

    .video-page .short-box .info {
        height: 40%;
    }

    .video-page .h1-title {
        padding-bottom: 35px;
    }

    .video-page .video-box {
        margin-bottom: 20px;
    }

    .news_inner .content-wrapp h1 {
        font-size: 25px;
    }

    .news_inner .content-wrapp .description {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .uses-inner-page h1 {
        padding-bottom: 30px;
    }

    .custom-list {
        padding-bottom: 10px;
    }

    .catalog-page .h1-title {
        padding-bottom: 35px;
    }

    .catalog-page figure {
        margin-bottom: 40px;
    }

    .catalog-page .list {
        padding: 10px 0;
    }

    .catalog-page .h2-title {
        padding-bottom: 25px;
    }

    .catalog-page .products-line {
        padding: 25px 0 30px 0;
    }

    .catalog-page .products-line .h2-title {
        padding-bottom: 30px;
    }

    .product-page .tabs-info p {
        padding-bottom: 20px;
    }

    .product-page .product-top .info-taber {
        margin-top: 20px;
    }

    .traning-page .h1-title {
        padding-bottom: 40px;
    }

    .traning-page .seminars .seminar {
        max-width: 290px;
        margin: 0 auto 15px auto;
    }

    .traning-page .seminar-section2 .text-block p {
        width: 100%;
        padding-bottom: 20px;
    }

    .traning-page .seminar-section2 .info h2 {
        padding-left: 0;

    }

    .traning-page h2 {
        padding-bottom: 10px;
    }

    .traning-page .bottom-section {
        padding: 40px 0;
    }

    .traning-page .seminar-section2 {
        padding-bottom: 35px;
    }

    .traning-page .seminar-section {
        margin-bottom: 50px;
        margin-top: 45px;
    }

    .projects-page .top-block {
        margin-bottom: 20px;
    }

    .download-page .h1-title {
        padding-bottom: 35px;
    }

    .community-page .top-block .h1-title {
        padding-bottom: 35px;
    }

    .community-page .bottom-box {
        padding: 60px 0 20px 0;
    }

    .community-page .bottom-box .task-block {
        padding: 30px 0;
    }

    .community-page .info-box {
        padding-top: 30px;
    }

    .support-page h1 {
        padding-bottom: 30px;
    }

    .contact_page .team {
        padding-top: 40px;
    }

    .contact_page .team .h2-title {
        padding-bottom: 35px;
        text-align: center;
    }

    .contact_page .team .item {
        min-height: 335px;
    }
}

@media screen and (max-width: 479px) {
    footer .footer_bottom .copyright .line-footer {
        height: 40px;
    }

    .about_us_acoustic .map-back {
        height: 240px;
        width: 300px;
    }

    .news .top-block {
        display: block;
    }

    .news .top-block .selectric-wrapper {
        margin-left: 0;
    }

    .news_inner .system-list .system {
        display: block;
        width: 100%;
    }

    .events-inner-page .events-info {
        display: block;
    }

    .events-inner-page .events-info .date {
        display: inline-block;
        margin-bottom: 20px;
    }

    .events-inner-page .events-info .button {
        display: inline-block;
        margin-top: 20px;
    }

    .traning-page .seminar-section2 .info h2 {
        padding-left: 0;
    }

    .tech-support-page .form form .file-load .file1 span, .tech-support-page .form form .file-load .file2 span {
        font-size: 12px;
        padding-right: 20px;
    }

    .tech-support-page .form form .file-load .file1 span:after, .tech-support-page .form form .file-load .file2 span:after {
        display: none;
    }

    .tech-support-page .form form .file-load .file1 span, .tech-support-page .form form .file-load .file2 span {
        padding: 0 20px 0 80px;
    }

    .community-page .popup-active-on {
        padding: 25px;
    }

    .community-page .popup .cls {
        right: 10px;
    }

    .community-page .bottom-box .top-title {
        padding-bottom: 30px;
    }

    .community-page .bottom-box .top-title .title {
        margin-right: 0;
        text-align: center;
    }

    .community-page .bottom-box .task-block .h2-title {
        text-align: center;
    }

    .community-page .info-box .h2-title {
        text-align: center;
    }
}

/*NEW STYLE*/
header .header__top .menu li {
    position: relative;
}

header .header__top .menu li:hover a {
    color: #7abc39;
}

header .header__top .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .header__top .menu .sub-menu {
    list-style: none;
    background: #4b4c4d;
    padding: 10px 0 10px 0;
    position: absolute;
    z-index: 502;
    top: 70px;
    opacity: 0;
    visibility: hidden;
}

header .header__top .menu .sub-menu li {
    padding: 10px 15px;
}

header .header__top .menu .sub-menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    opacity: .8;
}

header .header__top .menu .sub-menu li a:hover {
    color: #7abc39;
}

.icon-instagram-filled:before {
    font-family: "iconfont-social";
}

.header .catalog .flex {
    display: block;
}

.header .catalog .flex ul {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.contact_page .team .item {
    min-height: 430px;
}

.icon-ic-11:before {
    font-family: "new-icon";
}

.icon-ic-10:before {
    font-family: "new-icon";
}

.icon-ic-12:before {
    font-family: "new-icon";
}

.icon-ic-7:before {
    content: '\e803' !important;
    font-family: "new-icon" !important;

}





@media screen and (max-width: 1366px) {
    .head-slider .swiper-wrapper .swiper-slide{
        background-size: cover!important;
    }
    .news__block{
        padding-top: 70px;
    }
}

@media screen and (max-width: 1024px) {
    header .header__top .menu .sub-menu {
        visibility: visible;
        opacity: 1;
        position: static;
        background: transparent;
        padding-bottom: 0;
    }

    header .header__top .menu .sub-menu li a {
        color: #58595b;
        font-weight: 400;
    }


}

.search-page form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.search-page form input[type=text] {
    border: none;
    background-color: transparent;
    width: 100%;
    border-bottom: solid 2px #474749;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    font-family: "Proxima Nova";
    color: #000;
    margin-right: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: none;
}

.search-page form input[type=submit] {
    text-align: center;
    font-size: 15px;
    font-family: "Proxima Nova";
    color: #fff;
    background: #7abc39;
    padding: 0 75px;
    border: none;
    font-weight: bold;
    letter-spacing: 1.2px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-page form input[type=submit]:hover {
    opacity: .7;
}

.search-page hr {
    margin: 20px 0;
}

.search-page a {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.search-page p {
    max-width: 700px;
    padding-bottom: 10px;
}

.search-page small:first-child {
    padding-bottom: 10px;
}

.search-page small a {
    font-size: 14px;
}

.search-page small a {
    font-size: 14px;
}

.search-page .ctrl {
    display: none;
}

/*end*/


.tooltipster-sidetip.tooltipster-noir .tooltipster-box{
    border:none;
    background: #fff;
    border-top: solid 2px #7abc39;
    font-size: 14px;
    color: #58595b;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.07);
    font-family: "Proxima Nova";
}


.tooltipster-sidetip.tooltipster-noir .tooltipster-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 7px solid transparent;
    border-bottom: 7px solid #7abc39;
    top: 1px;
}


.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{
    display: none;
}
.news_slider img{
    width: auto!important;
    max-width: 100%;
}




/*======new!style========*/
.new-page {
  padding: 0;
  padding-bottom: 150px;
  overflow: hidden; }
.new-page .top-box {
  padding: 60px 0 60px 0;
  margin-bottom: 65px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 35%, #efedeb 35%);
  background: -webkit-linear-gradient(left, #ffffff 35%, #efedeb 35%);
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #ffffff), color-stop(35%, #efedeb));
  background: -o-linear-gradient(left, #ffffff 35%, #efedeb 35%);
  background: linear-gradient(to right, #ffffff 35%, #efedeb 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efedeb', GradientType=1); }
.new-page .top-box .descr {
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
  padding: 45px 0;
  position: relative; }
.new-page .top-box .descr .block {
  position: relative; }
.new-page .top-box .descr .block:before {
  content: '';
  background: url("../img/lp.png");
  position: absolute;
  left: -100px;
  top: 7px;
  width: 45px;
  height: 30px;
  background-repeat: no-repeat; }
.new-page .top-box .descr .block .info {
  font-size: 20px;
  font-weight: bold;
  color: #58595b;
  padding-bottom: 25px;
  font-family: "Proxima Nova"; }
.new-page .top-box .descr .block .text {
  width: 600px; }
.new-page .top-box .descr .block .author {
  font-family: "Oswald";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative; }
.new-page .top-box .descr .block .author:before {
  content: '';
  width: 25px;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 0;
  left: 0; }
.new-page .top-box .descr .block .author span {
  color: #7abc39; }
.new-page .top-box .descr .block .position {
  font-size: 13px;
  font-weight: 300;
  font-family: "Montserrat"; }
.new-page .top-box .descr .block .photo-info {
  position: relative;
  right: -80px; }
.new-page .top-box .descr .block .photo-info span {
  width: 100%;
  display: block; }
.new-page .top-box .descr .block .photo-info figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 40px; }
.new-page .top-box .descr .block .photo-info .mail {
  font-size: 13px;
  font-weight: 300; }
.new-page .top-box .descr .block .photo-info .mail span {
  padding-bottom: 5px;
  display: block; }
.new-page .top-box .descr .block .photo-info .mail a {
  font-size: 15px;
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  font-weight: normal; }
.new-page .top-box .descr .block .photo-info .mail a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e4f2d7;
  position: absolute;
  bottom: -2px; }
.new-page table {
  width: 100%;
  margin: 30px 0; }
.new-page table tr:first-child > * {
  background: #f4f2f1;
  padding: 25px 0;
  text-align: center;
  font-family: Oswald;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  color: #58595b;
  text-transform: uppercase;
  border: solid 1px #fff;
  width: 165px; }
.new-page table tr:first-child > * span {
  position: relative;
  z-index: 2;
  display: inline-block; }
.new-page table tr:first-child > * span:before {
  content: '';
  width: -webkit-fill-available;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -10px;
  z-index: -1; }
.new-page table tr:nth-child(odd) td {
  background: #f4f2f1; }
.new-page table tr td {
  border: solid 1px #fff;
  text-align: center;
  padding: 25px 0;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  color: #909090;
  line-height: 1.3; }
.new-page table tr td:first-child {
  font-weight: bold;
  font-family: "Proxima Nova";
  font-size: 16px;
  color: #58595b;
  vertical-align: top; }
.new-page table tr td p {
  padding-bottom: 0;
  color: #909090;
  font-weight: 300;
  line-height: 1.3;
  font-size: 14px; }
.new-page table tr:first-child td {
  font-size: 13px; }
.new-page .container-1 {
  width: 820px;
  max-width: 94%;
  margin: 0 auto; }
.new-page .container-1 .map {
  position: relative; }
.new-page .container-1 .map:before {
  content: '';
  background: url(../img/map.png);
  width: 625px;
  height: 350px;
  background-repeat: no-repeat;
  position: absolute;
  right: -30%;
  top: 13%;
  z-index: -1; }
.new-page .container-1 .text-wrap {
  max-width: 100%;
  position: relative; }
.new-page .container-1 .text-wrap p {
  font-family: Montserrat; }
.new-page h1 {
  font-size: 40px;
  padding-bottom: 50px; }
.new-page h2 {
  font-size: 30px;
  padding-top: 40px; }
.new-page .banner {
  padding: 20px 50px 20px 100px;
  min-height: 250px;
  position: relative;
  margin: 25px 0; }
.new-page .banner .text {
  color: #fff;
  max-width: 300px;
  font-weight: 300; }
.new-page .banner .text .title {
  font-size: 18px;
  font-family: "Proxima Nova";
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 20px;
  width: 150px;
  letter-spacing: 1px; }
.new-page .banner .button {
  background: #fff;
  color: #58595b;
  width: 190px;
  text-decoration: none; }
.new-page .banner-1 {
  background: #7abc39;
  background-image: url("../img/notebook.png");
  background-repeat: no-repeat;
  background-position: 235px 15px;
  position: relative; }
.new-page .banner-1:before {
  content: '\e801';
  font-family: "header-icon";
  font-size: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  left: 30px;
  z-index: 20; }
.new-page .banner-1:after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 70px;
  top: 0; }
.new-page .banner-2 {
  background: #f5f5f5;
  background-image: url("../img/map-2.png");
  background-repeat: no-repeat;
  background-position: 300px 2px;
  background-size: 50%;
  position: relative; }
.new-page .banner-2 .button {
  background: #7abd38;
  color: #fff;
  width: 190px;
  text-decoration: none; }
.new-page .banner-2 .text {
  color: #58595b; }
.new-page .banner-2:after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(193, 193, 193, 0.5);
  position: absolute;
  left: 70px;
  top: 0; }
.new-page .banner-2:before {
  content: '\e800';
  font-family: "header-icon";
  font-size: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 14px;
  z-index: 20; }
.new-page .banner-3 {
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
.new-page .banner-3 .button {
  background: #7abd38;
  color: #fff;
  width: 190px;
  text-decoration: none; }
.new-page .banner-3:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #5a5b5b;
  position: absolute;
  left: 70px;
  top: 0; }
.new-page .banner-3:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 25px;
  z-index: 20;
  background-image: url(../img/ic2.png);
  width: 23px;
  height: 32px;
  background-size: cover; }

.integration-page .top-box .descr {
  background-repeat: no-repeat;
  background-size: cover; }
.integration-page .top-box .descr .text .info {
  color: #fff; }
.integration-page .top-box .descr .text .author {
  color: #fff; }
.integration-page .top-box .descr .text .author:before {
  background: #383b3c; }
.integration-page .top-box .descr .text .position {
  color: #848686; }
.integration-page .top-box .descr .mail span {
  color: #fff; }
.integration-page .top-box .descr .mail a:before {
  background: #3f4e35 !important; }

@media screen and (max-width: 1160px) {
  .new-page .top-box .descr .block .photo-info {
    right: -35px; }
  .new-page .top-box .descr .block:before {
    left: -52px; } }

@media screen and (max-width: 1024px) {
  .new-page .top-box .descr .block:before {
    display: none; }
  .new-page .top-box .descr .block .photo-info {
    right: 0;
    padding-left: 20px; }
  .new-page {
    padding-top: 0 !important; }
  .new-page table {
    overflow: scroll;
    display: block; }
  .new-page table tbody {
    width: 600px;
    display: block; } }

@media screen and (max-width: 768px) {
  .new-page .top-box .descr .block {
    display: block; }
  .new-page .top-box .descr .block .text {
    max-width: 100%;
    padding-bottom: 20px; }
  .new-page .top-box .descr .block .photo-info {
    padding-left: 0; }
  .new-page .top-box .descr .block .photo-info figure {
    margin-bottom: 25px; }
  .new-page .top-box {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 35px; }
  .new-page .banner {
    display: block;
    padding-left: 80px; }
  .new-page .banner .button {
    line-height: 60px;
    display: block;
    margin-top: 15px; }
  .new-page h1 {
    padding-bottom: 20px; }
  .new-page .top-box .descr {
    padding: 30px 0; }
  .new-page h2 {
    padding-top: 25px; }
  .new-page .banner-1 {
    background-position: 155px 15px; } }

.new-page .support-page {
    padding: 0 0 0;
}
@media screen and (max-width: 767px) {
    .news_inner .control {
        left: 50%;
        margin-left: 72px;
        bottom: -100px;
    }
    .news_inner .swiper-pagination-n {
        top: 50px;
        left: -62px;
    }
}
.header {
    z-index: 105;
}