@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 200;
    src: url("http://eximatrading.ru/wp-content/themes/trilogo-/fonts/Exo2Light.ttf") format("truetype");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 300;
    src: url("http://eximatrading.ru/wp-content/themes/trilogo-/fonts/Exo2Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 500;
    src: url("http://eximatrading.ru/wp-content/themes/trilogo-/fonts/Exo2Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 600;
    src: url("http://eximatrading.ru/wp-content/themes/trilogo-/fonts/Exo2SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 700;
    src: url("http://eximatrading.ru/wp-content/themes/trilogo-/fonts/Exo2Bold.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

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

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

img {
    /*display: block;*/
    max-width: 100%;
    margin-bottom: -5px;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}

textarea {
    font-family: 'Exo2';
}

table {
    border-collapse: collapse;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.row {
    margin: 0;
}

.row,
header .container,
header .main-nav,
.main-info .cat-list,
footer .container,
footer .social,
.col-5-item-text .text-item,
.col-5-item-text .slider-item .rate,
.col-5-item-text .slider-item .img-list,
.col-12-item .button-block ul,
.col-6-item-text .text-item,
.about-text .buy-list,
.award-text,
.faq-item .item-title,
.faq-item .acc-title,
.contacts-form .adress-input,
.contacts-form .news label {
    display: flex;
    flex-wrap: wrap;
}

header .main-nav ul,
header .main-nav li a .icon,
header .main-nav li:last-child a,
.main-banner .slick-dots,
footer .social a,
.video-item a,
.page-title .subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    font-weight: 200;
    font-family: 'Exo2';
    color: #000;
}

body.popup-active {
    overflow: hidden;
}

header {
    position: relative;
    height: 82px;
    background: #1481bd;
    box-shadow: 0 3px 3px 0 rgba(76, 76, 76, 0.2);
    z-index: 10;
}

header .container {
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1000px;
}

header .main-nav {
    align-items: center;
    height: 100%;
}

header .main-nav ul {
    /*height: 100%;*/
}

/*header .main-nav li a {
    display: block;
    padding: 0 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: color 0.2s ease;
}*/

header .main-nav li a:hover {
    color: #44b9e8;
}

header .main-nav li a .icon {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #44b9e8;
}

header .main-nav li a .icon:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

header .main-nav li:first-child .icon:before {
    width: 4px;
    height: 18px;
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/info_icon.png");
}

header .main-nav li:nth-child(2) .icon:before {
    width: 16px;
    height: 17px;
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/search_icon.png");
}

header .main-nav li:nth-child(3) .icon:before {
    width: 10px;
    height: 18px;
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/support_icon.png");
}

/*header .main-nav li:last-child {
      height: 100%; }
      header .main-nav li:last-child a {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-transform: uppercase;
        background: #44b9e8; }
        header .main-nav li:last-child a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -12px;
          border-width: 12px 63px 0 63px;
          border-style: solid;
          border-color: #44b9e8 transparent transparent transparent;
          z-index: 1; }
        header .main-nav li:last-child a:hover {
          color: #1481bd; }*/

header .mobile-btn {
    display: none;
    width: 40px;
    cursor: pointer;
}

header .mobile-btn span {
    display: block;
    margin-bottom: 5px;
    height: 5px;
    width: 40px;
    background: #fff;
}

.main-banner {
    /*z-index: -1;*/
    position: relative;
}

.main-banner .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
}

.main-banner .slick-dots li {
    margin-right: 10px;
}

.main-banner .slick-dots li:last-child {
    margin-right: 0;
}

.main-banner .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
}

.main-banner .slick-dots li.slick-active button {
    background: #1481bd;
}

.main-info.start{
    padding-top: 70px;
}
.main-info.end{
    padding-bottom: 70px;
}

.main-info h2 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 200;
    color: #1481bd;
    text-align: center;
}

.main-info .cat-list {
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1000px;
}

.main-info .cat-list li {
    width: 20%;
    text-align: center;
}

.main-info .cat-list li a:hover span {
    color: #1481bd;
}

.main-info .cat-list li span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    color: #9b9b9b;
    line-height: 18px;
    transition: 0.2s ease;
}

.main-info .bootle-img {
    margin-bottom: 80px;
}

.main-info .about-text {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}

