@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo20-Bold.eot')
    ;
    src: url('../fonts/Exo20-Bold-#iefix')
    format('embedded-opentype'), url('../fonts/Exo20-Bold.woff')
    format('woff'), url('../fonts/Exo20-Bold.ttf')
    format('truetype'), url('../fonts/Exo20-Bold.svg#Exo20-Bold')
    format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo20-Medium.eot')
    ;
    src: url('../fonts/Exo20-Medium-#iefix')
    format('embedded-opentype'), url('../fonts/Exo20-Medium.woff')
    format('woff'), url('../fonts/Exo20-Medium.ttf')
    format('truetype'), url('../fonts/Exo20-Medium.svg#Exo20-Medium')
    format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo20-Light.eot')
    ;
    src: url('../fonts/Exo20-Light-#iefix')
    format('embedded-opentype'), url('../fonts/Exo20-Light.woff')
    format('woff'), url('../fonts/Exo20-Light.ttf')
    format('truetype'), url('../fonts/Exo20-Light.svg#Exo20-Light')
    format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FMBolyarSansPro';
    src: url('../fonts/FMBolyarSansPro-300.eot')
    ;
    src: url('../fonts/FMBolyarSansPro-300-#iefix')
    format('embedded-opentype'), url('../fonts/FMBolyarSansPro-300.woff')
    format('woff'), url('../fonts/FMBolyarSansPro-300.ttf')
    format('truetype'), url('../fonts/FMBolyarSansPro-300.svg#FMBolyarSansPro-300')
    format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FMBolyarSansPro';
    src: url('../fonts/FMBolyarSansPro-900.eot')
    ;
    src: url('../fonts/FMBolyarSansPro-900-#iefix')
    format('embedded-opentype'), url('../fonts/FMBolyarSansPro-900.woff')
    format('woff'), url('../fonts/FMBolyarSansPro-900.ttf')
    format('truetype'), url('../fonts/FMBolyarSansPro-900.svg#FMBolyarSansPro-900')
    format('svg');
    font-weight: 900;
    font-style: normal;
}
*::-webkit-input-placeholder {
    color: #999BA6;
}
*:-moz-placeholder {
    color: #999BA6;
}
*::-moz-placeholder {
    color: #999BA6;
}
*:-ms-input-placeholder {
    color: #999BA6;
}
.error *::-webkit-input-placeholder {
    color: #FF2039;
}
.error *:-moz-placeholder {
    color: #FF2039;
}
.error *::-moz-placeholder {
    color: #FF2039;
}
.error *:-ms-input-placeholder {
    color: #FF2039;
}
input:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
input:focus::-moz-placeholder {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
input:focus:-moz-placeholder {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
input:focus:-ms-textarea-placeholder {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
textarea:focus::-moz-placeholder {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
textarea:focus:-moz-placeholder {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
textarea:focus:-ms-textarea-placeholder {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}
.phone::-ms-clear {
    display: none;
}
html {
    overflow-x: hidden;
    min-width: 320px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, img, ol, ul, li, form, input, button, textarea, label, fieldset, legend, blockquote, table, caption, tbody, tfoot, thead, tr, th, td, sub, sup, object, iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*:focus {
    outline: 0;
}
b, strong {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
li {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    vertical-align: middle;
}
a, [type="submit"], [type="button"], label, select, button {
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
textarea {
    resize: none;
    overflow: auto;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
div a:hover, div a:active, div a:focus {
    outline: none;
}
aside, header, footer, article, section, nav {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    -webkit-text-size-adjust: none;
}
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
iframe {
    display: block;
    position: relative;
}
body {
    font-size: 15px;
    overflow: hidden;
    background: #FFFFFF;
    min-width: 320px;
    font-family: 'Exo', sans-serif;
    color: #101321;
    margin: 0px;
}
a:hover, a:active {
    text-decoration: none;
    color: #000;
}
/* Animation */

a, path, input, textarea, .mfp-close, button, .catalog__item-img img, .dropdown, .btn-read-arrow:after, .news_preview-item:before, .news_preview-item, .img-zoom img, .btn-readmore:after, .video-icon, .video-dsc {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navigation__box {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/*Кнока меню*/
.sec-text a{color:#66a484;}
.sec-text a:hover{opacity:0.7;}

.button_toogle {
    font-size: 0px;
    height: 30px;
    position: relative;
    width: 30px;
    border-radius: 4px;
    padding-bottom: 3px;
    display: none;
    z-index: 1114;
}
.c-hamburger {
    display: inline-block;
    z-index: 111;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: none;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger.is-active .c-hamburger span {
    background: #65A484;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 4px;
    background: #65A484;
}
.brands-col{margin-bottom:25px;}
.c-hamburger span::before, .c-hamburger span::after {
    right: 0px;
    position: absolute;
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 3px;
    background-color: #65A484;
    content: "";
}
.c-hamburger span::before {
    top: -8px;
    width: 30px;
}
.c-hamburger span::after {
    bottom: -8px;
    width: 30px;
}
.c-hamburger--htx span {
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    width: 100%;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    width: 100%;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
.top__line-search {
    font-size: 0px;
    line-height: 0px;
}
#header {
    min-height: 750px;
    background-color: #253853;
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 0px 140px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
#header .header-img-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}
.table-yes {
    display: none;
}
#top__line {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111;
}
#top__line.fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top__line-top {
    background: #253853;
    padding: 20px 0px;
    color: #EBEBEB;
}
.top__line-top a:hover {
    color: #65A484;
}
.top__line-col {
    padding: 0px 15px;
}
.link-adress:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-adress.svg);
    margin-right: 15px;
}
.link-adress, .link-email, .link-phone {
    font-size: 18px;
    align-items:center;
    font-weight: 500;
}
.link-email:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-email.svg);
    margin-right: 10px;
}
.link-phone:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-phone.svg);
    margin-right: 10px;
}
.btn-border {
    display: inline-block;
    text-align: center;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    line-height: 36px;
}
.btn-border:hover {
    background-color: #EBEBEB;
    color: #101321;
}
.btn-solution {
    padding: 0px 25px;
    margin-left: 20px;
}
.top__line-bottom.fixed{z-index:1111;}
.top__line-bottom {
    padding: 30px 0px;
    background: #FFFFFF;
}
.top__line-logo {
    font-size: 0px;
    line-height: 0px;
}
.top__line-menu li:last-child{padding-right:0;}
.top__line-menu li {
    font-size: 0px;
    position: relative;
    padding: 0px 72px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
}
.top__line-menu li a {
    font-weight: 500;
    position: relative;
    font-size: 18px;
}
.top__line-menu li a:hover, .top__line-menu li.active a{
    color: #65A484
}
.btn-search {
    background: url(../img/icon-search.svg);
    height: 20px;
    margin-right:28px;
    width: 20px;
    min-width: 20px;
    display: inline-block;
}
.top__line-menu .dropdown {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 100%;
    padding-top: 60px;
    z-index:3000;
}
.top__line-menu .dropdown-inner:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 16px solid #fff;
}
.top__line-menu .dropdown-inner {
    background: #FFFFFF;
    position: relative;
    padding: 20px 30px;
    width: 260px;
    box-shadow: 0px 0px 45px rgba(37, 56, 83, 0.15);
}
.top__line-menu .dropdown-inner li {
    display: block;
    width: 100%;
    padding: 10px 0px;
}
.top__line-menu .dropdown-inner li a {
    line-height: 19px;
}
.dropdown-li:hover>.dropdown {
    opacity: 1;
    visibility: visible;
}
.top__line-menu .dropdown .dropdown {
    top: -12px;
    left: 100%;
    padding: 0px 0px 0px 55px;
}
.top__line-menu .dropdown .dropdown .dropdown-inner:after {
    transform: rotate(-90deg);
    left: -18px;
    top: 20px;
}
.table-cont{overflow:auto;}
.top__line-menu .dropdown .dropdown a {
    font-weight: 300;
}
.arrow-drop.active {
    transform: rotate(-180deg);
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.arrow-drop {
    height: 50px;
    display: none;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../img/arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.header__dsc-title {
    font-size: 44px;
    color: #fff;
    line-height: 60px;
    font-family: 'FMBolyarSansPro';
}
.header__dsc {
    max-width: 730px;
}
.header__dsc-txt {
    padding-top: 30px;
    font-size: 19px;
    line-height: 32px;
    color: #EBEBEB;
}
.header__dsc-btn {
    padding-top: 50px;
}
.btn-green {
    display: inline-block;
    text-transform: uppercase;
    color: #EBEBEB;
    background: #65A484;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0px 30px;
    height: 56px;
    border-radius: 50px;
    line-height: 56px;
}
.btn-green:hover {
    background-color: #439069;
    color: #EBEBEB;
}
.btn-header {
    height: 56px;
    margin-left: 25px;
    color: #EBEBEB;
    line-height: 54.8px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 30px;
}
.after-text {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    font-size: 260px;
    line-height: 300px;
    font-family: 'FMBolyarSansPro';
    font-weight: 900;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba( 112, 148, 212, 0.2);
    -webkit-text-fill-color: transparent;
}
#brands {
    position: relative;
    z-index: 5;
}
.brands__box {
    margin-top: -140px;
    
}
.brands__box .row, .brands__box2 .row  {
    justify-content: center;
}
.brands__item {
    background: #fff;
    height: 100%;
    text-align: center;
    padding: 30px 26px 100px;
    position: relative;
    box-shadow: 0px 0px 45px rgba(37, 56, 83, 0.35);
     border-radius: 15px;
}
.brands__item:after {
    content: "";
    height: 6px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    background: linear-gradient(90deg, #66A485 0%, #69A09E 100%);
    z-index: 1;
    position: absolute;
}
.brands__item-icon {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands__item-icon img {
    max-width: 100%;
    max-height: 100%;
}
.brands__item-txt {
      padding-top: 18px;
    color: #4d4e54;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    padding-bottom: 10px;
   
}
.btn-catalog {
    border-color: #999BA6;
    color: #5d5e65;
    height: 46px;
    line-height: 44px;
    border-radius: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 30px;
}
.btn-catalog:hover {
    color: #fff;
    border-color: #999BA6;
    background: #999BA6;
}
.brands__item-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 35px;
}
#about {
    padding: 50px 0px 60px;
    overflow: hidden;
    position: relative;
}
.after-text-about {
    bottom: -20px;
    font-size: 180px;
    line-height: 180px;
}
.sec-head {
    margin-bottom: 40px;
    position: relative;
    left:-2px;
}

.title {
    font-family: 'FMBolyarSansPro';
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
}
.about-left {
    width: calc(100% - 430px);
    padding: 0px 85px 0px 15px;
}
.about-right {
    width: 430px;
    padding: 0px 15px;
}
p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 25px;
}
p:last-child {
    padding-bottom: 0px;
}
.about__dsc {
    font-size: 17px;
    line-height: 32px;
}
.list li {
    padding-left: 25px;
    position: relative;
}
.list li:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    left: 10px;
    top: 16px;
    background: #101321;
    border-radius: 10px;
}
.btn-read-arrow {
    display: inline-flex;
    align-items: center;
}
.btn-read-arrow:after {
    content: "";
    right: 0px;
    position: relative;
    height: 16px;
    width: 16px;
    background: url(../img/btn-arrow.svg);
    display: inline-block;
    margin-left: 10px;
}
.about__dsc-btn {
    margin-top: 30px;
}
.btn-read-arrow:hover:after {
    right: -5px;
}
.about__img-object {
    height: 600px;
}
.img-cover {
    position: relative;
    width: 100%;
    display: inline-block;
}
.news__box .img-cover img  {
    -webkit-filter:grayscale(100%);
  /* Safari 6.0 - 9.0 */
    filter:grayscale(100%);
}
.news__box .img-cover img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} 
.img-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    object-position: center;
    position: absolute;
}
.about__img {
    position: relative;
    margin-top: 40px;
    position: relative;
}
.about__img-video {
    position: absolute;
    right: 0px;
    bottom: 40px;
    display: inline-flex;
    align-items: center;
    width: 280px;
    padding: 20px;
    background: #fff;
}
.video-icon {
    height: 60px;
    min-width: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65A484;
    background-image: url(../img/icon-play.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.video-dsc {
    width: calc(100% - 60px);
    color: #65A484;
    font-weight: 500;
    padding-left: 20px;
}
.video-title {
    font-size: 18px;
    padding-bottom: 5px;
}
.video-dsc span {
    display: block;
}
.about__img-video:hover .video-icon {
    background-color: #439069;
}
.about__img-video:hover .video-dsc {
    color: #439069;
}
.about__img:before {
    content: "";
    height: 400px;
    width: 400px;
    position: absolute;
    left: -40px;
    top: -40px;
    background: #7094D4;
}
.about__img:after {
    content: "";
    height: 730px;
    width: 400px;
    position: absolute;
    left: 50px;
    top: 15px;
    z-index: -1;
    background: url(../img/about-bg.svg);
}
.text-center {
    text-align: center;
}
.after-text-client {
    left: 50%;
    font-size: 180px;
    line-height: 180px;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: inherit;
}
#video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: 1;
     -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#header:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: rgba(36, 55, 84, 0.6);
}
#header .container {
    position: relative;
    z-index: 4
}
#header .after-text {
    z-index: 3
}
#client {
    padding: 50px 0px 0px;
    background: #F4F4F4;
    z-index: 1;
}
.client__box {
    margin-top: 25px;
}
.client_item {
    padding: 30px 0px;
}
.client_item img {
    max-width: 100%;
    max-height: 100%;
}
.client-col {
    padding: 0px 15px;
}
.client-slider {
    /* box-shadow: 0px 25px 45px rgba(37, 56, 83, 0.15); */
    padding: 0px 70px;
    background: #fff;
}
.client-slider .slick-arrow {
    height: inherit;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
}
/*
.client-slider .slick-prev {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.client-slider .slick-next {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
*/ 
.client-slider .slick-arrow:hover {
    background-color: #65A484;
    border-color: #65A484;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.6018 9.36567L5.5935 0.245066C5.26508 -0.0816885 4.73245 -0.0816885 4.40403 0.245066C4.07561 0.571794 4.07561 1.10195 4.40403 1.4287L13.8089 10L4.40486 18.5713C4.07644 18.898 4.07644 19.4282 4.40486 19.7549C4.73328 20.0817 5.26591 20.0817 5.59431 19.7549L15.6026 10.6343C15.7777 10.4601 15.8527 10.2292 15.841 10.0008C15.8519 9.77161 15.7769 9.54071 15.6018 9.36567Z' fill='%23ffffff'/%3e%3c/svg%3e ");
}
#post {
    padding: 60px 0px 0px;
}
.post__item {
    height: 100%;
    position: relative;
    
}
.post-col{margin-bottom:40px;}
.post__item-img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.post__item-title {
    margin-right: 70px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    background: #fff;
}
.post__item-txt {
    padding-top: 20px;
    color: #4d4e54;
    line-height: 30px;
    font-weight: 500;
}
.post__item-img:before {
    content: "";
    z-index: 1;
    height: 53px;
    right: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
}
.post__item-dsc {
    padding-bottom: 20px;
    background: #fff;
}
.btn-readmore {
    font-size: 16px;
    font-weight: 500;
    color: #101321;
    display: inline-flex;
    align-items: center;
}
.btn-readmore:after {
    content: "";
    position: relative;
    right: 0px;
    height: 30px;
    border-radius: 50%;
    margin-left: 20px;
    min-width: 30px;
    width: 30px;
    background-color: #65A484;
    background-image: url(../img/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.post__item-btn {
    position: absolute;
        left: 14px;
    bottom: 0px;
    right: 0px;
}
.btn-readmore:hover:after {
    right: -5px;
}
.btn-readmore:hover {
    color: #65A484;
}
.post__item-title a:hover, .news_preview-title a:hover {
    color: #65A484;
}
.post__item-title a {
    position: relative;
    display: inline-block;
    z-index: 1;
    top: -30px;
    left: 15px;
}
.img-zoom:hover img {
    transform: scale(1.1);
}
.img-zoom {
    overflow: hidden;
}
#news {
    padding: 60px 0px 60px;
}
.news__box {
    margin-top: 80px;
}
.news-date {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
    background: #7094D4;
}
.news_preview-date {
    padding-top: 12px;
}
.news_preview-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
.news_preview-left {
    width: 140px;
    font-size: 0px;
}
.news_preview-right {
    width: calc(100% - 140px);
    padding-left: 20px;
}
.news_preview-img {
    padding-bottom: 100px;
    width: 100%;
    display: inline-block;
}
.news_preview-item {
    margin-bottom: 30px;
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
}
.news_preview-item:last-child {
    margin-bottom: 0px;
}
.news_preview-item:hover {
    left: 16px;
}
.news_preview-item:before {
    content: "";
    width: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    background: #65A484;
}
.news_preview-item:hover:before {
    width: 6px;
    left: -12px;
}
.news__big-title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}
.news__big-dsc {
    padding: 20px 0px 50px;
    position: relative;
}
.news__big-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.date-img-big {
    position: absolute;
    left: 0px;
    bottom: 45px;
}
.news__big-img {
    position: relative;
    height: 360px;
}
.link a:hover {
    color: #65A484;
}
#questions {
    padding: 5px 0px 0px;
    margin-bottom: -255px;
    z-index: 33;
    position: relative;
}
.questions__form {
    background: #FFFFFF;
    padding: 70px 100px 100px;
    box-shadow: 0px 0px 45px rgba(37, 56, 83, 0.15);
}
.subtitle {
    padding-top: 20px;
    color: #3A3A38;
    font-size: 18px;
    line-height: 20px;
}
.form input:not(.btn-submit) {
    background: #F4F4F4;
    width: 100%;
    font-weight: 500;
    border: 2px solid transparent;
    margin-bottom: 20px;
    border-radius: 25px;
    height: 56px;
    color: #101321;
    padding: 0px 30px;
}
.form input:not(.btn-submit):last-child {
    margin-bottom: 0px;
}
.form input:not(.btn-submit):focus {
    border-color: #65A484;
}
.form textarea {
    background: #F4F4F4;
    border: 2px solid transparent;
    width: 100%;
    font-weight: 500;
    border: 2px solid transparent;
    margin-bottom: 44px;
    border-radius: 30px;
    height: 160px;
    color: #101321;
    padding: 15px 30px;
}
.form textarea:focus {
    border-color: #65A484;
}
.form-btn-col {
    width: 135px;
}
.form-file-col {
    width: calc(100% - 135px);
    padding-right: 40px;
}
.form-row-panel {
    display: flex;
    align-items: center;
}
.file-upload {
    display: block;
    text-align: center;
}
.file-upload .file-select {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
    border-radius: 30px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select .file-select-button {
    background: #7094D4;
    padding: 0 15px;
    display: inline-block;
    height: 46px;
    min-width: 132px;
    border-radius: 30px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
}
.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    color: #999BA6;
    padding: 0 10px;
    text-overflow: ellipsis;
}
.file-upload .file-select:hover {
    border-color: #65A484;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
    background: #65A484;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
    background: #65A484;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border-color: #65A484;
    color: #65A484;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #65A484;
    color: #fff;
}
#footer {
    background: url(../img/footer-bg.jpg) !important;
    position: relative;
    color: #EBEBEB;
    font-weight: 500;
    padding: 90px 0px 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top:60px;
}
.span-polytic:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-polytic.svg);
    margin-right: 10px;
}
.span-copyright:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-cpyright.svg);
    margin-right: 10px;
}
.span-call:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-call.svg);
    margin-right: 10px;
}
.link-inst:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-insta.svg);
    margin-right: 10px;
}
.footer-list ul li{display:inline-block; margin-right:25px;}
.footer-list ul li:last-child{margin-right:0px;}
.link-youtube:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/icon-youtube.svg);
    margin-right: 10px;
}
.footer-list .link-adress,.footer-list .link-email,.footer-list .link-phone { font-size:15px;}
.footer-list .link-phone { font-weight:700;}
.footer-list  .link-adress:before{margin-right:10px;}
#footer:after {
    content: "";
    display: inline-block;
    background: linear-gradient(360deg, #253853 30.15%, rgba(37, 56, 83, 0.7) 100%);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}
#footer.footer-main {
    padding-top: 340px;
}
#footer .container {
    position: relative;
    z-index: 42;
}
.footer-col {
    padding: 0px 15px;
}
.footer-logo {
    font-size: 0px;
    line-height: 0px;
}
.footer-list li {
    padding-bottom: 20px;
}
.footer-list li:last-child {
    padding-bottom: 0px;
}
.link-color {
    color: #7094D4;
}
#footer a:hover {
    color: #65A484;
}
.text-right {
    text-align: right;
}
.after-text-footer {
    left: 50%;
    top: 50%;
    font-size: 140px;
    line-height: 160px;
    z-index: 23;
    -webkit-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    -o-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
}
.header-inner-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
#header-inner {
    padding: 61px 0px 85px;
    position: relative;
    color: #FFFFFF;
}
#header-inner:after {
    content: "";
    background: rgba(36, 55, 84, 0.8);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}

