/*
 *
 *
 *
 *
 *                 _____                    _____                    _____                   _______                   _____          
 *                /\    \                  /\    \                  /\    \                 /::\    \                 /\    \         
 *               /::\    \                /::\    \                /::\    \               /::::\    \               /::\____\        
 *              /::::\    \              /::::\    \              /::::\    \             /::::::\    \             /::::|   |        
 *             /::::::\    \            /::::::\    \            /::::::\    \           /::::::::\    \           /:::::|   |        
 *            /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \         /:::/~~\:::\    \         /::::::|   |        
 *           /:::/  \:::\    \        /:::/__\:::\    \        /:::/__\:::\    \       /:::/    \:::\    \       /:::/|::|   |        
 *          /:::/    \:::\    \      /::::\   \:::\    \      /::::\   \:::\    \     /:::/    / \:::\    \     /:::/ |::|   |        
 *         /:::/    / \:::\    \    /::::::\   \:::\    \    /::::::\   \:::\    \   /:::/____/   \:::\____\   /:::/  |::|   | _____  
 *        /:::/    /   \:::\    \  /:::/\:::\   \:::\    \  /:::/\:::\   \:::\____\ |:::|    |     |:::|    | /:::/   |::|   |/\    \ 
 *       /:::/____/     \:::\____\/:::/__\:::\   \:::\____\/:::/  \:::\   \:::|    ||:::|____|     |:::|    |/:: /    |::|   /::\____\
 *       \:::\    \      \::/    /\:::\   \:::\   \::/    /\::/   |::::\  /:::|____| \:::\    \   /:::/    / \::/    /|::|  /:::/    /
 *        \:::\    \      \/____/  \:::\   \:::\   \/____/  \/____|:::::\/:::/    /   \:::\    \ /:::/    /   \/____/ |::| /:::/    / 
 *         \:::\    \               \:::\   \:::\    \            |:::::::::/    /     \:::\    /:::/    /            |::|/:::/    /  
 *          \:::\    \               \:::\   \:::\____\           |::|\::::/    /       \:::\__/:::/    /             |::::::/    /   
 *           \:::\    \               \:::\   \::/    /           |::| \::/____/         \::::::::/    /              |:::::/    /    
 *            \:::\    \               \:::\   \/____/            |::|  ~|                \::::::/    /               |::::/    /     
 *             \:::\    \               \:::\    \                |::|   |                 \::::/    /                /:::/    /      
 *              \:::\____\               \:::\____\               \::|   |                  \::/____/                /:::/    /       
 *               \::/    /                \::/    /                \:|   |                   ~~                      \::/    /        
 *                \/____/                  \/____/                  \|___|                                            \/____/         
 *                                                                                                                                    
 *
 *
 *
 *
 *
 *                              Ceron v2.66     Copyright (c) 2019 Ceron, Inc.     Website: https://ceron.pw
 *
 *
 *
 *                                                _______ ______ _   _ _______ _____ ____  _   _ 
 *                                             /\|__   __|  ____| \ | |__   __|_   _/ __ \| \ | |
 *                                            /  \  | |  | |__  |  \| |  | |    | || |  | |  \| |
 *                                           / /\ \ | |  |  __| | . ` |  | |    | || |  | | . ` |
 *                                          / ____ \| |  | |____| |\  |  | |   _| || |__| | |\  |
 *                                         /_/    \_\_|  |______|_| \_|  |_|  |_____\____/|_| \_|
 *                                                                                                
 *
 *                             Этот файл сгенерирован программой Ceron, все дальнейшие изменения файла будут утеряны!
 *                Вносить изменения в файл можно если Вы на 100% уверены, что верстка полностью готова и больше не будет не каких изменений!
 *                       Если же вам нужно что-то поменять, то пожалуйста создайте дополнительный файл и там вносите изменения
 *
 */