.main-info .about-text p {
    font-size: 24px;
}

.main-info .about-text p span {
    color: #1481bd;
}

footer {
    padding: 30px 0 50px 0;
    background: #1481bd;
}

footer .container {
    height: 100%;
}

footer .col {
    width: 25%;
}

footer h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #6cd3ff;
}

footer ul li {
    line-height: 24px;
}

footer ul a {
    font-weight: 300;
    color: #6cd3ff;
    transition: 0.2s ease;
}

footer ul a:hover {
    color: #fff;
}

footer .logo span {
    display: block;
    margin: 10px 0 15px 0;
    font-size: 23px;
    color: #fff;
}

footer .social {
    align-items: center;
}

footer .social li {
    margin-right: 14px;
}

footer .social li.vk a:before {
    content: '\f189';
}

footer .social li.fb a:before {
    content: '\f09a';
}

footer .social li.ig a:before {
    content: '\f16d';
}

footer .social a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    transition: initial;
}

footer .social a:before {
    display: inline-block;
    color: #1481bd;
    font-family: 'FontAwesome';
    font-weight: 700;
}

footer .social a:hover {
    background: #1481bd;
}

footer .social a:hover:before {
    color: #fff;
}

footer .copyright {
    margin-top: 70px;
    width: 100%;
    color: #6cd3ff;
    font-weight: 300;
    font-size: 12px;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 45%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 55%;
}

.col-12 {
    width: 100%;
}

.col-4-item {
    position: relative;
}

