@font-face {
    font-family: "CirceBold";
    font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url("../fonts/CirceBold/CirceBold.woff2") format("woff2"),
         url("../fonts/CirceBold/CirceBold.woff") format("woff");
}

@font-face {
    font-family: "CirceRegular";
    font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url("../fonts/CirceRegular/CirceRegular.woff2") format("woff2"),
         url("../fonts/CirceRegular/CirceRegular.woff") format("woff");
}

@font-face {
    font-family: "CirceLight";
    font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url("../fonts/CirceLight/CirceLight.woff2") format("woff2"),
         url("../fonts/CirceLight/CirceLight.woff") format("woff");
}

@font-face {
    font-family: "Circe";
    font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: url("../fonts/CirceLight/CirceLight.woff2") format("woff2"),
         url("../fonts/CirceLight/CirceLight.woff") format("woff");
}

@font-face {
    font-family: "Circe";
    font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: url("../fonts/CirceRegular/CirceRegular.woff2") format("woff2"),
         url("../fonts/CirceRegular/CirceRegular.woff") format("woff");
}

@font-face {
    font-family: "Circe";
    font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: url("../fonts/CirceBold/CirceBold.woff2") format("woff2"),
         url("../fonts/CirceBold/CirceBold.woff") format("woff");
}


*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}


body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: "CirceLight", sans-serif;
    overflow-x: hidden;
    opacity: 1;
    margin: 0;
}

body.overflow {
    overflow: hidden;
}

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

a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

.my-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    font-family: "CirceBold", sans-serif;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: "CirceRegular", sans-serif;
}

.navigation {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 16;
}

.navigation.opened {
    right: 0;
}

.wrapper {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.wrapper::before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0;
}

