.image-centered {position: relative;}
.image-centered img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: block;margin: auto;}
.link-underlined {text-decoration: underline;}
.link-underlined:hover {text-decoration: none;}
.link-not-underlined {text-decoration: none;}
.link-not-underlined:hover {text-decoration: underline;}
.link-bg {color: #3a3a3a;background: #fff;}
.link-bg:hover {color: #fff;background: #3a3a3a;}
.animate, .animate:hover {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
* {padding: 0;margin: 0;outline: none;}
body {font-family: "Open Sans",sans-serif;color: #3a3a3a;font-size: 14px;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
.clearfix {zoom: 1;display: block;}
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.wrap {width: 1170px;margin: 0 auto;}
.wrapwide {width: 1740px;margin: 0 auto;}
.modal {display: none;width: 400px;}
.modal a.close-modal {position: absolute;top: -12.5px;right: -12.5px;display: block;width: 30px;height: 30px;text-indent: -9999px;background: url("../images/modal_close.png") no-repeat 0 0;}
.modal-spinner {display: none;width: 64px;height: 64px;position: fixed;top: 50%;left: 50%;margin-right: -32px;margin-top: -32px;background: url("../images/modal_spinner.gif") #111 no-repeat center center;}
.style-heading {font-size: 36px;text-align: center;font-weight: bold;}
.style-subheading {color: #7e7e7e;text-align: center;font-size: 15px;font-weight: 300;margin-bottom: 30px;}
.green-link-hover:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.blue-link-hover:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.header {height: 166px;background: #e5f1f1;}
.header .wrap {width: 1090px;}
.header-inner {height: 195px;}
.header .preheader {padding-top: 28px;margin-bottom: 20px;}
.header .nav .hamburger {width: 54px;height: 54px;display: none;float: left;background: url("../images/icon_hamburger.png") no-repeat;margin-right: 15px;margin-top: 3px;}
.header .nav .logo {float: left;margin-right: 34px;width: 242px;}
.header .nav .menu {float: left;margin-top: 13px;}
.header .nav .menu > ul {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: white;border: 1px solid #a3cdcd;}
.header .nav .menu > ul > li {display: inline-block;vertical-align: middle;list-style: none;margin-left: -1px;position: relative;}
.header .nav .menu > ul > li img {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;display: inline-block;margin-top: 8px;vertical-align: top;margin-left: 5px;}
.header .nav .menu > ul > li:hover img {-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.header .nav .menu > ul > li:last-child {margin-right: -1px;}
.header .nav .menu > ul > li > a {text-decoration: none;color: #6b6b6b;display: block;padding: 12px 10px;font-size: 16px;letter-spacing: -.3px;}
.header .nav .menu > ul > li.active > a, .header .nav .menu > ul > li:hover > a {background: #e5f1f1;border-left: 1px solid #a3cdcd;border-right: 1px solid #a3cdcd;padding: 12px 9px;}
.header .nav .menu > ul > li ul {display: none;position: absolute;top: 100%;left: 0;z-index: 2;background: #fff;border: 1px solid #a3cdcd;width: 246px;padding: 16px 10px;text-align: left;}
.header .nav .menu > ul > li ul li {list-style: none;}
.header .nav .menu > ul > li ul li a {text-decoration: none;color: #57a9df;display: block;padding: 5px 12px;font-size: 16px;letter-spacing: -.3px;}
.header .nav .menu > ul > li ul li a:hover {text-decoration: underline;}
.header .nav .menu > ul > li:hover ul {display: block;}
.header .nav .panel {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #fff;float: right;width: 196px;height: 46px;margin-top: 13px;border: 1px solid #57a9df;text-align: center;}
.header .nav .panel a {color: #57a9df;padding: 13px;display: block;text-decoration: none;}
.header .nav .panel a:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.header .nav .panel a img {display: inline-block;vertical-align: bottom;margin-right: 5px;}
.header-links {margin-top: 7px;float: left;}
.header-links a {text-decoration: none;color: #6b6b6b;margin-right: 40px;}
.header-links a:hover {text-decoration: underline;}
.header-lang {float: left;margin-top: 9px;}
.header-lang a {margin-right: 15px; display: inline-block; vertical-align: top; text-decoration:none; color:#6b6b6b;}
.header-lang a:hover span { text-decoration:underline;}
.header-lang a img {/*display: block;*/}
.header-phone {background: url("../images/icon_phone.svg") no-repeat 0 9px;float: right;padding-left: 45px;text-align: right;font-size: 28px;font-weight: 300;}
.header-phone span {display: block;font-size: 15px;color: #6b6b6b;}
.slider {height: 457px;background: #e5f1f1;}
.slider .wrap {width: 1090px;}
.vds-ready .style-heading {padding-top: 75px;margin-bottom: 5px;}
.vds-ready-tabs {padding: 0 38px;margin-bottom: 75px;border-bottom: 1px solid #ccdfdf;}
.vds-ready-tab {position: relative;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border: 1px solid #e3eded;border-bottom: none;float: left;width: 115px;margin-right: 3px;height: 30px;font-size: 14px;text-align: center;padding-top: 10px;margin-top: 2px;font-weight: 300;color: #7d7d7d;text-decoration: none;}
.vds-ready-tab:hover, .vds-ready-tab__active {margin-top: 0px;height: 32px;background: #fff;background: -moz-linear-gradient(45deg,#fff 0%,#eff6f7 100%);background: -webkit-linear-gradient(45deg,#fff 0%,#eff6f7 100%);background: linear-gradient(45deg,#fff 0%,#eff6f7 100%);}
.vds-ready-tab i {background: url("../images/icon_sale.svg") no-repeat;position: absolute;width: 21px;height: 9px;top: 6px;right: 6px;}
.vds-ready-slider {margin-left: 58px;margin-right: 16px;margin-bottom: 2px;}
.vds-ready-items {display: none;}
.vds-ready-items__short .vds-ready-item {width: 218px;}
.vds-ready-items__short .vds-ready__price .hidden {width: 120px;}
.vds-ready-items__short .vds-ready-item__big .vds-ready__price .hidden {margin-left: -15px;}
.vds-ready-items.active {display: block;}
.vds-ready-item {width: 260px;float: left;border: 1px solid #ccdfdf; /*margin-right: -1px;*/box-sizing: border-box; margin:2px;}
.vds-ready-item__colored {background: #eff9f8;}
.vds-ready-item__Start .vds-ready__title, .vds-ready-item__1 .vds-ready__title {color: #3a3a3a;}
.vds-ready-item__Optima .vds-ready__title, .vds-ready-item__2 .vds-ready__title {color: #8ab35e;}
.vds-ready-item__Profi .vds-ready__title, .vds-ready-item__3 .vds-ready__title {color: #57a9df;}
.vds-ready-item__Master .vds-ready__title, .vds-ready-item__4 .vds-ready__title {color: #a262d1;}
.vds-ready-item__big {margin-top: -17px;width: 292px;padding-top: 15px;}
.vds-ready-item__big .vds-ready__price .hidden {margin-left: 0;}
.vds-ready-item__big .vds-ready__body {padding-bottom: 2px;}
.vds-ready-item__big .vds-ready__footer {padding: 41px 50px;}
.vds-ready__body {padding: 0 34px;height: 376px;position: relative;}
.vds-ready__top {width: 41px;height: 37px;position: absolute;background: url("../images/top_tariff.png") no-repeat;top: 19px;right: 0px;background-size: contain;}
.vds-ready__title {text-align: center;color: #3a3a3a;font-size: 36px;font-weight: bold;padding-top: 8px;margin-bottom: 10px;}
.vds-ready__title2 {font-size: 19px;font-weight: bold;color: #811934;padding-top: 15px;text-align: center;line-height: 24px;margin-bottom: 18px;}
.vds-ready__title2 span {font-size: 37px;}
.vds-ready__price__margined {margin-bottom: 15px;padding-bottom: 21px;border-bottom: 1px solid #ebebeb;}
.vds-ready__params2 {text-align: center;font-size: 13px;border-bottom: 1px solid #ebebeb;line-height: 15px;margin-bottom: 14px;padding-bottom: 12px;}
.vds-ready__params2__last {margin-bottom: 2px;}
.vds-ready__os {text-align: center;margin-bottom: 1px;}
.vds-ready__os img {display: inline-block;}
.vds-ready__price {position: relative;text-align: center;font-size: 14px;font-weight: 300;color: #303030;}
.vds-ready__price > span {font-size: 32px;font-weight: bold;}
.vds-ready__price .hidden {display: none;position: absolute;top: 0;background: #fff;text-align: left;border: 1px solid #57a9df;padding: 5px 15px;width: 160px;z-index: 3;}
.vds-ready__price .hidden ul li {color: #57a9df;list-style: none;margin-bottom: 5px;font-size: 16px;font-weight: bold;}
.vds-ready__price .hidden ul li span.small {color: #6b6b6b;font-weight: normal;font-size: 10px;}
.vds-ready__price:hover .hidden {display: block;}
.vds-ready__params {height: 28px;border-bottom: 1px solid #ebebeb;padding-top: 9px; display:flex; justify-content:center;}
.vds-ready__paramname {width: 82px;color: #b8b8b8;text-align: left;}
.vds-ready__paramvalue {width: 82px;color: #3a3a3a;text-align: right;}
.vds-ready__infinity {font-size: 16px;}
.vds-ready__limits {padding-top: 7px;text-align: center;font-size: 15px;color: #57a9df;position: relative;}
.vds-ready__limits span {display: block;width: 15px;height: 15px;background: url("../images/icon_question.png") no-repeat;margin: 0 auto;}
.vds-ready__limits .hidden {display: none;position: absolute;bottom: 0;background: #fff;font-size: 12px;text-align: left;border: 1px solid #57a9df;padding: 5px;}
.vds-ready__limits .hidden ul li {margin-bottom: 5px;margin-left: 20px;}
.vds-ready__limits:hover .hidden {display: block;}
.vds-ready__footer {border-top: 1px solid #ccdfdf;background: #e9f3f3;padding: 30px 33px;}
.vds-ready__footer a {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: 1px solid #63b7e3;color: #63b7e3;display: block;background: #fff;text-align: center;font-size: 18px;font-weight: bold;text-decoration: none;padding-top: 10px;padding-bottom: 10px;}
.vds-ready__footer a:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.vds-ready__footer a:hover {background: #63b7e3;color: #fff;}
.vds-ready-desc {text-align: center;margin-left: 58px;margin-right: 16px;background: #fafafa; padding-top: 10px;padding-bottom: 15px;}
.vds-ready-desc__item {display: inline-block;text-align: left;font-size: 24px;margin: 0 40px;}
.vds-ready-desc__item span {font-size: 17px;color: #8ab35e;margin-left: 15px;}
@media only screen and (max-width: 1170px) {.vds-ready__params2 {padding-bottom: 28px;}}
@media only screen and (max-width: 960px) {.vds-ready__params2 {padding-bottom: 12px;}}
.vds-construct {padding-bottom: 90px;}
.vds-construct-tabs {padding: 0 38px;margin-bottom: 0px;border-bottom: 1px solid #ccdfdf;}
.vds-construct-tab {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border: 1px solid #e3eded;border-bottom: none;float: left;width: 155px;margin-right: 3px;height: 30px;font-size: 15px;text-align: center;padding-top: 10px;margin-top: 2px;font-weight: 300;color: #7d7d7d;text-decoration: none;}
.vds-construct-tab:hover, .vds-construct-tab__active {margin-top: 0px;height: 32px;background: #fff;background: -moz-linear-gradient(45deg,#fff 0%,#eff6f7 100%);background: -webkit-linear-gradient(45deg,#fff 0%,#eff6f7 100%);background: linear-gradient(45deg,#fff 0%,#eff6f7 100%);}
.vds-construct-input {float: left;width: 495px;height: 590px;padding-left: 55px;margin-right: 30px;}
.vds-construct-input .style-heading {padding-top: 50px;text-align: left;}
.vds-construct-input .style-subheading {text-align: left;margin-bottom: 40px;}
.vds-construct-output {float: left;width: 575px;height: 590px;padding-left: 0px;}
.vds-construct-output .style-heading {padding-top: 50px;text-align: left;padding-left: 80px;}
.vds-construct-output .style-subheading {text-align: left;padding-left: 80px;margin-bottom: 40px;}
.vds-construct-row {height: 50px;margin-bottom: 19px;}
.vds-construct-period {margin-top: 30px;height: 40px;float: right;width: 435px;}
.vds-row__icon {float: left;width: 33px;height: 40px;margin-right: 27px;padding-top: 7px;text-align: center;}
.vds-row__slider {position: relative;float: left;width: 430px;height: 50px;}
.vds-row__caption {font-size: 15px;position: absolute;top: 5px;left: 2px;}
.vds-row__value {font-size: 15px;position: absolute;top: 6px;right: 7px;}
.vds-row__widget {width: 424px;height: 8px;display: block;position: absolute;top: 31px;}
.vds-period-row {float: left;width: 100px;height: 42px;margin-right: 7px;}
.vds-period-row input {display: none;}
.vds-period-row input + label {cursor: pointer;background: url("../images/form/icon_radio.svg") no-repeat 0 15px;padding-left: 35px;display: block;height: 42px;}
.vds-period-row input:checked + label {background: url("../images/form/icon_radio.svg") no-repeat 0 -29px;}
.vds-period-row span {color: #8ab35e;display: block;font-size: 10px;margin-bottom: 3px;}
.vds-output-table {border: 1px solid #e5f3fa;margin-bottom: 24px;}
.vds-output-row {height: 67px;}
.vds-output-row:nth-child(2n) {background: #e5f1f1;}
.vds-outrow__checkbox {float: left;width: 90px;height: 67px;background: url("../images/constructor/icon_tick.png") no-repeat center;}
.vds-outrow__label {float: left;width: 290px;padding-top: 24px;font-size: 15px;}
.vds-outrow__value {float: left;width: 190px;padding-top: 24px;font-size: 15px;}
.vds-results__text {float: left;width: 220px;text-align: right;margin-right: 30px;}
.vds-results__text .green {color: green;font-size: 15px;display: block;margin-bottom: -3px;}
.vds-results__text .price {font-size: 36px;font-weight: 300;display: inline-block;margin-right: 10px;}
.vds-results__text .grey {font-size: 15px;font-weight: 300;display: inline-block;}
.vds-results__payments {float: left;width: 100px;padding-top: 34px;}
.vds-results__button {width: 145px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: none;height: 50px;background: #8ab35e;font-size: 18px;font-weight: bold;color: #fff;text-align: center;display: block;float: right;margin-top: 18px;text-decoration: none;line-height: 50px;}
.vds-results__button:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.benefits {padding-bottom: 55px;background: #e5f1f1;text-align: center; margin-top: 55px;}
.benefits .style-heading {padding-top: 45px;margin-bottom: 30px;}
.benefits-item {text-align: center;display: inline-block;width: 305px;margin: 0 10px 10px;padding: 0 30px;vertical-align: top;}
.benefits-item__image {height: 106px;width: 106px;display: block;margin: 0 auto 5px;}
.benefits-item__image img {-webkit-filter: opacity(70%);filter: opacity(70%);}
.benefits-item:hover img {-webkit-filter: opacity(100%);filter: opacity(100%);}
.benefits-item__title {font-size: 20px;font-weight: bold;margin-bottom: 11px;}
.benefits-item__desc {font-size: 15px;font-weight: 300;line-height: 24px;color: #7e7e7e;}
.clients-counter {padding: 66px 13px 57px 57px;font-size: 20px;}
.clients-counter-wrap {border-bottom: 1px solid #e5f1f1;}
.clients-counter-digits {float: left;}
.clients-counter-digits__wrap {margin: 0 17px;display: inline-block;vertical-align: middle;}
.clients-counter-digits span.digit {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;text-align: center;border: 1px solid #e5f1f1;color: #63b7e3;font-size: 36px;display: inline-block;vertical-align: middle;height: 61px;width: 42px;margin-right: 3px;line-height: 63px;}
.clients-counter-link {float: right;}
.clients-counter-link a {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin-left: 40px;width: 190px;height: 40px;display: inline-block;margin-top: 3px;margin-bottom: 7px;vertical-align: middle;background: #8ab35e;font-size: 18px;font-weight: bold;color: #fff;text-align: center;padding-top: 12px;text-decoration: none;}
.clients-counter-link a:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.feedbacks {padding-bottom: 65px;border-bottom: 1px solid #e5f1f1;}
.feedbacks .style-heading {padding-top: 60px;margin-bottom: 25px;}
.feedbacks-item {margin-bottom: 52px;}
.feedbacks-item__image {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;width: 112px;height: 112px;display: block;margin: 0 auto 15px;text-align: center;overflow: hidden;}
.feedbacks-item__image img {height: 112px;width: 112px;}
.feedbacks-item__title {text-align: center;font-size: 20px;margin-bottom: 31px;}
.feedbacks-item__title span {display: block;font-size: 15px;color: #6b6b6b;}
.feedbacks-item__content {text-align: center;font-size: 15px;font-weight: 300;padding: 0 75px;line-height: 24px;}
.feedbacks-slider .slick-dots {text-align: center;}
.feedbacks-slider .slick-dots li {display: inline-block;margin: 0 5px;}
.feedbacks-slider .slick-dots button:hover, .feedbacks-slider .slick-dots .slick-active button {background: #63b7e3;}
.feedbacks-slider .slick-dots button {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;display: block;cursor: pointer;width: 20px;height: 20px;background: #e5f3fa;border: none;text-indent: -9999px;}
.reasons {padding-bottom: 71px;border-bottom: 1px solid #e5f1f1;text-align: center;}
.reasons .style-heading {padding-top: 46px;margin-bottom: 35px;}
.reasons-item {width: 260px;height: 320px;display: inline-block;vertical-align: top;margin: 0 12px;}
.reasons-item__image {height: 116px;width: 116px;display: block;margin: 0 auto 1px;}
.reasons-item__image img {-webkit-filter: opacity(70%);filter: opacity(70%);}
.reasons-item:hover img {-webkit-filter: opacity(100%);filter: opacity(100%);}
.reasons-item__title {font-size: 20px;font-weight: bold;margin-bottom: 23px;height: 54px;}
.reasons-item__desc {font-size: 15px;font-weight: 300;line-height: 24px;color: #7e7e7e;}
.questions {padding: 60px 30px 70px;}
.questions .style-subheading {margin-bottom: 50px;}
.questions-wrap {border-bottom: 1px solid #e5f1f1;}
.questions-form {float: left;width: 570px;}
.questions-form input[type="text"], .questions-form input[type="email"], .questions-form textarea, .questions-form input[type="number"] {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;height: 27px;border: none;border-bottom: 1px solid #63b7e3;margin-bottom: 26px;padding-left: 35px;font-size: 15px;padding-bottom: 10px;padding-top: 10px;}
.questions-form input[type="text"].valid, .questions-form input[type="email"].valid, .questions-form textarea.valid, .questions-form input[type="number"].valid {border-color: #8ab35e;}
.questions-form input[name="name"] {background: url("../images/form/icon_name.svg") no-repeat 0 12px;}
.questions-form input[name="name"].valid {background-position-y: -66px;}
.questions-form input[name="email"] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: url("../images/form/icon_mail.svg") no-repeat 0 15px;}
.questions-form input[name="email"].valid {background-position-y: -68px;}
.questions-form input[name="phone"] {background: url("../images/form/icon_phone.svg") no-repeat 0 12px;}
.questions-form input[name="phone"].valid {background-position-y: -64px;}
.questions-form__name {width: 215px;margin-right: 40px;}
.questions-form__email {width: 215px;}
input[type="number"].questions-form__phone {width: 512px;margin-bottom: 86px;}
.questions-form__text {width: 512px;}
.questions-form textarea {font-family: "Open Sans",sans-serif;background: url("../images/form/icon_message.svg") no-repeat 0 10px;width: 512px;resize: none;margin-bottom: 48px;display: block;}
.questions-form textarea.valid {background-position-y: -72px;}
.questions-form input[type="checkbox"] {display: none;}
.questions-form input[type="checkbox"] + label {cursor: pointer;display: block;background: url("../images/form/icon_checkbox.svg") no-repeat 0 2px;padding-left: 36px;font-size: 15px;line-height: 24px;margin-bottom: 25px;min-height: 27px;}
.questions-form input[type="checkbox"]:checked + label {background: url("../images/form/icon_checkbox.svg") no-repeat 0 -73px;}
.questions-form span {line-height: 24px;display: block;margin-bottom: 30px;}
.questions-form input[type="submit"] {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;cursor: pointer;border: none;width: 150px;height: 50px;background: #63b7e3;font-size: 18px;font-weight: bold;color: #fff;text-align: center;}
.questions-form input[type="submit"]:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.questions-form input[type="submit"]:disabled {background: #6b6b6b;}
.questions-contacts {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;float: left;width: 530px;margin-top: 116px;border: 1px solid #e5f1f1;}
.questions-contacts iframe {display: block;height: 495px;}
.questions-contacts__heading {font-size: 18px;text-align: center;padding-top: 22px;padding-bottom: 20px;border-bottom: 1px solid #e5f1f1;margin-bottom: 50px;}
.questions-contacts__text {font-size: 15px;text-align: center;}
.questions-contacts__text span {font-size: 34px;display: block;margin-bottom: 8px;}
.questions-contacts__text a {font-size: 15px;color: #63b7e3;}
a.questions-contacts__link {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: none;width: 190px;height: 50px;background: #8ab35e;font-size: 18px;font-weight: bold;color: #fff;text-align: center;display: block;margin: 10px auto 45px;text-decoration: none;line-height: 50px;}
a.questions-contacts__link:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.questions-contacts__socials {height: 32px;background: red;}
.brands {padding: 60px 0 12px;text-align: center;}
.brands-wrap {border-bottom: 1px solid #e5f1f1;}
.brands-item {display: inline-block;vertical-align: middle;height: 80px;margin: 0 25px 10px;}
.brands-item img {max-width: 200px;}
.footer {padding-top: 50px;padding-bottom: 50px;}
.footer-block1 {float: left;width: 260px;margin-right: 70px;margin-left: 30px;font-size: 15px;line-height: 23px;font-weight: 300;}
.footer-block1 .logo {margin-bottom: 38px;display: block;}
.footer-block2 {float: left;width: 190px;margin-right: 70px;}
.footer-block2__margin {margin-right: 50px;}
.footer-block3 {float: left;width: 270px;text-align: right;padding-top: 16px;font-size: 15px;line-height: 29px;}
.footer-block3 span a {color: #63b7e3;margin-left: 4px;}
.footer-block3 .social img {width: 33px;}
.footer-block3 .social a {margin-left: 1px;}
.footer-phone {font-size: 34px;margin-bottom: 8px;}
.footer-heading {font-size: 20px;font-weight: 700;padding-top: 10px;margin-bottom: 20px;}
.footer ul li {display: block;list-style: none;margin-bottom: 16px;}
.footer ul li a {font-size: 15px;text-decoration: none;color: #63b7e3;padding-bottom: 6px;}
.footer ul li a:hover {padding-bottom: 5px;border-bottom: 1px solid #cfe9f6;}
.footer-email {display: block;color: #63b7e3;margin-bottom: 14px;}
.footer-ticket {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: none;width: 190px;height: 50px;background: #63b7e3;font-size: 18px;font-weight: bold;color: #fff;text-align: center;display: block;float: right;margin-top: 30px;margin-bottom: 46px;text-decoration: none;line-height: 50px;}
.footer-ticket:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.breadcrumbs {background: #dbecec;}
.breadcrumbs ul {padding: 16px 58px;font-size: 15px;}
.breadcrumbs ul li {display: inline-block;color: #3a3a3a;}
.breadcrumbs ul li::after {content: " ";background: url("../images/icon_breadcrumbs.svg") no-repeat;width: 12px;height: 6px;display: inline-block;vertical-align: middle;margin: 0 2px 0 4px;}
.breadcrumbs ul li:last-child::after {content: "";background: none;}
.breadcrumbs ul li a {color: #6b6b6b;text-decoration: none;padding-bottom: 2px;border-bottom: 1px solid #b8b8b8;}
.about .style-heading {padding-top: 36px;margin-bottom: 2px;}
.about .style-subheading {line-height: 24px;margin-bottom: 57px;}
.about-items {padding-bottom: 12px;background: #e5f1f1;text-align: center;padding-top: 30px;margin-bottom: 58px;}
.about-item {text-align: center;display: inline-block;height: 210px;width: 305px;margin: 0 10px 10px;padding: 0 30px;}
.about-item__image {height: 106px;width: 106px;display: block;margin: 0 auto 5px;}
.about-item__image img {-webkit-filter: opacity(70%);filter: opacity(70%);}
.about-item:hover img {-webkit-filter: opacity(100%);filter: opacity(100%);}
.about-item__title {font-size: 20px;font-weight: bold;margin-bottom: 11px;}
.about-text {text-align: center;line-height: 24px;padding-bottom: 69px;border-bottom: 1px solid #e5f3fa;margin-bottom: 15px;}
.about-images {text-align: center;margin-bottom: 80px;}
.about-image {display: inline-block;width: 280px;height: 400px;margin: 0 20px;}
.about-image img {max-width: 280px;}
.about-map #gmap_canvas {height: 500px;}
.faq {padding-top: 60px;padding-bottom: 68px;border-bottom: 1px solid #e5f1f1;}
.faq .style-heading {margin-bottom: 40px;}
.faq-items {padding: 0 35px;}
.faq-item {cursor: pointer;margin-bottom: 6px;background: #dbecec;}
.faq-item__title {background: #e5f1f1;float: left;width: 980px;padding: 19px 30px;font-size: 16px;font-weight: bold;}
.faq-item__check {cursor: pointer;background: #dbecec url("../images/icon_faq.png") no-repeat -78px 0px;float: left;width: 60px;height: 60px;}
.faq-item__text {display: none;background: #dbecec;font-size: 15px;padding: 13px 30px;font-weight: 300;line-height: 24px;}
.faq-item__active .faq-item__text {display: block;}
.faq-item__active .faq-item__check {background: #dbecec url("../images/icon_faq.png") no-repeat 0 0px;}
.faqpage-form {background: #e5f1f1;margin: 0 35px 0px;padding: 25px 20px;}
.faqpage-form form {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #fff;}
.faqpage-form form input {float: left;width: 850px;height: 52px;border: none;background: transparent;line-height: 52px;padding-left: 20px;font-size: 15px;}
.faqpage-form form button {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;cursor: pointer;float: left;width: 190px;height: 52px;border: none;color: #fff;background: #8ab35e;text-align: center;font-weight: bold;font-size: 19px;}
.faqpage-form form button:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.faqpage-form-text {background: #dbecec;margin: 0 35px;padding: 14px 39px 20px;font-size: 15px;line-height: 22px;margin-bottom: 30px;}
.faqpage-tags {margin: 26px 35px 52px;padding-bottom: 29px;border-bottom: 1px solid #dbecec;}
.faqpage-tags a {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-size: 13px;display: inline-block;vertical-align: middle;border: 1px solid #dbecec;color: #8ecbeb;padding: 3px 17px;margin-right: 5px;margin-bottom: 5px;text-decoration: none;}
.faqpage-tags a:hover {background: #63b7e3;border-color: #63b7e3;color: #fff;}
.faqpage-buttons {margin: 0px 35px 50px;}
.faqpage-buttons__underlined {padding-bottom: 28px;border-bottom: 1px solid #dbecec;margin-bottom: 26px;}
.faqpage-buttons__left {float: left;width: 400px;margin-top: 10px;}
.faqpage-buttons__left a {font-size: 18px;display: inline-block;vertical-align: middle;margin-right: 50px;color: #63b7e3;text-decoration: none;}
.faqpage-buttons__right {float: right;}
.faqpage-buttons__right a:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.faqpage-items {margin: 0px 35px;}
.faqpage-item {border: 1px solid #dbecec;margin-bottom: 23px;padding: 15px 35px;}
.faqpage-item__wide {padding: 0;padding-bottom: 14px;border: none;margin-bottom: 29px;border-bottom: 1px solid #dbecec;}
.faqpage-item__title {font-size: 20px;font-weight: bold;margin-bottom: 9px;color: #3a3a3a;text-decoration: none;}
.faqpage-item__wide .faqpage-item__title {font-size: 24px;margin-bottom: 18px;}
.faqpage-item__text {margin-top: 19px;margin-bottom: 18px;}
.faqpage-item__hud {height: 23px;margin-bottom: 15px;}
.faqpage-item__date {background: url("../images/faq/faq_date.png") no-repeat;height: 19px;padding-left: 28px;margin-right: 20px;display: inline-block;vertical-align: middle;font-size: 15px;}
.faqpage-item__comments {background: url("../images/faq/faq_comments.png") no-repeat;height: 19px;padding-left: 28px;margin-right: 10px;display: inline-block;vertical-align: middle;font-size: 15px;}
.faqpage-item__author {background: url("../images/faq/faq_author.png") no-repeat;height: 19px;padding-left: 31px;display: inline-block;vertical-align: middle;font-size: 15px;margin-right: 5px;}
.faqpage-item__seen {background: url("../images/faq/faq_seen.png") no-repeat 0 5px;height: 19px;padding-left: 28px;display: inline-block;vertical-align: middle;font-size: 15px;padding-top: 2px;}
.faqpage-item__tags a {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-size: 13px;display: inline-block;vertical-align: middle;border: 1px solid #dbecec;color: #8ecbeb;padding: 3px 17px;margin-right: 5px;text-decoration: none;}
.faqpage-item__tags a:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.faqpage-item__tags a:hover {background: #63b7e3;border-color: #63b7e3;color: #fff;}
.faqpage-item__reply {text-align: right;}
.faqpage-item__reply a {color: #3a3a3a;}
.faqpage-answers {color: #63b7e3;font-size: 18px;font-weight: bold;margin-bottom: 18px;}
.faqpage-answer {margin-bottom: 40px;}
.faqpage-answer .faqpage-item__author {margin-bottom: 24px;}
.faqpage-answer__text {font-size: 15px;line-height: 24px;margin-bottom: 19px;}
.faqpage-reply {background: #dbecec;padding: 17px;margin-bottom: 24px;}
.faqpage-reply .faqpage-item__author {margin-bottom: 25px;}
.faqpage-reply__text {margin-left: 30px;font-size: 15px;font-weight: 300;margin-bottom: 16px;}
.faqpage-reply__text ul, .faqpage-reply__text ol {padding: 10px 10px 10px 20px;margin-bottom: 10px;}
.faqpage-reply__text ul li, .faqpage-reply__text ol li {margin-bottom: 5px;}
.faqpage-reply__text p {margin-bottom: 10px;}
.faqpage-reply__text h1, .faqpage-reply__text h2, .faqpage-reply__text h3, .faqpage-reply__text h4, .faqpage-reply__text h5 {margin-bottom: 10px;}
.faqpage-reply__text img {padding: 20px 0;margin: 0 auto;display: block;}
.faqpage-voting {float: right;margin-bottom: 10px;}
.page .style-heading {padding-top: 38px;margin-bottom: 2px;}
.page-link {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: none;height: 50px;background: #8ab35e;font-size: 18px;font-weight: bold;color: #fff;text-align: center;text-decoration: none;line-height: 50px;display: inline-block;padding: 0 32px;}
.page-link__blue {background: #63b7e3;}
.admin {border-bottom: 1px solid #e5f1f1;}
.admin .style-subheading {margin-bottom: 38px;}
.admin-block {margin: 30px 40px 42px;background: #dbecec;padding-bottom: 20px;}
.admin-block .style-heading {font-size: 18px;margin-bottom: 20px;padding-top: 22px;}
.admin-block .style-subheading {line-height: 24px;margin-bottom: 0;}
.admin-list {margin: 0 35px 25px;padding: 45px;border: 1px solid #dbecec;}
.admin-list__red {border: none;}
.admin-list__red .style-heading {margin-top: 15px;color: #ff4b55;}
.admin-list__pic {float: left;width: 118px;height: 80px;}
.admin-list__text {float: left;width: 880px;}
.admin-list__text .style-heading {padding-top: 0;font-size: 20px;text-align: left;margin-bottom: 5px;}
.admin-list__text .style-subheading {text-align: left;}
.admin-list-body {margin: 18px 85px 0;}
.admin-list-body ul {margin-bottom: 35px;}
.admin-list-body ul li {list-style: none;background: url("../images/li_bullet_green.svg") no-repeat 0 3px;padding-left: 32px;font-size: 15px;margin-bottom: 14px;font-weight: 300;line-height: 22px;}
.admin-list-body .page-link {margin-right: 35px;vertical-align: super;margin-bottom: 30px;}
.admin-list-body .page-link:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.admin-list-body .page-link__blue:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.admin-list-body span span {font-size: 28px;}
.admin-subtext {font-size: 13px;font-weight: 300;margin-bottom: 27px;}
.partners .style-subheading {line-height: 28px;margin-bottom: 46px;}
.partners-block {background: #ecf5f5;margin-bottom: 10px;padding-bottom: 55px;text-align: center;}
.partners-block .style-heading {font-size: 24px;margin-bottom: 42px;padding-top: 38px;}
.partners-block .style-subheading {line-height: 24px;margin-bottom: 0;}
.partners-item {text-align: center;display: inline-block;width: 246px;margin: 0 10px 10px;padding: 0 10px;vertical-align: top;}
.partners-item__image {height: 106px;width: 106px;display: block;margin: 0 auto 5px;}
.partners-item__image img {-webkit-filter: opacity(70%);filter: opacity(70%);}
.partners-item:hover img {-webkit-filter: opacity(100%);filter: opacity(100%);}
.partners-item__title {font-size: 20px;font-weight: bold;margin-bottom: 11px;}
.partners-item__desc {font-size: 15px;font-weight: 300;line-height: 24px;color: #7e7e7e;}
.partners-levels {text-align: center;margin-bottom: 60px;}
.partners-levels-item {width: 418px;height: 510px;border: 1px solid #dbecec;margin: 48px 8px 0;display: inline-block;vertical-align: top;padding: 28px 60px;font-size: 15px;}
.partners-levels__title {font-size: 24px;font-weight: bold;margin-bottom: 10px;}
.partners-levels__title span {color: #dbecec;}
.partners-levels__pic {margin-bottom: 2px;}
.partners-levels__text {line-height: 24px;}
.partners-levels__text ul li {list-style: none;background: url("../images/li_bullet_green.svg") no-repeat 0 3px;padding-left: 32px;font-size: 15px;margin-bottom: 26px;line-height: 22px;text-align: left;}
.partners-block2 {margin: 0 70px 37px;line-height: 28px;font-size: 15px;font-weight: 300;}
.partners-link {display: block;margin: 0 auto 64px;width: 165px;}
.partners-link:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.partners-block3 {text-align: center;margin-bottom: 45px;}
.partners-block3 .style-heading {margin-bottom: 30px;}
.partners-block3 ul li {list-style: none;margin-bottom: 30px;}
.partners-block4 {text-align: center;margin-bottom: 57px;}
.partners-block4 .style-heading {margin-bottom: 16px;}
.partners-block4 .style-subheading {font-size: 20px;margin-bottom: 24px;}
.reselling {border-bottom: 1px solid #e5f1f1;}
.reselling-block1 {margin-bottom: 40px;}
.reselling-block1 .style-subheading {margin-bottom: 5px;}
.reselling-block1 .reselling-subheading2 {text-align: center;color: #63b7e3;font-size: 20px;font-weight: bold;margin-bottom: 28px;}
.reselling-block2 {background: #e5f1f1;padding-bottom: 130px;text-align: center;}
.reselling-block2 .style-heading {font-size: 24px;margin-bottom: 40px;}
.reselling-item {text-align: center;display: inline-block;vertical-align: top;width: 235px;margin: 0 10px 10px;padding: 0 10px;}
.reselling-item__image {height: 106px;width: 106px;display: block;margin: 0 auto 8px;}
.reselling-item__image img {-webkit-filter: opacity(70%);filter: opacity(70%);}
.reselling-item:hover img {-webkit-filter: opacity(100%);filter: opacity(100%);}
.reselling-item__title {font-size: 18px;font-weight: bold;}
.reselling-block3 {background: #dbecec;padding-bottom: 2px;margin: -70px 35px 5px;}
.reselling-block3 .style-heading {padding-top: 36px;font-size: 18px;}
.reselling-block3 .style-subheading {line-height: 24px;}
.reselling-block4 {text-align: center;}
.reselling-block4 .style-heading {margin-bottom: 0px;}
.reselling-block4 .style-subheading {line-height: 24px;margin-bottom: 48px;}
.reselling-block5 {text-align: center;margin-bottom: 65px;}
.reselling-item2 {display: inline-block;vertical-align: top;width: 460px;height: 156px;border: 1px solid #e5f1f1;padding: 23px 30px 23px 50px;margin: 0 10px;}
.reselling-item2__pic {float: left;margin-top: 43px;margin-right: 43px;}
.reselling-item2__text {float: left;width: 314px;line-height: 24px;}
.reselling-item2__text .style-heading {padding-top: 0;font-size: 20px;text-align: left;margin-bottom: 7px;}
.reselling-item2__text .style-subheading {text-align: left;margin-bottom: 0;}
.reselling-block6 {background: #e5f1f1;padding-bottom: 35px;margin-bottom: 65px;}
.reselling-block6 .style-heading {font-size: 24px;padding-top: 56px;margin-bottom: 8px;}
.reselling-block6 .style-subheading {margin-bottom: 45px;}
.reselling-block6 ul {padding-left: 42px;}
.reselling-block6 ul li {list-style: none;background: url("../images/li_bullet_green.svg") no-repeat 0 3px;padding-left: 32px;font-size: 15px;margin-bottom: 39px;font-weight: 300;line-height: 22px;}
.reselling-block7 {padding-bottom: 15px;}
.reselling-block7 .style-heading {margin-bottom: 31px;}
.reselling-block7 .page-link {display: block;margin: 0 auto 70px;width: 520px;}
.reselling-block7 .page-link:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.reselling-block7 ul {margin-bottom: 40px;}
.reselling-block7 ul li {font-size: 15px;text-align: center;list-style: none;line-height: 24px;margin-bottom: 6px;}
.domains {border-bottom: 1px solid #e5f1f1;}
.domains-style {margin: 0 19px;}
.domains-style .style-heading {font-size: 24px;padding-top: 0;margin-bottom: 32px;}
.domains-form {background: #e5f1f1;margin: 0 35px 0px;padding: 25px 20px;}
.domains-form form {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #fff;}
.domains-form form input {float: left;width: 850px;height: 52px;border: none;background: transparent;line-height: 52px;padding-left: 20px;font-size: 15px;}
.domains-form form button {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;cursor: pointer;float: left;width: 190px;height: 52px;border: none;color: #fff;background: #8ab35e;text-align: center;font-weight: bold;font-size: 19px;}
.domains-form form button:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);box-shadow: 0px -5px 20px 0px rgba(138,178,94,.3);}
.domains-form-text {background: #dbecec;margin: 0 35px;padding: 14px 39px 20px;font-size: 15px;line-height: 22px;margin-bottom: 30px;}
.domains-popular {margin-bottom: 30px;}
.domains-sale {margin-bottom: 30px;}
.domains-sale .style-heading {color: #ff4b55;}
.domains-free {margin-bottom: 55px;}
.domains-free .style-heading {color: #8ab35e;}
.domains-results {display: none;padding-bottom: 45px;}
.domains-item input {display: none;}
.domains-item label {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;cursor: pointer;float: left;width: 249px;height: 33px;border: 2px solid transparent;margin: 0 20px 5px 0;padding-top: 12px;}
.domains-item label:hover {border-color: #b9dff3;}
.domains-item input:checked + label {border-color: #63b7e3;}
.domains-item__name {padding-left: 10px;float: left;width: 150px;font-size: 15px;font-weight: 700;}
.domains-item__price {float: left;width: 80px;text-align: right;}
.domains-row {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;float: left;width: 540px;height: 54px;margin-right: 20px;margin-bottom: 20px;background: #e5f1f1;}
.domains-row:nth-child(2n) {margin-right: 0;}
.domains-row__name {float: left;padding: 17px 24px;font-size: 15px;width: 220px;}
.domains-row__busy {color: #ff4b55;float: left;width: 224px;padding: 17px 24px;font-size: 15px;text-align: right;}
.domains-row__free {color: #8ab35e;float: left;width: 100px;padding: 17px 0px;font-size: 15px;text-align: right;margin-right: 14px;}
.domains-row__buy {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;float: left;width: 140px;margin-top: 9px;height: 35px;text-align: center;font-size: 18px;border: 1px solid #63b7e3;color: #63b7e3;background: #fff;font-weight: 700;line-height: 35px;}
.text-blue {color: #57a9df;}
.text-red {color: #ff4b55;}
.hosting {padding-top: 35px;}
.hosting-textblock {padding-top: 25px;float: left;width: 355px;padding-right: 10px;}
.hosting-textblock-title {font-size: 69px;font-weight: 300;line-height: 66px;margin-bottom: 7px;}
.hosting-textblock-text {font-size: 21px;line-height: 22px;margin-bottom: 36px;color: #57a9df;}
.hosting-textblock-subtitle {font-size: 18px;font-weight: bold;}
.hosting-textblock-subtext {font-size: 18px;width: 290px;margin-bottom: 30px;line-height: 22px;}
.hosting-slider .slick-list {margin-bottom: 20px;}
.hosting-slider .slick-dots {text-align: center;}
.hosting-slider .slick-dots li {display: inline-block;margin: 0 5px;}
.hosting-slider .slick-dots button:hover, .hosting-slider .slick-dots .slick-active button {background: #63b7e3;}
.hosting-slider .slick-dots button {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;display: block;cursor: pointer;width: 20px;height: 20px;background: #e5f3fa;border: none;text-indent: -9999px;}
.hosting-presets {float: left;width: 1375px;margin-bottom: 30px;}
.hosting-addons {background: #e9f3f3;text-align: center;}
.hosting-addon {display: inline-block;vertical-align: top;width: 200px;text-align: left;padding: 30px 0;margin: 0 30px;}
.hosting-addon-title {line-height: 20px;font-size: 20px;letter-spacing: -.6px;margin-bottom: -3px;}
.hosting-addon span.spanprice {font-size: 41px;font-weight: 300;margin-right: 5px;display: inline-block;vertical-align: middle;}
.hosting-addon span.spantext {display: inline-block;line-height: 16px;font-size: 16px;vertical-align: middle;}
.hosting-preset {float: left;width: 265px;border: 1px solid #e4e4e4;margin-right: 8px;padding: 21px 35px;}
.hosting-preset__best {position: relative;background: #eff9f8;}
.hosting-preset__best .hosting-preset-title {color: #ff4b55;}
.hosting-preset__best .hosting-preset-badge {position: absolute;background: url("../images/top_tariff.png") no-repeat;width: 61px;height: 48px;right: -1px;}
.hosting-preset:last-child {margin-right: 0px;}
.hosting-preset-title {font-size: 46px;font-weight: 300;margin-bottom: 30px;}
.hosting-preset-options {margin-bottom: 25px;}
.hosting-preset-option {font-size: 24px;font-weight: 300;}
.hosting-preset-option strong {margin-right: 8px;}
.hosting-preset-frees {margin-bottom: 21px;}
.hosting-preset-free {font-size: 17px;font-weight: 300;margin-bottom: 3px;}
.hosting-preset-free strong {margin-right: 8px;}
.hosting-preset-price {font-size: 38px;font-weight: 300;margin-bottom: 6px;}
.hosting-preset-price span.spanprice {display: inline-block;vertical-align: middle;}
.hosting-preset-price span.spantext {display: inline-block;line-height: 15px;font-size: 15px;vertical-align: middle;}
.hosting-preset-price-underline {border-bottom: 1px solid #e4e4e4;padding-bottom: 4px;}
.hosting-preset-subprices {margin-bottom: 15px;}
.hosting-preset-subprice {font-size: 13px;}
.hosting-preset-subprice span {font-size: 18px;padding-right: 3px;}
.hosting-preset-subprice-left {float: left;}
.hosting-preset-subprice-right {float: right;font-size: 11px;width: 60px;text-align: right;padding-top: 14px;color: #ff4b55;}
.hosting-preset-link {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;display: block;margin: 36px 0 26px;text-align: center;padding: 11px 7px;border: 1px solid #63b7e3;color: #63b7e3;font-size: 18px;font-weight: bold;text-decoration: none;}
.hosting-cms {height: 315px;}
.hosting-cms .style-heading {padding-top: 60px;margin-bottom: 60px;}
.hosting-cms-items {text-align: center;}
.hosting-cms-item {display: inline-block;vertical-align: top;margin: 0 5px;}
.hosting-cms-item img {margin-bottom: 15px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: gray;opacity: .3;}
.hosting-cms-item img:hover {filter: none;-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);opacity: 1;}
.hosting-cms-item__title {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;visibility: hidden;}
.hosting-cms-item:hover .hosting-cms-item__title {visibility: visible;background: #e5f1f1;padding: 3px 10px;}
.hosting-benefits {padding-bottom: 50px;background: #e5f1f1;text-align: center;}
.hosting-benefits .style-heading {padding-top: 45px;margin-bottom: 30px;}
.hosting-benefits-item {text-align: center;display: inline-block;vertical-align: top;width: 345px;margin: 0 10px 20px;padding: 0 10px;}
.hosting-benefits-item__image {height: 106px;width: 106px;display: block;margin: 0 auto 5px;}
.hosting-benefits-item__title {font-size: 20px;font-weight: bold;margin-bottom: 11px;}
.hosting-benefits-item__desc {font-size: 15px;font-weight: 300;line-height: 24px;color: #7e7e7e;}
.hosting-includes {padding-bottom: 70px;background: #dbecec;}
.hosting-includes .style-heading {margin-bottom: 40px;padding-top: 45px;}
.hosting-includes ul {column-count: 2;margin: 0 57px;padding-left: 40px;}
.hosting-includes ul li {list-style: none;background: url("../images/li_bullet_green.svg") no-repeat 0 3px;padding-left: 32px;font-size: 15px;margin-bottom: 30px;font-weight: 300;line-height: 22px;}
.servers-wrap {border-bottom: 1px solid #e5f1f1;}
.servers-constructor {height: 633px;margin: 0 35px 35px;padding-top: 18px;}
.servers-presets {margin: 0 35px 73px;}
.servers-presets .style-subheading {margin-bottom: 55px;}
.servers-presets-item {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;border: 1px solid #98c9c9;margin-bottom: 16px;background: #dbecec;padding: 15px 10px;}
.servers-item__title {width: 188px;text-align: center;font-size: 18px;font-weight: bold;display: inline-block;vertical-align: middle;}
.servers-item__price {width: 237px;text-align: center;font-size: 15px;display: inline-block;vertical-align: middle;}
.servers-item__price span {font-size: 22px;}
.servers-item__props {width: 438px;text-align: left;font-size: 16px;display: inline-block;vertical-align: middle;}
.servers-item__proc {font-weight: bold;margin-bottom: 8px;}
.servers-item__ram {display: inline-block;vertical-align: middle;padding-left: 25px;margin-right: 18px;background: url("../images/svg2/icon_constructor2.svg") no-repeat;background-size: contain;}
.servers-item__hdd {display: inline-block;vertical-align: middle;padding-left: 23px;margin-right: 16px;background: url("../images/svg2/icon_constructor3.svg") no-repeat;background-size: contain;}
.servers-item__kvm {display: inline-block;vertical-align: middle;padding-left: 25px;background: url("../images/svg2/constructor_raid.svg") no-repeat;background-size: contain;}
.servers-item__link {width: 191px;display: inline-block;vertical-align: middle;}
.servers-item__link a:hover {background: #63b7e3;-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.servers-benefits {padding-bottom: 55px;background: #e5f1f1;text-align: center;}
.servers-benefits .style-heading {padding-top: 45px;margin-bottom: 30px;}
.servers-benefits-item {text-align: center;display: inline-block;height: 210px;width: 305px;margin: 0 10px 10px;padding: 0 30px;}
.servers-benefits-item__image {height: 106px;width: 106px;display: block;margin: 0 auto 5px;}
.servers-benefits-item__title {font-size: 20px;font-weight: bold;margin-bottom: 11px;}
.servers-benefits-item__desc {font-size: 15px;font-weight: 300;line-height: 24px;color: #7e7e7e;}
.constructor-form {float: left;width: 486px;height: 645px;margin-right: 42px;}
.constructor-output {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;float: left;width: 570px;height: 645px;margin-top: 6px;}
.constructor-output-wrap {border: 1px solid #dbecec;margin-bottom: 20px;}
.constructor-row {margin-bottom: 2px;}
.constructor-row__pic {float: left;width: 40px;height: 50px;margin-top: 30px;margin-right: 21px;text-align: center;}
.constructor-row__prop {float: left;width: 425px;font-size: 15px;}
.constructor-row__title {margin-bottom: 9px;}
.constructor-row__select {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;height: 38px;}
.constructor-row__selects {display: none;}
.constructor-row__selects__active {display: block;}
.constructor-row__select2 {float: left;width: 197px;margin-right: 15px;margin-bottom: 15px;}
.constructor-row__select2-nth-child(2n) {margin-right: 0;}
.constructor-row__num {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;color: #fff;width: 18px;height: 18px;text-align: center;font-size: 13px;font-weight: 300;margin-bottom: 8px;background: #b1b1b1;}
.constructor-row__num__active {background: #8ab35e;}
.constructor-row__input {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;height: 38px;}
.constructor-row2:nth-child(2n) {background: #dbecec;}
.constructor-row2__tick {float: left;width: 80px;height: 60px;margin-left: 10px;}
.constructor-row2__title {float: left;width: 190px;padding-top: 19px;padding-bottom: 21px;font-size: 15px;}
.constructor-row2__value {float: left;width: 237px;border-left: 1px solid #dbecec;padding-top: 20px;padding-left: 50px;font-size: 15px;line-height: 24px;padding-bottom: 16px;}
.constructor-row2__spans span {display: block;}
.constructor-row2__lined {border-bottom: 1px solid #dbecec;}
.constructor-period {padding-top: 23px;padding-left: 35px;padding-right: 35px;}
.constructor-period__row {width: 160px;height: 48px;margin: 0 80px 30px 0;display: inline-block;vertical-align: top;}
.constructor-period__row > span {display: block;font-size: 13px;color: #6b6b6b;margin-bottom: 4px;}
.constructor-period__row input {display: none;}
.constructor-period__row label {background: url("../images/form/icon_radio.svg") no-repeat 0 0;padding-left: 31px;padding-top: 3px;height: 26px;display: block;font-size: 15px;}
.constructor-period__row label span.price {font-size: 15px;margin-left: 0;}
.constructor-period__row label span.small {font-size: 13px;margin-left: 3px;}
.constructor-period__row input:checked + label {background: url("../images/form/icon_radio.svg") no-repeat 0 -44px;}
.ssl-benefits {padding-bottom: 55px;margin-bottom: 40px;background: #e5f1f1;text-align: center;}
.ssl-benefits .style-heading {padding-top: 45px;font-size: 24px;margin-bottom: 25px;}
.ssl-benefits-item {text-align: center;display: inline-block;vertical-align: top;width: 305px;margin: 0 10px 10px;padding: 0 30px;}
.ssl-benefits-item__image {height: 106px;width: 106px;display: block;margin: 0 auto;}
.ssl-benefits-item__image img {-webkit-filter: opacity(70%);filter: opacity(70%);}
.ssl-benefits-item:hover img {-webkit-filter: opacity(100%);filter: opacity(100%);}
.ssl-benefits-item__title {font-size: 20px;font-weight: bold;margin-bottom: 11px;height: 48px;}
.ssl-benefits-item__desc {font-size: 15px;font-weight: 300;line-height: 24px;color: #7e7e7e;}
.ssl-popular {height: 578px;margin-bottom: 49px;}
.ssl-popular .style-heading {margin-bottom: 48px;}
.ssl-popular-items {margin: 0 35px;}
.ssl-popular-item {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;float: left;width: 368px;height: 480px;border: 1px solid #badada;margin-right: -5px;background: #fff;}
.ssl-popular-item__body {height: 339px;border-bottom: 1px solid #badada;}
.ssl-popular-item__footer {background: #e5f1f1;height: 129px;padding-top: 12px;}
.ssl-popular-item__pic {text-align: center;padding-top: 35px;height: 50px;margin-bottom: 18px;}
.ssl-popular-item__title {font-size: 18px;text-align: center;font-weight: bold;margin-bottom: 2px;}
.ssl-popular-item__desc {font-size: 14px;text-align: center;line-height: 24px;margin-bottom: 20px;height: 48px;}
.ssl-popular-item__props {padding-left: 25px;}
.ssl-popular-item__idn {height: 34px;}
.ssl-popular-item__idn i {background: #dbecec url("../images/ssl/sert_idn.png") no-repeat center;}
.ssl-popular-item__cyph i {background: #e8f3f3 url("../images/ssl/sert_cyph.png") no-repeat center;}
.ssl-popular-item__guarantee i {background: #f2f8f8 url("../images/ssl/sert_guarantee.png") no-repeat center;}
.ssl-popular-item__prop {margin-bottom: 7px;}
.ssl-popular-item__prop i {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;display: inline-block;vertical-align: middle;width: 50px;height: 34px;margin-right: 14px;}
.ssl-popular-item__left {float: left;width: 180px;padding-left: 23px;}
.ssl-popular-item__left a {color: #63b7e3;border: 1px solid #63b7e3;background: transparent;padding: 0px 26px;height: 45px;line-height: 45px;}
.ssl-popular-item__right {float: right;text-align: right;padding-right: 15px;font-size: 15px;line-height: 22px;}
.ssl-popular-item__right span.big {font-size: 22px;}
.ssl-popular-item__right span.small {font-size: 13px;}
.ssl-popular-item__time {font-weight: bold;padding-top: 3px;margin-bottom: 20px;}
.ssl-filter {margin-bottom: 50px;}
.ssl-filter .style-heading {margin-bottom: 37px;}
.ssl-filter-items {margin: 0 35px;}
.ssl-filter-item {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;width: 502px;height: 505px;float: left;border: 1px solid #dbecec;margin-right: 13px;padding: 0 10px 0 28px;}
.ssl-filter-item:nth-child(2n) {margin-right: 0;}
.ssl-filter-heading {text-align: center;font-size: 20px;padding-top: 34px;margin-bottom: 41px;}
.ssl-filter-row {margin-bottom: 17px;}
.ssl-filter-row__radio {display: none;width: 26px;float: left;height: 26px;margin-right: 9px;}
.ssl-filter-row input + label {background: url("../images/form/icon_radio.svg") no-repeat 0 4px;padding-left: 35px;display: block;height: 42px;cursor: pointer;}
.ssl-filter-row input:checked + label {background: url("../images/form/icon_radio.svg") no-repeat 0 -40px;}
.ssl-filter-row__icon {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #63b7e3;color: #fff;float: left;width: 51px;height: 25px;padding-top: 7px;margin-right: 12px;text-align: center;}
.ssl-filter-row__title {float: left;font-size: 15px;margin-top: 5px;width: 404px;}
.ssl-filter-row__title span {display: block;margin-top: 7px;line-height: 24px;font-size: 14px;color: #a4a4a4;}
.ssl-output {margin: 0 35px 70px;}
.ssl-output-row {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;background: #dbecec;border: 1px solid #badada;padding-top: 1px;padding-left: 1px;padding-right: 1px;padding-bottom: 27px;margin-bottom: 15px;}
.ssl-output-row:hover {background: #fff;border: 2px solid #57a9df;padding: 0 0 26px 0;}
.ssl-output-row__active .ssl-output-row__price2, .ssl-output-row__active .ssl-output-row__link2, .ssl-output-row__active .ssl-output-row__desc {display: block;}
.ssl-output-row__arrow img {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.ssl-output-row__active .ssl-output-row__arrow img {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.ssl-output-row__pic {float: left;width: 170px;text-align: center;padding-top: 40px;margin-right: 23px;}
.ssl-output-row__title {float: left;font-size: 16px;padding-top: 43px;width: 355px;margin-right: 5px;}
.ssl-output-row__desc {display: none;font-size: 15px;margin-top: 25px;line-height: 27px;}
.ssl-output-row__icon {float: left;width: 170px;margin-top: 40px;}
.ssl-output-row__icon span {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #63b7e3;color: #fff;float: left;width: 51px;height: 25px;padding-top: 7px;margin-right: 12px;text-align: center;display: inline-block;vertical-align: middle;text-transform: uppercase;}
.ssl-output-row__price {float: left;width: 155px;margin-top: 30px;text-align: right;margin-right: 26px;}
.ssl-output-row__price span.big {font-size: 22px;margin-right: 2px;}
.ssl-output-row__price span.small {font-size: 13px;margin-right: 2px;}
.ssl-output-row__price2 {display: none;margin-top: 25px;}
.ssl-output-row__link {float: left;margin-top: 30px;}
.ssl-output-row__link a {padding: 0 40px;}
.ssl-output-row__link a:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
.ssl-output-row__link a:hover {background: #57a9df;}
.ssl-output-row__link2 {display: none;margin-top: 24px;}
.ssl-includes {padding-top: 60px;height: 420px;background: #dbecec;}
.ssl-includes .style-heading {text-align: left;margin-bottom: 50px;font-size: 24px;}
.ssl-includes-item {float: left;width: 528px;padding: 0 20px 0 36px;}
.ssl-includes ul li {list-style: none;background: url("../images/li_bullet_green.svg") no-repeat 0 3px;padding-left: 32px;font-size: 15px;margin-bottom: 30px;font-weight: 300;line-height: 22px;}
.text {margin: 0 18px 0 58px;}
.text .style-heading {text-align: left;margin-bottom: 16px;}
.text-page {line-height: 24px;letter-spacing: -.3px;font-size: 15px;}
.text-page a {color: #63b7e3;}
.text-page p {margin-bottom: 27px;}
.text-page img {margin-bottom: 18px;}
.text-page strong {font-size: 18px;letter-spacing: 0px;margin-bottom: 25px;}
.text-page ol {margin-bottom: 33px;counter-reset: myCounter;}
.text-page ol li {list-style: none;font-weight: bold;margin-bottom: 9px;}
.text-page ol li:before {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;counter-increment: myCounter;content: counter(myCounter);color: #fff;background: #63b7e3;display: inline-block;text-align: center;vertical-align: middle;line-height: 32px;width: 32px;height: 32px;margin-right: 13px;}
.text-page ul {margin-bottom: 34px;}
.text-page ul li {list-style: none;font-weight: bold;margin-bottom: 9px;}
.text-page ul li:before {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;content: " ";background: #63b7e3;display: inline-block;text-align: center;margin-right: 18px;width: 10px;height: 10px;margin-top: 16px;}
.text-page blockquote {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #dbecec;margin-bottom: 35px;font-style: italic;padding: 58px 55px;letter-spacing: -.2px;font-size: 17px;position: relative;}
.text-page blockquote::before {content: " ";position: absolute;top: 26px;left: 18px;width: 16px;height: 16px;background: url("../images/quote_pre.png") no-repeat;}
.text-page blockquote::after {content: " ";position: absolute;bottom: 26px;right: 23px;width: 16px;height: 16px;background: url("../images/quote_after.png") no-repeat;}
.ui-widget-header {background: #e5f1f1;}
.ui-widget.ui-widget-content {border-color: #ccdfdf;}
.ui-slider-horizontal .ui-slider-handle {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;border: none;background: #57a9df;top: -8px;margin-left: -8px;width: 24px;height: 24px;}
.select2-container {width: 425px !important;height: 38px;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-top: 4px;}
.select2-selection--single {height: 38px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 6px;}
.constructor-row__input .select2-container {width: 198px !important;}
.thanks_modal {padding: 10px;background: white;}
.faq-ask#ticketForm {max-width: 535px;margin: 0 auto;}
.faq-ask .markItUp {margin: 0;}
.faq-ask .markItUpHeader {margin-bottom: 10px;}
.faq-ask input[type="text"], .faq-ask textarea {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;width: 512px;height: 27px;border: none;border: 1px solid #63b7e3;margin-bottom: 10px;font-size: 15px;padding: 10px;}
.faq-ask textarea {font-family: "Open Sans",sans-serif;height: 200px;resize: none;margin-bottom: 10px;display: block;}
.faq-ask input[type="submit"] {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;cursor: pointer;border: none;width: 150px;height: 50px;background: #63b7e3;font-size: 18px;font-weight: bold;color: #fff;text-align: center;}
.faq-ask input[type="submit"]:hover {-webkit-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);-moz-box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);box-shadow: 0px -5px 20px 0px rgba(100,183,227,.3);}
#comment-form label {width: 50px;display: inline-block;}
#comment-form .form-group {margin-bottom: 5px;}
#comment-form .form-control {padding: 5px;}
#comment-form label#comment-captcha {width: 150px;}
#comment-new-link {margin-bottom: 10px;}
.bitrix {padding-bottom: 67px;border-bottom: 1px solid #e5f1f1;margin-bottom: 70px;}
.bitrix .style-heading {padding-top: 75px;margin-bottom: 5px;}
.bitrix-tabs {padding: 0 38px;margin-bottom: 52px;border-bottom: 1px solid #ccdfdf;}
.bitrix-tab {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border: 1px solid #e3eded;border-bottom: none;float: left;width: 155px;margin-right: 3px;height: 30px;font-size: 15px;text-align: center;padding-top: 10px;margin-top: 2px;font-weight: 300;color: #7d7d7d;text-decoration: none;}
.bitrix-tab:hover, .bitrix-tab__active {margin-top: 0px;height: 32px;background: #fff;background: -moz-linear-gradient(45deg,#fff 0%,#eff6f7 100%);background: -webkit-linear-gradient(45deg,#fff 0%,#eff6f7 100%);background: linear-gradient(45deg,#fff 0%,#eff6f7 100%);}
.bitrix-items {padding: 0 35px;margin-bottom: 64px;display: none;}
.bitrix-items.active {display: block;}
.bitrix-text1 {font-size: 14px;font-weight: bold;text-align: center;padding: 10px 0;border: 1px solid #e5f1f1;width: 1097px;margin: 2px 0;}
.bitrix-text2-left {float: left;width: 217px;margin-right: 1px;margin-bottom: 2px;border: 1px solid #e5f1f1;height: 40px;}
.bitrix-text2-right {float: left;width: 877px;font-size: 14px;font-weight: bold;text-align: center;padding: 11px 0 10px;border: 1px solid #e5f1f1;}
.bitrix-text3 {background: #b2dcdc;text-align: center;color: #fff;font-size: 18px;text-transform: uppercase;padding: 12px 0;}
.bitrix-item-head {width: 217px;height: 128px;border: 1px solid #dbecec;float: left;margin-right: 1px;margin-bottom: 1px;text-align: center;background: #eff6f7;background: -moz-linear-gradient(top,#eff6f7 0%,#fff 98%);background: -webkit-linear-gradient(top,#eff6f7 0%,#fff 98%);background: linear-gradient(to bottom,#eff6f7 0%,#fff 98%);}
.bitrix-item-head:nth-child(1) {color: #47729e;}
.bitrix-item-head:nth-child(2) {color: #428ca2;}
.bitrix-item-head:nth-child(3) {color: #42a299;}
.bitrix-item-head:nth-child(4) {color: #76a242;}
.bitrix-item-head:nth-child(5) {color: #cfae14;}
.bitrix-item-title {font-size: 38px;font-weight: bold;text-transform: uppercase;padding-top: 10px;}
.bitrix-item-line {border: 1px solid #dbecec;border-left: none;border-right: none;height: 2px;width: 180px;margin: 0 auto 2px;display: block;}
.bitrix-item-price {font-size: 18px;font-weight: 600;color: #3a3a3a;}
.bitrix-item-price span {font-size: 29px;font-weight: normal;}
.bitrix-item-body {float: left;margin-right: 1px;width: 217px;border: 1px solid #e5f1f1;margin-bottom: 1px;padding: 20px 0;}
.bitrix-item-row {text-align: center;margin-bottom: 7px;}
.bitrix-item-row span {font-size: 12px;}
.bitrix-item-span {color: #afcccc;font-size: 17px;}
.bitrix-item-value {font-size: 21px;}
.bitrix-item-footer {float: left;width: 217px;border: 1px solid #e5f1f1;margin-right: 1px;padding: 20px 0;}
.bitrix-item-footer a {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;color: #fff;text-decoration: none;display: block;width: 140px;margin: 0 auto 4px;text-align: center;padding: 11px 0;font-size: 18px;font-weight: bold;background: #63b7e3;}
.bitrix-captain {margin: 0 40px 63px;}
.bitrix-captain-logo {float: left;width: 152px;margin-right: 40px;}
.bitrix-captain-text {float: left;width: 616px;padding-top: 15px;}
.bitrix-captain-text span {font-size: 33px;display: block;margin-bottom: 6px;font-weight: 300;}
.bitrix-captain-text strong {font-size: 29px;font-weight: bold;line-height: 24px;}
.bitrix-captain-line {float: left;width: 7px;height: 150px;border: 1px solid #b9dff3;border-top: none;border-bottom: none;}
.bitrix-captain-link {float: left;width: 273px;padding-top: 43px;}
.bitrix-captain-link a {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;color: #fff;text-decoration: none;display: block;width: 236px;margin-left: 37px;text-align: center;padding: 7px 0;font-size: 18px;font-weight: bold;background: #63b7e3;}
.bitrix-benefits {background: #dbecec;padding-bottom: 55px;}
.bitrix-benefits-title {padding-top: 70px;text-align: center;font-weight: bold;font-size: 36px;margin-bottom: 55px;}
.bitrix-benefits-item {float: left;width: 585px;height: 80px;margin: 0 0 60px;}
.bitrix-benefits-item__image {display: inline-block;vertical-align: middle;width: 80px;height: 80px;margin-left: 50px;margin-right: 15px;}
.bitrix-benefits-item__image img {width: 80px;}
.bitrix-benefits-item__text {display: inline-block;vertical-align: middle;font-size: 20px;font-weight: bold;width: 430px;}
.header-mobile {display: none;background: #fff;padding: 20px;}
.header-mobile-heading {font-size: 20px;font-weight: 700;padding-top: 10px;margin-bottom: 20px;}
.header-mobile ul li {margin-bottom: 5px;display: block;list-style: none;}
.header-mobile ul li a {color: #3a3a3a;}
.slick-arrow {position: absolute;z-index: 3;top: 10%;display: inline-block;width: 50px;height: 50px;text-indent: -9999px;border: none;}
.slick-prev {left: 0;background: url("../images/arrow-prev.png") no-repeat;}
.slick-next {right: 0;background: url("../images/arrow-next.png") no-repeat;}
.vds-ready-slider .slick-arrow {top: 40%;}
.image-centered {position: relative;}
.image-centered img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: block;margin: auto;}
.link-underlined {text-decoration: underline;}
.link-underlined:hover {text-decoration: none;}
.link-not-underlined {text-decoration: none;}
.link-not-underlined:hover {text-decoration: underline;}
.link-bg {color: #3a3a3a;background: #fff;}
.link-bg:hover {color: #fff;background: #3a3a3a;}
.animate, .animate:hover {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
@media only screen and (min-width: 1740px) {.wrapwide {width: 1740px;margin: 0 auto;}
	.hosting-presets {width: 1375px;}
	.hosting-preset {padding: 21px 35px;}}
@media only screen and (min-width: 1300px) and (max-width: 1740px) {.wrapwide {width: 1300px;}
	.hosting-presets {width: 935px;}
	.hosting-preset {padding: 21px 10px;}
	.hosting-preset-free strong {display: block;}}
@media only screen and (max-width: 1299px) {.hosting-textblock {float: none;display: block;width: 755px;padding: 20px;text-align: left;}
	.hosting-textblock-title {text-align: left;}
	.hosting-textblock-text {margin-bottom: 0;}
	.hosting-textblock-subtext {width: initial;margin-bottom: 0;}
	.hosting-textblock-subtitle {}
	.hosting-presets {float: none;display: block;width: initial;}
	.wrapwide {width: calc(100% - 30px);}
	.hosting-preset-free strong {display: block;}}
@media only screen and (max-width: 1170px) {.wrap, .header .wrap {width: calc(100%);}
	.header .nav .panel {width: 46px;}
	.header .nav .panel a {width: 20px;}
	.header .nav .panel a span {display: none;}
	.hosting-textblock {width: initial;}
	.faq-item__title {width: calc(100% - 120px);}
	.header-inner {height: initial;padding: 10px;}
	.servers-constructor {height: initial;margin: 0 auto;padding: 0;width: 570px;}
	.vds-construct {padding-bottom: 0px;}
	.vds-construct-input, .vds-construct-output {padding: 0;float: none;margin: 0 auto;}
	.vds-construct-output .style-heading, .vds-construct-output .style-subheading, .vds-construct-input .style-heading, .vds-construct-input .style-subheading {padding: 0 0 10px 0;text-align: center;}
	.servers-item__link {width: 151px;}
	.servers-item__props {width: 270px;}
	.servers-item__ram {margin-bottom: 10px;}
	.servers-item__hdd {margin-bottom: 10px;}
	.servers-item__kvm {display: block;}
	.domains-form form input {width: calc(100% - 210px);}
	.admin-list__text {width: 660px;}
	.ssl-popular {height: initial;text-align: center;}
	.ssl-popular-item {float: none;display: inline-block;margin: 0 auto 10px;}
	.ssl-filter-item {width: 44%;float: none;display: inline-block;height: inherit;}
	.ssl-filter-row__title {width: 100%;}
	.ssl-output-row__title {width: calc(100% - 710px);}
	.faqpage-form form input {width: calc(100% - 210px);}}
@media only screen and (max-width: 960px) {.header-mobile {display: block;}
	.wrap {width: calc(100%);}
	.wrapwide {width: 640px;}
	.style-heading {font-size: 28px;line-height: 32px;}
	.header-inner {height: initial;}
	.header .preheader {margin-bottom: 0px;}
	.header .wrap {width: 320px;}
	.slider {height: initial;}
	.slider img {width: 100%;}
	.slider .wrap {width: calc(100%);}
	.header .preheader {padding-top: 15px;}
	.header-phone {display: none;}
	.header-links {float: left;display: block;margin-top: 0;margin-bottom: 20px;text-align: center;width: 250px;}
	.header-links a {margin-right: 10px;font-size: 12px;display: inline-block;}
	.header-lang {float: left;display: block;margin-top: 3px;}
	.header-lang a {margin-right: 10px;}
	.header .nav .hamburger {display: block;}
	.header .nav .menu {display: none;}
	.header .nav .panel {display: none;}
	.header .nav .logo {margin-right: 0;}
	.vds-ready {padding-bottom: 20px;margin-bottom: 20px;}
	.vds-ready .wrap {width: 320px;}
	.vds-ready .style-heading {margin-bottom: 14px;padding-top: 45px;}
	.vds-ready-item {margin: 0;width: 200px;}
	.vds-ready-item__big {padding-top: 0;}
	.vds-ready__top {display: none;}
	/*.vds-ready-items .slick-list {width: 200px;margin: 0 auto;}*/
	.vds-ready-items .slick-arrow {top: 30%;}
	.vds-ready-items .vds-ready__price .hidden, .vds-ready-items__short .vds-ready__price .hidden {width: 145px;}
	.vds-ready-items__short .vds-ready-item__big .vds-ready__price .hidden {margin: 0;}
	.vds-ready__body {padding: 0 10px;}
	.vds-ready__footer, .vds-ready-item__big .vds-ready__footer {padding: 20px 30px;}
	.vds-ready-tabs {margin-bottom: 20px;padding: 0;}
	.vds-ready-slider {margin: 0 0 5px;}
	.vds-ready-desc {margin: 0 0 5px;padding: 20px 0;}
	.vds-ready-desc__item {margin: 0 0 5px;}
	.vds-ready__os img {margin: 0 auto;}
	.vds-construct {height: initial;margin-bottom: 70px;}
	.vds-construct .wrap {width: 320px;}
	.vds-construct-tabs {padding: 0;}
	.vds-construct-input {float: none;display: block;width: 320px;height: initial;margin-right: 0;margin-bottom: 20px;padding-left: 0;}
	.vds-construct-input .style-heading {margin-bottom: 8px;}
	.vds-construct-input .style-subheading {margin-bottom: 28px;}
	.vds-construct-period {float: none;width: 320px;height: initial;margin-top: 0;}
	.vds-construct-output {float: none;width: 320px;height: initial;}
	.vds-construct-output .style-heading {display: none;padding-top: 0;padding-left: 0;text-align: center;}
	.vds-construct-output .style-subheading {display: none;padding-top: 0;padding-left: 0;text-align: center;}
	.vds-row__icon {margin-right: 15px;}
	.vds-row__slider {width: 270px;}
	.vds-row__widget {width: 260px;}
	.vds-period-row {width: 160px;margin-right: 0;margin-bottom: 10px;}
	.vds-output-table {display: none;}
	.vds-results__text {width: 140px;margin-right: 0;text-align: right;}
	.vds-results__text .price {margin-right: 0;font-size: 28px;}
	.vds-results__payments {display: none;}
	.vds-results__button {margin-top: 0;}
	.benefits {padding-bottom: 5px;}
	.benefits .wrap {width: 320px;}
	.benefits .style-heading {margin-bottom: 15px;}
	.benefits-item {margin: 0;padding: 0;}
	.reasons .wrap {width: 320px;}
	.questions-wrap .wrap {width: 320px;}
	.clients-counter-wrap {display: none;}
	.feedbacks {padding-bottom: 20px;border: none;}
	.feedbacks .wrap {width: calc(100% - 30px);padding: 0 15px;}
	.feedbacks .style-heading {padding-top: 35px;}
	.feedbacks-item {margin-bottom: 10px;}
	.feedbacks-item__image {margin: 0 auto 20px;}
	.feedbacks-item__content {padding: 0;}
	.reasons {padding-bottom: 7px;border: none;background: #e5f1f1;}
	.questions {padding: 35px 0 0;}
	.questions .style-heading {margin-bottom: 10px;}
	.questions .style-subheading {margin-bottom: 30px;}
	.questions-form {float: none;width: initial;}
	.questions-contacts {float: none;width: initial;margin: 0;}
	.questions-form__name, .questions-form__email, .questions-form textarea {width: 280px;margin-right: 0;}
	.questions-form textarea {margin-bottom: 42px;}
	.questions-form span {display: none;}
	.questions-form input[type='submit'] {display: block;margin: 0 auto 50px;}
	input[type='number'].questions-form__phone {width: 280px;margin-right: 0;margin-bottom: 26px;}
	.brands-wrap {display: none;}
	.footer {padding: 10px 0;}
	.footer-block1, .footer-block2, .footer-block3 {float: none;width: calc(100% - 30px);padding: 0 15px;margin: 0 auto 10px;}
	.footer-block3 {padding-top: 10px;font-size: 14px;line-height: 20px;text-align: center;}
	.footer-payments {display: none;}
	.footer ul li {display: inline-block;margin: 0 20px 10px 0;}
	.footer-heading {margin-bottom: 10px;padding-top: 0;}
	.footer-ticket {float: none;display: block;margin: 10px auto 20px;}
	.breadcrumbs .wrap {width: 290px;}
	.breadcrumbs ul {padding: 10px 0;font-size: 14px;}
	.partners-block {text-align: center;padding-bottom: 15px;}
	.partners .wrap {width: calc(100% - 30px);padding: 0 15px;}
	.partners-levels-item {height: initial;width: 290px;padding: 15px;}
	.partners-block2 {margin: 0 auto 10px;}
	.partners-block3 img {max-width: calc(100% - 30px);}
	.partners-block4 img {max-width: calc(100% - 30px);}
	.page .style-heading {padding: 10px 0;}
	.reselling-block2 {padding-bottom: 10px;}
	.reselling-block3 {margin: 0px;padding: 5px;}
	.reselling-block3 .style-heading {padding: 0px;}
	.reselling-block4 .style-heading {padding: 5px 0;}
	.reselling-block4 .style-subheading {margin-bottom: 20px;}
	.reselling-block5 {margin: 0;}
	.reselling-block6 {margin-bottom: 25px;}
	.reselling-block6 .style-subheading {margin-bottom: 10px;}
	.reselling-block6 ul {padding-left: 10px;}
	.reselling-block6 ul li {margin-bottom: 10px;}
	.reselling-block7 .page-link {display: block;margin: 0 auto 20px;width: 280px;padding: 5px;height: initial;line-height: 20px;}
	.reselling-block7 ul li {word-break: break-word;}
	.reselling-block7 ul li img {max-width: 100%;height: initial;}
	.reselling-item2 {width: 280px;height: initial;padding: 5px;margin: 0 auto 10px;}
	.reselling-item2__pic {width: 250px;float: none;margin: 0 auto 10px;padding-top: 10px;display: block;}
	.reselling-item2__text {width: 250px;width: initial;margin: 0 auto 10px;float: none;display: block;text-align: center;}
	.reselling-item2__text .style-heading, .reselling-item2__text .style-subheading {text-align: center;}
	.faq-items {padding: 0px;}
	.faq-item__title {width: calc(100% - 120px);}
	.faqpage-reply__text {margin-left: 0px;}
	.faqpage-reply__text img {max-width: 100%;height: initial;}
	.faqpage-tags {margin: 10px;padding-bottom: 10px;}
	.faqpage-form {padding: 10px 10px;margin: 0px;}
	.faqpage-form form input {width: calc(100% - 140px);}
	.faqpage-form form button {width: 100px;float: right;}
	.faqpage-buttons {margin: 0 0 10px;}
	.faqpage-buttons__left {float: none;width: 320px;text-align: center;margin: 0 auto;padding: 5px 0px;}
	.faqpage-buttons__left a {font-size: 16px;margin: 0 5px;}
	.faqpage-buttons__right {float: none;display: block;margin: 0 auto 10px;text-align: center;}
	.faqpage-item {padding: 15px 15px;}
	.faqpage-item__hud {height: initial;}
	.faqpage-item__tags a {margin-bottom: 5px;padding: 3px 5px;}
	.faqpage-item__author {height: initial;}
	.faqpage-items {margin: 0 5px;}
	.about .wrap {width: calc(100% - 30px);}
	.about .style-subheading {margin-bottom: 20px;}
	.about-item {padding: 0px 15px;width: 290px;margin: 0 0 10px;height: initial;}
	.about-items {margin-bottom: 20px;}
	.about-text {padding-bottom: 20px;}
	.bitrix-tabs {display: none;}
	.bitrix-items {display: none;}
	.bitrix-items.active {display: none;}
	.bitrix-captain {display: none;}
	.bitrix-benefits {padding-bottom: 15px;}
	.bitrix-benefits-title {padding-top: 20px;font-size: 24px;margin-bottom: 25px;}
	.bitrix-benefits-item {float: none;width: 320px;height: initial;margin: 0 auto 20px;}
	.bitrix-benefits-item__image {margin-left: 0px;margin-right: 5px;}
	.bitrix-benefits-item__text {width: 220px;}
	.admin-block {margin: 0 0 10px;}
	.admin-list {margin: 0 10px 10px;padding: 15px;}
	.admin-list__pic {float: none;width: initial;margin: 0 auto 5px;height: initial;text-align: center;}
	.admin-list__text {float: none;width: initial;}
	.admin-list__text .style-heading {text-align: center;}
	.admin-list__text .style-subheading {text-align: center;margin-bottom: 20px;}
	.admin-list-body {margin: 0 5px;}
	.domains-form {padding: 10px 10px;margin: 0px;}
	.domains-form-text {margin: 0 0 20px;padding: 10px;}
	.domains-form form input {width: calc(100% - 140px);}
	.domains-form form button {width: 100px;float: right;font-size: 14px;}
	.domains-row {float: none;width: 280px;padding: 5px;margin: 0 auto 5px;height: initial;}
	.domains-row:nth-child(2n) {margin: 0 auto 5px;}
	.domains-row__name {text-align: left;padding: 10px;font-size: 14px;width: 150px;}
	.domains-row__busy, .domains-row__free {width: 90px;padding: 10px;font-size: 14px;margin-right: 0px;}
	.domains-row__buy {margin: 0 70px;}
	.domains-item {display: inline-block;}
	.domains-item__name {text-align: left;}
	.domains-item__price {text-align: right;}
	.domains-style {margin: 0 10px;text-align: center;}
	.servers-presets-item {height: initial;padding: 5px;margin-bottom: 10px;}
	.servers-item__title, .servers-item__price, .servers-item__props, .servers-item__link {float: none;width: initial;height: initial;text-align: center;display: block;margin: 0 0 5px;padding: 0px;}
	.servers-item__kvm, .servers-item__hdd, .servers-item__ram {display: block;margin: 0 auto 5px;width: 120px;text-align: left;padding-left: 25px;background-size: 22px 22px;}
	.servers-item__ram {background-position: 2px 0px;}
	.servers-item__link {padding-top: 10px;}
	.servers-constructor {height: initial;margin: 0 auto;padding-top: 10px;width: 100%;}
	.constructor-form {float: none;width: 290px;height: initial;margin: 0 auto;display: block;}
	.constructor-output {float: none;width: 290px;height: initial;margin: 0 auto;display: block;padding-bottom: 10px;}
	.constructor-row__pic {margin-right: 10px;}
	.constructor-row__prop {width: 240px;}
	.constructor-row2 {padding: 5px;}
	.constructor-row2__tick {display: none;}
	.constructor-row2__title {padding: 0px;float: none;display: block;width: initial;text-align: center;}
	.constructor-row2__value {padding: 0px;float: none;display: block;width: initial;text-align: center;margin: 0 auto;border: none;}
	.select2-container {width: 240px !important;}
	.ssl-popular {height: initial;}
	.ssl-popular-items {margin: 0;}
	.ssl-popular-item {float: none;width: 300px;margin: 0 auto 10px;height: initial;display: block;}
	.ssl-popular-item__props {padding-left: 15px;}
	.ssl-popular-item__idn {height: initial;}
	.ssl-popular-item__left {width: 140px;padding-left: 10px;}
	.ssl-filter {display: none;}
	.ssl-filter-items {margin: 0;}
	.ssl-filter-item, .ssl-filter-item:nth-child(2n) {float: none;width: 290px;margin: 0 auto 10px;padding: 0 15px 15px;height: initial;}
	.ssl-filter-heading {padding-top: 10px;margin-bottom: 20px;}
	.ssl-filter-row__title {width: 190px;}
	.ssl-output {margin: 0;}
	.ssl-output-row {padding: 5px 0;width: 300px;margin: 0 auto 10px;}
	.ssl-output-row__pic, .ssl-output-row__title, .ssl-output-row__icon, .ssl-output-row__price, .ssl-output-row__link {width: 290px;display: block;margin: 0 auto 5px;float: none;padding: 0;text-align: center;}
	.ssl-output-row__arrow {display: none;}
	.ssl-output-row__icon span {float: none;display: inline-block;width: initial;height: initial;padding: 5px;margin: 0 5px;}
	.ssl-includes {height: initial;padding: 10px 0;}
	.ssl-includes .style-heading {margin-bottom: 10px;}
	.ssl-includes-item {float: none;width: 290px;padding: 0 15px;margin: 0 auto;}
	.ssl-includes ul li {margin-bottom: 10px;}
	.ssl-benefits-item {width: 290px;padding: 0px;margin: 0 auto 10px;}
	.hosting {}
	.hosting-cms {height: initial;}
	.hosting-includes {padding-bottom: 10px;}
	.hosting-includes ul {column-count: 1;margin: 0 0 5px;padding-left: 10px;}}
@media only screen and (max-width: 640px) {.wrapwide {width: calc(100%);}
	.hosting-textblock, .hosting-presets {float: none;width: 290px;padding: 0px;margin: 0 auto 10px;}
	.hosting-textblock-title, .hosting-textblock-text, .hosting-textblock-subtitle, .hosting-textblock-subtext {font-size: 16px;text-align: center;margin-bottom: 10px;line-height: initial;}
	.hosting-textblock-title {font-size: 28px;}}
	
.errorsend{
	border: red 2px solid;
}

.vdsmaps{
	
}

.vdsmaps .style-heading {
    padding-top: 45px; padding-bottom: 55px;
}

.vds-country-tabs{
	text-align: center;
	padding: 0;
    margin-bottom: 75px;
    border-bottom: 1px solid #ccdfdf;
}

.vds-country-tab{
	margin: 0 5px;
	display: inline-block;
	position: relative;
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a!important;
}

.vds-country-tab .country_name_pop{
	position: absolute;
	bottom:-29px;
	left:0px;
	background: #F1F1F1;
	padding:5px;
	min-width: 124px;
    text-align: left;
	display:none;
	white-space: nowrap;
}

.vds-country-tab:hover .country_name_pop{
	display:block;
}

.vds-country-tab:hover, .vds-country-tab__active{
	background: #F1F1F1;
}

@media only screen and (max-width: 960px) {
	.vds-country-tab:hover .country_name_pop{
		display:none;
	}
}

.mobile_hidden{
	position: relative;
    bottom: 2px;
}

@media only screen and (max-width: 960px){
	.mobile_hidden{
		display:none;
	}
}

.faqpage-item__tags{
	margin-top:10px;
}

.flex-block{
	display:flex;
}

.flex-block .flex-left{
	
	max-width: 850px;
}

.flex-block .flex-left .faqpage-reply__text{
	margin: 0 20px;
}

.flex-block .flex-right{
	position:relative;
	padding: 50px 0 50px 20px;
	flex: 0 0 250px;
}

.flex-block .flex-left img{
	max-width:100%;
	height:auto;
}

.flex-right-fix-block.fixed{
	position:fixed;
	top:20px;
	width: 250px;
}

.flex-right-fix-block b{
	font-size:22px;
}
.flex-right-fix-block div{
	padding: 10px 5px 10px 0;
	border-bottom: #ddd 1px solid;
}
.flex-right-fix-block div a{
	color: #63b7e3;
	text-decoration:none;
}




.vds-ready-slider .slick-list {margin-bottom: 5px;}
.vds-ready-slider .slick-dots {text-align: center; margin-bottom: 5px;}
.vds-ready-slider .slick-dots li {display: inline-block;margin: 0 5px;}
.vds-ready-slider .slick-dots button:hover, .vds-ready-slider .slick-dots .slick-active button {background: #63b7e3;}
.vds-ready-slider .slick-dots button {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;display: block;cursor: pointer;width: 20px;height: 20px;background: #e5f3fa;border: none;text-indent: -9999px;}

.vds-ready-slider, .vds-ready-desc{
	margin:0 40px;
}

@media only screen and (max-width: 960px){
	.flex-block .flex-left{
		max-width:100%;
	}
	
	.flex-block .flex-right{
		display:none;
	}
	
	.vds-ready-desc__item{
		text-align:center;
	}
	
}

@media only screen and (max-width: 1024px){
	.wrap, .slider .wrap {
		width: calc(100%);
	}
	.vds-ready-slider {
		margin:0 40px;
	}
	.vds-ready-desc{
		margin:0 40px;
	}
	
}