.col-4-item .title {
    position: absolute;
    top: 35px;
    padding: 8px;
    width: 224px;
    min-height: 54px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

.col-4-item .title:after {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 25px;
    width: 37px;
    height: 36px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/plus_icon.png") no-repeat;
}

.col-4-item.col-4-left .title {
    right: 35px;
}

.col-4-item.col-4-center .title {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.col-4-item.col-4-right .title {
    left: 35px;
}

.col-6-item {
    position: relative;
}

.col-6-item .title {
    position: absolute;
    top: 35px;
    padding: 8px;
    width: 224px;
    min-height: 54px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

.col-6-item .title:after {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 25px;
    width: 37px;
    height: 36px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/plus_icon.png") no-repeat;
}

.col-6-item.col-6-left .title {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.col-6-item.col-6-right .title {
    left: 100px;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */

.col-5-item-text {
    /* height: 100%; */
}

.col-5-item-text .text-item {
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    height: 100%;
    background: #1481bd;
}

.col-5-item-text .text-item h3 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.col-5-item-text .text-item img {
    margin-bottom: 15px;
    align-self: flex-start;
}

.col-5-item-text .text-item p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.col-5-item-text .text-item p b {
    display: block;
    font-weight: 600;
}

.col-5-item-text .text-item h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 200;
    color: #44b9e8;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */

.col-5-item-text.gray-bg .text-item {
    background: #ebeee1;
    color: #555;
    padding: 50px 80px 50px 100px;
}

.col-5-item-text.gray-bg .text-item p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.col-5-item-text.gray-bg .text-item p b {
    display: block;
    font-weight: 600;
}

.col-5-item-text.gray-bg .text-item h3 {
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.050em;
    line-height: 40px;
    color: #2682bd;
}

.col-5-item-text.gray-bg .text-item {
    font-size: 1.250em;
    line-height: 23px;
}

.col-5-item-text.gray-bg .text-item p {
    margin-bottom: 25px;
}

.col-5-item-text.gray-bg .text-item p b {
    display: initial;
}

.col-5-item-text.gray-bg .text-item ul {
    margin-bottom: 25px;
    padding-left: 30px;
    list-style: disc;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */

.col-5-item-text .slider-item {
    padding: 60px 90px 30px 60px;
    height: 100%;
    background: #1481bd;
}

.col-5-item-text .slider-item h3 {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    width: 60%;
}

.col-5-item-text .slider-item .rate {
    align-items: center;
    margin-bottom: 15px;
}

.col-5-item-text .slider-item .stars {
    position: relative;
    width: 105px;
    height: 19px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/star.png") repeat-x;
}

.col-5-item-text .slider-item .stars span {
    position: absolute;
    left: 0;
    top: 0;
    height: 19px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/star_active.png") repeat-x;
}

.col-5-item-text .slider-item .rate-value {
    margin-left: 5px;
    color: #6eb87c;
    font-size: 14px;
}

.col-5-item-text .slider-item .rate-value span {
    color: #000;
}

.col-5-item-text .slider-item .text {
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
}

.col-5-item-text .slider-item .text b {
    font-weight: 600;
}

.col-5-item-text .slider-item .img-list {
    width: 75%;
}

.col-5-item-text .slider-item .img-list .item {
    margin-bottom: 15px;
    width: 50%;
}

.col-5-item-text .slider-item .slider-img {
    padding-left: 45px;
}

.col-5-item-text .slider-item .slick-arrow {
    position: absolute;
    bottom: 310px;
    padding: 0;
    color: transparent;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.col-5-item-text .slider-item .slick-arrow:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 29px;
    background-repeat: no-repeat;
}

.col-5-item-text .slider-item .slick-arrow.slick-prev {
    left: 0;
}

.col-5-item-text .slider-item .slick-arrow.slick-prev:before {
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/arrow_left.png");
}

.col-5-item-text .slider-item .slick-arrow.slick-next {
    right: 0;
}

.col-5-item-text .slider-item .slick-arrow.slick-next:before {
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/arrow_right.png");
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */

.col-5-item-text.gray-bg .slider-item {
    padding: 55px 90px 30px 60px;
    height: 100%;
    background: #ebeee1;
}

.col-5-item-text.gray-bg .slider-item h3 {
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #2682bd;
}

.col-5-item-text.gray-bg .slider-item .text {
    margin-bottom: 25px;
    font-weight: 500;
    color: #000;
}

.col-5-item-text.gray-bg .slider-item .text b {
    font-weight: 600;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ */

.video-item {
    position: relative;
}
.video-item .img {
    width: 100%
}
.video-item .img img{
    width: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
}
.video-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    flex-direction: column;
    min-height: 54px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
}

.video-item a span {
    margin: 10px 0;
}

.video-item a img {
    transition: 0.2s ease;
}

.video-item a:hover img {
    transform: scale(1.1);
}

.col-5-item-text {
    /* height: 100%; */
}

.col-5-item-text .text-item {
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    height: 100%;
    background: #1481bd;
    min-height: 350px;
    color: #fff;
}

.col-5-item-text .text-item img {
    margin-bottom: 15px;
    align-self: flex-start;
}

.col-5-item-text .text-item h1,
.col-5-item-text .text-item h2,
.col-5-item-text .text-item h3,
.col-5-item-text .text-item h4,
.col-5-item-text .text-item h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.col-5-item-text .text-item h4 {
    font-size: 18px;
    text-transform: none;
}

.col-5-item-text .text-item h5 {
    font-size: 16px;
    text-transform: none;
}

.col-5-item-text .text-item p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}
.col-5-item-text .text-item ul {
    margin-bottom: 15px;
    list-style: disc;
}

.col-5-item-text .text-item ul li {
    /*font-size: 16px;
    font-weight: 500;*/
    margin-left: 20px;
}

.col-5-item-text .text-item p b,
.col-5-item-text .text-item b {
    display: block;
    font-weight: 600;
}

.col-5-item-text .text-item h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 200;
    color: #44b9e8;
}

.col-5-item-text .text-item h3 {
    margin-bottom: 25px;
    font-size: 49px;
    font-weight: 200;
    color: #44b8e7;
}

.col-5-item-text .slider-item {
    padding: 60px 90px 30px 60px;
    height: 100%;
    background: #1481bd;
    min-height: 350px;
}

.col-5-item-text .slider-item h3 {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 200;
    letter-spacing: -0.050em;
    color: #fff;
    width: 100%;
}

.col-5-item-text .slider-item .rate {
    align-items: center;
    margin-bottom: 15px;
}

.col-5-item-text .slider-item .stars {
    position: relative;
    width: 105px;
    height: 19px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/star.png") repeat-x;
}

.col-5-item-text .slider-item .stars span {
    position: absolute;
    left: 0;
    top: 0;
    height: 19px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/star_active.png") repeat-x;
}

.col-5-item-text .slider-item .rate-value {
    margin-left: 5px;
    color: #6eb87c;
    font-size: 14px;
}

.col-5-item-text .slider-item .rate-value span {
    color: #000;
}

.col-5-item-text .slider-item .text {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
}

.col-5-item-text .slider-item .text b {
    font-weight: 600;
}
.col-5-item-text .slider-item .text ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    
}
.col-5-item-text .slider-item .text li {
    font-weight: 200;
    font-variant-ligatures: none;
    line-height: 140%;
    letter-spacing: -0.003em;
}


.col-5-item-text .slider-item .img-list {
    width: 100%;
}

.col-5-item-text .slider-item .img-list .item {
    margin-bottom: 15px;
    width: 50%;
}

.col-5-item-text .slider-item .image-slider .item {
    padding-left: 45px;
}

.col-5-item-text .slider-item .slick-arrow {
    position: absolute;
    bottom: 50%;
    padding: 0;
    color: transparent;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.col-5-item-text .slider-item .slick-arrow:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 29px;
    background-repeat: no-repeat;
}

.col-5-item-text .slider-item .slick-arrow.slick-prev {
    left: 0;
}

.col-5-item-text .slider-item .slick-arrow.slick-prev:before {
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/arrow_left.png");
}

.col-5-item-text .slider-item .slick-arrow.slick-next {
    right: 0;
}

.col-5-item-text .slider-item .slick-arrow.slick-next:before {
    background-image: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/arrow_right.png");
}

.col-3-item {
    position: relative;
}

.col-3-item .title {
    position: absolute;
    top: 35px;
    left: 40px;
    padding: 8px;
    width: 224px;
    min-height: 54px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

.col-3-item .title:after {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 25px;
    width: 37px;
    height: 36px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/plus_icon.png") no-repeat;
}

.col-7-item-img img {
    width: 100%
}

.wpb_wrapper .button-block {
    padding: 25px 15px;
    margin-bottom: 0px;
    background: #7ec134;
}

.wpb_wrapper .button-block .widget_nav_menu {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.wpb_wrapper .button-block a {
    display: block;
    height: 62px;
    line-height: 62px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #fff;
    background: transparent;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: center;
}

.wpb_wrapper .button-block a:hover {
    color: #7ec134;
    background: #fff;
}

.wpb_wrapper .button-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpb_wrapper .button-block ul li {
    margin-right: 24px;
    width: calc(33.33% - 16px);
}

.wpb_wrapper .button-block ul li:last-child {
    margin-right: 0;
}

.col-6-item-text {
    height: 100%;
}

.col-6-item-text.gray-bg .text-item {
    background: #ebeee1;
}

.col-6-item-text .text-item {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 50px 50px 50px 150px;
    background: #1481bd;
}

.col-6-item-text .text-item h3 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.col-6-item-text .text-item p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.col-6-item-text .text-item p b {
    display: block;
    font-weight: 600;
}

.col-6-item-text .text-item h4 {
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    color: #2682bd;
}

.col-6-item-text .text-item .list-block {
    font-size: 17px;
    line-height: 23px;
}

.col-6-item-text .text-item .list-block p {
    margin-bottom: 25px;
    color: #000;
}

.col-6-item-text .text-item .list-block p b {
    display: initial;
}

.col-6-item-text .text-item .list-block ul {
    margin-bottom: 25px;
    padding-left: 30px;
    list-style: disc;
}

.page-title {
    text-align: center;
}

.page-title h1 {
    margin-bottom: 25px;
    font-size: 56px;
    font-weight: 200;
    color: #1481bd;
}

.page-title .subtitle {
    font-size: 17px;
    font-weight: 600;
    color: #555;
}

.page-title .subtitle span {
    display: inline-block;
    margin-right: 10px;
}

.page-title .subtitle img {
    display: inline-block;
}

.section-title {
    margin: 50px 0;
    text-align: center;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 200;
    color: #1481bd;
}

.accessories-item {
    text-align: center;
}

.accessories-item img {
    margin: 0 auto;
}

.accessories-item > a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #929292;
}

/*
.about-text {
  padding-top: 40px;
  font-weight: 200;
  font-size: 17px;
  color: #555; }
  .about-text h4 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #1481bd;
    text-transform: uppercase; }*/

.about-text .buy-list {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}

.about-text .buy-list li {
    margin-right: 30px;
}

/*.about-text p b {
    font-weight: 600; }*/

.about-menu li {
    line-height: 24px;
}

.about-menu li a {
    font-size: 15px;
    font-weight: 600;
    color: #006593;
}

.about-menu li a:hover {
    text-decoration: underline;
}

.award-text {
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    height: 100%;
    background: #ebeee1;
}

.award-text h3 {
    margin-bottom: 40px;
    font-size: 39px;
    font-weight: 600;
    color: #1481bd;
}

.award-text p {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 600;
    color: #555;
}

.award-img img {
    margin: 0 auto;
}

.why-img img {
    margin: 0 auto;
}

.video-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    text-align: center;
}

.video-popup:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.video-popup .popup-content {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    vertical-align: middle;
}

.video-popup .popup-close {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: 0.2s ease;
}

.video-popup .popup-close:hover {
    color: #1481bd;
}

.faq-title h1 {
    font-size: 50px;
    font-weight: 600;
    color: #1481bd;
}

.faq-item {
    padding-left: 80px;
}

.faq-item .item-title {
    align-items: center;
    margin-left: -80px;
    padding-bottom: 15px;
}

.faq-item .item-title img {
    display: inline-block;
    margin-right: 20px;
}

.faq-item .item-title h3 {
    font-size: 27px;
    font-weight: 500;
    color: #1481bd;
}

.faq-item .acc-title {
    align-items: center;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Arial';
    color: #1481bd;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}

.faq-item .acc-title span:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    width: 15px;
    height: 14px;
    background: url("http://eximatrading.ru/wp-content/themes/trilogo-/img/triangle.png") no-repeat;
    transition: 0.2s ease;
}

.faq-item .acc-title.active {
    border-bottom-color: transparent;
}

.faq-item .acc-title.active span:after {
    transform: rotate(90deg);
}

.faq-item .acc-title:first-child {
    border-top: 2px solid #ccc;
}

.faq-item .acc-content {
    display: none;
    padding-bottom: 25px;
    font-size: 15px;
    font-weight: 200;
    color: #555;
    line-height: 22px;
    border-bottom: 2px solid #ccc;
}

.faq-text {
    font-size: 17px;
    font-weight: 200;
    color: #555;
}

.faq-text p {
    margin-bottom: 20px;
}

.faq-text p span {
    font-size: 19px;
    font-weight: 600;
    color: #006593;
}

.faq-text a {
    color: #006593;
}

.faq-text a:hover {
    text-decoration: underline;
}

.contacts-title {
    padding-bottom: 25px;
    border-bottom: 2px solid #ccc;
}

.contacts-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #44b8e7;
}

.contacts-list {
    font-size: 17px;
    font-weight: 200;
    line-height: 25px;
}

.contacts-list li {
    margin-bottom: 15px;
}

.contacts-list .info-block {
    margin-bottom: 25px;
    max-width: 220px;
    border-radius: 10px;
    border: 1px solid #44b9e8;
}

.contacts-list .info-block h4 {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #44b9e8;
    margin-bottom: 0px;
}

.contacts-list .info-block p {
    padding: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #e5f6fe;
    margin-bottom: 0px;
}

.contacts-list .info-block p a {
    font-weight: 500;
    color: #006593;
}

.contacts-list .info-block p a:hover {
    text-decoration: underline;
}

.contacts-form p {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
}

.contacts-form label {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.contacts-form label span {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}

.contacts-form label span sup {
    color: #7d0000;
}

.contacts-form label input {
    padding: 0 15px;
    height: 36px;
    width: 50%;
    border: 1px solid #a9a9a9;
}

.contacts-form label input:focus {
    border-color: #1481bd;
}

.contacts-form label select {
    padding: 0 15px;
    height: 36px;
    width: 50%;
    border: 1px solid #a9a9a9;
}

.contacts-form label select:focus {
    border-color: #1481bd;
}

.contacts-form label textarea {
    padding: 15px;
    height: 170px;
    width: 100%;
    border: 1px solid #a9a9a9;
}

.contacts-form label textarea:focus {
    border-color: #1481bd;
}

.contacts-form .adress-input {
    justify-content: space-between;
}

.contacts-form .adress-input > span {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.contacts-form .adress-input > span sup {
    color: #7d0000;
}

.contacts-form .adress-input label {
    display: inline-block;
    max-width: 48%;
}

.contacts-form .adress-input label:nth-child(2) {
    width: 100%;
    max-width: 100%;
}

.contacts-form .adress-input label input {
    width: 100%;
}

.contacts-form .adress-input label span {
    margin-top: 0;
    margin-bottom: 5px;
}

.contacts-form .tip {
    padding-bottom: 35px;
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    border-bottom: 2px solid #ccc;
}

.contacts-form .news {
    margin: 40px 0;
}

.contacts-form .news label {
    align-items: center;
}

.contacts-form .news input {
    margin: 0;
    width: 16px;
    height: 16px;
}

.contacts-form .news span.wpcf7-list-item {
    margin: 0;
}

.contacts-form .news span.news {
    margin: 0;
    margin-left: 20px;
    width: calc(100% - 36px);
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.contacts-form .action {
    margin-bottom: 40px;
}

.contacts-form .action input {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #0096d6;
    cursor: pointer;
    transition: 0.2s ease;
}

.contacts-form .action input:hover {
    background: #44b9e8;
}

/* ---------------------------------------------------- */

/* Navigation ----------------------------------------- */

/* ---------------------------------------------------- */

#menu-primary-menu {
    margin: 0;
    padding: 0;
    float: right;
}

#menu-primary-menu > li {
    position: relative;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: -0.44px;
    /*line-height: 18px;
	margin: 0 0 -35px 0;*/
    vertical-align: top;
    margin: 0 -5px;
    height: 81px;
}


#menu-primary-menu > li:hover:after,
#menu-primary-menu > li.active:after {
    /*position: absolute;*/
    z-index: 1;
    content: '';
    display: block;
    height: 12px;
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/top-menu-hover-bottom.png');
    background-position: center bottom;
    background-size: 100% 100%;
}

#menu-primary-menu > li:hover,
#menu-primary-menu > li.active {
    background-color: #7ec134;
}

#menu-primary-menu li:hover ul li:hover {
    background-image: none;
}

#menu-primary-menu > li > a {
    padding: 48px 20px 0;
    height: 81px;
    display: block;
    background-position: center 18px;
    background-repeat: no-repeat;
    color: #FFF;
    min-width: 30px;
    font-weight: bold;
    box-sizing: border-box;
}

