


* {
    outline: none; 
    margin: 0px; 
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.vm--container {
    z-index: 99999!important;
}

.popup__body {
    line-height: 1.5;
}


html {
    font-family: Roboto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


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

*::-moz-selection {
    background: #273d8e87;
}

*::selection {
    background: #273d8e87;
}

body {
    font-family: Roboto;
    color: #000000;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    background-color: #F1F4F4;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    -webkit-appearance: none;
}

button, input {
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}



a {
    background-color: transparent;
    color: inherit;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    /*border-bottom: 1px solid transparent;*/
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

h1, .h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.03em;
    color: #000000;
    font-variant-caps: small-caps;
}

h2, .h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #000000;
	font-variant-caps: small-caps;
}

h3, .h3 {

}

p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
}

.article {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
}

.article--block {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;

}

.article h2 {
    margin-top: 35px;
    margin-bottom: 25px;
}


.list, .article ul {
    padding-left: 22px;
    list-style: none;
    text-align: left;
}

.list li, .article ul li {
    position: relative;
    font-size: 14px;
    line-height: 23px;
}

.list li:not(:last-child), .article ul li:not(:last-child) {
    margin-bottom: 6px;
}

.list li::before, .article ul li::before {
    content: url(/img/galochka.svg);
    position: absolute;
    left: -21px;
}


/* =================================== */

.wrap {
    overflow: hidden;
}

/* =================================== */

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    transition: opacity .5s ease-out;
    opacity: 0;
    visibility: hidden;
}

.preloader--open {
    opacity: 1;
    visibility: visible;
}


.preloader__text {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80%;
}

.preloader__main {
    font-size: 34px;
    font-variant-caps: small-caps;
}

.preloader__additional {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}
.preloader__svg {
    margin-top: 40px;
}
.preloader__svg img {
    width: 80px;
}


/* =================================== */


.container {
    position: relative;
    max-width: 1030px;
}


.link-blue-s {
	color: #273D8E;
	border-bottom: 1px solid rgba(39, 61, 142, .35);
    display: inline;
}
.link-blue-s:hover {
	border-color: transparent;
}


.link-blue-d {
    color: #273D8E;
    border-bottom: 1px dashed rgba(39, 61, 142, .35);
    display: inline-block;
}
.link-blue-d:hover {
    border-color: transparent;
}


/* =================================== */

.btn {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1;
    text-transform: uppercase;
	letter-spacing: 0.05em;
    text-align: center;
}

/* =================================== */

.btn--sm {
    padding: 9px 15px;
    font-size: 11px;
    height: 30px;
}

.btn--md {
    padding: 14px 20px;
    font-size: 12px;
    height: 40px;
}

.btn--lg {
    padding: 20px 30px;
    font-size: 12px; /*!important;*/
    line-height: 1; /*!important;*/
    height: 50px;
}

/* =================================== */

.btn--bordered-white {
	font-weight: bold;
	color: #fff;
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 3px;
}

.btn--bordered-white:hover {
    border-color: transparent;
    box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
    -webkit-box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
	background-color: #fff;
    color: #273D8E;
}

.btn--bordered-blue {
	font-weight: bold;
	color: #273D8E;
	background-color: transparent;
    border: 1px solid rgba(39, 61, 142, .35);
    border-radius: 3px;
}

.btn--bordered-blue:hover {
	border-color: transparent;
    box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
    -webkit-box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
	background: #273D8E;
	color: #fff;
	box-shadow: 0px 5px 15px rgba(39, 61, 156, .35);
}

.btn--blue {
	font-weight: bold;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: linear-gradient(105.12deg, #273d9c 0%, #273d9c 33%, #273d8e66 66%, #273d9c 100%);
    background-size: 300%;
    background-position-x: 150%;
    transition: background .4s ease-out, box-shadow .3s ease-out;
}

.btn--blue.disabled {
    background: rgba(58, 68, 72, .1);
    color: rgba(58, 68, 72, .25);
    pointer-events: none;
}

.btn--blue:hover {
	background-position-x: 0%;
	box-shadow: 0px 5px 15px rgba(39, 61, 156, .35);
}


.btn--inner {
	border-radius: 0px 5px 5px 0px;
	padding-left: 20px;
	padding-right: 20px; 
}



/*================================================*/

.holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}