#header-inner2 {
    padding: 44px 0px 45px;
    position: relative;
    color: #FFFFFF;
}
#header-inner2:after {
    content: "";
    background: rgba(36, 55, 84, 0.8);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}


.breadcrumps-list li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
.breadcrumps-list {
    font-size: 0px;
    line-height: 0px;
}
.breadcrumps-list li a {
    font-size: 15px;
    color: #EBEBEB;
    line-height: 18px;
}
.breadcrumps-list li:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    height: 6px;
    width: 5px;
    background: url(../img/breadcrumps-icon.svg);
    margin: 0px 10px 0px 7px;
}
#header-inner .container {
    position: relative;
    z-index: 4;
}

#header-inner2 .container {
    position: relative;
    z-index: 4;
}

.breadcrumps-list li:last-child:after {
    display: none;
}
.breadcrumps-list li:last-child a {
    pointer-events: none;
    color: #fff;
}
.breadcrumps-list li a:hover {
    color: #65A484;
}
.header-inner-title {
    padding-top: 30px;
    font-family: 'FMBolyarSansPro';
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
        letter-spacing: 1px;
    color: #fff;
}
.catalog__item {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 30px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 45px rgb(36 55 84 / 10%);
}
.catalog__item-btn {
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: 40px;
}
.catalog__item-img {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog__item-img img {
    max-width: 100%;
    max-height: 100%;
}
.catalog__item_dsc {
    padding-top: 15px;
}
.catalog__item-title {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
}
.catalog__item-txt {
    padding-top: 20px;
    color: #4c4c4c;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}
.btn-more {
    height: 46px;
    line-height: 44px;
    padding: 0px 30px;
    font-weight: 500;
    border-radius: 30px;
    color: #999BA6;
    font-size: 13px;
    text-transform: uppercase;
}
#questions2 {margin-top: 60px;}
.btn-more:hover {
    color: #fff;
    border-color: #65A484;
    background: #65A484;
}
#catalog {
    padding: 60px 0px 0px;
}
.catalog-col {
    margin-bottom: 20px;
}
.catalog__item:hover .catalog__item-img img {
    transform: scale(1.05);
}
#about p{    text-align: justify;}
#about.about-catalog .about-right {
    padding-right: 15px;
}
#about.about-catalog .about-left {
    padding-left: 85px;
    padding-right: 15px;
}
.about-catalog .about__dsc {
    color: #101321;
}
.about-catalog-icon {
    padding-bottom: 10px;
    font-size: 0px;
    line-height: 0px;
}
.about-catalog .sec-head {
    margin-bottom: 20px;
}
#about.about-catalog {
    padding: 50px 0px 1px;
}
#benefit {
    padding: 60px 0px 30px;
}
.benefit-col {
    margin-bottom: 30px;
}
.benefit__item {
    background: #fff;
    overflow: hidden;
    z-index: 11;
    padding: 45px 45px 50px;
    position: relative;
    box-shadow: 0px 0px 45px rgba(37, 56, 83, 0.15);
}
.benefit__item-icon {
    min-height: 60px;
}
.benefit__item-icon img {
    max-width: 100%;
    max-height: 100%;
}
.benefit__item-title {
    padding-top: 20px;
    font-family: 'FMBolyarSansPro';
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
}
.benefit__item-txt {
    padding-top: 20px;
    font-weight: 500;
    color: #101321;
    line-height: 24px;
}
.contact-page .benefit__box img {max-width:60px;height:auto;}
.benefit__item:after {
    content: "";
    height: 6px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    background: linear-gradient(90deg, #66A485 0%, #69A09E 100%);
    z-index: 1;
    position: absolute;
}

.item_bottom_line{
    background: #fff;
    margin-bottom:35px;
    overflow: hidden;
    z-index: 11;
    padding: 40px 10px 40px;
    position: relative;
    box-shadow: 0px 0px 45px rgb(37 56 83 / 15%);
}
.item_bottom_line:after {
    content: "";
    height: 6px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    background: linear-gradient(
90deg
, #66A485 0%, #69A09E 100%);
    z-index: 1;
    position: absolute;
}
.contact-logo{display:flex; align-items: center; padding-right:10px; justify-content: center;}
.contact-logo img{max-width:100%!important;}
.contact_list-icon{min-width:24px; font-size:0px; line-height:0px; padding-top:3px;}
.contact-dsc span{line-height:26px; color: #999BA6;}
.contact-dsc, .contact-dsc p{font-size:16px;}
.contact-dsc p{ line-height:30px;}
.contact-dsc p{padding-top:10px;}
.contact-dsc{margin-left:-10px;}
.contact_list-item{display:flex; margin-bottom:37px;}
.contact_list-item:last-child{margin-bottom:0px;}
.contact_list-txt a:hover{color: #65A484;}
.contact_list-txt{padding-left:15px; font-size:20px; line-height:32px;  width:calc(100% - 24px);}
/* 
.benefit__box .benefit-col:nth-child(2) .benefit__item:after {
    background: linear-gradient(90deg, #69A09E 0%, #6D9AB9 100%);
}
.benefit__box .benefit-col:nth-child(3) .benefit__item:after {
    background: linear-gradient(90deg, #6D9AB9 0%, #7195D5 100%);
}
*/
.benefit__box .row {
    counter-reset: num
}
/* 
.benefit-col .benefit__item:before {
    content: "0" counter(num);
    counter-increment: num;
    position: absolute;
    font-size: 120px;
    font-family: 'FMBolyarSansPro';
    font-weight: 900;
    left: -60px;
    z-index: -1;
    top: 65px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba( 112, 148, 212, 0.2);
    -webkit-text-fill-color: transparent;
}
*/
#task {
    padding: 60px 0px;
    position: relative;
}
.task__bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.task__bg:before {
    content: "";
    position: absolute;
    width: 50%;
    z-index: 1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
}
.task__bg:after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: 1;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(37, 56, 83, 0.9);
}
#task .container {
    position: relative;
    z-index: 22;
}
.task__dsc .sec-head {
    margin-bottom: 20px;
}
.task__dsc-txt {
    line-height: 32px;
    color: #101321;
}
.task_form-inner {
    padding: 40px 60px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 45px rgba(36, 55, 84, 0.1);
}
.task_form {
    padding-left: 50px;
}
.task_form input {
    margin-bottom: 20px!important;
}
.task_form textarea {
    margin-bottom: 15px;
}
.task_form .file-upload {
    margin-bottom: 20px;
}
#post.post-catalog {
    padding: 80px 0 120px;
}
/************#*******Модальные окна******************/