#menu-primary-menu li a:hover {
    text-decoration: none;
}

#menu-primary-menu li:hover ul li:hover a:hover {
    text-decoration: none;
}

#menu-primary-menu li.menu_info a {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_info.png');
}

#menu-primary-menu li.menu_search a {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_search.png');
}

#menu-primary-menu li.menu_support a {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_support.png');
}

#menu-primary-menu li.menu_global a {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_global.png');
}

#menu-primary-menu li.menu_shop a {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_shop.png');
}

#menu-primary-menu li:hover .sub-menu {
    right: -25px;
    opacity: 0.95;
    display: flex
}

#menu-primary-menu .sub-menu {
    position: absolute;
    background-color: #1481BD;
    padding: 40px;
    box-sizing: border-box;
    opacity: 0;
    width: 370px;
    transition: visibility 0s, opacity 0.4s linear;
    box-shadow: 1px 1px 5px #666;
    /*margin-top: -15px;*/
    z-index: -1;
    display: none;
    text-align: right;
}

#menu-primary-menu .sub-menu > li {
    border-bottom: 1px solid #4dbae6;
    padding: 12px 0;
    font-weight: normal;
    display: block;
    margin: 0;
    width: 100%;
}

#menu-primary-menu .sub-menu > li > a {
    color: #FFF;
    font-size: 1.375em;
    font-weight: normal;
    background-image: none;
    display: block;
}