.wrapper.opened {
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.wrapper.opened::before {
    opacity: 1;
    z-index: 15;
}

.wrapper .hidden-mnu {
    position: fixed;
    top: 0;
    right: -342px;
    max-width: 342px;
    background: #fff;
    width: 100%;
    z-index: 16;
}

.wrapper .hidden-mnu.active {
    right: 0;
}

.wrapper .hidden-mnu.active .hm-close {
    display: block;
}

.wrapper .hidden-mnu .hm-close {
    width: 20px;
    height: 20px;
    background: no-repeat url(../img/i52.png) 50%;
    position: absolute;
    left: -48px;
    top: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .hidden-mnu .hm-btm {
    border-top: 1px solid #CDCDCD;
    text-align: center;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.wrapper .hidden-mnu .hm-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 21px;
    padding-top: 9px;
    padding-right: 19px;
    padding-bottom: 10px;
}

.wrapper .hidden-mnu .hm-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: repeat-x url(../img/bs.jpg) 50% 80%;
}

.wrapper .hidden-mnu .hm-top .hm-logo {
    width: 117px;
    height: 43px;
    position: relative;
}

.wrapper .hidden-mnu .hm-top .hm-logo svg {
    display: block;
    max-width: 100%;
}

.wrapper .hidden-mnu .hm-top .hm-logo img {
    display: block;
    max-width: 100%;
}

.wrapper .hidden-mnu .hm-top .hm-right {
    text-align: right;
}

.wrapper .hidden-mnu .hm-top .hm-right .hm-r-1 {
    display: block;
    color: rgba(0, 0, 0, 0.67);
    font-size: 13px;
    line-height: 13px;
    font-family: "CirceRegular", sans-serif;
    margin-bottom: 3px;
}

.wrapper .hidden-mnu .hm-top .hm-right .hm-r-2 {
    display: block;
    color: #000000;
    font-family: "CirceBold", sans-serif;
    font-size: 18px;
    line-height: 21px;
    -webkit-appearance: none;
}

.wrapper .hidden-mnu .hm-top .hm-right a[href^=tel] {
    color: #000;
}

.wrapper .hidden-mnu .hm-mnu {
    position: relative;
    height: 400px;
    z-index: 2;
    -ms-touch-action: auto !important;
    touch-action: auto !important;
    overflow-y: auto;
}

.wrapper .hidden-mnu .hm-mnu li {
    padding-left: 34px;
    padding-right: 29px;
    display: block;
}

.wrapper .hidden-mnu .hm-mnu li.second-mnu {
    display: none;
}

.wrapper .hidden-mnu .hm-mnu li.no-border a,
.wrapper .hidden-mnu .hm-mnu li.no-border span {
    border-color: transparent;
}

.wrapper .hidden-mnu .hm-mnu li a,
.wrapper .hidden-mnu .hm-mnu li span {
    display: block;
    color: #000000;
    font-family: "CirceRegular", sans-serif;
    font-size: 23px;
    position: relative;
    line-height: 23px;
    cursor: pointer;
    padding-bottom: 19px;
    padding-top: 19px;
    border-bottom: 1px solid #DADBDD;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.wrapper .hidden-mnu .hm-mnu li .arw::before {
    width: 12px;
    height: 18px;
    background: url(../img/i4.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    content: '';
}

.wrapper .hidden-mnu .hm-mnu li a::before {
    display: none;
}

.wrapper .hidden-mnu .hm-mnu li a:hover,
.wrapper .hidden-mnu .hm-mnu li span:hover {
    color: #55c0e9;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-header.open-sub {
    color: #55c0e9;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-header.open-sub::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-header.open-sub+.hm-sub-mnu {
    display: block;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu {
    position: relative;
    background: #fff;
    z-index: 3;
    display: none;
    overflow-y: hidden;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li {
    padding-right: 0px;
    padding-left: 15px;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 19px;
    line-height: 19px;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li:last-child a,
.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li:last-child span {
    border-color: transparent;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li.back {
    background: #00B0F2;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li.back a,
.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li.back span {
    cursor: pointer;
    color: #fff;
    padding-left: 33px;
    border-color: transparent;
}

.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li.back a::before,
.wrapper .hidden-mnu .hm-mnu li .hm-sub-mnu li.back span::before {
    background: url(../img/i46.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
}

header {
    position: relative;
}

header .roll-mnu {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    z-index: 5;
    top: -500px;
    width: 100%;
    left: 0;
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
}

header .roll-mnu.opened {
    top: 75px;
}

header .roll-mnu.no-animation {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

header .roll-mnu .close-roll {
    width: 30px;
    height: 30px;
    background: no-repeat url(../img/i54.png) 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}

header .roll-mnu .my-container {
    max-width: 1360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

header .roll-mnu .rm-item.rm-with-header .rm-ul li a {
    font-family: "CirceLight", sans-serif;
    opacity: .8;
}

header .roll-mnu .rm-item.rm-with-header .rm-ul li a:hover {
    color: #55c0e9;
    opacity: 1;
}

header .roll-mnu .rm-item .rm-header {
    color: #000000;
    font-size: 17px;
    line-height: 21px;
    font-family: "CirceLight", sans-serif;
    display: block;
    margin-bottom: 20px;
}

header .roll-mnu .rm-item .rm-ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

header .roll-mnu .rm-item .rm-ul:last-child {
    margin-right: 0px;
}

header .roll-mnu .rm-item .rm-ul li {
    display: block;
    margin-bottom: 15px;
}

header .roll-mnu .rm-item .rm-ul li a {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
}

header .roll-mnu .rm-item .rm-ul li a:hover {
    color: #55c0e9;
}

header .top-line {
    padding-top: 25px;
    padding-bottom: 12px;
    background: #fff;
}

header .top-line .my-container {
    max-width: 1700px;
    position: relative;
}

header .top-line .my-container::before {
    background: #EAEAEA;
    top: 48px;
    right: 13px;
    width: -webkit-calc(100% - 337px);
    width: calc(100% - 337px);
    height: 1px;
    content: '';
    position: absolute;
}

header .top-line .small-logo {
    display: none;
    width: 117px;
    height: 43px;
    position: relative;
}

header .top-line .small-logo img {
    display: block;
    max-width: 100%;
}

header .top-line .small-logo svg {
    display: block;
    max-width: 100%;
}

header .top-line .logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    max-width: 140px;
}

header .top-line .logo img {
    display: block;
    max-width: 100%;
}

header .top-line .hamburger {
    width: 20px;
    height: 14px;
    position: fixed;
    right: 20px;
    top: 23px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: none;
    transition: all .5s ease;
}

header .top-line .hamburger::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background: rgba(85, 192, 233, 0.3);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

header .top-line .hamburger.is-active::before {
    opacity: 1;
}

header .top-line .hamburger:hover {
    transform: rotate(180deg);
}

header .top-line .hamburger .hamburger-box {
    width: 20px;
    height: 14px;
    top: -4px;
}

header .top-line .hamburger .hamburger-inner,
header .top-line .hamburger .hamburger-inner:after,
header .top-line .hamburger .hamburger-inner:before {
    width: 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 2px;
    background: #55c0e9;
}

header .top-line .hamburger .hamburger-inner:before {
    top: -6px;
}

header .top-line .hamburger .hamburger-inner:after {
    bottom: -6px;
}

header .top-line .tl-hamburger {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-left: 10%;
    top: -3px;
    transition: all .5s ease;
}

header .top-line .tl-hamburger::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 74px;
    background: #EAEAEA;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

header .top-line .tl-hamburger.active::before {
    opacity: 1;
}

header .top-line .tl-hamburger:hover {
	transform: rotate(180deg);
}

header .top-line .tl-hamburger .tl-h-1,
header .top-line .tl-hamburger .tl-h-2,
header .top-line .tl-hamburger .tl-h-3 {
    display: block;
    background: #000000;
    width: 20px;
    height: 2px;
    position: relative;
}

header .top-line .tl-hamburger .tl-h-2 {
    margin-top: 4px;
    margin-bottom: 4px;
}

header .top-line .main-mnu {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-left: 5px;
    top: 0px;
}

header .top-line .main-mnu li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

header .top-line .main-mnu li.with-preview.hover .preview-menu {
    display: block;
}

header .top-line .main-mnu li.with-preview .preview-menu {
    position: absolute;
    left: 12px;
    top: 27px;
    background: #fff;
    border: 1px solid #EAEAEA;
    width: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

header .top-line .main-mnu li.with-preview .preview-menu li {
    display: block;
    padding: 0 20px;
}

header .top-line .main-mnu li.with-preview .preview-menu li:hover a {
    color: #55c0e9;
}

header .top-line .main-mnu li.with-preview .preview-menu li:last-child a {
    border: none;
}

header .top-line .main-mnu li.with-preview .preview-menu li a {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 17px;
    font-family: "CirceLight", sans-serif;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

header .top-line .main-mnu li.hidden-li {
    display: none;
}

header .top-line .main-mnu li a,
header .top-line .main-mnu li span {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-family: "CirceLight", sans-serif;
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header .top-line .main-mnu li a:hover,
header .top-line .main-mnu li span:hover {
    color: #55c0e9;
}

header .top-line .tl-right {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

header .top-line .tl-right .tl-city {
    display: inline-block;
    vertical-align: middle;
    color: rgba(57, 56, 56, 0.8);
    font-size: 14px;
    line-height: 14px;
    font-family: "CirceLight", sans-serif;
    margin-right: 50px;
    position: relative;
    top: -8px;
    cursor: pointer;
    z-index: 2;
}

header .top-line .tl-right .tl-city .tl-city-descr {
    font-weight: bold;
}

header .top-line .tl-right .tl-city .tl-city-descr a {
    color: rgba(57, 56, 56, 0.8);
}

header .top-line .tl-right .tl-city .tl-popup-content {
    position: absolute;
    padding: 18px;
    padding-right: 30px;
    padding-top: 15px;
    background: #fff;
    width: 398px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    top: 32px;
    left: 90px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    display: inline-block;
}

header .top-line .tl-right .tl-city .tl-popup-content.disable {
    display: none;
}

header .top-line .tl-right .tl-city .tl-popup-content::after {
    content: '';
    position: absolute;
    top: -7px;
    width: 34px;
    height: 7px;
    background: url(../img/i18.png);
}

header .top-line .tl-right .tl-city .tl-popup-content .tl-pc-descr {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 19px;
    font-family: "CirceRegular", sans-serif;
}

header .top-line .tl-right .tl-city .tl-popup-content .tl-pc-descr a {
    color: #000000;
    position: relative;
    border-bottom: 1px solid #A1A1A1;
}

header .top-line .tl-right .tl-city .tl-popup-content .tl-pc-descr a:hover {
    border-color: transparent;
}

header .top-line .tl-right .tl-city .tl-popup-content .tl-pc-change {
    color: #193e69;
    font-size: 15px;
    line-height: 19px;
    font-family: "CirceLight", sans-serif;
    margin-top: 4px;
    display: block;
    font-weight: bold;
}

header .top-line .tl-right .tl-city .tl-popup-content .tl-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: no-repeat url(../img/i19.png) 50%;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

header .top-line .tl-right .tl-make-phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    background: #F8F8F8;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #193e69;
    font-size: 15px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 50px;
    top: -8px;
}

header .top-line .tl-right .tl-make-phone:hover {
	color: #55C0E9;
}
header .top-line .tl-right .tl-make-phone:hover::before {
	opacity: 0;
}
header .top-line .tl-right .tl-make-phone:hover::after {
	opacity: 1;
}

header .top-line .tl-right .tl-make-phone::before {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -12.5px;
    width: 16px;
    height: 25px;
    background: url(../img/i17.png);
    transition: all .5s ease;
}
header .top-line .tl-right .tl-make-phone::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12.5px;
    width: 16px;
    height: 25px;
    background: url(../img/i17_h.png);
    transition: all .5s ease;
    opacity: 0;
}

header .top-line .tl-right .tl-phone-wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: relative;
    top: -4px;
}

header .top-line .tl-right .tl-phone-wrap .tl-town {
    color: rgba(0, 0, 0, 0.67);
    display: block;
    font-family: "CirceRegular", sans-serif;
    font-size: 13px;
    line-height: 13px;
    display: none;
}

header .top-line .tl-right .tl-phone-wrap .tl-phone {
    display: block;
    color: #000000;
    font-size: 19px;
    line-height: 19px;
    font-family: "CirceBold", sans-serif;
    -webkit-appearance: none;
}

header .top-line .tl-right .tl-phone-wrap a[href^=tel] {
    color: #000;
}

header .top-line .tl-right .tl-phone-wrap .tl-ph-descr {
    display: block;
    color: #393838;
    font-size: 11px;
    font-family: "CirceLight", sans-serif;
    line-height: 14px;
    opacity: .6;
    position: relative;
    top: 3px;
    font-weight: bold;
}

header .middle-line {
    padding-top: 10px;
}

header .middle-line .my-container {
    max-width: 930px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
}

header .middle-line .ml-menu {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .middle-line .ml-menu li {
    display: inline-block;
    vertical-align: top;
}

header .middle-line .ml-menu li.active a {
    border-bottom: 3px solid #0AC3EC;
}

header .middle-line .ml-menu li:first-child {
    margin-left: 0px;
}

header .middle-line .ml-menu li:last-child {
    margin-right: 0px;
}

header .middle-line .ml-menu li a {
    display: inline-block;
    color: #000000;
    font-size: 21px;
    font-family: "CirceRegular", sans-serif;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 19px;
}

header .middle-line .ml-menu li a:hover {
    color: #55c0e9;
}

.btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-family: "CirceRegular", sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 45px;
    padding-bottom: 16px;
    padding-top: 17px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
}

.btn.blue-border {
    color: #000;
    background: #fff;
    border-color: #00C1EB;
}

.btn.blue-border:hover {
    background: #00C1EB;
}

.btn.white-border {
    color: #000;
    background: transparent;
    border-color: #fff;
}

.btn.white-border:hover {
    background: #fff;
}

.btn.blue {
    background: #00C1EB;
    color: #000;
    border-color: #00C1EB;
}

.btn.blue:hover {
    background: transparent;
}

.btn.white {
    background: #fff;
    color: #000;
}

.btn.white:hover {
    background: #00C1EB;
}

.s-know-about {
    background: #00C1EB;
    margin-bottom: 20px;
}

.s-know-about .my-container {
    max-width: 1600px;
}

.s-know-about .ska-adap-content {
    display: none;
    text-align: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 21px;
}

.s-know-about .ska-adap-content .ska-adap-slider .owl-dots {
    position: absolute;
    top: 202px;
    bottom: auto;
}

.s-know-about .ska-adap-content .ska-adap-slider .owl-nav {
    position: absolute;
    top: 100px;
    width: 100%;
}

.s-know-about .ska-adap-content .ska-adap-slider .owl-nav [class*=owl-] {
    width: 25px;
    height: 25px;
    background: no-repeat url(../img/i46.png) 50%;
    position: absolute;
}

.s-know-about .ska-adap-content .ska-adap-slider .owl-nav .owl-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.s-know-about .ska-adap-content .ska-adap-slider .owl-nav .owl-next {
    right: 0;
}

.s-know-about .ska-adap-content .sas-itm .sas-top {
    height: 238px;
    padding: 0;
    padding: 0 39px;
    background: #00C1EB;
    position: relative;
}

.s-know-about .ska-adap-content .sas-itm .sas-top span {
    position: absolute;
    left: 39px;
    top: 0px;
    width: -webkit-calc(100% - 78px);
    width: calc(100% - 78px);
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.s-know-about .ska-adap-content .sas-itm .sas-cont {
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.s-know-about .ska-adap-content .sas-itm .skad-header-1 {
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-family: "CirceBold", sans-serif;
    color: #55c0e9;
}

.s-know-about .ska-adap-content .sas-itm .skad-header-2 {
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-family: "CirceBold", sans-serif;
    color: #000;
    margin-top: -3px;
    margin-bottom: 14px;
}

.s-know-about .ska-adap-content .sas-itm .skad-p {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    line-height: 34px;
    font-family: "CirceLight", sans-serif;
    margin-bottom: 24px;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap .btn {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    max-width: 183px;
    width: 100%;
    margin-bottom: 15px;
    height: 57px;
    padding: 0;
    padding-top: 16px;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap input {
    margin-bottom: 15px;
    height: 57px;
    max-width: 183px;
    width: 100%;
    outline: 0;
    color: #000;
    border: 3px solid #00c1eb;
    font-size: 18px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: CirceRegular, sans-serif;
    background: 0 0;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap input *::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap input *:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap input *::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.s-know-about .ska-adap-content .sas-itm .skad-wrap input *:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.s-know-about .sk-slider .owl-dots {
    bottom: 10px;
}

.s-know-about .sk-slider .sk-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.s-know-about .sk-slider .sk-link {
    display: block;
    padding-top: 75px;
    padding-left: 98px;
    padding-bottom: 75px;
}



.no-link:not(.btn) {
    cursor: auto;
}

.s-know-about .sk-slider .sk-item .sk-i-text {
    max-width: 825px;
}

.s-know-about .sk-slider .sk-item .sk-t-header {
    display: block;
    color: #55c0e9;
    font-size: 50px;
    font-family: "CirceBold", sans-serif;
    line-height: 50px;
}

.s-know-about .sk-slider .sk-item .sk-t-header.black {
    color: #000000;
}

.s-know-about .sk-slider .sk-item .sk-t-p {
    margin: 0;
    color: #000000;
    font-family: "CirceLight", sans-serif;
    opacity: .8;
    font-size: 20px;
    line-height: 30px;
    margin-top: 28px;
}

.s-know-about .sk-slider .sk-item .sk-wrap-btn {
    margin-top: 39px;
    font-size: 0px;
}

.s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp {
    outline: none;
    color: #000;
    border: 2px solid #00c1eb;
    font-size: 20px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "CirceRegular", sans-serif;
    background: transparent;
    margin-right: 17px;
}

.s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp::-webkit-input-placeholder {
    /*color: #000;*/
    text-align: center;
}

.s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp:-moz-placeholder {
    /*color: #000;*/
    text-align: center;
}

.s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp::-moz-placeholder {
    /*color: #000;*/
    text-align: center;
}

.s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp:-ms-input-placeholder {
    /*color: #000;*/
    text-align: center;
}

.s-know-about .sk-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 44%;
}

.s-know-about .sk-slider .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: no-repeat url(../img/i2.png) 50%;
    position: absolute;
}

.s-know-about .sk-slider .owl-nav .owl-prev {
  left: -113px;
  transition: left .5s ease;
}

.s-know-about .sk-slider .owl-nav .owl-prev:hover {
	left: -123px;
}

.s-know-about .sk-slider .owl-nav .owl-next {
    right: -113px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: right .5s ease;
}
.s-know-about .sk-slider .owl-nav .owl-next:hover {
	right: -123px;
}
.owl-theme.bl-dots .owl-dots {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    bottom: 0;
}

.owl-theme.bl-dots .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #00C1EB;
    margin: 0;
    margin-left: 3.5px;
    margin-right: 3.5px;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.owl-theme.bl-dots .owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-theme.bl-dots .owl-dots .owl-dot.active span {
    background: #000000;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.btn-arrow {
    display: inline-block;
    outline: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 59px;
    height: 35px;
    cursor: pointer;
    position: relative;
}

.btn-arrow.white {
    border: 2px solid #00748E;
}

.btn-arrow.white::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 18px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -9px;
    background: url(../img/i46.png);
}

.btn-arrow.white:hover {
    border-color: #fff;
}

.btn-arrow.blue {
    border: 2px solid rgba(187, 187, 187, 0.2);
}

.btn-arrow.blue::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 18px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -9px;
    background: url(../img/i3.png);
}

.btn-arrow.blue:hover {
    border-color: #55c0e9;
}

.btn-arrow.black {
    border: 2px solid #00C0E9;
}

.btn-arrow.black::before,
.btn-arrow.black::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 18px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-arrow.black::before {
    background: url(../img/i4.png);
}

.btn-arrow.black::after {
    background: url(../img/i3.png);
    opacity: 0;
}

.btn-arrow.black:hover::before {
    opacity: 0;
}

.btn-arrow.black:hover::after {
    opacity: 1;
}

.blue-text {
    color: #55c0e9;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blue-text:hover {
    color: #000;
}

.owl-item .sr-item {
    min-height: 467px;
}

.sp-wrap-color {
    background: #ECF8FC;
    margin-top: 15px;
}

.sp-wrap-color .sp-wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 685px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sp-wrap-color .sp-wrap-btn span {
    color: #000000;
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
}

.sp-wrap-color .sp-wrap-btn .sp-btn {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: "CirceRegular", sans-serif;
    background: #00C1EB;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 7px;
    padding-bottom: 14px;
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
}

.sp-wrap-color .sp-wrap-btn .sp-btn:hover {
    border-color: #00C1EB;
    background: #fff;
    color: #000;
}

.sp-wrap-color .sp-wrap-btn .sp-btn .bold {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-family: "CirceBold", sans-serif;
    margin-bottom: -2px;
}

.rc-product-text {
    padding-top: 66px;
}

.rc-product-text.lst-news {
    padding-bottom: 45px;
}

.rc-product-text.lst-news .my-container {
    left: 0;
}

.rc-product-text h2 {
    text-align: center;
    margin-bottom: 51px;
}

.rc-product-text .my-container {
    max-width: 1030px;
    position: relative;
    left: -102px;
}

.rc-product-text .rc-pt-p {
    margin: 0;
    color: #3a3a3a;
    font-size: 20px;
    line-height: 36px;
    font-family: "CirceLight", sans-serif;
    margin-bottom: 50px;
}

.rc-product-text .rc-pt-img {
    margin-bottom: 50px;
}

.rc-product-text .rc-pt-img img {
    display: block;
    max-width: 100%;
}

.rc-product-text .rc-pt-video {
    margin-bottom: 50px;
    outline: none;
    display: block;
    position: relative;
}

.rc-product-text .rc-pt-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.rc-product-text .rc-pt-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 178px;
    height: 178px;
    margin-top: -89px;
    margin-left: -89px;
    background: rgba(255, 255, 255, 0.3) no-repeat url(../img/i42.png) 57% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rc-product-text .rc-pt-video img {
    display: block;
    max-width: 100%;
}

.rc-product-text .rc-pt-small-header {
    display: block;
    color: #3a3a3a;
    font-size: 20px;
    line-height: 36px;
    font-family: "CirceRegular", sans-serif;
}

.rc-product-text .rc-pt-ul {
    margin-bottom: 30px;
}

.rc-product-text .rc-pt-ul li {
    color: #393939;
    font-size: 20px;
    line-height: 36px;
    font-family: "CirceLight", sans-serif;
    display: block;
    position: relative;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rc-product-text .rc-pt-ul li::before {
    width: 14px;
    height: 1px;
    background: #00C1EB;
    top: 18px;
    left: 0;
    content: '';
    position: absolute;
}

.rc-product-text .rc-pt-wrap-btn {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 25px;
}

.rc-product-text .rc-pt-wrap-btn a {
    display: inline-block;
    position: relative;
    color: #193e69;
    font-size: 20px;
    line-height: 22px;
    font-family: "CirceRegular", sans-serif;
    position: relative;
}

.rc-product-text .rc-pt-wrap-btn a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CFD9E2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rc-product-text .rc-pt-wrap-btn a:hover {
    color: #55c0e9;
}

.rc-product-text .rc-pt-wrap-btn a:hover::before {
    opacity: 0;
}

.pagination {
    text-align: center;
    display: block;
    width: 100%;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.active a {
    color: #000;
}

.pagination ul li.active a::before {
    width: 64px;
    height: 55px;
    border: 3px solid #C8C8C8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -27.5px;
}

.pagination ul li.next a {
    padding-left: 54px;
    padding-right: 54px;
    border: 3px solid #00C1EB;
}

.pagination ul li.next a:hover {
    background: #00C1EB;
    color: #fff;
}

.pagination ul li a {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    font-family: "CirceLight", sans-serif;
    color: #003C6B;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
}

footer {
    border-top: 1px solid #F0F0F0;
}

footer .ft-top-line {
    text-align: center;
    padding-bottom: 20px;
}

footer .ft-top-line .my-container {
    max-width: 1750px;
    position: relative;
}

footer .ft-top-line .ft-tl-logo {
    position: absolute;
    left: 15px;
    top: 62px;
}

footer .ft-top-line .ft-tl-right {
    position: absolute;
    right: 15px;
    top: 62px;
    text-align: right;
}

footer .ft-top-line .ft-tl-right .ft-tl-makecall {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    background: #F8F8F8;
    padding-right: 76px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #193e69;
    font-size: 16px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 34px;
}

footer .ft-top-line .ft-tl-right .ft-tl-makecall::before {
    content: '';
    position: absolute;
    right: 37px;
    top: 11px;
    width: 16px;
    height: 25px;
    background: url(../img/i17.png);
}

footer .ft-top-line .ft-tl-right .ft-tl-phone {
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 12px;
}

footer .ft-top-line .ft-tl-right .ft-tl-phone .ft-tl-ph-1 {
    display: block;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-family: "CirceBold", sans-serif;
    -webkit-appearance: none;
}

footer .ft-top-line .ft-tl-right .ft-tl-phone a[href^=tel] {
    color: #000;
}

footer .ft-top-line .ft-tl-right .ft-tl-phone .ft-tl-ph-2 {
    display: block;
    color: rgba(57, 56, 56, 0.6);
    font-family: "CirceLight", sans-serif;
    font-size: 13px;
    line-height: 13px;
    position: relative;
    top: 4px;
}

footer .ft-top-line .ft-tl-center {
    padding-top: 73px;
}

footer .ft-top-line .ft-tl-center .ft-tl-mail {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-family: "CirceBold", sans-serif;
    position: relative;
    margin-bottom: 30px;
}

footer .ft-top-line .ft-tl-center .ft-tl-mail::before {
    content: '';
    position: absolute;
    left: -78px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    background: no-repeat url(../img/i26.png) 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

footer .ft-top-line .ft-tl-center .ft-tl-mail:hover::before {
    border-color: #003C6B;
}

footer .ft-top-line .ft-tl-center .ft-tl-descr {
    display: block;
    color: rgba(111, 115, 117, 0.7);
    font-size: 16.35px;
    line-height: 17px;
    font-family: "CirceLight", sans-serif;
    margin-bottom: 30px;
}

footer .ft-top-line .ft-tl-center .ft-tl-descr a {
    color: #193e69;
    border-bottom: 1px solid #CFD9E2;
}

footer .ft-top-line .ft-tl-center .ft-tl-descr a:hover {
    border-color: transparent;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc {
    margin-left: 10px;
    margin-right: 10px;
    color: rgba(111, 115, 117, 0.7);
    padding-left: 60px;
    position: relative;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    left: 0;
    top: 50%;
    margin-top: -24px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc:hover {
    color: #000;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc:hover::before {
    border-color: #000;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc.vk::before {
    background: no-repeat url(../img/i27.png) 50%;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc.youtube::before {
    background: no-repeat url(../img/i28.png) 50%;
}

footer .ft-top-line .ft-tl-center .ft-tl-socials .ft-tl-soc.inst::before {
    background: no-repeat url(../img/i29.png) 50%;
}

footer .ft-mobile-line {
    display: none;
    border-top: 1px solid #f0f0f0;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

footer .ft-mobile-line .ft-list {
    margin: 0;
    display: inline-block;
    text-align: left;
}

footer .ft-mobile-line .ft-list li {
    display: block;
    margin-bottom: 11px;
}

footer .ft-mobile-line .ft-list li a {
    color: #242526;
    font-size: 22px;
    line-height: 24px;
    font-family: "CirceRegular", sans-serif;
    display: inline-block;
    position: relative;
    padding-bottom: 11px;
}

footer .ft-mobile-line .ft-list li a::before {
    left: 0;
    bottom: 0;
    min-width: 192px;
    width: 100%;
    height: 1px;
    background: #DADBDD;
    position: absolute;
    content: '';
}

footer .ft-middle-line {
    border-top: 1px solid #F0F0F0;
    padding-bottom: 34px;
}

footer .ft-middle-line .ft-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1620px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

footer .ft-middle-line .ft-flex-container .ft-mid-left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 85px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list {
    margin: 0;
}

footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list li {
    display: block;
    margin-bottom: 37px;
}

footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list li a {
    color: #242526;
    font-size: 19px;
    line-height: 21px;
    font-family: "CirceRegular", sans-serif;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list li a::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #DADBDD;
    position: absolute;
    content: '';
}

footer .ft-middle-line .ft-flex-container .ft-mid-right {
    width: 50%;
    padding-top: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 13.8%;
}

footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-mid-header {
    width: 100%;
    color: #242526;
    font-size: 22px;
    line-height: 24px;
    font-family: "CirceRegular", sans-serif;
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 36px;
}

footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-mid-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DADBDD;
}

footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-list {
    width: 50%;
}

footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-list li {
    display: block;
    margin-bottom: 20px;
}

footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-list li a {
    color: #737373;
    font-size: 16px;
    line-height: 19px;
    font-family: "CirceLight", sans-serif;
}

footer .ft-btm-line {
    text-align: center;
    border-top: 1px solid #F0F0F0;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .ft-btm-line .ft-text {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 24px;
    font-family: "CirceLight", sans-serif;
    margin-left: 25px;
    font-weight: bold;
    margin-right: 25px;
}

footer .ft-btm-line .ft-site {
    color: #848484;
    font-size: 15px;
    line-height: 24px;
    font-family: "CirceLight", sans-serif;
    margin-left: 25px;
    font-weight: bold;
    margin-right: 25px;
}

footer .ft-btm-line .ft-site a {
    color: #1a2e45;
}

.skd-make-order {
    border-bottom: 1px solid #E4E4E4;
    padding-top: 50px;
    padding-bottom: 35px;
}

.skd-make-order .my-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 930px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skd-make-order .btn {
    margin-bottom: 15px;
}

.skd-make-order .skd-input {
    border: 3px solid #ECECEC;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-family: "CirceLight", sans-serif;
    outline: none;
    margin-bottom: 15px;
}

.skd-make-order .skd-input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-family: "CirceLight", sans-serif;
    text-align: center;
}

.skd-make-order .skd-input:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-family: "CirceLight", sans-serif;
    text-align: center;
}

.skd-make-order .skd-input::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-family: "CirceLight", sans-serif;
    text-align: center;
}

.skd-make-order .skd-input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-family: "CirceLight", sans-serif;
    text-align: center;
}

.s-not-found {
    text-align: center;
    padding-bottom: 60px;
}

.s-not-found .snf-block {
    background: no-repeat url(../img/404.jpg) 50%;
    padding-top: 104px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.s-not-found .snf-block .snf-d-1 {
    display: block;
    color: #000000;
    font-size: 262px;
    line-height: 262px;
}

.s-not-found .snf-block .snf-d-2 {
    display: block;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-family: "CirceLight", sans-serif;
    position: relative;
    margin-top: -18px;
    margin-bottom: 153px;
}

.s-not-found .snf-block .snf-d-2::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 88px;
    bottom: -130px;
    background: #00C1EB;
}

.s-not-found .snf-block .snf-d-2::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background: #00C1EB;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -133px;
}

.rc-team-hdr {
    background: url(../img/bg14.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.rc-team-hdr .my-container {
    max-width: 1270px;
}

.rc-team-hdr .th-block {
    max-width: 620px;
}

.rc-team-hdr .th-block .th-hdr {
    color: #000000;
    font-size: 44.35px;
    line-height: 59px;
    font-family: "CirceBold", sans-serif;
    margin-bottom: 37px;
    display: block;
}

.rc-team-hdr .th-block .th-hdr span {
    color: #55c0e9;
}

.rc-team-hdr .th-block .th-p {
    margin: 0;
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    font-family: "CirceLight", sans-serif;
}

.n-coupon {
    width: 940px;
    padding-bottom: 60px;
}

.n-coupon .my-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.n-coupon .my-container .nc-left {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    padding-top: 70px;
}

.n-coupon .my-container .nc-left .nc-l-disc {
    display: inline-block;
    color: #ffffff;
    font-size: 87.2px;
    line-height: 87.2px;
    font-family: "CirceBold", sans-serif;
    background: #00C1EB;
    padding: 0px 45px;
    padding-top: 44px;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.n-coupon .my-container .nc-left .nc-l-descr {
    display: block;
    color: #ffffff;
    font-size: 44.41px;
    line-height: 44px;
    font-family: "CirceBold", sans-serif;
}

.n-coupon .my-container .nc-left .nc-l-descr span {
    color: #55c0e9;
}

.n-coupon .my-container .nc-right {
    width: 50%;
    text-align: right;
    padding-right: 41px;
    padding-top: 57px;
}

.n-coupon .my-container .nc-right .nc-r-logo {
    margin-bottom: 40px;
}

.n-coupon .my-container .nc-right .nc-r-logo img {
    margin: 0 auto;
    margin-right: 0px;
    display: block;
    max-width: 100%;
}

.n-coupon .my-container .nc-right .nc-inp {
    background: transparent;
    color: #fff;
    border: 3px solid #00C1EB;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-family: "CirceBold", sans-serif;
    display: block;
    max-width: 321px;
    width: 100%;
    margin: 0 auto;
    margin-right: 0px;
    margin-bottom: 17px;
}

.n-coupon .my-container .nc-right .nc-inp::-webkit-input-placeholder {
    color: #fff;
    font-family: "CirceBold", sans-serif;
}

.n-coupon .my-container .nc-right .nc-inp:-moz-placeholder {
    color: #fff;
    font-family: "CirceBold", sans-serif;
}

.n-coupon .my-container .nc-right .nc-inp::-moz-placeholder {
    color: #fff;
    font-family: "CirceBold", sans-serif;
}

.n-coupon .my-container .nc-right .nc-inp:-ms-input-placeholder {
    color: #fff;
    font-family: "CirceBold", sans-serif;
}

.n-coupon .my-container .nc-btn-wraps {
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-coupon .my-container .nc-btn-wraps .btn:hover {
    color: #fff;
}


.preloader-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999; }
  .preloader-wrap .load-wrap {
    width: 300px;
    height: 300px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .preloader-wrap .loader-circle {
    width: 60%;
    height: 200px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 30px solid transparent;
    border-left-color: #00C1EB;
    -webkit-animation: load .9s ease-in-out alternate infinite;
            animation: load .9s ease-in-out alternate infinite; }
  .preloader-wrap .loader-bottom {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    height: 50%;
    top: 50%;
    text-align: center;
    color: rgba(83, 83, 83, 0.5);
    background: #fff;
    -webkit-animation: pulse .45s linear alternate infinite;
            animation: pulse .45s linear alternate infinite; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }
  18% {
    border-width: 18px; }
  50% {
    border-width: 4px; }
  82% {
    border-width: 18px; }
  100% {
    -webkit-transform: rotate(215deg);
            transform: rotate(215deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }
  18% {
    border-width: 18px; }
  50% {
    border-width: 4px; }
  82% {
    border-width: 18px; }
  100% {
    -webkit-transform: rotate(215deg);
            transform: rotate(215deg); } }

@-webkit-keyframes pulse {
  0% {
    color: rgba(83, 83, 83, 0.3); }
  100% {
    color: rgba(83, 83, 83, 0.6); } }

@keyframes pulse {
  0% {
    color: rgba(83, 83, 83, 0.3); }
  100% {
    color: rgba(83, 83, 83, 0.6); } }

/*==========  Desktop First  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1800px) {
    .s-know-about .my-container {
        padding: 0 66px;
    }
    .s-know-about .sk-slider .owl-nav .owl-next {
        right: -60px;
    }
    .s-know-about .sk-slider .owl-nav .owl-next:hover {
    	right: -70px;
    }
    .s-know-about .sk-slider .owl-nav .owl-prev {
        left: -60px;
    }
    .s-know-about .sk-slider .owl-nav .owl-prev:hover {
    	left: -70px;
    }
}

@media only screen and (max-width: 1750px) {
    header .top-line .my-container::before {
        width: calc(100% - 225px);
    }
        header .top-line .tl-hamburger {
            margin-left: 4%;
        }
    .rc-product-text .my-container {
        left: 0;
    }
}

@media only screen and (max-width: 1600px) {
    footer .ft-middle-line {
        box-sizing: border-box;
        padding-left: 45px;
        padding-right: 45px;
    }
    header .top-line .main-mnu li a,
    header .top-line .main-mnu li span {
        padding-left: 12px;
        padding-right: 12px;
    }
    header .middle-line .ml-menu li a {
        font-size: 21px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1400px) {
    header .top-line .tl-right .tl-make-phone {
        padding-right: 40px;
        padding-left: 10px;
        margin-right: 5px;
    }
    header .top-line .tl-right .tl-make-phone::before {
        right: 14px;
    }
    header .top-line .tl-right .tl-city {
        margin-right: 5px;
    }
    header .top-line .tl-hamburger {
        margin-left: 15px;
    }
    header .top-line .tl-hamburger::before {
        width: 40px;
        margin-left: -20px;
    }
    .s-know-about .sk-slider .sk-link {
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .s-know-about .sk-slider .sk-item .sk-t-header {
        font-size: 46px;
        line-height: 46px;
    }
    .s-know-about .sk-slider .sk-item .sk-t-p {
        margin-top: 20px;
        font-size: 21px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1300px) {
    footer .ft-middle-line {
        padding-left: 15px;
        padding-right: 15px;
    }
    header .top-line .tl-right .tl-make-phone {
        font-size: 15px;
        line-height: 15px;
    }
    header .top-line .tl-right .tl-city {
        font-size: 13px;
        line-height: 13px;
    }
    header .top-line .main-mnu li a,
    header .top-line .main-mnu li span {
        font-size: 14px;
        line-height: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }
    footer .ft-top-line .ft-tl-right .ft-tl-phone .ft-tl-ph-1 {
        font-size: 19px;
        line-height: 24px;
    }
    footer .ft-top-line .ft-tl-right .ft-tl-phone .ft-tl-ph-2 {
        top: 0px;
    }
    footer .ft-top-line .ft-tl-right .ft-tl-makecall {
        font-size: 15px;
        line-height: 15px;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 45px;
    }
    footer .ft-top-line .ft-tl-right .ft-tl-makecall::before {
        right: 15px;
    }
    footer .ft-top-line .ft-tl-center .ft-tl-mail {
        font-size: 21px;
        line-height: 21px;
    }
    footer .ft-top-line .ft-tl-center .ft-tl-mail::before {
        left: -66px;
    }
}

@media only screen and (max-width: 1200px) {
    header .top-line .my-container::before {
        display: none;
    }
    header .top-line .tl-right .tl-phone-wrap .tl-phone {
        font-size: 15px;
        line-height: 15px;
    }
    header .top-line .tl-right .tl-phone-wrap .tl-ph-descr {
        top: 0;
    }
    .rc-product-text .rc-pt-p {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 28px;
    }
    .rc-product-text h2,
    .rc-product-text .rc-pt-img,
    .rc-product-text .rc-pt-video {
        margin-bottom: 30px;
    }
    .rc-product-text .rc-pt-small-header {
        font-size: 17px;
        line-height: 28px;
    }
    .rc-product-text .rc-pt-ul li {
        font-size: 17px;
        line-height: 28px;
    }
    .rc-product-text .rc-pt-ul li::before {
        top: 13px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right {
        padding-left: 15px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left {
        padding-right: 15px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list li a {
        font-size: 17px;
        line-height: 21px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list li {
        margin-bottom: 20px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-mid-header {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-list li a {
        font-size: 15px;
        line-height: 15px;
        line-height: 19px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-list li {
        margin-bottom: 10px;
    }
    header .roll-mnu.opened {
        top: 89px;
    }
    header .middle-line .my-container {
        padding-left: 15px;
    }
    header .middle-line .my-container .ml-menu {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    header .roll-mnu .rm-item .rm-ul li a {
        font-size: 15px;
        line-height: 19px;
    }
    header .roll-mnu .rm-item .rm-ul li {
        margin-bottom: 10px;
    }
    header .roll-mnu .rm-item .rm-header {
        font-size: 16px;
        line-height: 19px;
    }
    header .roll-mnu .my-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .roll-mnu .rm-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .middle-line .ml-menu li a {
        padding-bottom: 15px;
        font-size: 17px;
        line-height: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1100px) {
    header .top-line .my-container::before {
        display: none;
    }
    header .top-line .logo {
        margin: 0 auto;
    }
    header .top-line .my-container {
        text-align: center;
    }
    header .top-line .hamburger {
        display: block;
    }
    header .roll-mnu .my-container {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    header .roll-mnu .rm-item {
        width: 33%;
    }
    header .top-line .tl-right {
        display: none;
    }
    header .top-line .logo {
        margin-bottom: 0px;
    }
    header .top-line {
        padding-bottom: 15px;
    }
    header .top-line .main-mnu {
        display: none;
    }
    header .top-line .tl-hamburger {
        top: 15px;
        left: 20px;
        position: absolute;
    }
    header .top-line .tl-hamburger::before {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
    header .top-line .hamburger {
        top: 40px;
    }
}

@media only screen and (max-width: 992px) {
    footer .ft-middle-line {
        padding-left: 0px;
        padding-right: 0px;
    }
    .n-coupon {
        width: 740px;
    }
    .n-coupon .my-container .nc-left {
        padding-left: 0px;
    }
    .n-coupon .my-container .nc-right {
        padding-right: 0px;
    }
    .n-coupon .my-container .nc-left .nc-l-disc {
        font-size: 64px;
        line-height: 64px;
    }
    .n-coupon .my-container .nc-left .nc-l-descr {
        font-size: 34px;
        line-height: 34px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    footer .ft-top-line .ft-tl-right {
        display: none;
    }
    footer .ft-top-line {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    footer .ft-top-line .ft-tl-logo {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    footer .ft-top-line .ft-tl-logo img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
    footer .ft-top-line .ft-tl-center {
        padding-top: 20px;
    }
    header .roll-mnu.opened {
        top: 96px;
    }
    header .top-line .main-mnu::before {
        display: none;
    }
    .pagination ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pagination ul li.active a::before {
        height: 58px;
        width: 50px;
        margin-left: -25px;
        margin-top: -29px;
    }
    .s-know-about .sk-slider .owl-nav {
        display: none;
    }
    .s-know-about .my-container {
        padding: 0;
    }
    .s-know-about .sk-slider .sk-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .n-coupon {
        width: 308px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .n-coupon .my-container .nc-left {
        width: 100%;
        padding-top: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .n-coupon .my-container .nc-left .nc-l-descr {
        font-size: 28px;
        line-height: 28px;
    }
    .n-coupon .my-container .nc-left .nc-l-disc {
        font-size: 42px;
        line-height: 42px;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .n-coupon .my-container .nc-rught {
        width: 100%;
    }
    .n-coupon .my-container .nc-right {
        padding-top: 15px;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .n-coupon .my-container .nc-right .nc-r-logo {
        margin-bottom: 15px;
    }
    .n-coupon .my-container .nc-right .nc-r-logo img {
        margin-right: auto;
    }
    .n-coupon .my-container .nc-right .nc-inp {
        margin-right: auto;
        margin-bottom: 15px;
        max-width: 290px;
    }
    .n-coupon .my-container .nc-btn-wraps {
        margin-top: 30px;
        max-width: 290px;
    }
    .n-coupon .my-container .nc-btn-wraps .btn {
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
        font-size: 17px;
        line-height: 17px;
    }
    .rc-team-hdr .th-block .th-hdr {
        font-size: 34px;
        line-height: 42px;
    }
    .rc-team-hdr .th-block .th-p {
        font-size: 21px;
        line-height: 28px;
    }
    footer .ft-top-line .ft-tl-right {
        display: inline-block;
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    footer .ft-top-line .ft-tl-center .ft-tl-socials {
        display: none;
    }
    footer .ft-top-line .ft-tl-right .ft-tl-phone {
        display: block;
        top: 0;
        margin-top: 20px;
    }
    .rc-product-text .rc-pt-video::after {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
    .rc-product-text {
        padding-top: 45px;
    }
    .skd-make-order .skd-input {
        display: block;
        width: 242px;
    }
    .skd-make-order .my-container {
        max-width: 290px;
    }
    .skd-make-order .skd-input {
        font-size: 21px;
        line-height: 21px;
    }
    .skd-make-order .btn {
        display: block;
        width: 242px;
        padding-bottom: 6px;
        padding-top: 7px;
    }
    .skd-make-order {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left {
        padding-top: 45px;
        width: 100%;
        padding-right: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list {
        width: 50%;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right {
        padding-top: 25px;
        padding-left: 0px;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-right {
        width: 100%;
    }
    footer .ft-middle-line .ft-flex-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pagination ul li.next a {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pagination ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .pagination ul li.active a::before {
        height: 54px;
        margin-top: -27px;
        width: 40px;
        margin-left: -20px;
    }
    .s-know-about .sk-slider .sk-item .sk-t-header {
        font-size: 34px;
        line-height: 34px;
    }
    .s-know-about .sk-slider .sk-item .sk-t-p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 15px;
    }
    header .middle-line .ml-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .middle-line {
        padding-top: 0px;
    }
    header .middle-line .ml-menu li a {
        padding-bottom: 7px;
        padding-top: 7px;
    }
    header .middle-line .ml-menu li {
        width: 50%;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 600px) {
	.sp-wrap-color .sp-wrap-btn {
		flex-wrap: wrap;
		max-width: 320px;
		justify-content: center;
	}
	.sp-wrap-color .sp-wrap-btn span {
		flex-basis: 100%;
		text-align: center;
	}
    .s-not-found .snf-block .snf-d-1 {
        font-size: 150px;
        line-height: 150px;
    }
    .s-not-found .snf-block .snf-d-2 {
        margin-bottom: 100px;
        font-size: 21px;
        line-height: 28px;
    }
    .s-not-found .snf-block .snf-d-2::before {
        height: 60px;
        bottom: -72px;
    }
    .s-not-found .snf-block .snf-d-2::after {
        bottom: -75px;
    }
    footer .ft-btm-line .ft-text,
    footer .ft-btm-line .ft-site {
        margin-left: 0px;
        margin-right: 0px;
        display: block;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list,
    footer .ft-middle-line .ft-flex-container .ft-mid-right .ft-list {
       width: 100%;
    }
    footer .ft-middle-line .ft-flex-container .ft-mid-left .ft-list li a {
        display: block;
    }
    header .roll-mnu {
        top: -800px;
    }
    .s-know-about .sk-slider .sk-item .sk-wrap-btn {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp {
        margin-right: 0px;
        margin-bottom: 15px;
        background: #fff;
    }
    .s-know-about .sk-slider .sk-item .sk-wrap-btn .btn {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 17px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-know-about .sk-slider .sk-item .sk-wrap-btn .sk-inp {
        font-size: 17px;
        line-height: 17px;
        margin-right: 5px;
        padding-bottom: 14px;
        max-width: 200px;
    }
    header .roll-mnu .rm-item {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .s-know-about .ska-adap-content .sas-itm .skad-wrap .btn {
        font-size: 16px;
        line-height: 16px;
        padding-top: 19px;
        background: #00c1eb;
        border: 2px solid #00c1eb;
        color: #000;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
    }
    .s-know-about .ska-adap-content .sas-itm .skad-wrap .btn:hover {
        font-size: 16px;
        line-height: 16px;
        background: #fff;
        color: #000;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        border: 2px solid #00c1eb;
    }
    .s-know-about .ska-adap-content .sas-itm .skad-wrap input {
        font-size: 16px;
        line-height: 16px;
    }
    .s-know-about .ska-adap-content .sas-itm .skad-wrap {
        justify-content: center;
    }
    .s-know-about .ska-adap-content .sas-itm .skad-p {
        font-size: 21px;
        line-height: 28px;
    }
    footer .ft-middle-line {
        display: none;
    }
    footer .ft-mobile-line {
        display: block;
    }
    header .roll-mnu.opened {
        top: 73px;
    }
    header .top-line .hamburger {
        top: 29px;
        right: 24px;
    }
    header .top-line .hamburger::before {
        display: none;
    }
    header .top-line .tl-right {
        padding-right: 15px;
    }
    header .top-line .hamburger .hamburger-inner,
    header .top-line .hamburger .hamburger-inner:after,
    header .top-line .hamburger .hamburger-inner:before {
        background: #000;
    }
    header .top-line .hamburger.is-active .hamburger-inner,
    header .top-line .hamburger.is-active .hamburger-inner:after,
    header .top-line .hamburger.is-active .hamburger-inner:before {
        background: #55c0e9;
    }
    .wrapper .hidden-mnu .hm-mnu li.second-mnu {
        display: block;
    }
    .wrapper .hidden-mnu {
        max-width: 330px;
    }
    .wrapper .hidden-mnu .hm-top {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wrapper .hidden-mnu .hm-close {
        left: -30px;
    }
    .rc-product-text {
        padding-top: 25px;
    }
    footer .ft-top-line .ft-tl-center .ft-tl-mail::before {
        left: -54px;
    }
    .s-know-about .ska-adap-content {
        display: block;
    }
    .s-know-about .my-container {
        padding-left: 39px;
        padding-right: 39px;
    }
    .s-know-about .sk-slider,
    .s-know-about .sk-slider.owl-loaded {
        display: none!important;
    }
    header .middle-line {
        display: none;
    }
    header .top-line .tl-right {
        display: block;
    }
    header .top-line .tl-right .tl-city {
        display: none;
    }
    header .top-line .tl-right .tl-make-phone {
        display: none;
    }
    header .top-line .my-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header .top-line .logo {
        display: none;
    }
    header .top-line .small-logo {
        display: block;
        padding-left: 0px;
    }
    header .top-line .tl-hamburger {
        display: none;
    }
    header .top-line .tl-right .tl-phone-wrap {
        top: 0;
        padding-right: 35px;
    }
    header .top-line {
        padding-top: 15px;
    }
    header .top-line .tl-right .tl-phone-wrap .tl-ph-descr {
        display: none;
    }
    header .top-line .tl-right .tl-phone-wrap .tl-town {
        display: block;
    }
    header .top-line .tl-right .tl-phone-wrap .tl-phone {
        font-size: 18px;
        font-family: "CirceBold", sans-serif;
        margin-top: 15px;
    }
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .s-know-about .sk-slider .sk-item .sk-t-p br {
        display: none;
    }
    .s-know-about .sk-slider .sk-link {
        padding-bottom: 35px;
    }
    header .roll-mnu .rm-item {
        width: 100%;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .roll-mnu .rm-item:last-child::before {
        display: none;
    }
    header .roll-mnu .rm-item::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -15px;
        background: #55c0e9;
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
        height: 1px;
    }
    header .roll-mnu {
        top: -1200px;
    }
    header .middle-line .ml-menu li {
        width: 100%;
    }
    header .roll-mnu .rm-item .rm-ul li {
        margin-bottom: 5px;
        line-height: 21px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 350px) {
    .wrapper .hidden-mnu {
        max-width: 280px;
    }
}

@media only screen and (max-width: 320px) {
    .s-know-about .ska-adap-content .sas-itm .skad-wrap .btn {
        padding-top: 4px;
    }
    .s-know-about .ska-adap-content .sas-itm .skad-wrap input {
        margin-right: 0px;
    }
    header .top-line .hamburger {
        right: 10px;
    }
    header .top-line .tl-right .tl-phone-wrap {
        padding-right: 25px;
        padding-top: 5px;
    }
    header .top-line .tl-right .tl-phone-wrap .tl-phone {
        font-size: 14px;
    }
    .s-know-about .ska-adap-content .skad-p br {
        display: none;
    }
    .s-know-about .ska-adap-content .skad-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/*==========  Mobile First  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    /**/
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    /**/
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    /**/
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /**/
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    /**/
}

.cnt_tabs{
    margin: 44px 0 0;
}

.cnt_tabs_list{
    text-align: center;

}
.cnt_tabs_list li{
    color: #000000;
    font-size: 23.71px;
    line-height: 24px;
    font-family: "CirceLight", sans-serif;
    border-bottom: 3px solid transparent;
    padding: 0 44px;
    padding-bottom: 19px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.cnt_tabs_list li.active{
    border-color: #00C1EB;
    font-family: "CirceRegular", sans-serif;
    cursor: default;
    pointer-events: none;
}
.cnt_tabs_desc{
    display: none;
}
.cnt_tabs_desc.active{
    display: block;
}

@media only screen and (max-width: 1600px){
    .cnt_tabs_list li {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 1300px){
    .cnt_tabs_list li {
        padding-left: 5px;
        padding-right: 5px;
    }

}
@media only screen and (max-width: 600px){
    .cnt_tabs_list li {
        display: block;
        margin-bottom: 10px;
    }
}

.owl-carousel .owl-item{
        min-height: auto;
}
.home_types {
display: block;
margin: 25px 0 0 0 !important;
}
 .home_types li {
  display: inline-block;
  text-align: center;
  width: 210px;
  margin: 0 20px 45px 0;
  font-size: 14px;
 }
  .home_types li img {
   display: inline-block;
   margin: 0 0 10px 0;
   border: 1px solid #1772ba;
  }

.sk-slider-preloader {
    background: #fff;
    height: 493px;
    opacity: 1;
    position: relative;
    transition: all 1s;
    /*visibility: visible;*/
}

.sk-slider-preloader__img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s-know-about .sk-slider.owl-loaded + .sk-slider-preloader {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.swiper-slide__video {
    height: 100%;
    width: 100%;
}

.swiper-slide__link {
    display: block;
    height: 100%;
}

.swiper-slide__video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

@media screen and (max-width: 1366px) {
    .sk-slider-preloader {
        height: 386px;
    }
}

@media screen and (max-width: 768px) {
    .sk-slider-preloader {
        height: 349px;
    }
}

@media screen and (max-width: 480px) {
    .sk-slider-preloader {
        height: 238px;
    }
}


/* Попап "пригласить специалиста" */

.fader {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 14;
}

.invite-popup {
    position: fixed;
    width: 300px;
    background-color: #fff;
    bottom: 0;
    right: 50px;
    max-height: 460px;
    padding: 20px 0;
    z-index:15;
    text-align: center;
    font-size: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.6);
    transition: max-height .5s .0s, background-color .3s .5s;
}

.popup-closed {
    max-height: 50px;
    background-color: #00C1EB;
    padding: 50px 0 0;
    transition: background-color .3s .0s, max-height .5s .3s, padding .2s .5s;
}

.invite-popup__dragline {
    display: block;
    cursor: move;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.popup-closed .invite-popup__dragline {
    display: none;
}

.invite-popup__close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
    transition: all .5s .0s;
}

.invite-popup__close-btn:hover {
    cursor: pointer;
    opacity: 1;
}

.invite-popup__close-btn::before,
.invite-popup__close-btn::after {
    position: absolute;
    left: 5px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
    transition-delay: .5s;
}

.popup-closed .invite-popup__close-btn::before,
.popup-closed .invite-popup__close-btn::after {
    width: 0;
    transition-delay: .0s;
}

.invite-popup__close-btn::before {
    transform: rotate(45deg);
}

.invite-popup__close-btn::after {
    transform: rotate(-45deg);
}


.popup-closed .invite-popup__close-btn {
    position: absolute;
    right: 30px;
    top: calc(50% - 1px);
    height: 10px;
    width: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(45deg);
    opacity: 1;
    transition: all .3s .5s;
}

.invite-popup__name {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    transition: all .2s;
}

.popup-closed .invite-popup__name {
    display: block;
}

.invite-popup__content {
    opacity: 1;
    transition: opacity .3s .5s;
}

.popup-closed .invite-popup__content {
    opacity: 0;
    transition: opacity .3s .0s;
}

.invite-popup__text {
    padding: 0 40px;
}

.invite-popup__slider {
    background-color: #f2fafd;
    margin: 15px 0;
    width: auto !important;
}

.invite-popup__slider .owl-prev {
    height: 100%;
    background-color: #00C1EB !important;
    position: absolute;
    margin: 0 !important;
    left: 0;
    top: 0;
    width: 35px;
    border-radius: 0 !important;
}

.invite-popup__slider .owl-prev::before {
    content: '';
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 4px);
}

.invite-popup__slider .owl-next {
    height: 100%;
    background-color: #00C1EB !important;
    position: absolute;
    margin: 0 !important;
    right: 0;
    top: 0;
    width: 35px;
    border-radius: 0 !important;
}

.invite-popup__slider .owl-next::before {
    content: '';
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
}

.invite-popup__slider .owl-dots .owl-dot span {
    height: 7px !important;
    width: 7px !important;
}

.invite-popup__slider .owl-dots .owl-dot.active span {
    height: 9px !important;
    width: 9px !important;
    background: #00C1EB !important;
}

.invite-popup__slider .owl-dots {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.invite-popup__specialist {
    padding: 15px 0;
}

.specialist__avatar{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}
.popup__avatar {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 96px;
    width: 96px;
    border: 4px solid #00C1EB;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: 0;
    overflow: hidden;
    cursor: pointer;
}
.popup-closed .popup__avatar {
    display: block;
}

.specialist__name {
    margin-top: 15px;
    font-weight: bold;
}

.specialist__post, 
.specialist__grade {
    color: rgb(104, 104, 104);
}

.invite-popup__phone {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #b9b9b9;
    -webkit-border-radius:0; 
    border-radius:0;
    width: 211px;
    padding: 10px 20px;
    margin-top: 15px;
    text-align: center;
}

.phone-error {
    border-color: #ff0000;
}

.invite-popup__btn {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    font-family: "CirceRegular", sans-serif;
    font-size: 16px;
    padding: 5px 45px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
    margin-top: 15px;
    background: #00C1EB;
    color: #ffffff;
    border-color: #00C1EB;
}

.invite-popup__btn:hover {
    color: #000000;
    background: transparent;
}

@media only screen and (max-width: 760px) {
    .popup-opened {
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .popup-closed {
        width: 100%;
        right: 0;
        transition: all 0s;
    }

    .invite-popup__name {
        font-weight: bold;
    }

    .invite-popup__slider{
        width: 300px !important;
    }

    .popup-closed .popup__avatar {
        display: none;
    }

    .popup-closed .invite-popup__close-btn {
        display: none;
    }

    .invite-popup__btn:hover {
        color: #ffffff;
        background: #00C1EB;
    }
}


/* Попап "пригласить специалиста" конец */
.swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 3px solid #55c0e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 3;
}
/*в мобильной версии "Наши работы"*/
.hidden-mnu .hm-mnu li.our-work,.hidden-mnu .hm-mnu li.our-work:hover {
    color: white;
    background: #00C1EB;
}
.hidden-mnu .hm-mnu li.our-work a, .hidden-mnu .hm-mnu li.our-work a:hover {
    color: white;
}
.nav__icon.active svg path {
    fill:#20C2E9;
}
.bottom__head .nav_mobile .nav__icon.active a,
.over__head .nav__icon.active a 
{
    color:#20C2E9;
}