@font-face {
	font-family: "Mont";
	font-display: swap;
	src: 
		url("../fonts/Mont/Mont-Light.eot") format("embedded-opentype"),
    	url("../fonts/Mont/Mont-Light.woff2") format("woff2"),
    	url("../fonts/Mont/Mont-Light.woff") format("woff"),
    	url("../fonts/Mont/Mont-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Mont";
	font-display: swap;
	src: 
		url("../fonts/Mont/Mont-Regular.eot") format("embedded-opentype"),
    	url("../fonts/Mont/Mont-Regular.woff2") format("woff2"),
    	url("../fonts/Mont/Mont-Regular.woff") format("woff"),
    	url("../fonts/Mont/Mont-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Mont";
	font-display: swap;
	src: 
		url("../fonts/Mont/Mont-SemiBold.eot") format("embedded-opentype"),
    	url("../fonts/Mont/Mont-SemiBold.woff2") format("woff2"),
    	url("../fonts/Mont/Mont-SemiBold.woff") format("woff"),
    	url("../fonts/Mont/Mont-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Mont";
	font-display: swap;
	src: 
		url("../fonts/Mont/Mont-Bold.eot") format("embedded-opentype"),
    	url("../fonts/Mont/Mont-Bold.woff2") format("woff2"),
    	url("../fonts/Mont/Mont-Bold.woff") format("woff"),
    	url("../fonts/Mont/Mont-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:after,
*:before{
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::placeholder {
	color: #6a6a6a;
	opacity: 1;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

html {
    height: 100%;
}

body{
	line-height: 1.2;
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: "Mont", sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
    flex-direction: column !important;
    height: 100%;
}


h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit;
}

p{
	margin: 0;
}

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

img{
	vertical-align: middle;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color: inherit;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover{
	text-decoration: none;
	color: #125dcd;
}

button,
input,
textarea,{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
textarea { 
	resize: vertical; 
}

input,
textarea,
button,
.swiper-button{
	outline: none;
	border: 0;
}

input,
select,
textarea{
	-webkit-appearance: none;
 	-moz-appearance: none;
}

table{
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}

@media (min-width: 1451px){
	.cn-container {
	    max-width: 1450px;
	}
}

@media (min-width: 1600px){
	.cn-container {
	    max-width: 1600px;
	}
}

/*
@media (max-width: 575px){
	.cn-container {
	    max-width: 320px;
	}
}
*/

/* Other */

.wrap{
    /*overflow: hidden*/
}
.hide{
    display: none
}
.tabs-body{
    display: none
}

/* Modal */

.blocker{
    z-index: 10
}

/* Section */

.section{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative
}

/* Mobile */

.mobile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(var(--vh, 1vh) * 100)
}
.mobile-over{
    display: none
}
.mobile-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: #ffffff;
    min-height: auto;
    height: auto;
    padding-top: 1.10em;
    padding-bottom: 1.10em
}
.mobile-body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.mobile-logo{
    width: 7.49em;
}
.mobile-split{
    border-top: 1px solid #dddddd;
    margin-top: 1.00em;
    margin-bottom: 1.00em
}
.mobile-piend img{
    width: 1.41em;
    height: 1.60em;
    -o-object-fit: contain;
       object-fit: contain
}
.mobile .e-phones{
    position: absolute;
    top: 19px;
    left: 130px;
    padding-left: 20px;
}
.mobile .e-phones.open{
    background-color: #fff;
    -webkit-box-shadow: 0 0.60em 1.30em 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.60em 1.30em 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.60em 1.30em 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}
.mobile .e-phones:hover .e-phones__onoru{
    display: none;
}
.mobile .e-phones.open .e-phones__onoru{
    display: block;
}
.mobile .e-phones .e-phones__onoru{
    background-color: transparent;
    position: static;
    top: 0;
    right: 0;
    padding: 0 0 4px 10px;
    box-shadow: none;
}
.mobile .e-phones .e-phones__onore{
    display: inline-block;
    padding: 5px;
}
.mobile .e-phones .e-phones__onore:before{
    content: '';
    background-color: #f4f4f4;
    position: absolute;
    top: 0.30em;
    left: -1em;
    border-radius: 5px;
    width: 18px;
    height: 18px;
}
.mobile .e-phones .e-phones__onore:after{
    top: 0.18em;
    right: calc(100% + 0.2em);
}
.mobile .e-phones .e-phones__onore img{
    width: 1.16em;
    -o-object-fit: contain;
       object-fit: contain;
}

.mobile-search {
    position: absolute;
    top: 10px;
    left: 25px;
    width: calc(100% - 50px);
    z-index: 1;
}

.mobile-search .e-search {
    display: flex;
    width: 100%;
}

.mobile-search .e-search__inlet {
    width: 100%;
    height: 57px;
}

.mobile-search .e-search__toggle {
    position: absolute;
    top: calc(50% - 14px);
    right: 15px;
}

@media screen and (max-width: 575px){
    .mobile-search {
        left: 10px;
        width: calc(100% - 20px);
    }

    .mobile-search .e-search__inlet {
        height: 47px;
    }
}

.menu--catalog {
    position: absolute;
    top: 61px;
    left: 20px;
}

.menu--catalog ul.menu--top {
    background-color: #fff;
    display: inline-block;
    width: 300px;
    margin: 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.menu--catalog ul.menu--top li {
    list-style: none;
}

.menu--catalog ul.menu--top li a {
    display: block;
    position: relative;
    padding: 15px 19px;
    font-weight: 600;
    font-size: 15px;
    color: #222;
    text-decoration: none;
}

.menu--catalog ul.menu--top li:hover a {
    color: #1bb19f;
}

.menu--catalog ul.menu--top li:first-child a:hover {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.menu--catalog ul.menu--top li:last-child a:hover {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.menu--catalog ul.menu--top li.child > a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_427_13)'%3E%3Cpath d='M2.5564 6.99805L5.44385 4L2.5564 1.00195' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_427_13'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 8) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
}

.menu--catalog ul.menu--top li.child:hover > a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_427_8)'%3E%3Cpath d='M2.5564 6.99805L5.44385 4L2.5564 1.00195' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_427_8'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 8) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-color: #1bb19f;
}

.menu--catalog ul.menu--top li ul {
    display: none;
}

.menu--catalog ul.menu--top li:hover ul {
    background-color: #f4f7fa;
    display: block;
    position: absolute;
    left: 296px;
    top: 0;
    width: 330px;
    padding: 8px 0;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    z-index: 1000;
}

.menu--catalog ul.menu--top li:hover ul li a {
    font-weight: 400;
    color: #222;
}

.menu--catalog ul.menu--top li:hover ul li a:hover {
    color: #1bb19f;
}

.menu--catalog ul.menu--top li:hover ul li:first-child a:hover {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
}

.menu--catalog ul.menu--top li:hover ul li:last-child a:hover {
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
}

/* Текста */

.typo-virtu{
    font-weight: 600
}
.typo-lteru{
    font-size: 0.88em;
    font-weight: 600
}
.typo-ffici{
    font-size: 1.13em;
    font-weight: 600
}
.typo-tenti{
    line-height: 1.1;
    font-size: 36px;
}
.typo-ienum{
    font-size: 0.94em
}
.typo-onest{
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}
.typo-tribu{
    font-size: 18px;
    font-weight: 600;
}
.typo-edare{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}
.typo-alsus{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}
.typo-etare{
    line-height: 1.4;
    font-size: 1em
}
.typo-empto{
    font-size: 1.13em;
    font-weight: 700
}
.typo-elict{
    font-weight: 700
}
.typo-idetu{
    font-size: 36px;
}
.typo-intel{
    line-height: 1.9;
    font-size: 18px;
}
.typo-nveni{
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}
.typo-axima{
    font-size: 2.38em
}
.typo-aveat{
    font-size: 10.00em;
    font-weight: 500
}
.typo-aeren{
    font-size: 26px;
    font-weight: 600;
}
.typo-estum{
    font-size: 0.88em
}
.typo-ffect{
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
}
.typo-ractu{
    line-height: 1.8;
    font-weight: 700
}
.typo-oblig{
    line-height: 1.7;
    font-size: 0.88em;
    font-weight: 600
}
.typo-iudic{
    line-height: 1.5;
    font-size: 0.88em
}
.typo-perar{
    line-height: 1.6;
    font-weight: 600;
    text-decoration: underline
}
.typo-pluri{
    line-height: 1.3;
    font-size: 0.81em;
    font-weight: 300
}
.typo-otest{
    font-size: 6.00em
}
.typo-uomod{
    font-size: 1.88em;
    font-weight: 600
}
.typo-rimen{
    font-size: 2.25em;
    font-weight: 600
}
.typo-minus{
    font-size: 1.38em;
    font-weight: 600
}
.typo-tione{
    font-size: 1.75em;
    font-weight: 600
}
.typo-alefi{
    line-height: 1.4;
    font-size: 1.75em;
    font-weight: 600
}
.typo-princ{
    line-height: 1.4;
    font-size: 0.88em;
    font-weight: 600
}
.typo-opter{
    line-height: 1.4;
    font-weight: 600
}
.typo-legan{
    font-size: 1.50em;
    font-weight: 600
}
.typo-cresc{
    font-weight: 600;
    text-decoration: underline
}
.typo-ognos{
    font-size: 1.25em;
    font-weight: 700
}
.typo-acens{
    font-weight: 300
}
.typo-volen{
    font-size: 1.38em;
    font-weight: 700
}
.typo-ivend{
    line-height: 1.7;
    font-size: 0.88em;
    font-weight: 300
}
.typo-niuri{
    line-height: 1.5;
    font-weight: 600
}
.typo-mitte{
    line-height: 1.7;
    font-size: 0.88em
}
.typo-uiuri{
    font-size: 1.13em;
    font-weight: 500
}
.typo-iliis{
    font-size: 0.88em
}
.typo-fectu{
    font-size: 0.88em
}
.typo-utati{
    font-weight: 500
}
.typo-otior{
    line-height: 1.7;
    font-size: 0.88em;
    font-weight: 500
}
.typo-corru{
    line-height: 1.3
}
.typo-siden{
    font-size: 0.88em;
    text-decoration: underline
}
.typo-mnibu{
    line-height: 1.6;
    font-weight: 500
}
.typo-ntubi{
    line-height: 1.5;
    font-weight: 300
}
.typo-esumi{
    font-size: 0.88em
}
.typo-uriam{
    line-height: 1.8;
    font-size: 0.81em;
    font-weight: 700
}
.typo-commo{
    line-height: 1.4;
    font-size: 0.94em
}
.typo-aeven{
    font-size: 0.75em;
    font-weight: 600
}

/* Color */

.color__mountain-meadow{
    color: #1bb19f
}
.color__saffron{
    color: #f4c13c
}
.color__carnation{
    color: #f46464
}
.color__regent-gray{
    color: #7e8b97
}
.color__denim{
    color: #195ecc
}
.color__tory-blue{
    color: #17469e
}
.color__mine-shaft{
    color: #373737
}
.color__trendy-pink{
    color: #8e6b9b
}
.color__mine-shaft{
    color: #333333
}
.color__boulder{
    color: #767676
}
.color__mine-shaft{
    color: #222222
}
.color__nandor{
    color: #4f5858
}
.color__white{
    color: #ffffff
}
.color__ultra-gray{
    color: #dddddd
}

/* Btn */

.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.btn-snap{
    color: #ffffff;
    font-size: 1.00em;
    font-family: Mont;
    font-weight: 600;
    background-color: #1bb19f;
    padding: 0.813em 1.25em;
    line-height: 1.3;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 3.125em
}
.btn-stud {
    background-color: #17469e;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: 2px solid #ffffff;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 2.44em
}
.btn-clasp, #button-confirm {
    color: #ffffff;
    line-height: 1.2;
    font-size: 1.00em;
    font-family: Mont;
    font-weight: 700;
    background-color: #17469e;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 3.75em
}
.btn--catalog:before{
    content: url(../img/icons/catalog.svg);
    margin-top: 0.063em;
    margin-right: 0.80em;
}
.btn-clasp:hover, #button-confirm:hover, .btn-stud:hover{
    color: #ffffff;
    /*background-color: #125dcd;*/
    background-color: #1bb19f;
}

#button-confirm {
    width: 100%;
}
/* Form */