#menu-primary-menu .sub-menu > li > a:hover {
    color: #44B9E8;
    /* transition: visibility 0s, opacity 0.4s linear; */
}

#menu-primary-menu li:first-child {
    padding-top: 0;
}

#menu-primary-menu li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


.dropdown_menu {
    margin: 0;
    padding: 0;
}

#menu-primary-menu > li.menu_products {
    /*background-image: url('images/products_button_back.png');
	background-position: -0 bottom;
	margin-bottom: -15px !important;*/
    background-color: #44b9e8;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
}

#menu-primary-menu > li.menu_products:after {
    z-index: 1;
    content: '';
    display: block;
    height: 12px;
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/products-menu-hover-bottom.png');
    background-position: center bottom;
    background-size: 100% 100%;
}

#menu-primary-menu > li.menu_products:hover:after {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/top-menu-hover-bottom.png');
}


#menu-primary-menu > li.menu_products > a {
    font-size: 18px;
}

#menu-primary-menu > li.menu_products:hover,
#menu-primary-menu > li.menu_products.hover {
    background-color: #7ec134;
    /*background-image: url('images/products_button_back.png');
	background-position: -132px bottom;*/
    text-decoration: none;
}

#menu-primary-menu > li.menu_products > a {
    box-sizing: border-box;
    padding-top: 35px;
    width: 131px;
}