.popup_window {
    max-width: 730px;
    background-color: #FFFFFF;
    background-image: url(../img/bg-popup.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 40px auto;
    padding: 60px 80px 120px;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 45px rgba(37, 56, 83, 0.15);
}
.popup-form .form input {
    margin-bottom: 30px!important;
}
.popup-form .form textarea {
    height: 120px;
}
.popup-form .form input.btn-submit {
    margin-bottom: 0px!important;
}
label.check {
    color: #999BA6;
    font-weight: 500;
    text-align: left;
    align-items: center;
    display: flex;
}
.checkbox, .radio {
    display: none;
}
.checkbox-custom {
    position: relative;
    background: #F4F4F4;
    border: 2px solid #65A484;
    box-sizing: border-box;
    border-radius: 8px;
    min-width: 25px;
    height: 25px;
}
.label {
    margin-left: 10px;
}
.checkbox-custom::before {
    content: "";
    visibility: visible;
    opacity: 0;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: url(../img/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox:checked+.checkbox-custom::before {
    opacity: 1;
    visibility: visible;
}
.label a {
    color: #7094D4;
}
.label a:hover {
    color: #65A484;
    text-decoration: underline;
}
/*******************Модальные окна конец*******************/

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.65;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.top__line-menu li:first-child{padding-left:0;}

.callback-bt {
        background:#65a484;
        border:2px solid #6ead8d;
        border-radius:50%;
        box-shadow:0 8px 10px rgb(101 164 132 / 38%);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 8%;
        bottom: 18%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
a.green-l{color:#65a484}
.pt-60{padding-top:60px}
.pt-40{padding-top:40px}
.pb-40{padding-bottom:40px}
.pt-10{padding-top:10px}
.about-catalog img, p img{max-width:100%;height:auto}

.card-text li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #65A484;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.card-text  ul{padding:0 0 15px ; list-style:none;}
.card-text li {
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}
.card-text p{padding-bottom: 18px;}
.card-text h2{font-size:20px;font-weight:600;color:#253853;padding:0 0 20px;}
.card-text {margin-top:60px;}
.card-text .title {
    font-family: 'FMBolyarSansPro';
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: 2px solid #65a484;
}
.card-text table{max-width:100%;}

.card-text table{
    width: 100%;
    margin-bottom: 30px;
}
.card-text table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333;
}
.card-text table td{
    border: 1px solid #ccc;
    padding: 10px 8px;
    vertical-align: middle;
    font-size: 15px;
}

.card-text table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}

.file-attach {padding:20px 0 0 10px;}
a.one-doc {display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px dashed #65a484;
    border-radius: 5px;
    min-width:100%;
    margin-bottom:20px;
} 
.file-attach h3{    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 20px;}

.fl-r{float:right;}
.mr-20{margin-right:20px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.card-bt a {margin-bottom:15px}
#workemail{display:none}
.about__dsc ul li {
    list-style: disc;
}
 .about__dsc ul {
    margin: 0 0 0 40px;
}
.icon-row img{width:150px;margin-bottom:15px}
.icon-row{padding:15px; }
.icon-row span {font-size:18px;font-weight:600}
.card-text .about__dsc ul li {
    list-style: none;
}

.application .card-text .title {
    font-family: 'FMBolyarSansPro';
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: 2px solid #65a484;
}
.phone-yes{display:none;}
.pc-yes {display:block;}
.about__box iframe {margin:0 auto; 
    max-width: 100%;
    max-height: 100%;}
.form__row span{padding-left: 18px;
    padding-bottom: 9px;
    color: #3A3A38;
    font-weight: 500;
    display: block;}
.brand-prod:hover{opacity:0.6}

.contact_list{margin-left:6px;}
.contact-dsc,.contact_list{font-weight:500;}
.top__line-phone{padding:15px 0px; display:none;}
.top__line-phone a{padding-left:15px!important;}
#thanks{margin-top:60px;}
.thanks__item{flex-wrap: wrap;}
.thanks__item{padding:46px 60px 46px 80px;}
.thanks__item_dsc{width:calc(100% - 233px); }
.thanks__item_dsc{font-weight:500; line-height:32px;}
.thanks__item-head{font-size:20px; }
.thanks__item-head b{background: #7094D4; color:#fff; display:inline-block; line-height:38px; padding:0px 13px; font-weight:700; border-radius: 20px;}
.thanks__item-txt{color: #999BA6; padding-top:20px;}
.thanks__item-txt p{font-size:16px; line-height:32px;}
.thanks__item_img{width:233px; }



/*New page*/

@font-face {
    font-family: 'DMSans';
    src: url('../fonts/new/DMSans-Regular.eot')
        /*tpa=http://kr1sck.ru/jazz-hall/fonts/OpenSans-Italic.eot*/
    ;
    src: url('../fonts/new/DMSans-Regular-#iefix')
        /*tpa=http://kr1sck.ru/jazz-hall/fonts/OpenSans-Italic.eot?#iefix*/
        format('embedded-opentype'), url('../fonts/new/DMSans-Regular.woff')
        /*tpa=http://kr1sck.ru/jazz-hall/fonts/OpenSans-Italic.woff*/
        format('woff'), url('../fonts/new/DMSans-Regular.ttf')
        /*tpa=http://kr1sck.ru/jazz-hall/fonts/OpenSans-Italic.ttf*/
        format('truetype'), url('../fonts/new/DMSans-Regular.svg#DMSans-Regular')
        /*tpa=http://kr1sck.ru/jazz-hall/fonts/OpenSans-Italic.svg#OpenSans-Italic*/
        format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pangram';
    src: url('../fonts/new/PPPangramSans-Bold.eot');
    src: local('PPPangramSans Bold'), local('PPPangramSans-Bold'),
        url('../fonts/new/PPPangramSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/new/PPPangramSans-Bold.woff2') format('woff2'),
        url('../fonts/new/PPPangramSans-Bold.woff') format('woff'),
        url('../fonts/new/PPPangramSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.equipment__item-inner, .link-btn:after,.link-btn,.spheres__item-list a:after,.main-img,.main-img-hover,.main__object-info {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.p-text p{padding-bottom: 20px; }
.p-text p:last-child{padding-bottom: 0px;}
.img-width img{max-width: 100%;}
.bg-gray{background: #F3F5F8;}

.section-element{padding: 110px 0px;}
.section__head-title{font-size: 40px; font-weight: 500; color: #121427; line-height: 44px;}
.section__head-sub{padding-top: 25px; color: #6B7886; font-size: 18px; line-height: 29px;}
.section__head{padding-bottom: 30px; max-width: 660px;}


.company__about-top{font-size: 24px; padding-bottom: 40px; line-height: 38px; color: #343A40;}
.company__about-bottom{color: #6B7886; padding-bottom: 10px; padding-top: 40px; font-size: 18px; line-height: 29px;}
.company__about-top p{font-size: 24px; line-height: 38px;}
.company__about-bottom p { font-size: 18px; line-height: 29px;}
a.link-readmore{font-size: 18px; background: #508BFF; color: #fff; line-height: 50px ; text-align: center; height: 50px;  max-width: 185px ; width: 100%; display: inline-block;}
.brand__item-icon{height: 90px; display: flex; align-items: center;}
.brand__item{background: #fff; margin: 15px 0px; min-height: 320px; position: relative; border: 1px solid #CCCEDB; padding: 12px 40px 80px;}
.brand__item-txt{padding-top: 12px;color: #6B7886; font-size: 16px; line-height: 26px;}
.link-btn{font-size: 18px; padding-right: 6px; padding-bottom: 4px; color: #121427;  display: inline-flex; border-bottom: 1px solid #121427;}
.link-btn:after{content: ""; display: inline-block; margin-left: 12px; height: 11px; position: relative; top: 8px; width: 11px; background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 10.5L0.75 9.45L7.95 2.25H1.5V0.75H10.5V9.75H9V3.3L1.8 10.5Z' fill='%23121427'/%3E%3C/svg%3E"); }
.brand__item-link{position: absolute; left: 40px; bottom: 40px;}
.link-btn:hover{color: #508BFF; border-color: #508BFF;}
.link-btn:hover:after{transform: rotate(45deg);  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 10.5L0.75 9.45L7.95 2.25H1.5V0.75H10.5V9.75H9V3.3L1.8 10.5Z' fill='%23508BFF'/%3E%3C/svg%3E%0A");}
.install__equipment_top{font-size: 24px; position: relative; line-height: 38px;}
.equipment__item{position: relative; width: 100%; padding-bottom: 100%; display: inline-block;}
.equipment__item-title{font-size: 24px; z-index: 1; position: absolute; left: 0px; right: 0px; top: 0px;  padding: 25px 20px 60px; line-height: 29px; }
.equipment__item-link{position: absolute; z-index: 1; left: 20px; bottom: 25px; right: 20px;}
.equipment__item-inner{position: absolute; border: 1px solid #CCCEDB;  border-radius: 2px; color: #0D0E10;  left: 0px; right: 0px; bottom: 0px; top: 0px;}
.equipment__item-inner:hover{color: #fff; background: #508BFF;border-color: #CCCEDB;}
.equipment__item-inner:hover .link-btn:after{transform: rotate(45deg); background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 10.5L0.75 9.45L7.95 2.25H1.5V0.75H10.5V9.75H9V3.3L1.8 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");}
.equipment-col{padding: 0px 5px;}
.equipment__item-inner:hover  .link-btn{color: #fff; border-color: #fff;}
.install__equipment-slider{padding-top: 80px; margin: 0px -5px;}
.install__equipment_top-txt{max-width: 890px; padding-right: 80px;}
.install__equipment_top-nav{position: absolute; height: 40px; width: 110px; right: 0px; bottom: 0px;}
.nav-wrap .slick-arrow{height: 40px; top: 0px; margin-top: 0px; width: 40px; background-image: url(../img/imageNew/arrow-nav.svg); background-position: center; }
.nav-wrap .slick-arrow.prev-equipment{transform: rotate(180deg);left: 0px;}
.nav-wrap .slick-arrow.next-equipment{right: 0px;}
.nav-wrap .slick-arrow.slick-disabled{opacity: 0.3;}
.install__equipment-slider .slick-list{overflow: inherit;}


.spheres__company-item a{height: 95px;background: #FFFFFF; overflow: hidden; width: 100%; border: 1px solid #CCCEDB; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center;}
.spheres__company-item{margin-bottom: 15px;}
.section__spheres-box{padding-top: 30px;}
.spheres-left{padding: 0px 15px; margin-top: 50px; width: 230px;}
.spheres-right{padding: 0px 15px 0px 55px; width: calc(100% - 230px)}
.spheres__item-head{min-height: 90px; position: relative; cursor: pointer; color: #121427; font-size: 24px; display: flex; align-items: center; padding: 15px 0px;}
.spheres__item-head:after{content: ""; position: absolute; right: 0px; top: 50%; margin-top: -12px; height: 24px; width: 24px; background-image: url(../img/imageNew/spheres-arrow.svg); background-position: center; background-repeat: no-repeat;}
.spheres__item{position: relative;}
.spheres__item.active .spheres__item-head:after{transform: rotate(180deg);}
.spheres__item-head:before{content: ""; position: absolute; top: 0px; left: 0px; right: 0px; display: inline-block;width: 100%; height: 1px; background: #CCCEDB; border-radius: 1px;}
.spheres__item-head.open:before{height: 4px; background: #508BFF;}
.spheres__item-head.open:after{transform: rotate(180deg);}
.spheres__item-list a{color: #121427; font-size: 18px;}
.spheres__item-list a:hover{color: #508BFF}
.spheres__item-list li{padding-bottom: 20px;}
.spheres__item-list li:last-child{padding-bottom: 0px;}
.spheres__item-content{padding: 0px 0px 30px; display: none;}
.spheres__item-list{padding-top: 30px;}
.spheres__item-list a:after{content: "";  display: inline-block; margin-left: 5px; position: relative; margin-top: 4px; height: 10px; width: 14px; min-width: 14px; background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33333 10L7.16667 8.79167L10.125 5.83333H0V4.16667H10.125L7.16667 1.20833L8.33333 0L13.3333 5L8.33333 10Z' fill='%23121427'/%3E%3C/svg%3E%0A");}
.spheres__item-list a:hover:after{background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33333 10L7.16667 8.79167L10.125 5.83333H0V4.16667H10.125L7.16667 1.20833L8.33333 0L13.3333 5L8.33333 10Z' fill='%23508BFF'/%3E%3C/svg%3E%0A");}

#section-spheres{padding-top: 0px;}
#section-spheres .container:before{content: ""; height: 1px; width: 100%; background: #CCCEDB; top: 0px; position: absolute; left: 15px; right: 15px;}
#section-spheres .container{position: relative; padding-top: 110px; }
.news__item-img a{position: relative; display: inline-block; width: 100%; padding-bottom: 46.5%;}
.news__item-img img{position: absolute; height: 100%; width: 100%; object-fit: cover; object-position: center;}
.news__item-date{font-size: 14px; margin-top: 25px; display: flex; align-items: center; line-height: 18px; color: #343A40;}
.news__item-date:before{content: ""; height: 20px; width: 20px; background-image: url(../img/imageNew/icon-calendar.svg); margin-right: 7px;}
.news__item-title a{font-size: 28px; font-weight: 500; line-height: 38px; color: #121427;}
.news__item-title a:hover{color: #508BFF;}
.news__item-title{padding-top: 15px;}
.news__item-link{padding-top: 25px;}
.section__news-box{padding-top: 50px;}
.section__news-box{display: flex; flex-wrap: wrap;}
.news-big-left{width: calc(100% - 370px);  padding-right:30px;}
.news-small-right{width: 370px; }
.news-small-right .news__item-title a{font-size: 19px; line-height: 27px;}
 .news-small-right .news__item-title{padding-top: 10px;}
 .news-small-right .news__item-link{padding-top: 20px;}
 .news-small-right .news__item-date{margin-top: 15px;}
.news-small-right .news__item{margin-bottom: 50px;}
.news-small-right .news__item:last-child{margin-bottom: 0px;}
.news-big-left .news__item{margin-bottom: 40px;}
.news-big-left .news__item:last-child{margin-bottom: 0px;}
.news__item-img{font-size: 0px;}

#section-feadback{padding: 140px 0px;}
.feadback__contact-title{color: #000; font-size: 18px; padding-bottom: 7px;}
.feadback-phone:before{content: ""; margin-right: 8px; height: 20px; width: 20px; display: inline-block; background: url(../img/imageNew/icon-phone.svg);}
.feadback-email:before{content: ""; margin-right: 8px; height: 20px; width: 20px; display: inline-block; background: url(../img/imageNew/icon-email.svg);}
.feadback-adress:before{content: ""; margin-right: 8px; height: 20px; width: 20px; display: inline-block; background: url(../img/imageNew/icon-adress.svg);}
.feadback__contact-list li{display: flex; color: #6B7886;  margin-top: 8px; align-items: center;}
.feadback__contact{padding-top: 30px;}
.form-feadback input{height: 55px; margin-bottom: 10px; background: #F3F5F8; color: #6B7886; width: 100%; padding: 0px 24px;}
.form-feadback textarea{height: 170px; margin-bottom: 25px; background: #F3F5F8; color: #6B7886; width: 100%; padding: 15px 24px;}
.form-feadback .file-upload .file-select .file-select-button{background: #fff; height: 20px; width: 20px; background: url(../img/imageNew/icon-file.svg); min-width: 20px; padding: 0px;}
.form-feadback .file-upload .file-select{border: none; padding: 0px;}
.form-feadback .file-upload .file-select .file-select-name{color: #000000;}
.form-feadback .file-select-name i{font-style: normal; color: #6B7886}
.form-feadback .file-upload .file-select .file-select-name{line-height: 16px;}
.form-feadback .btn-blue{background: #508BFF; height: 50px; width: 100%; color: #fff; font-size: 18px; margin: 0px; border-radius: 2px; margin-top: 30px; max-width: 285px;}
.form-feadback .btn-blue:after{content: ""; transform: rotate(45deg); display: inline-block; margin-left: 4px; height: 11px; position: relative;  width: 11px;  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 10.5L0.75 9.45L7.95 2.25H1.5V0.75H10.5V9.75H9V3.3L1.8 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");}
.form-feadback .file-upload .file-select{display: inline-flex;}
.form-feadback .file-upload{text-align: left;}
.form-feadback .checkbox-custom{border: none; min-width: 22px; height: 22px; background: #F3F5F8; border-radius: 2px;}
.form-feadback .label{color: #6B7886;}
.form-feadback label.check{font-weight: normal;}
.form-feadback .label a{color: #343A41; text-decoration: underline;}
.form-feadback .checkbox-custom:before{    background: url(../img/imageNew/icon-check.svg);     background-repeat: no-repeat; background-position: center;}
.form-feadback .form-file-col{margin-top: 14px;}
.section-element{font-family: 'Montserrat';}
.feadback__box{padding-left: 25px;}

#section-main{min-height: 820px; overflow: hidden; margin-top: 190px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.container-main{max-width: 1230px; position: relative;  width: 100%; padding: 0px 15px; margin:0px auto;}
.object-sub{text-transform: uppercase; color: #121427; font-size: 15px;}
.object-title{color: #121427;font-size: 32px; line-height: 38px; padding-top: 7px; display: block;}
.main__object-info{ position: absolute; transform: scale(0); opacity: 0; visibility: hidden;  white-space: nowrap;}
.main__object-img img{position: absolute; left: 0px; top: 0px;}
.main__object-img{display: inline-block; position: relative;}
.main__object-item{position: absolute;}
.object-item1{ top: 170px; left: -70px; z-index: 7;}
.main-img{opacity: 1; visibility: visible;}
.main-img-hover{opacity: 0; visibility: hidden;}
.main__object-item:hover .main-img-hover{opacity: 1; visibility: visible;}
.main__object-item:hover .main-hover{opacity: 0; visibility: hidden;}
.main__object-item:hover  .main__object-info{transform: scale(0.5) translate(50%, 0%); opacity: 1; visibility: visible; }

.object-item2{ top: 60px; left: 110px; z-index: 6}
.object-item3{ top: 64px; left: 287px; z-index: 5}
.object-item4{ top: -114px; left: 50%; margin-left: -131px; z-index: 4}

.object-item5{ top: 65px; right: 505px; z-index: 3}
.object-item6{ top: 145px; right: 374px; z-index: 2}
.object-item7{ top: 195px; right: 174px; z-index: 1}

.object-item1  .main__object-info{left: -190px; top: -40px;}
.object-item2  .main__object-info{left: -140px; top: -35px;}
.object-item3  .main__object-info{left: -120px; top: -25px;}
.object-item4  .main__object-info{left: 10px; top: 120px;}
.object-item5  .main__object-info{left: -80px; top: -30px;}
.object-item6  .main__object-info{left: -50px; top: -20px;}
.object-item7  .main__object-info{left: -100px; top: -40px;}

.mobile-main-image{display: none; max-width: 100%;}


.install_head_tab {background: #F3F5F8; padding: 8px 0px;}
.install_head_tab ul{display: flex; margin: 0px -20px;  text-align: center; flex-wrap: wrap;}
.install_head_tab li{max-width: 50%; padding: 0px 20px; flex: 0 0 50%;}
.install_head_tab a{width: 100%; line-height: 70px; text-transform: uppercase; height: 70px; display: inline-block; font-size: 24px; color: #121427;}
.install_head_tab a.active, .install_head_tab a.active:hover{color: #fff; background: #508BFF}
.install_head_tab a:hover {color: #508BFF; background: #fff;}
.install_head_tab{margin-bottom: 45px;}
.install_body_tab>div{display: none;}
.install_body_tab>div.active{display: block;}
.equipment-slider .slick-arrow{height: 40px; top: 0px; margin-top: 0px; width: 40px; background-image: url(../img/imageNew/arrow-nav.svg); background-position: center; }
.equipment-slider .slick-arrow.slick-disabled{opacity: 0.3;}
.equipment-slider .slick-next {top: -130px; right: 0px;}
.equipment-slider .slick-prev {left: inherit; top: -130px; right: 100px;}