.form-checkbox{
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em
}

/* Input */

.input{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.input-stripe{
    color: #000000;
    line-height: 1.2;
    font-size: 0.88em;
    font-family: Mont;
    font-weight: 300;
    background-color: #ffffff;
    border: 1px solid #ebeff2;
    padding-left: 1.49em;
    padding-right: 1.49em;
    display: block;
    width: 100%;
    height: 4.26em;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}
.input-input{
    color: #000000;
    line-height: 1.2;
    font-size: 0.88em;
    font-weight: 400;
    background-color: #ffffff;
    border: 2px solid #e4e4e4;
    display: block;
    width: 100%;
    height: 4.26em;
    font-family: Mont;
    padding-left: 1.40em;
    padding-right: 1.40em;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}

/* Shape */

.shape__ucrum{
    background-color: #ffffff;
    border: 1px solid #ebeff2
}
.shape__axima{
    background-color: #17469e;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px
}
.shape__mnibu{
    background-color: #f4c13c;
    border-top: 3px solid #f4c239
}
.shape__cessa{
    background-color: #f6f7f8
}
.shape__utati{
    background-color: #ffffff
}
.shape__ognos{
    background-color: #ffffff;
    border: 1px solid #2c3333
}

/* Элементы */

.elem-gallery-up{
    -webkit-transform: translateY(-134px);
       -moz-transform: translateY(-134px);
        -ms-transform: translateY(-134px);
         -o-transform: translateY(-134px);
            transform: translateY(-134px)
}
.elem-map{
    background-color: #dddddd;
    min-height: 37.50em
}
.elem-summu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.elem-go{
    line-height: 1.4;
    font-weight: 600;
    border-bottom: 1px solid #f2f5f7;
    display: block;
    padding-top: 1.18em;
    padding-bottom: 1.18em
}
.elem-edit{
    border-bottom: 2px solid #000000
}
.elem-img-hover{
    overflow: hidden
}
.elem-compare{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd
}
.elem-where-sroll{
    max-height: 37.20em
}
.elem-link-circle{
    position: relative
}
.elem-link-circle-blue{
    position: relative
}
.elem-img-hover-scale{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.elem-hover-acale{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.elem-back-arrow:before{
    content: url(../img/icons/back-arrow.svg);
    margin-right: 0.40em
}
.elem-filter:before{
    content: url(../img/icons/filter.svg);
    margin-right: 0.60em
}
.elem-minim + .elem-minim{
    margin-top: 1.20em;
    padding-top: 1.20em;
    border-top: 1px solid #f2f5f7
}
.elem-like:before{
    content: url(../img/icons/like.svg);
    margin-right: 0.50em
}
.elem-contact-hover:hover{
    color: #125dcd
}
.elem-hover-acale:hover{
    -webkit-transform: scaleX(1.04) scaleY(1.04);
       -moz-transform: scaleX(1.04) scaleY(1.04);
        -ms-transform: scaleX(1.04) scaleY(1.04);
         -o-transform: scaleX(1.04) scaleY(1.04);
            transform: scaleX(1.04) scaleY(1.04)
}
.elem-summu + .elem-summu{
    border-top: 1px solid #f2f5f7;
    padding-top: 0.80em;
    margin-top: 0.80em
}
.elem-back:before{
    content: url(../img/icons/back.svg);
    margin-right: 0.95em
}
.elem-foward:after{
    content: url(../img/icons/foward.svg);
    margin-left: 0.94em
}
.elem-img-hover img, .elem-img-hover-scale img{
    -webkit-transition: 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.elem-img-hover:hover img, .elem-img-hover-scale:hover img{
    -webkit-transform: scaleX(1.04) scaleY(1.04);
       -moz-transform: scaleX(1.04) scaleY(1.04);
        -ms-transform: scaleX(1.04) scaleY(1.04);
         -o-transform: scaleX(1.04) scaleY(1.04);
            transform: scaleX(1.04) scaleY(1.04)
}
.elem-go:hover, .elem-go.active{
    border-color: #17469E;
    color: #17469E
}
.elem-compare .swiper-slide + .swiper-slide{
    -webkit-box-shadow: inset 1px 0 0 0 #dddddd;
       -moz-box-shadow: inset 1px 0 0 0 #dddddd;
            box-shadow: inset 1px 0 0 0 #dddddd
}
.elem-map-ua svg{
    max-width: 100%
}
.elem-map-ua svg path:hover{
    fill: #CED5E2
}
.elem-link-white-hover:hover{
    color: #ffffff
}
.elem-link-circle:after, .elem-link-circle-blue:after{
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/other/circle.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    top: -1.70em;
    right: -1.70em;
    bottom: -1.70em;
    left: -1.70em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: scaleX(0.68) scaleY(0.66);
       -moz-transform: scaleX(0.68) scaleY(0.66);
        -ms-transform: scaleX(0.68) scaleY(0.66);
         -o-transform: scaleX(0.68) scaleY(0.66);
            transform: scaleX(0.68) scaleY(0.66);
    opacity: 0
}
.elem-link-circle:hover:after, .elem-link-circle-blue:hover:after{
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
       -moz-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
         -o-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1)
}
.elem-link-circle-blue:after{
    background-image: url(../img/other/circle-blue.svg)
}

/* Img */

.img-fit-contain{
    -o-object-fit: contain;
       object-fit: contain
}
.img-fit-cover{
    -o-object-fit: cover;
       object-fit: cover
}
.img-fit-full{
    -o-object-fit: unset;
       object-fit: unset
}
.img-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

/* Окна */

.modal__success{
    text-align: center
}

/* Swiper */

.swiper-outside{
    position: relative
}
.swiper--auto .swiper-wrapper .swiper-slide{
    height: auto
}
.swiper--same .swiper-wrapper .swiper-slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}
.swiper--same .swiper-wrapper .swiper-slide > *{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}

/* Swiper-button */

.swiper-button{
    /*background-image: url(../img/icons/swiper-arrow.svg);*/
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto
}
.swiper-button--outside .swiper-button-next{
    right: -2.40em
}
.swiper-button--outside .swiper-button-prev{
    left: -2.40em
}
.swiper-button--static .swiper-button{
    position: static;
    margin-top: 0px
}

/* Swiper-pagination */

.swiper-pagination{
    left: 0;
    bottom: 0;
    right: 0
}
.swiper-pagination-bullet{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    margin-left: 0.40em;
    margin-right: 0.40em;
    opacity: 1;
    background-color: #125dcd;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px
}
.swiper-pagination--right .swiper-pagination{
    top: 0;
    right: 2.20em;
    left: auto !important;
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.swiper-pagination--right .swiper-pagination .swiper-pagination-bullet{
    margin-top: 0.60em;
    margin-bottom: 0.60em;
    opacity: 1;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px
}
.swiper-pagination--right .swiper-pagination .swiper-pagination-bullet-active{
    height: 1.40em
}
.swiper-pagination--horizontal .swiper-pagination-bullet-active{
    width: 1.30em
}
.swiper-pagination--white .swiper-pagination-bullet{
    background-color: #ffffff
}

/* S-head */

.s-head{
    z-index: 2;
    padding-bottom: 1.5em
}

/* S-foot */

.s-foot {
    background-color: #0f449f;
    color: #ffffff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: auto;
}
.s-foot a:hover{
    color: #ffffff;
    text-decoration: underline
}

/* S-welcome */

.s-welcome{
    background-color: #17469e;
    color: #ffffff;
    padding-top: 4.50em;
    padding-bottom: 4.50em
}

/* S-content */

.s-content{
    padding-top: 2.45em;
    padding-bottom: 2.45em
}
.s-content--medium{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* S-download */

.s-download{
    background-color: #0f449f;
    color: #ffffff;
    padding-top: 5.10em;
    padding-bottom: 5.10em;
    z-index: 1
}
.s-download__oblig{
    margin-top: -9.50em;
    margin-bottom: -5.00em;
    margin-left: 2.50em
}

/* S-team */

.s-team{
    background-color: #f46464;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 60px;
}
.s-team__slide{
    position: relative
}

/* S-speedbar */

.s-speedbar{
    border-top: 1px solid #bababa;
    padding-top: 1.20em;
    padding-bottom: 1.20em
}
.s-speedbar a{
    color: #125DCD;
}
/* B-glread */

.b-glread__a1{
    margin-top: -11.50em
}
.b-glread__a2{
    margin-top: -16.00em
}
.b-glread__a3{
    margin-top: -16.00em
}

/* B-dmenu */
.b-dmenu__ustit {
    padding-right: 43px;
    background-color:#ebeff2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 43px;
    padding-top: 0.40em;
    padding-bottom: 0.40em;
    min-height: 3.30em;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.b-dmenu__ustit:hover {
    background: #dde5f0;
}

.b-dmenu__ustit:hover:after {
    background-color: #17469e;
    color: #ffffff;
}

.b-dmenu__ustit:hover a {
    color: #125dcd;
}

.b-dmenu.open .b-dmenu__ustit:hover a {
    color: #1bb19f;
}

.b-dmenu__intel {
    line-height:1.4;
    font-weight:600
}
.b-dmenu__iuria{
    display: none
}
.b-dmenu__intel a, .b-dmenu__iuria a {
    display: block;
}
.b-dmenu__ustit.ddrop-toggle:after{
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #dde5f0;
    color: #17469e;
    width: 2.13em;
    height: 2.13em;
    margin-top: -1.06em;
    text-align: center;
    line-height: 2.13;
    font-size: 0.88em;
    font-weight: 700;
    transition: .3s;
}
.b-dmenu__ustit.ddrop-toggle:hover:after {
    background: #1bb19f;
    color: #ffffff;
    /*background: rgba(237, 204, 122, 1);*/
}
.b-dmenu.open .b-dmenu__ustit{
    background-color: #17469E;
    color: #ffffff
}
.b-dmenu.open .b-dmenu__ustit.ddrop-toggle:after{
    content: '-'
}

/* B-dbox */

.b-dbox__toggle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer
}
.b-dbox__body{
    display: none
}
.b-dbox__toggle:after{
    color: #17469e;
    line-height: 1.8;
    font-size: 0.88em;
    font-weight: 700;
    width: 26px;
    height: 26px;
    background-color: #ecf0f3;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    content: '+';
    text-align: center
}
.b-dbox + .b-dbox{
    border-top: 1px solid #f2f5f7;
    padding-top: 1.10em;
    margin-top: 1.10em
}
.b-dbox.open .b-dbox__toggle:after{
    content: '-'
}
.b-dbox__toggle:hover{
    color: #17469E
}

/* B-images */

.b-images{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.b-images__left{
    /*width: 5.67em;*/
    margin-right: 0.60em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
}
.b-images__big{
    background-color: #ffffff;
    border: 1px solid #ebeff2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden
}
.b-images__small{
    border: 1px solid #ebeff2;
    cursor: pointer;
}
.b-images__small.active{
    border-color: #125dcd
}

/* B-details */

.b-details__toggle{
    border-bottom: 1px solid #f2f5f7;
    padding-top: 0.60em;
    padding-bottom: 0.60em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer
}
.b-details__body{
    display: none
}
.b-details__toggle:after{
    color: #222222;
    font-size: 1.13em;
    content: '+'
}
.b-details.open .b-details__toggle:after{
    content: '-'
}

/* E-toggle */

.e-toggle{
    background-image: url(../img/icons/menu.svg);
    width: 2.10em;
    height: 1.80em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain
}

/* E-menu */

.e-menu--main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.e-menu--main li {
    padding: 0 1em;
}
.e-menu--main .e-menu__raeca{
    display: block;
    position: relative;
    padding: 0.625em 0;
    font-size: 0.875em;
}
.e-menu--main .e-menu__raeca:hover{
    color: #125dcd;
}

.s-foot ul.menu a {
    position: relative;
}

.s-foot ul.menu a:hover {
    text-decoration: none;
}

.s-foot ul.menu a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.20em;
    width: 2.00em;
    height: 2px;
    background-color: #fff;
    margin-left: -1.00em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0
}

.s-foot ul.menu a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

/* E-social */
.e-social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    padding-top: 6px;
}
.e-social a{
    display: block;
    height: 22px;
}
.e-social--footer a{
    display: block
}
.e-social--footer a:hover{
    -webkit-transform: scaleX(1.30) scaleY(1.30);
       -moz-transform: scaleX(1.30) scaleY(1.30);
        -ms-transform: scaleX(1.30) scaleY(1.30);
         -o-transform: scaleX(1.30) scaleY(1.30);
            transform: scaleX(1.30) scaleY(1.30)
}

/* E-account */
.e-account{
    margin-right: 40px;
    padding-top: 6px;
}
@media screen and (max-width: 1200px){
    .e-account{
        margin: 0 0 0 25px;
        padding: 0;
    }
}
.e-account a{
    display: block;
    font-size: 14px;
}
.e-account img{
    margin-right: 7px;
}

/* E-language */
.e-language {
    margin-right: 16px;
    padding-top: 6px;
}

/* E-phones */
.e-phones{
    position: relative
}
.e-phones__onoru{
    position: absolute;
    top: 100%;
    right: -1.10em;
    background-color: #ffffff;
    -webkit-box-shadow:  0 0.60em 1.30em 0 rgba(0, 0, 0, 0.15);
       -moz-box-shadow:  0 0.60em 1.30em 0 rgba(0, 0, 0, 0.15);
            box-shadow:  0 0.60em 1.30em 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding-left: 1.00em;
    padding-right: 1.00em;
    padding-top: 0.90em;
    padding-bottom: 0.90em;
    display: none;
    z-index: 1
}
.e-phones__onore{
    position: relative
}
.e-phones__onore:after{
    content: url(../img/icons/down.svg);
    position: absolute;
    top: 0;
    right: -0.70em
}
.e-phones:hover .e-phones__onoru{
    display: block
}

/* E-search */
.e-search {
    position: relative;
    /*
    width: 2.72em;
    height: 2.50em;
    */
}

.e-search__inlet {
    background-color: #fff;
    display: block;
    padding: 14px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    line-height: 1.2;
    font-family: "Mont", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #929391;
    /*
    width: 46.78em;
    height: 2.84em;
    position: absolute;
    top: 0;
    right: 0;
    */
    width: 36.30em;
    pointer-events: auto;
    opacity: 1;
    /*
    pointer-events: none;
    opacity: 0;
    */
}

@media (max-width: 1600px){
    .e-search__inlet {
        width: 33.30em;
    }
}

@media (max-width: 1450px){
    .e-search__inlet {
        width: 24.30em;
    }
}

@media (max-width: 1200px){
    .e-search__inlet {
        width: 21.30em;
    }
}

.e-search__toggle{
    background: url(../img/icons/head/search.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 31px;
    height: 28px;
    cursor: pointer;
}

@media (min-width: 992px){
    .e-search__toggle{
        position: absolute;
        top: calc(50% - 15px);
        right: 10px;
    }
}

.e-search.open .e-search__inlet {
    /*
    opacity: 1;
    pointer-events: auto;
    width: 46.78em;
    */
}
/* E-lang */

.e-lang{
    display: inline-block;
    position: relative;
    z-index: 2
}
.e-lang__drop{
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ffffff;
    -webkit-box-shadow:  0 7px 25px 0 rgba(0, 0, 0, 0.17);
       -moz-box-shadow:  0 7px 25px 0 rgba(0, 0, 0, 0.17);
            box-shadow:  0 7px 25px 0 rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px
}
.e-lang__select{
    display: block;
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 7px;
    padding-bottom: 7px
}
.e-lang__toggle{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding-left: 0.50em;
    padding-right: 0.50em;
    position: relative
}

@media screen and (max-width: 575px){
    .e-lang__toggle{
        background-color: #f4f4f4;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.e-lang__toggle:after{
    content: url(../img/icons/down.svg);
    margin-top: -0.42em;
    margin-left: 0.00em
}
.e-lang:hover .e-lang__drop{
    display: block
}
.e-lang__toggle span{
    font-weight: 400;
}

/* E-we */

.back-color-advantages > div:nth-child(odd){
    background-color: #1bb19f38;
}
.back-color-advantages > div:nth-child(even){
    background-color: #95699b2e;
}

#information-information h3{
    color: #009688;
}


.e-we{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-we__rsona{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1.50em
}
.e-we--s .typo-edare{
    font-size: 0.88em;
    line-height: 1.8
}

/* E-create */

.e-create{
    color: #ffffff;
    background-color: #125dcd;
    display: block;
    padding-left: 2.20em;
    padding-right: 2.20em;
    padding-top: 1.80em;
    padding-bottom: 1.80em;
    position: relative;
    min-height: 40.10em
}
.e-create--c1{
    background-color: #21398f
}
.e-create--c2{
    background-color: #14b3a0;
    background-image: url(../img/create/c-2.png);
    background-repeat: no-repeat;
    background-position: 0 100%
}
.e-create--c3{
    background-color: #21398f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
.e-create--c4{
    background-color: #c8e4ff;
    color: #125dcd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 3.70em;
    padding-bottom: 3.70em
}
.e-create--c5{
    background-color: #b6ceb9;
    background-image: url(../img/create/c-5.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover
}
.e-create--c6{
    background-color: #21398f
}
.e-create--c7{
    background-color: #c8e4ff;
    color: #125dcd
}
.e-create--c8{
    background-color: #ffcb44;
    color: #125dcd
}
.e-create--c3 img.e-create__ivend{
    margin-left: auto
}
.e-create--c3 img:last-child{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%
}
.e-create--c4:before{
    content: url(../img/create/p-1.svg)
}
.e-create--c4:after{
    content: url(../img/create/p-2.svg)
}
.e-create--c6, .e-create--c7, .e-create--c8, .e-create--c1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
.e-create--c7 img, .e-create--c6 img, .e-create--c8 img{
    margin-top: auto;
    margin-left: auto;
    margin-right: auto
}
.e-create--c1:hover, .e-create--c2:hover, .e-create--c3:hover, .e-create--c6:hover, .e-create--c5:hover{
    color: #ffffff
}
.e-create:hover{
    -webkit-transform: scaleX(1.04) scaleY(1.04);
       -moz-transform: scaleX(1.04) scaleY(1.04);
        -ms-transform: scaleX(1.04) scaleY(1.04);
         -o-transform: scaleX(1.04) scaleY(1.04);
            transform: scaleX(1.04) scaleY(1.04);
    z-index: 1;
    -webkit-box-shadow:  0 0.60em 1.80em 0 rgba(0, 0, 0, 0.18);
       -moz-box-shadow:  0 0.60em 1.80em 0 rgba(0, 0, 0, 0.18);
            box-shadow:  0 0.60em 1.80em 0 rgba(0, 0, 0, 0.18)
}

/* E-item */
.e-item {
    padding: 20px;
    border: 1px solid #ebeff2;
    transition: none;
    width: 100%;
    position: relative;
}

.e-item:hover {
    background-color: rgba(237, 204, 122, 0.18);
    border: 1px solid rgba(237, 204, 122, 1);
}

.e-item__icent {
    background-color: #ffffff;
    /*border: 1px solid #ebeff2;*/
    border: 1px solid transparent;
    display: block;
    text-align: center
}

.e-item:hover .e-item__icent{
    border-color: rgba(237, 204, 122, .5);
}

.e-item:hover .elem-img-hover img {
    -webkit-transform: scaleX(1.04) scaleY(1.04);
    -moz-transform: scaleX(1.04) scaleY(1.04);
    -ms-transform: scaleX(1.04) scaleY(1.04);
    -o-transform: scaleX(1.04) scaleY(1.04);
    transform: scaleX(1.04) scaleY(1.04);
}

.e-item:hover h4 a {
    color: #125dcd;
}

.e-item__like{
    position: absolute;
    top: 0.80em;
    right: 0.80em;
    opacity: 0.14;
    -webkit-filter: brightness(0%);
    filter: brightness(0%)
}

.e-item__like:after {
    content: url(../img/icons/like-blue.svg);
    width: 29px;
    height: 30px;
}

.e-item__like:hover, .e-item__like.active{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    opacity: 1;
}

.e-item__like:hover:after, .e-item__like.active:after{
    content: url(../img/icons/like-coral.svg);
}

#product .elem-like:hover:before {
    content: url(../img/icons/like-coral.svg);
    width: 21px;
    height: 24px;
}
.elem-like.active:before {
    content: url(../img/icons/like-coral.svg);
    width: 21px;
    height: 24px;
}
/* E-icon */

.e-icon{
    text-align: center;
    padding: 0px 15px;
}
@media (max-width: 991px){
 .e-icon{
    padding: 0px 0px;
}   
}
.e-icon__img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 9.35em
}
.e-icon__title{
    font-size: 18px;
    font-weight: 600;
}
.e-icon__text{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 8px;
}

/* E-video */

.e-video{
    position: relative;
    display: block
}
/* E-person */

.e-person{
    position: relative
}
.e-person__alefi{
    position: absolute;
    left: 1.30em;
    bottom: 0.90em
}

/* E-article */

.e-article{
    border-top: 2px solid #f4c239;
    padding-top: 1.50em
}

/* E-speedbar */

.e-speedbar{
    color: #373737;
    line-height: 1.4;
    font-weight: 300
}
.e-speedbar > * + *:before{
    background-color: #125dcd;
    width: 3px;
    height: 3px;
    content: '';
    margin-left: 0.60em;
    margin-right: 0.60em
}

/* E-do */

.e-do{
    background-color: #f46464;
    color: #ffffff;
    padding-left: 2.30em;
    padding-right: 2.30em;
    padding-top: 3.40em;
    padding-bottom: 3.40em
}
.e-do__list{
    font-size: 1.06em;
    font-weight: 300
}
.e-do--s2{
    background-color: #8c6a99
}
.e-do--s3{
    height: 50%;
    background-color: #14b3a0
}
.e-do--s4{
    height: 50%;
    background-color: #ffcb44
}
.e-do__list > li{
    position: relative;
    padding-left: 1.20em
}
.e-do__list > li:before{
    content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    left: 0.50em;
    top: 0.40em;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px
}

/* E-arti */
/*
.e-arti__tribu{
    position: relative;
    display: block
}
.e-arti .e-arti__tribu:after{
    content: 'Читаты';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: 10.00em 10.00em;
       -moz-background-size: 10.00em;
         -o-background-size: 10.00em;
            background-size: 10.00em
}*/

/* E-pagination */

.e-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.pagination {
    margin: 0;
}
.e-pagination__onest{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-pagination__onoru{
    color: #222222;
    line-height: 1.7;
    font-size: 0.88em;
    font-weight: 600;
    display: block;
    text-align: center;
    min-width: 0.60em
}
.e-pagination__onoru + .e-pagination__onoru{
    margin-left: 0.70em
}
.e-pagination__onoru:hover, .e-pagination__onoru.active{
    -webkit-box-shadow:  0 2px 0 0 #000000;
       -moz-box-shadow:  0 2px 0 0 #000000;
            box-shadow:  0 2px 0 0 #000000
}

/* E-gal */
.e-gal__legend{
    max-width: 14.60em
}
.e-gal__alsus{
    display: block
}

/*
.e-gal .e-gal__alsus:after, .e-limg:after{
    content: 'Більше фото';
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/other/circle.svg);
    -webkit-background-size: 10.20em 10.20em;
       -moz-background-size: 10.20em;
         -o-background-size: 10.20em;
            background-size: 10.20em
}*/

/* E-lti */

.e-lti__ffici{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative
}
.e-lti__ffici:before, .e-lti__ffici:after{
    content: '';
    display: block;
    background-color: #dce4ef;
    width: 2.25em;
    height: 2.25em;
    margin-right: 1.40em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-lti__ffici:after{
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: url(../img/icons/pluse.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    bottom: 0;
    height: auto;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-lti + .e-lti{
    border-top: 2px solid #efeff1;
    margin-top: 1.40em;
    padding-top: 1.40em
}
.e-lti__ffici.active:before, .e-lti__ffici:hover:before{
    background-color: #125dcd
}
.e-lti__ffici.active, .e-lti__ffici:hover{
    color: #125dcd
}
.e-lti__ffici.active:after, .e-lti__ffici:hover:after{
    -webkit-filter: grayscale(100%) invert(100%) brightness(320%);
            filter: grayscale(100%) invert(100%) brightness(320%)
}

/* E-color */

.e-color{
    background-color: #f4c13c;
    border: 1px solid #ebeff2;
    width: 2.50em;
    height: 2.50em;
    position: relative;
    display: block;
    cursor: pointer
}
.e-color.active:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(../img/icons/ok.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.e-color:hover{
    border-color: #125dcd
}

/* E-stars */

.e-stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-stars > li{
   /* cursor: pointer*/
}
.e-stars > li:after{
    content: url(../img/icons/star-empty.svg)
}
/*.e-stars > li.active:after, .e-stars > li:hover:after{*/
    /*content: url(../img/icons/star-fill.svg)*/
/*}*/
.e-stars > li + li{
    margin-left: 0.30em
}

/* E-num */

.e-num{
    position: relative
}
.e-num__stripe{
    color: #000000;
    line-height:1.2;
    font-size:1.00em;
    font-family:Mont;
    font-weight:300;
    background-color:#ffffff;
    border:1px solid #ebeff2;
    padding-left:1.31em;
    padding-right:1.31em;
    display:block;
    width: 6.80em;
    height:3.75em;
    text-align: center
}
.e-num__down{
    left: 0
}
.e-num__up{
    right: 0
}
.e-num__down, .e-num__up{
    color: #767676;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.70em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer
}
.e-num__down:hover, .e-num__up:hover{
    color: #000000
}
.e-num__stripe:hover, .e-num__stripe:focus, .e-num:hover .e-num__stripe{
    border-color: #125dcd
}

/* E-tabs */

.e-tabs{
    text-align: center;
}
.e-tabs__rfals{
    color:#222222;
    font-weight:600;
    text-transform: uppercase;
    padding-top: 0.60em;
    padding-bottom: 0.60em;
    white-space: nowrap;
    margin-left: 30px;
    margin-right: 30px;
}
.e-tabs__rfals.active{
    border-bottom: 2px solid #000000
}

/* E-steps */

.e-steps{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-steps__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #f2f5f7;
    padding-bottom: 1.00em;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.35)
}
.e-steps__item.active{
    border-color: #000000;
    color: #000000
}

/* E-tape */

.e-tape{
    position: relative
}
.e-tape__place{
    background-color: #ffffff;
    position: absolute;
    left: 1.26em;
    top: 50%;
    margin-top: -0.60em;
    font-size: 0.88em;
    color: #767676;
    padding-left: 0.30em;
    padding-right: 0.30em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-tape input:focus, .e-tape input:hover{
    border-color: #000000
}
.e-tape input:focus + .e-tape__place, .e-tape input:hover + .e-tape__place, .e-tape input:not(:invalid) + .e-tape__place{
    top: 0;
    color: #000000
}

/* E-where */

.e-where__abusu{
    mix-blend-mode: multiply
}
.e-where + .e-where{
    border-top: 1px solid #dddddd;
    margin-top: 1.80em;
    padding-top: 1.88em
}

/* E-rotate */

.e-rotate__content{
    position: relative;
    text-align: center;
}
.e-rotate__buttons{
    position: absolute;
    bottom: 0.90em;
    right: 0.90em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.e-rotate__ico{
    position: absolute;
    left: 1.00em;
    top: 0.70em;
    content: url(../img/icons/360.svg)
}
.e-rotate__btn{
    margin-left: 0.00em;
    margin-right: 0.00em;
    width: 2.81em;
    height: 2.81em;
    -webkit-box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
       -moz-box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
            box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
    background-color: #ffffff;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.e-rotate__full{
    background-image: url(../img/icons/fullscreen.svg)
}
.e-rotate__play{
    background-image: url(../img/icons/play.svg)
}
.e-rotate__buttons .e-rotate__btn + .e-rotate__btn{
    margin-top: 0.70em
}

/* Типография */

.text > h1{
    font-size: 2.50em
}
.text > h2{
    font-size: 2.00em
}
.text > h3{
    font-size: 1.50em;
    font-weight: 600
}
.text > h4{
    font-size: 1em;
    font-weight: 600
}
.text > h5{
    font-size: 1.25em
}
.text > h6{
    font-size: 1.00em
}
.text > p{
    font-size: 0.88em;
    color: #333333;
    line-height: 1.8
}
.text > ul{
    font-size: 0.88em
}
.text > ul > li{
    padding-left: 1.00em;
    position: relative
}
.text > ul > li + li{
    margin-top: 0.90em
}
.text > ul > li:before{
    width: 5px;
    height: 5px;
    background-color: #125dcd;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.40em;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px
}

/* Table */

.table__wrap{
    overflow: auto
}
.table__remove-row{
    opacity: 0.51
}
.table--simple > thead > tr > th, .table--simple > tbody > tr > td{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}
.table--simple > thead > tr > th{
    color: #333333;
    font-weight: 700;
    text-align: left
}
.table__remove-row:after{
    content: url(../img/icons/remove.svg)
}
.table__remove-row:hover{
    opacity: 1
}
.table--simple > tbody > tr > td{
    color: #333333;
    font-size: 0.88em;
    font-weight: 600
}
.table--simple > thead > tr, .table--simple > tbody > tr:nth-child(2n){
    background-color: #f0f4f6
}
.table--basket > thead > tr > th{
    color: #2c3333;
    line-height: 1.7;
    font-size: 0.88em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.90em
}
.table--basket > thead > tr > th:first-child{
    text-align: left
}
.table--basket > thead > tr > th, .table--basket > tbody > tr > td{
    border-bottom: 1px solid #f2f5f7
}
/*
 * CASCADE
 */

.tabs-body.active{
    display: block
}
.nice-select{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none
}
.nice-select .current{
    line-height: 1.2;
    margin-top: 3px;
    height: auto;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis
}
.nice-select .list{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}
.nice-select .option{
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em
}
.form-checkbox > input:checked ~ .check:after{
    opacity: 1;
    display: block
}
.form-checkbox > input:checked ~ .check{
    border-color: #125dcd;
    background-color: #125dcd
}
.form-checkbox > input, .form-checkbox > span.check{
    width: 1.00em;
    height: 1.00em
}
.form-checkbox > input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none
}
.form-checkbox > span.check{
    border: 1px solid #dddddd;
    display: block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}
.form-checkbox > span.check:after{
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    border: 2px solid #125dcd
}

.b-head{
    margin-top: 1.563em;
}

.b-head__logo {
    max-height: 66px;
}

/*
 * MEDIA
 */

@media all and (max-width: 1600px){
    
    /* B-head */

    .b-head{
        font-size: 0.88em
    }
    .b-head__logo{
        /*
        width: 18em
        */
    }
    
    /* E-create */

    .e-create{
        font-size: 0.82em
    }
}
@media screen and (max-width: 1449px){
    
    /* S-download */

    .s-download__oblig{
        width: 17.42em;
        margin-top: -110px
    }
    
    /* B-head */

    .b-head__logo{
        max-width: 15.44em;
        max-height: 51px;
    }

    .topmenu {
        padding-top: 0;
    }
}
@media screen and (max-width: 1199px){
    
    /* S-content */

    .s-content--medium{
        padding-top: 5.80em;
        padding-bottom: 5.80em
    }
    
    /* S-create */

    .s-create{
        margin-left: 30px;
        margin-right: 30px
    }
    
    /* S-download */

    .s-download{
        padding-top: 3.10em;
        padding-bottom: 3.10em
    }
    .s-download__oblig{
        margin-left: -0.20em
    }
    
    /* E-we */

    .e-we__rsona{
        max-width: 6.00em
    }
}
@media screen and (max-width: 991px){
    
    /* Элементы */

    .elem-map-ua svg{
        height: 21.71em
    }
    
    /* S-download */

    .s-download__oblig{
        margin-top: -165px
    }
    
    /* B-head */

    .b-head__logo{
        max-width: 9.25em
    }

    /* E-do */

    .e-do--s3{
        height: auto
    }
    .e-do--s4{
        height: auto
    }
    
    /* E-gal */

    .e-gal__legend{
        font-size: 1.15em
    }
    
    /* E-tabs */

    .e-tabs{
        display: flex;
        flex-wrap: wrap;
        overflow: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }
    .e-tabs__rfals{
        margin: 0;
        flex: 1 1 0;
    }
}

@media screen and (max-width: 767px){
    
    /* S-download */

    .s-download__oblig{
        width: 16.62em;
        max-width: none;
        margin-top: -250px
    }
    
    /* B-compare */

    .b-compare{
        padding-left: 1.20em;
        padding-right: 1.20em
    }
    
    /* E-steps */

    .e-steps{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
    .e-steps__item{
        padding-top: 0.90em
    }
    
    /* Table */

    .table--basket > thead{
        display: none
    }
    .table--basket > thead > tr > th, .table--basket > tbody > tr > td{
        border: 0
    }
    .table--basket > tbody > tr{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 1.40em
    }
}
@media screen and (max-width: 575px){
    
    .b-head{
        margin-top: 0;
    }

    /* Modal */

    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }
    
    /* Элементы */

    .elem-gallery-up{
        -webkit-transform: translateY(-67px);
           -moz-transform: translateY(-67px);
            -ms-transform: translateY(-67px);
             -o-transform: translateY(-67px);
                transform: translateY(-67px)
    }
    .elem-map{
        min-height: 20.00em
    }
    .elem-map-ua svg{
        height: 17.32em
    }
    
    /* S-head */

    .s-head{
        padding-top: 1.00em;
        padding-bottom: 1.00em
    }
    
    /* S-foot */

    .s-foot{
        padding-top: 2.90em;
        font-size: 0.90em
    }
    
    /* S-welcome */

    .s-welcome{
        padding-top: 2.60em;
        padding-bottom: 2.60em
    }
    
    /* S-content */

    .s-content{
        padding-top: 1.40em;
        padding-bottom: 1.40em
    }
    .s-content--medium{
        padding-top: 3.00em;
        padding-bottom: 3.00em
    }
    
    /* S-create */

    .s-create{
        margin-left: 15px;
        margin-right: 15px
    }
    
    /* S-download */

    .s-download__oblig{
        width: 11.62em;
        margin-top: -211px
    }
    
    /* S-team */

    .s-team{
        padding-top: 3.10em;
        padding-bottom: 3.10em
    }
    
    /* S-speedbar */

    .s-speedbar{
        font-size: 0.68em
    }
    
    /* B-glread */

    .b-glread__a1{
        margin-top: -157px
    }
    .b-glread__a2{
        margin-top: -209px
    }
    
    /* E-we */

    .e-we__rsona{
        max-width: 4.10em
    }
    .e-we__tmeli{
        font-size: 0.90em
    }
    
    /* E-create */

    .e-create{
        font-size: 0.56em;
    }
    
    /* E-do */

    .e-do{
        font-size: 0.66em
    }
    
    /* E-gal */

    .e-gal__legend{
        font-size: 0.73em
    }
    
    /* E-steps */

    .e-steps__item{
        font-size: 0.86em
    }
    
    /* Table */

    .table--basket > thead > tr > th, .table--basket > tbody > tr > td{
        padding-left: 0px;
        padding-right: 0px
    }
}
/**/
@media (max-width: 575px){
    .typo-nveni, .typo-onest, .typo-tenti, .typo-alsus {
        font-size: 24px;
        line-height: 21px;
    }
    .scroll-top {
        bottom: 25px !important;
        right: 25px !important;
    }
    .e-icon {
        padding: 0 10px;
    }
    .e-we {
        padding: 0 60px;
    }
}
.w-100 {
    width: 100%;
}
.video-block {
    background: #F6F6F6;
    padding: 80px 0px;
    margin-top: 80px;
}
.video-block p {
    font-size: 18px;
}

.youtube-player {
  position: relative;
  margin: auto;
  cursor: pointer;
  display: block;
}

.youtube-player img {
  width: 100%;
}
.video-block-background {
  fill: rgba(0, 0, 0, 0.6);
  transition: fill 0.3s ease;
}
.youtube-player:hover .video-block-background {
  fill: #1bb19f;
}
.swiper-team-button-prev, .swiper-team-button-next {
    color: #000;
}
.swiper-items-button-prev, .swiper-items-button-next, .swiper-team-button-prev, .swiper-team-button-next, .swiper-we-button-prev, .swiper-we-button-next {
    height: 50px;
    width: 50px;
    border: 1px solid #DDD;
    background: #fff;
}
.swiper-items-button-prev:hover, .swiper-items-button-next:hover, .swiper-team-button-prev:hover, .swiper-team-button-next:hover, .swiper-we-button-prev:hover, .swiper-we-button-next:hover {
    background: #1BB19F;
    color: #fff;
}
.swiper-items-button-prev, .swiper-team-button-prev {
    left: -25px;
}
.swiper-items-button-next, .swiper-team-button-next {
    right: -25px;
}

.price-new-live {
    color: #f46464;
}