/*
#menu-primary-menu > li.menu_products .sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    right: -9999px;
}
*/

#menu-primary-menu > li.menu_products:hover .sub-menu {
    right: 0px;
}



#menu-primary-menu > li.menu_products .sub-menu li:first-child {
    flex: 1 100%;
    width: 100%;
}

#menu-primary-menu > li.menu_products .sub-menu li {
    flex: 1 auto;
    width: 50%;
    padding: 6px;
    box-sizing: border-box;
}

#menu-primary-menu > li.menu_products .sub-menu li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 108px;
    margin-bottom: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#menu-primary-menu > li.menu_products .sub-menu li.menu_bottlefeeding a:before {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/placeholder-bottlefeeding.jpg');
}

#menu-primary-menu > li.menu_products .sub-menu li.menu_breastfeeding a:before {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_pacifiers.jpg');
}

#menu-primary-menu > li.menu_products .sub-menu li.menu_pacifiers a:before {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_cups.jpg');
}

#menu-primary-menu > li.menu_products .sub-menu li.menu_cups a:before {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_babycare.jpg');
}

#menu-primary-menu > li.menu_products .sub-menu li.menu_babycare a:before {
    background-image: url('http://eximatrading.ru/wp-content/themes/trilogo-/images/menu_breastfeeding.jpg');
}