/* =================================== */

.header {
	background-color: #273D8E;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
    z-index: 99;
    position: relative;
}

.header--big {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_sub {
    display: flex;
    flex-direction: row;
}

.header_sub a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.header_sub a:not(:last-child) {
    margin-right: 20px;
}

.header_sub a:hover {
    border-color: transparent;
}

/* =================================== */

.menu {
	z-index: 99;
    position: relative;
}

.menu__block {
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
	height: 70px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	-ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.menu__list {
    display: flex;
    flex-direction: row;
    list-style: none;
}
.menu__list li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__list li:not(:first-child) {
    padding-left: 20px;
}

.menu__list li:not(:last-child) {
    padding-right: 20px;
}

.menu__list li a {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    color: #000000;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    border-bottom: 4px solid transparent;
    padding-top: 26px;
    padding-bottom: 22px;
}

.menu__list li a:hover {
    color: #273D8E;
}

.menu__list li a[data-active="true"] {
    border-color: #273D8E;
    color: #273D8E;
}

.menu__logo img {
    max-width: 160px;
}

.footer__logo {
    max-width: 160px;
}

/* ============================================= */


.mobile-menu__panel {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 98;
    -webkit-transition: all .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: all .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    right: -100%;
    padding-top: 110px;
    top: 0px;
}
.mobile-menu.active .mobile-menu__panel {
    right: 0px;
    top: 0px;
    -webkit-box-shadow: 0px 20px 30px rgba(38, 50, 56, 0.1), 0px 15px 40px rgba(38, 50, 56, 0.08);
            box-shadow: 0px 20px 30px rgba(38, 50, 56, 0.1), 0px 15px 40px rgba(38, 50, 56, 0.08);
}

.mobile-menu__body {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu__label {
    font-size: 14px;
    color: rgba(58, 68, 72, .7);
    line-height: 25px;
}

.mobile-menu__phone {
    font-weight: 500;
    font-size: 18px;
    color: rgb(58, 68, 72);
    border-color: rgba(58, 68, 72, .35);
}

.mobile-menu__group {
    margin-bottom: 25px;
}

.mobile-menu__list {
    list-style: none;
}

.mobile-menu__list li {
    line-height: 34px;
}

.mobile-menu__list li a {
    font-size: 20px;
    color: #3A4448;
}

.mobile-menu__link {
    list-style: none;
}

.mobile-menu__link li {
    line-height: 26px;
}

.mobile-menu__link li a {
    font-size: 14px;
}

/* =================================== */


.hamburger {
    display: none;
    border-radius: 5px;
    height: 43px;
    position: absolute;
    right: 22px;
    width: 50px;
    border: none;
}

.hamburger span {
    border-radius: 2px;
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    -o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
    width: 100%;
    width: 30px;
}

.hamburger span:nth-child(1) {
    background-color: #273d8d;
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
    background-color: #273d8d;
}

.hamburger span:nth-child(3) {
    background-color: #273d8d;
    top: 30px;
}

.hamburger.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(225deg);
        -ms-transform: translateX(-50%) rotate(225deg);
            transform: translateX(-50%) rotate(225deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(-225deg);
        -ms-transform: translateX(-50%) rotate(-225deg);
            transform: translateX(-50%) rotate(-225deg);
    background-color: #273d8d;
}

/* =================================== */

.banner {
	padding-top: 95px;
	padding-bottom: 95px;

}

.banner__title {
	font-weight: bold;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: 0.03em;
	font-variant-caps: small-caps;
}

.banner__text {
	font-size: 18px;
	line-height: 21px;
	color: rgba(0, 0, 0, .7);
	margin-top: 13px;
}

.banner__btn {
	margin-top: 35px;
}

.banner__img {
	position: absolute;
	right: 15px;
	bottom: -95px;
}

/* =================================== */

.teasers {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.teaser {
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.teaser__item {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}
.teaser__item:not(:first-child) {
	padding-left: 25px;
}
.teaser__item:not(:last-child) {
	padding-right: 25px;
}
.teaser__item img {
    max-height: 36px;
}

.teaser__text {
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #3A4448;
    transition: all .3s ease-out;
}

.teaser__item:hover .teaser__text {
	color: #273D8E;
}


/* =================================== */

.satellite {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fff;
	overflow: hidden;
}

.satellite__btn {
	margin-top: 30px;
}

.satellite__img {
	position: absolute;
    bottom: -70px;
    left: -30px;
    width: 560px;
}

/* =================================== */

.hardware {
	background-color: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.hardware__title {

}

.hardware__slider {
	margin-top: 40px;
}

.hardware::before {
    right: 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hardware::after {
    left: 0px;
}

.hardware::before, .hardware::after {
    content: '';
	position: absolute;
    height: 100%;
    width: 500px;
    top: 0px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(90deg, #f1f4f4e0 0%, rgba(241, 244, 244, 0) 100%);
}

.hardware .slick-list {
	padding-left: 150px!important;
    padding-right: 150px!important;
    overflow: visible;
}


/* =================================== */

.item {
    display: flex!important;
    flex-direction: column;
	background: #FFFFFF;
	border-radius: 3px;
	padding: 30px;
	margin-left: 15px;
    margin-right: 15px;
    transition: box-shadow .3s ease-out, transform .2s ease-out;
}

.item--custom {
	margin-bottom: 30px;
    margin-left: 0px;
    height: calc(100% - 30px);
    margin-right: 0px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}

.item--slider {
    min-height: 360px;
}

.item__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
	transition: color .3s ease-out;
	font-variant-caps: small-caps;
}

.item__logo {
	width: 110px;
    height: 110px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-top: 30px;
}

.item__link {
	font-size: 11px;
	margin-top: 15px;
	text-transform: uppercase;
	display: inline-block;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.item__price {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.item__amount {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #273D8E;
}

.item__btn a {
	padding-left: 20px;
	padding-right: 20px;
}

.item:hover {
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
}
.item:hover .item__btn a {
	border-color: transparent;
    background: #273D8E;
    color: #fff;
}
.item:hover .item__title {
	color: #273D8E;
}

.item.slick-center {
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
}


/* =================================== */

.help {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.help__block {
	border: 1px solid #DCE2E2;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 50px 50px 35px 50px;
}

.help__sub {
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, .6);
	text-transform: uppercase;
}

.help__title {
	margin-bottom: 35px;
}


/*================================================*/



.form-group {
    position: relative;
}
.form-default .form-group {
    margin-bottom: 15px; 
}
.form-default .form-control {
    background-color: #F1F4F4;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    color: #3A3D4B;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s ease;
    padding: 14px 20px;
    letter-spacing: 0.02em;
}
.form-default .form-control ~ .control-label {
    position: absolute;
    left: 20px;
    top: 16px;
    pointer-events: none;
    font-size: 14px;
    transition: all .2s ease-out;
    font-weight: normal;
    color: rgba(0, 0, 0, .25);
}
.form-default .form-control:focus ~ .control-label,
.form-default .form-control:valid ~ .control-label {
    opacity: 0;
}
.form-default .help-block {
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 15px;
    transition: all .3s ease-out;
    color: #E30613;
}





.form-default .form-together .form-group {
	display: flex;
	flex-direction: row;
    margin: 0px; 
}
.form-default .form-together .form-group button[type="submit"] {
	border-radius: 0px 3px 3px 0px;
	padding-left: 20px;
    padding-right: 20px;
}
.form-default .form-together--white .form-control {
    background-color: #fff;
}

/*.form-default .form-together .form-control:focus ~ .control-label,
.form-default .form-together .form-control:valid ~ .control-label {
    opacity: 1;
    transform: translate3d(0, -40px, 0);
    font-size: 14px;
    color: rgba(0, 0, 0, .55);
}*/
.form-default .form-together .form-group .help-block {
	position: absolute;
    top: 100%;
    left: 0px;
}





.form-default .has-error .form-control {
	background-color: #e306131f;
}
.form-default .has-success .form-control {
	background-color: #0080002b;
}



.form-default .form-control:focus {
    background-color: #F1F4F4;
}
.form-default .form-together--white .form-control:focus {
    background-color: #fff;
}


.form-default .form-control:focus ~ .help-block {
    display: none;
}
.form-default .form-group .help-block:empty {
    display: none;
}


/*================================================*/


.delivery {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #f1f4f4;
    overflow: hidden;
}
.delivery__container {
    position: relative;
}
.delivery__background {
    position: absolute;
    left: 500px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.delivery__partners {
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 30px;
}

.delivery__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    margin-top: 20px;
}

.delivery__icons a {
    display: contents;
}

.delivery__icons img {
    max-width: 100px;
}

.delivery__icons img:first-child {
    margin-right: 30px;
}


/*================================================*/


.product {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product__sub {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.03em;
	color: #000000;
	margin-top: 6px;
	font-variant-caps: small-caps;
}

.product__sub a {
    font-weight: bold;
}

.product__text {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, .6);
	margin-top: 15px;
	margin-bottom: 30px; 
}


/* ============================================= */


.element {
	padding: 25px 25px 40px 25px;
    border: 1px solid rgb(241, 243, 243);
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: box-shadow .3s ease-out, border-color .3s ease-out; 
    background-image: url(/img/oval.svg);
    background-position: -2px -2px;
    background-repeat: no-repeat;
    background-size: calc(100% + 4px);
	display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.element:hover {
	border-color: transparent;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
}

.element:hover .element__btn {
	border-color: transparent;
    background: #273D8E;
    color: #fff;
}

.element__name {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #000000;
	font-variant-caps: small-caps;
}

.element__logo {
	width: 110px;
    height: 110px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-top: 30px;
}

.element__btn {
	margin-top: 20px;
}

/* ============================================= */

.footer {
	background-color: #fff;
}

.footer__top {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer__bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer__label {
	font-weight: 500;
	font-size: 13px;
	color: rgba(0, 0, 0, .6);
	margin-bottom: 5px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 15px;
    display: block;
}

.footer__label--small {
	font-size: 11px;
	text-transform: unset;
	margin-bottom: 10px;
}

.footer__label--custom {
	margin-bottom: 5px;
}

.footer__link {
	font-size: 14px;
	line-height: 16px;
	color: #273D8E;
	border-bottom: 1px solid rgba(39, 61, 142, .35);
}

.footer__link:hover {
	border-color: transparent;
}

.footer__logo {
	margin-bottom: 70px;
    margin-top: 0px;
}

.footer__list {
	list-style: none;
}

.footer__list li:not(:last-child) {
	margin-bottom: 10px;
}

.footer__list li a {
	font-size: 14px;
	line-height: 16px;
	color: #273D8E;
	border-bottom: 1px solid transparent;
}

.footer__list li a:hover {
	border-bottom: 1px solid rgba(39, 61, 142, .35);
}

.footer__text {
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, .6);
}

.footer__control {
	margin-top: 30px;
}


/* ========================================= */

.catalog {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: transparent;
}

.catalog__title {
	margin-bottom: 35px;
}

/* ========================================= */

.block {
	background-color: #fff;
    border-radius: 3px;
    display: block;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.block:hover {
	box-shadow: 0px 14px 45px rgba(0, 0, 0, 0.08);
}

.block__image {
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F1F4F4;
    padding: 20px;
    background-origin: content-box;
    min-width: 150px;
    min-height: 150px;
    border-radius: 50%;
}

.block__image--white {
    background-color: #fff;
}

.block__name {
	margin-left: 30px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #000000;
    word-wrap: normal;
    word-break: normal;
    line-break: auto;
    hyphens: manual;
    width: 50%;
    text-align: left;
    font-variant-caps: small-caps;
}



.breadcrumbs {
    position: relative;
    background-color: #fff;
    margin-top: 25px;
}

.breadcrumb {
  display: inline-flex;
  list-style: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb li {
    position: relative;
    margin-bottom: 0px;
    color: rgba(44, 24, 20, 1);
    padding: 0px;
    line-height: 1;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.breadcrumb li:not(:last-child) {
    margin-right: 44px;
}
.breadcrumb li a {
    color: rgba(0, 0, 0, .6);
}
.breadcrumb li a:hover {
    color: #273D8E;
}
.breadcrumb li:not(:first-child)::before {
  position: absolute;
  background-image: url(/img/bread-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  content: '';
  width: 12px;
  height: 12px;
  left: -27px;
  top: 0px;
}




/* =================================== */

.fancybox-bg {
    background: rgba(0,0,0,0.5);
}

.fb {
    background: #ffffff;
    border-radius: 2px;
    padding: 0px;
    overflow: hidden;
    margin: 0px 5px;
    box-shadow: 
        0px 4px 4px rgba(58, 68, 72, 0.15),
        0px 8px 8px rgba(58, 68, 72, 0.15),
        0px 16px 16px rgba(58, 68, 72, 0.15),
        0px 32px 32px rgba(58, 68, 72, 0.15),
        0px 64px 64px rgba(58, 68, 72, 0.15);

}

.fb-s {
    width: auto;
    max-width: 520px;
    min-width: 320px;
}

.fb-m {
    width: auto;
    max-width: 600px;
    min-width: 320px;
}

.fb__head {
    padding-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #E6ECEE;
}

.fb__help {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
    margin-top: 15px;
}

.fb__body {
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .6);
}

.fb__group {
    margin-top: 30px;
}

.fb__group a:not(:first-child) {
    margin-left: 15px;
}

.fb__title {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
    font-variant-caps: small-caps;
}

.fb__text {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(58, 68, 72, .7);
}

.fb__prewiev {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
    margin-top: 15px;
}


.holder {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color:#F1F4F4;
}

/* =================================== */

.cross {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 60px;
    width: 60px;
    border: none;
    background-image: url('\
        data:image/svg+xml;utf8,\
        <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">\
            <path opacity="0.35" d="M13 1L1 13M1 1L13 13" stroke="rgba(58, 68, 72, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
        </svg>\
    ');
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}

.cross:hover {
    background-image: url('\
        data:image/svg+xml;utf8,\
        <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">\
            <path d="M13 1L1 13M1 1L13 13" stroke="rgb(39, 61, 142)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
        </svg>\
    ');
}

/* =================================== */



.form {
    padding-top: 60px;
/*    padding-bottom: 60px;*/
}

.form__header {
    font-size: 14px;
    line-height: 23px;
    /*text-align: left;*/
    color: rgba(0, 0, 0, .7);
    margin-top: 10px;
    margin-bottom: 30px;
}

.form__link a {
   font-weight: normal;
    font-size: 14px;
    margin-left: 30px;
    white-space: nowrap;
    display: inline-block;
}

.form__group {
    display: flex;
    flex-direction: row;
}


.how {
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

h2.how__title {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 16px;
}

.how__sub-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #3A4448;
    margin-bottom: 6px;
}

.how__sub-text {
    font-size: 18px;
    line-height: 24px;
    color: #3A4448;
    margin-bottom: 15px;
}


.payment {
    padding-top: 40px;
    background-color: #fff;
}

.selection__title {
    font-size: 26px;
    line-height: 34px;
    /*text-align: center;*/
    text-align: left;
    letter-spacing: 0.02em;
    color: #000000;
    font-variant-caps: small-caps;
}

/*.selection__container {
    padding-top: 20px;
    padding-bottom: 45px;
}*/

/*.selection .selection__container:last-child div div:last-child .package {
    border: none;
}*/

/*================================================*/

/*.package {
    border-bottom: 1px solid rgba(58, 68, 72, .15);
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.2s ease-out;
    user-select: none;
}

.selection__container div div:first-child .package {
    border-top: 1px solid rgba(58, 68, 72, .15);
}

.package__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.package__name {
    margin-left: 30px;
    font-variant-caps: small-caps;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
}

.package__blocked {
    text-align: right;
    font-size: 15px;
    color: #273d9c;
}

.package--block {
    user-select: none;
    pointer-events: none;
}


.package__name--no-margin {
    margin-left: 50px;
}

.package__remaining {
    font-size: 14px;
    line-height: 16px;
    color: rgba(58, 68, 72, .5);
}

.package__remaining span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-left: 12px;
}

.package__remaining--short span {
    color: #E30613;
}

.package__remaining--long span {
    color: #273D8E;
}

.package__sum {
    display: flex;
    flex-direction: row;
}
.package__amount {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #273D8E;
}

.package__period {
    font-size: 13px;
    line-height: 15px;
    color: rgba(58, 68, 72, .6);
    margin-left: 20px;
}

.package__period--no-margin {
	margin: 0px;
}

.package .checkbox {
    pointer-events: none;
}*/

/*================================================*/

.checkbox {
    position: relative;
}

.checkbox input {
    display: none;
}

.checkbox input + label {
    cursor: pointer;
}

.checkbox input + label::before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #273D8E;
    transition: background .3s ease-out, border .3s ease-out;
    border-radius: 2px;
    background-color: transparent;
}

.checkbox input + label::after {
    position: absolute;
    content: url(/img/tick.svg);
    left: 4px;
    top: 2px;
    opacity: 0;
    transition: transform .2s ease-out, opacity .3s ease-out;
    transform: rotate(-45deg);
}

.checkbox input:checked + label::after {
    opacity: 1;
    transform: rotate(0deg);
}

/*.checkbox input:checked + label::before {
    border-color: #3A4448;
}*/



/*================================================*/


.cart {
    background: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
    user-select: none;
}

.cart__link {
    font-size: 16px;
    line-height: 28px;
    height: 24px;
}

.cart__total {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, .5);
    font-variant-caps: small-caps;
    display: none;
}

.cart__total span {
    font-weight: bold;
    color: #273D8E;
}

.cart__container {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.cart__confirmed {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: rgba(58, 68, 72, 0.6);
}

.cart__left {
    display: flex;
}

/*================================================*/

.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 20px;
}

.icons__item {
    display: inline;
    opacity: .35;
    transition: opacity .3s ease-out;
}

.icons__item img {
    max-width: 60px;
}


.icons__item:hover {
    opacity: 1;
}

/*================================================*/

.margin-bottom {
    margin-bottom: 30px;
}

.inner {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.inner__photo {
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    padding: 30px;
    display: block;
}


.inner__price {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inner__price .price:not(:last-child) {
    margin-right: 30px;
}

.inner__desc {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
}

.price__name {
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.price__amount {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #273D8E;
}

.error {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media(max-width:1440px) {

	.item {
		padding: 25px;
	}
	.item__amount {
	    font-size: 22px;
	}
	.item__btn a {
	    padding-left: 15px;
	    padding-right: 15px;
	}

    .hardware::before, .hardware::after {
	    width: 350px;
	}
	.hardware .slick-list {
    	padding-left: 100px!important;
    	padding-right: 100px!important;
    }

}

@media(max-width:1024px) {

	.item {
		padding: 30px;
	}

	.hardware::before, .hardware::after {
		width: 280px;
	}
	.hardware .slick-list {
    	padding-left: 200px!important;
    	padding-right: 200px!important;
	}

	.menu__block {
		border-radius: 0px;
		margin-left: -30px;
    	margin-right: -30px;
	    box-shadow: none;
	}

	.container {
	    position: relative;
	    max-width: 100%;
	    padding-left: 30px;
    	padding-right: 30px;
	}

	.header {
		margin-bottom: 0px;
	}

	.help {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}

	.delivery {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}

	.delivery__background {
	    left: 420px;
    	height: 360px;
	}

	.banner {
	    padding-top: 75px;
	    padding-bottom: 75px;
	}

	.banner__img {
	    right: 45px;
	    bottom: -50px;
	    width: 280px;
	}

}

@media(max-width:992px) {

	.hardware::before, .hardware::after {
		width: 100px;
	}

	.hardware .slick-list {
    	padding-left: 80px!important;
    	padding-right: 80px!important;
	}

	.teaser__item {
	   padding: 25px 0px;
	}

    .teaser__item:not(:last-child) {
        padding-right: 15px;
    }

    .teaser__item:not(:first-child) {
        padding-left: 15px;
    }

	.teaser__text {
	    margin-left: 15px;
	    font-size: 12px;
	    line-height: 15px;
	}

	.teaser__img {
		height: 30px;
    	width: 35px;
	}

    .breadcrumbs {
        display: none;
    }

	.satellite {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}

	.satellite__img {
	    bottom: -60px;
	    left: -80px;
	    width: 480px;
	}

	.menu__list li a {
	    font-size: 16px;
	    padding-top: 28px;
	    padding-bottom: 22px;
	}

	.menu__list li:not(:last-child) {
	    padding-right: 15px;
	}

	.menu__list li:not(:first-child) {
	    padding-left: 15px;
	}

	.footer__logo {
	    margin-bottom: 40px;
	    margin-top: 0px;
	}

	.footer__mobile {
		margin-bottom: 40px;
	}

	.delivery__background {
	    left: 370px;
    	height: 360px;
	}

	.block__image {
	    min-width: 110px;
	    min-height: 110px;
	}

	.block__name {
	    font-size: 18px;
	    line-height: 22px;
	}

/*	.package__name {
		font-size: 16px;
	}*/

}   

@media(max-width:767px) {

    .container {
        position: relative;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

	.hardware::before, .hardware::after {
		width: 0px;
	}

	.hardware .slick-list {
	    padding-left: 40px!important;
	    padding-right: 40px!important;
	}

	.teaser {
    	flex-direction: column;
    	padding-top: 30px;
    	padding-bottom: 30px;
	}

	.teaser__item {
	    padding: 20px 15px;
	}

	.teaser__img {
		min-height: 50px;
        min-width: 50px;
	}

	.teaser__text {
	    margin-left: 25px;
    	font-size: 18px;
    	line-height: 24px;
    	font-weight: 400;
	}

	.banner {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.banner__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
	}

    .banner__img {
        width: 80%;
        height: auto;
        position: static;
    }

	.satellite {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.hardware {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.delivery {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.delivery__icons img {
	    max-width: 80px;
	}

	.help__title {
	    margin-bottom: 35px;
	    margin-top: 15px;
	    line-height: 26px;
	    font-size: 22px;
	}

	.help__block {
		padding: 30px;
	}

	.form-default .form-together .form-group {
	    flex-direction: column;
	}

	.form-default .form-together .form-group button[type="submit"] {
	    border-radius: 3px;
	    margin-top: 15px;
	}

	.form-default .form-together .form-group .help-block {
		position: unset;
    	margin-top: 5px;
        margin-bottom: 0px;
	}

	.product__sub {
	    margin-top: 20px;
    	margin-bottom: 20px;
	}

	.footer__list {
	    margin-bottom: 10px;
	}

	.footer__text {
	    margin-top: 15px;
	}

	.block {
		padding: 20px;
    	margin-bottom: 20px;
	}

	.block__image {
	    min-width: 100px;
	    min-height: 100px;
	    padding: 10px;
	}

	.block__name {
	    font-size: 18px;
	    line-height: 22px;
	}


    .fb__body {
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
    }

    .fb__head {
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
    }

    .form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .form__header {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .cart__container {
        flex-direction: column;
        margin-top: 20px;
    }

    .cart__left {
        flex-direction: column;
        width: 100%;
    }

    .cart__confirmed {
        text-align: left;
        margin-top: 20px;
    }

    .cart__total {
        height: auto;
    }

    .cart__link {
        height: auto;
        line-height: 18px;
    }
/*
    .package__sum {
        margin-left: 50px;
        margin-top: 10px;
    }

    .package__remaining {
        margin-top: 10px;
        margin-left: 50px;
    }*/

    .selection__title {
        font-size: 23px;
        line-height: 28px;
    }

    .selection__container {
        padding-bottom: 40px;
    }

    .cart__total {
        font-size: 24px;
        line-height: 32px;
    }

    .form__group {
        flex-direction: column;
    }

    .how {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    h2.how__title {
        font-size: 24px;
        line-height: 28px;
    }

    .how__sub-title {
        font-size: 20px;
        line-height: 28px;
    }
    .how__sub-text {
        font-size: 16px;
        line-height: 24px;
    }

    .form__link a {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .form-together {
        width: 100%;
    }


    .icons {
        margin-left: -8px;
        margin-top: 20px;
    }

    .fb__group a {
        width: 100%;
    }

    .fb__group a:not(:first-child) {
        margin-left: 0px;
        margin-top: 15px;
    }

    .form__title {
    	font-size: 28px;
    }


/*    .package__name {
	     font-size: 18px; 
	}
    .package__name--no-margin {
	    margin-left: 0px;
	}

	.package__period--no-margin {
	    margin-left: 0px;
	    margin-top: 15px;
	}

	.package__remaining--no-margin {
	    margin-left: 0px;
	}*/
}

@media(max-width:330px) {

}