#menu-primary-menu > li.menu_products .sub-menu li {
    border-bottom: none;
}

#menu-primary-menu > li.menu_products .sub-menu li a {
    font-size: 0.875em;
    text-transform: none;
    font-weight: bold;
}

#menu-primary-menu .menu_on .sub-menu {
    right: 0px !important;
    opacity: 0.95;
}

/* ---------------------------------------------------- */

/* Search ------------------------------------ */

/* ---------------------------------------------------- */

#search {
    position: absolute;
    background: #1481BD;
    box-shadow: 1px 1px 5px #666;
    opacity: 0.95;
    overflow: hidden;
    padding: 40px;
    top: 81px;
    z-index: -1;
    display: none;
}

#search input {
    border: 1px solid #979797;
    padding: 14px;
}

.search .results {
    min-height: 400px;
}

#s {
    border-radius: 40px;
}

#searchform input[type="submit"] {
    border-radius: 20px;
    padding: 5px;
    background-color: #7EC134;
    color: #ffffff;
}
.search-main .item {
    margin: 30px 0px;
}
.search-main .item a{
    outline: none;
    color: #006593;
    font-weight: bold;
    font-size: 2.5em;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: -.01em;
}
/* VS Fix*/

main .center img {
    margin: 0 auto;
}

main .vc_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 15px;
    /*    z-index: -1;*/
}

main .vc_row .vc_col-has-fill {
    min-height: 350px;
}

main .vc_row.vc_row-no-padding, main section.vc_section {
    margin-right: 0px;
}

main .vc_column-inner
/*, main .wpb_column*/

,
main .wpb_wrapper {
    height: 100%
}

.wpb_wrapper {
    font-size: 17px;
    font-weight: 200;
    color: #555;
}

.wpb_wrapper {
    font-size: 17px;
    font-weight: 200;
    color: #555;
}

.wpb_wrapper p {
    margin-bottom: 20px;
}

.wpb_wrapper b {
    display: block;
    font-weight: 600;
}

.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4 {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.wpb_wrapper h4 {
    font-size: 25px;
    color: #1481bd;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .page-title h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 320px) {
    .page-title h1 {
        font-size: 35px;
    }
}
.bootle-img .full {
    width: 100%;
    padding: 0 10%;
} 