@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,500&display=swap);
/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
}

address {
  font-style: normal;
}

input,
select,
textarea,
button {
  color: #333;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #FFFFFF;
}

input::-moz-placeholder {
  color: #FFFFFF;
}

input:-moz-placeholder {
  color: #FFFFFF;
}

input:-ms-input-placeholder {
  color: #FFFFFF;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}

textarea::-moz-placeholder {
  color: #FFFFFF;
}

textarea:-moz-placeholder {
  color: #FFFFFF;
}

textarea:-ms-input-placeholder {
  color: #FFFFFF;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background-color: #FFFFFF;
}

.conteiner {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}
.wrapper .about__box{
  margin-left: -15px;
  margin-right: -15px;
}
p {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: rgb(51, 51, 51);
  line-height: 1.625;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

strong {
  font-weight: 600;
}

img {
  vertical-align: top;
}

.title {
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: .19px;
}
.title a {
  text-decoration: underline;
  color: #0078a9;
}
.title a:hover {
  color:
#8bc34a;
}

@media only screen and (max-width: 1260px) {
  .wrapper {
    max-width: 980px;
  }
}
@media only screen and (max-width: 1010px) {
  body.lock {
    overflow: hidden;
  }
  .wrapper {
    max-width: 750px;
  }
  .title {
    font-size: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .title br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 420px) {
  .title {
    font-size: 24px;
  }
}

/*==============================FORM ELEMENTS==============================*/
.main__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.form__box {
  width: 265px;
}
.form__block {
  width: 360px;
  margin-left: 30px;
}
.form__items {
  position: relative;
  width: 100%;
  margin-bottom: 33px;
}
.form__coll {
  position: relative;
  margin: 0px 15px;
  width: 22.4%;
}
.form__label {
  position: absolute;
  top: -4px;
  left: 31px;
  font-size: 10px;
  color: rgb(154, 160, 174);
  text-transform: uppercase;
  padding: 0px 8px;
  background-color: #FFFFFF;
  letter-spacing: 2.2px;
}
.form__label_active {
  color: #be5550;
}
.field {
  width: 100%;
  padding: 26px 30px 24px;
  height: 70px;
  border: 2px solid rgb(223, 226, 235);
  border-radius: 5px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  background-color: #FFFFFF;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.field_text {
  height: 172px;
  resize: none;
}

.main__form .btn_red {
  padding: 27px 30px;
  width: 100%;
  letter-spacing: 2.3px;
}

.checkbox {
  margin-left: 18px;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
  line-height: 1.286;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding-right: 16px;
}
.checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
  border: 1px solid rgba(102, 102, 102, 0.439);
  border-radius: 3px;
  background-color: rgba(200, 188, 188, 0.278);
}
.checkbox label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 5px;
  background-image: var(--wpr-bg-11d79e67-7674-4291-bf1b-70ea72e7c5f4);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.checkbox_order {
  margin-left: 2px;
}
.checkbox_order .checkbox label:before {
  border: 1px solid rgba(255, 255, 255, 0.231);
  background-color: rgba(200, 188, 188, 0.278);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1260px) {
  .form__coll {
    margin: 0px 10px;
    width: 22.9%;
  }
}
@media only screen and (max-width: 1010px) {
  .form__box {
    width: 40%;
  }
  .form__block {
    width: 60%;
  }
  .form__items {
    max-width: 100%;
    width: 100%;
  }
  .form__coll {
    margin: 0px 10px 20px;
    width: 47.2%;
  }
}
@media only screen and (max-width: 760px) {
  .form__coll {
    width: 46.8%;
  }
}
@media only screen and (max-width: 640px) {
  .main__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__box,
  .form__block {
    width: 100%;
    margin-left: 0;
  }
  .form__coll {
    width: 100%;
  }
}

/*---------------------btn------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 20px 21px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  color: #fff;
 
  letter-spacing: 1px;
  border: 0;
  text-transform: uppercase;
  z-index: 1;
  background-color:#8bc34a;
}
.btn:hover span{
    background-color:#7aa745;
}

.btn:hover span {
  color: #fff;
}
.btn:hover span:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 71px;
  background-color:#8bc34a;
}
.main-benefit__btn:hover span{
  background-color:#8bc34a;
}

.btn {
  background-color:#8bc34a;
  cursor: pointer;
}
.btn:hover{
  background-color:#7aa745;
}
.order .btn_form {
  width: 100%;
}
.order .btn_form {
  width: 100%;
  color: #fff;
  background-color:#8bc34a;
  padding: 32px 5px 25px;
}
.btn_form:hover{
  background-color:#7aa745;

}
.new_btn{
    font-size: 14px;
    background-color: #8bc34a;
    padding: 20px 35px 19px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all .15s;
    display: inline-block;
}
.new_btn:hover{
    background-color:#7aa745;
}

/*---------------------breadcrumbs------------------------*/
.breadcrumbs {
  margin-bottom: 5px;
  font-size: 10px;
  margin-left: 40px;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 22px;
  font-size: 10px;
  color: #3e5897;
  text-transform: uppercase;
  line-height: 3.4;
  letter-spacing: 1px;
}
.breadcrumbs li:after {
  content: "/";
  position: absolute;
  font-size: 10px;
  color: rgb(169, 169, 169);
  text-transform: uppercase;
  line-height: 3.4;
  letter-spacing: 1px;
  top: 0px;
  right: 10px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  font-size: 10px;
  color: rgb(169, 169, 169);
  text-transform: uppercase;
  line-height: 3.4;
  letter-spacing: 1px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.breadcrumbs a:hover {
  color: #3e5897;
}

/*---------------------navigation------------------------*/
.navigation {
  width: 274px;
  margin: 0 auto;
  font-size: 0px;
  position: relative;
  top: -3px;
}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers {
  font-size: 16px;
  color: rgb(51, 51, 51);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  min-width: 40px;
  border: 1px solid rgb(240, 240, 240);
  border-right: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  position: relative;
}
.page-numbers:first-child i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-numbers:first-child,
.page-numbers:last-child {
  border-right: 1px solid rgb(240, 240, 240);
  width: 57px;
  font-size: 0px;
}
a.page-numbers:hover,
.page-numbers.current {
  color: #FFF;
  background-color:
#8bc34a;
  border-color:
#8bc34a;
}
.page-numbers:hover svg>rect {
  fill: #FFF;
}
.page-numbers:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
#8bc34a;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.page-numbers:hover {
  color: #fff;
  border-color:
#8bc34a;
}
.page-numbers:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*==============================INDEX==============================*/
/*---------------------header------------------------*/
.header {
  font-size: 0px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0px;
  z-index: 100;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  background-color: rgba(255, 255, 255, 0);
}
.header a {
  display: block;
}
.header__wrap {
  height: 75px;
  padding: 0px 38px 10px 0px;
}
.header_active .header__wrap {
  box-shadow: 0px 0px 9px #a9a9a9;
    height: 70px;
  }
.header__burger {
  display: none;
  position: relative;
  margin-right: 30px;
  width: 30px;
  height: 28px;
  cursor: pointer;
  z-index: 50;
}
.header__burger span,
.header__burger span:before,
.header__burger span:after,
.header__burger.active span,
.header__burger.active span:before,
.header__burger.active span:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #005577;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header__burger span:before {
  top: -8px;
}
.header__burger span:after {
  top: auto;
  bottom: -8px;
}
.header__burger.active span {
  background-color: transparent;
}
.header__burger.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
.header__burger.active span:after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu {
  width: 62%;
  margin-top: -17px;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu a {
  font-size: 14px;
  color: rgb(51, 51, 51);
  color: #000;
  text-transform: uppercase;
  line-height: 1.462;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.header__last {
  width: 16%;
}
.header__last-items {
  width: 74%;
}
.header__link {
  font-size: 14px;
  color:#007cad;
  text-decoration: underline;
  line-height: 1.357;
  letter-spacing: .3px;
}
.header__demo {
  color: #0078a9;
  width: 95px;
  position: relative;
  left: 21px;
}
.header__come {
  color: #999999;
  position: relative;
  top: 1px;
}
.header__number {
  margin-top: -22px;
  font-size: 24px;
  color: #005577;
  font-weight: 700;
  line-height: 0.792;
  letter-spacing: .3px;
}
.header__menu a:hover,
.header__number:hover {
  color:#6f9c3a;
}
.header_active {
  top: 0;
  background-color: #fcfcfc;
}
.header__logo{
  transition: all 0.2s linear 0s;
}
.header__logo img{
  transition: all 0.2s linear 0s;
  width: 280px;
 
}
.header_active .header__logo img{
  transition: all 0.1s linear 0s;
  width: 160px;
}
.footer__logo img{
  width: 120px;
}
.current-menu-item a{
  color: #8bc34a;
  /*text-shadow: 0 0 3px #fff; */
}
.current-page-ancestor a{
  color: #8bc34a;
/*  text-shadow: 0 0 3px #fff; */
}
.about__box{
  color: #fff;
}
tr{
  padding: 5px 3px;
  line-height: 2;
}

tr:nth-child(odd){
  background-color: #ecf1f3;
}
td{
  border:2px solid #f9f9f9;
  padding:0 7px;
}
@media only screen and (max-width: 1400px) {
  .header__wrap {
    /*padding: 11px 15px 10px;*/
  }
  .header__menu {
    width: 60%;
  }
  .header__demo {
    left: 5px;
  }
  .header__last-items {
    width: 20%;
  }
}
@media only screen and (max-width: 1260px) {
  .header__logo {
    width: 140px;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header_active .header__logo img{
    width: 100px;
  }
  .header__menu a {
    font-size: 12px;
  }
  .header__demo {
    width: 100%;
    left: 0px;
    margin-bottom: 5px;
  }
  .header__come br {
    display: none;
  }
  .header__last {
    width: 26%;
  }
  .header__last-items {
    max-width: 160px;
  }
  .header__menu {
    width: 46%;
  }
}
@media only screen and (max-width: 1010px) {
  .header__burger {
    display: inline-block;
    vertical-align: middle;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    padding: 100px 0px 40px 5px;
    text-align: left;
    overflow-x: auto;
    z-index: 40;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #eeeeee;
  }
  .header__menu.active {
    left: 0;
  }
  .header__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .header__menu li,
  .header__menu a {
    width: 100%;
  }
  .header__menu a {
    font-size: 16px;
    padding: 15px 0px;
  }
  .header__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__last {
    width: 355px;
  }
}
@media only screen and (max-width: 760px) {
  .header__last {
    width: auto;
  }
  .header__last-items {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .header__demo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .header__number {
    font-size: 22px;
    position: relative;
    top: 2px;
  }
  .header__burger {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .header__number {
    font-size: 16px;
  }
  .header__burger {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -20px;
  }
  .header__logo {
    width: 100px;
  }
}
.popup {
    transition: all .15s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  
}
.popup ::-webkit-input-placeholder {color:rgb(128, 128, 128);}
.popup ::-moz-placeholder          {color:rgb(128, 128, 128);}/* Firefox 19+ */
.popup :-moz-placeholder           {color:rgb(128, 128, 128);}/* Firefox 18- */
.popup :-ms-input-placeholder      {color:rgb(128, 128, 128);}

.bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-window {
  position: relative;
  z-index: 9999;
  width: 360px;
  margin: 50px auto;
  padding: 20px 30px 20px;
  background: #fff;
  /*height: 80%;*/
  border-radius: 5px;
}

.popup-window .modal-title {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}

.popup-window input, textarea {
  line-height: 33px;
  height: 33px;
  font-size: 14px;
  width: 100%;
  border: #0078a9 1px solid;
  border-radius: 2px;
  margin: 0 0 20px;
  padding-left: 7px;
}

.popup-window p {
  margin-bottom: 5px;
  letter-spacing: 0.7px;
}

.popup-window .btn {
  border-color: #8bc34a;
}

.popup-window textarea {
  line-height: 33px;
  height: 63px;
  font-size: 14px;
  width: 100%;
  border: #0078a9 1px solid;
}

.popup-window input[type=submit] {
  background-color: #8bc34a;
  display: block;
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}

.popup-window .close {
  float: right;
  margin-left: 180px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #0078a9;
}
.popup-window .close img{
  width: 20px;
}
.visible { 
  transition: all .15s;
  display: block;
}

.popup2 {
    transition: all .15s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  
}
.popup2 ::-webkit-input-placeholder {color:rgb(128, 128, 128);}
.popup2 ::-moz-placeholder          {color:rgb(128, 128, 128);}/* Firefox 19+ */
.popup2 :-moz-placeholder           {color:rgb(128, 128, 128);}/* Firefox 18- */
.popup2 :-ms-input-placeholder      {color:rgb(128, 128, 128);}

.bg2 {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-window2 {
  position: relative;
  z-index: 9999;
  width: 360px;
  margin: 50px auto;
  padding: 20px 30px 20px;
  background: #fff;
  /*height: 80%;*/
  border-radius: 5px;
}

.popup-window2 .modal-title {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}

.popup-window2 input, textarea {
  line-height: 33px;
  height: 33px;
  font-size: 14px;
  width: 100%;
  border: #0078a9 1px solid;
  border-radius: 2px;
  margin: 0 0 20px;
  padding-left: 7px;
}

.popup-window2 p {
  margin-bottom: 5px;
  letter-spacing: 0.7px;
}

.popup-window2 .btn {
  border-color: #8bc34a;
}

.popup-window2 textarea {
  line-height: 33px;
  height: 63px;
  font-size: 14px;
  width: 100%;
  border: #0078a9 1px solid;
}

.popup-window2 input[type=submit] {
  background-color: #8bc34a;
  display: block;
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}

.popup-window2 .close2 {
  float: right;
  margin-left: 180px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #0078a9;
}
.popup-window2 .close2 img{
  width: 20px;
}
.visible2 { 
  transition: all .15s;
  display: block;
}

h3{
  margin-bottom: 20px;
  font-weight: 600;
}
.black{
  font-size: 13px;
}
.black a{
color:#4a76a8;
}

/*page-template-1c*/
.page-template-1c h1{
  color: #fff;
  text-shadow: 0 0 7px #5a5a5a;;
  padding-bottom: 30px;
}
.page-template-1c .services{
  padding-top: 60px;
  /*  background-image: url(../../../../../../../themes/Template/img/net.jpg);*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 bottom;
}
.page-template-1c .page-top{
  padding-top: 80px;
  padding-bottom: 15px;
}
.page-template-it .promo{
  background-image: var(--wpr-bg-e519ce9f-d041-4e98-a7f7-e66e63c56fa4);
}
.page-template-1c .promo{
  background-image: var(--wpr-bg-9ae1d56c-d216-4152-9836-3cdbaa6e3418);
  background-position: bottom center;
}
.page-template-contacts .promo{
  background-image: var(--wpr-bg-12b4065b-0770-40ba-9b3e-a344a414bc76);
}
.page-template-okomp .promo{
  background-image: var(--wpr-bg-6c9324c8-12a8-4ee5-baec-f2c0bf637faa);
}
.error404 .promo{
  background-image: var(--wpr-bg-fd04c60b-06e7-4b6a-a9f8-199a61510820);
}
.promo__subtitle{
  color: #007cad;
}
/*.page-template-it*/

.home h1{
    color: rgb(255, 255, 255);
    font-size: 30px;
  
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: .19px;
    display: inline;
}
.home .tasks__title {
    font-size: 30px;
    display: inline;
/*    padding-bottom: 30px;
    margin-bottom: 30px;*/
}
.page-template-it .services{
  padding-top: 60px;
 /*   background-image: url(../../../../../../../themes/Template/img/net2.jpg);*/
  -webkit-background-size: cover;
  background-size: cover;
}
.page-template-it .page-top{
  padding-top: 80px;
  padding-bottom: 15px;
}
.page-template-servers .promo{
  background-image: var(--wpr-bg-61d5c99b-0b87-4811-b76e-9faee8671d82);
}

.home .slide1{
  background-image: var(--wpr-bg-819ce1aa-b110-4d37-b300-71a08c03196b);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .slide2{
  background-image: var(--wpr-bg-f53835ac-4bb4-4186-88e3-f3095f54969f);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .slide3{
  background-image: var(--wpr-bg-032fc413-d9d5-480e-8bd4-e9a23506197a);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .slide4{
  background-image: var(--wpr-bg-67837072-0c8f-41a7-91a2-41591534484e);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-site .promo {
    background-image: var(--wpr-bg-37ff1dbb-8737-484a-99cc-e70015022741);
}
.page-template-site .main-benefit__coll{
  width: 45%;
}
.page-template-site .tasks .wrapper{
  padding-top: 90px;
}
.page-template-site .calculator__title{
  margin-bottom: 0;
}
/*---------------------promo------------------------*/
.promo {
  /*background-image: url(../../../../../../../themes/Template/images/promo/promo-bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 0px;
  overflow: hidden;
  position: relative;
}

.page-template-servers .tasks{
	padding: 0;
	background-color: transparent;
}
.promo .wrapper {
  padding: 201px 15px 226px;
}
.promo__content {
  max-width: 840px;
}
.promo__title {
  font-size: 50px;
  color: rgb(32, 32, 32);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.358;
  letter-spacing: 1.3px;
  margin-bottom: 13px;
}
.promo__subtitle {
  font-size: 22px;
  font-weight: 600;
  color:#000;
  color: #464646;
 /* text-shadow: 2px 2px 9px #c7c7c7;*/

  line-height: 1.545;
  margin-bottom: 46px;
  letter-spacing: .35px;
}
.promo__button .btn span {
  padding: 29px 21px 25px;
}
.promo__consultation {
  margin-right: 29px;
  margin-left: 2px;
}
.promo__consultation span {
  min-width: 290px;
  background-color: #8bc34a;
  border-color: #8bc34a;
  color: #FFF;
}
.promo__consultation:hover span {
  background-color: #7aa745;
  border-color: #7aa745;
  color: #FFF;
}
.promo__consultation span:before {
  display: none;
}
.promo__link span {
  min-width: 270px;
}
.promo__slide {
  position: relative;
}
.promo__slide-car {
  position: absolute;
  bottom: 0px;
  right: -100%;
  width: 654px;
  height: 606px;
  z-index: -1;

  -webkit-transition: .5s ease-out;
 -o-transition: .5s ease-out;
 -moz-transition: .5s ease-out;
 transition: .5s ease-out;
}
.slick-animate .promo__slide-car {
  right: 0%;
  opacity: 1;
  -webkit-transition: .5s ease-out;
 -o-transition: .5s ease-out;
 -moz-transition: .5s ease-out;
 transition: .5s ease-out;
}
.promo__slide-car img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__slide-equipment {
  position: absolute;
  bottom: 0px;
  right: -100%;
  width: 665px;
  height: 520px;
  z-index: -1;

  -webkit-transition: .5s ease-out;
 -o-transition: .5s ease-out;
 -moz-transition: .5s ease-out;
 transition: .5s ease-out;
}
.promo__slide-equipment img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slick-animate .promo__slide-equipment{
    right: 0%;
    opacity: 1;
    -webkit-transition: .5s ease-out;
   -o-transition: .5s ease-out;
   -moz-transition: .5s ease-out;
   transition: .5s ease-out;
}
.promo__point {
  position: absolute;
  right: calc(32% - 5px);
  bottom: calc(40% - 10px);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: 6px solid#007cad;
  -webkit-box-shadow: 0px 0px 25px 25px rgba(48, 71, 129, 0.5), 0 0 11px 0px rgba(0, 0, 0, 0.81);
          box-shadow: 0px 0px 25px 25px rgba(48, 71, 129, 0.5), 0 0 11px 0px rgba(0, 0, 0, 0.81);
  z-index: 1;
}
.promo__point:before,
.promo__point:after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 1);
  left: -60px;
  right: -60px;
  top: -60px;
  bottom: -60px;
  border-radius: 50%;
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
  opacity: 0;
}
.promo__point:after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: .6;
 }
 50% {
  opacity: .3;
 }
 100% {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
 }
}
@keyframes pulse {
 0% {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: .6;
 }
 50% {
  opacity: .3;
 }
 100% {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
 }
}
.promo__arrow {
  width: 100%;
  position: absolute;
  left: calc(50% - 600px);
  bottom: 0px;
  max-width: 1200px;
  padding: 0px 15px;
}
@media only screen and (max-width: 1400px) {
  .promo__slide-car {
    width: 540px;
    height: 550px;
  }
}
@media only screen and (max-width: 1260px) {
  .promo__title {
    font-size: 48px;
  }
  .promo__slide-car {
    width: 420px;
    height: 425px;
  }
  .promo__slide-equipment {
    width: 520px;
    height: 425px;
  }
  .promo__consultation {
    margin-left: 0px;
  }
  .promo__consultation span {
    min-width: 250px;
  }
  .promo__link span {
    min-width: 240px;
  }
  .promo__arrow {
    left: calc(50% - 490px);
    max-width: 970px;
  }
}
@media only screen and (max-width: 1010px) {
  .promo .wrapper {
    padding: 150px 15px 120px;
  }
  .promo__slide-car {
    width: 330px;
    height: 324px;
  }
  .promo__slide-equipment {
    width: 405px;
    height: 320px;
    bottom: -45px;
  }
  .promo__arrow {
    left: calc(50% - 375px);
    max-width: 750px;
  }
}
@media only screen and (max-width: 760px) {
    .promo .wrapper {
      padding: 95px 15px 120px;
    } 
  .promo__title {
    font-size: 42px;
  }
  .promo__subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .promo__arrow {
    left: 0;
    max-width: 100%;
  }
  .promo__slide {
    /*padding-bottom: 245px;*/
  }
}
@media only screen and (max-width: 600px) {
  .promo__title {
    font-size: 30px;
  }
  .promo__consultation {
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    display: block;
  }
  .promo__consultation span,
  .promo__link,
  .promo__link span {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .promo__slide-equipment {
    width: 100%;
    height: auto;
    bottom: 0;
  }
}


/*---------------------tasks------------------------*/
.tasks {
  padding: 0px 0px 65px;
  background-color: #007cad;
}
.tasks .wrapper {
  padding-top: 170px;
  position: relative;

}
.home .tasks .wrapper {
  padding-top: 110px;
}
.page-template-servers .tasks .wrapper {
    padding-top: 70px;

}
.page-template-servers .tasks__advantages {
	 box-shadow: 2px 3px 15px 0px #ddd;
	 }
.tasks__advantages {
  background-color: #FFF;
  padding: 32px 60px 21px 58px;
  position: absolute;
  top: -88px;
  left: 15px;
  width: calc(100% - 30px);
}
.tasks__advantages-coll {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tasks__advantages-number {
  font-size: 56px;
  color:
#8bc34a;
  text-transform: uppercase;
  line-height: 1.286;
  font-weight: 300;
  margin-right: 25px;
}
.tasks__advantages-desc {
  font-size: 20px !important;
  font-weight: 600;
/*  font-style: italic;*/
  color: rgb(32, 32, 32);
  line-height: 1.2;
  position: relative;
  top: 9px;

  letter-spacing: .3px;
 /* transform: rotate(-5deg);*/
}
.tasks__advantages-coll:first-child {
  width: 24%;
  margin-right: 3px;
}
.tasks__advantages-coll:first-child .tasks__advantages-desc {
  max-width: 120px;
}
.tasks__advantages-coll:nth-child(2) {
  width: 27%;
  margin-right: 10px;
}
.tasks__advantages-coll:nth-child(2) .tasks__advantages-desc {
  max-width: 120px;
}
.tasks__advantages-coll:nth-child(2) .tasks__advantages-number {
  margin-right: 27px;
}
.tasks__advantages-coll:nth-child(3) {
  width: 26%;
  margin-right: 7px;
}
.tasks__advantages-coll:nth-child(3) .tasks__advantages-desc {
  max-width: 120px;
}
.tasks__advantages-coll:nth-child(4) .tasks__advantages-number {
  margin-right: 26px;
}
.tasks__title {
  color: rgb(255, 255, 255);
  max-width: 770px;
  margin-bottom: 44px;
}
.tasks__title a {
  color: rgb(255, 255, 255);
}
.tasks__row {
  margin: 0px -15px;
}
.tasks__coll {
  width: 47.5%;
  min-height: 360px;
  background-color: #09c1ea;
  overflow: hidden;
  position: relative;
  padding: 69px 59px 63px;
  margin: 0px 15px 30px;
  letter-spacing: .8px;
}
.tasks__coll:after {
  content: "";
  position: absolute;
  width: 344px;
  height: 344px;
  background-color:#18b5d8;
  border-radius: 50%;
  top: -172px;
  right: -172px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.tasks__coll:hover:after {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.tasks__caption {
  font-size: 26px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.385;
  position: relative;
  z-index: 1;
}
.tasks__caption img{
  width: 50px;
  margin-right: 15px;
}
.tasks__text {
  position: relative;
  z-index: 1;
}
.tasks__text p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  margin-top: 28px;
  letter-spacing: .25px;
}
.tasks__fill {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #8bc34a;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tasks__coll:hover .tasks__fill {
  width: 350%;
  height: 350%;
}
@media only screen and (max-width: 1260px) {
  .tasks__advantages {
    padding: 30px 40px 39px 50px;
  }
  .tasks__advantages-coll,
  .tasks__advantages-coll:first-child,
  .tasks__advantages-coll:nth-child(2),
  .tasks__advantages-coll:nth-child(3) {
    width: 23.6%;
  }
  .tasks__advantages-number {
    font-size: 50px;
  }
  .tasks__advantages-desc {
    font-size: 16px;
    line-height: 1.456;
    top: 5px;
  }
  .tasks .wrapper {
    padding-top: 140px;
  }
  .tasks__coll {
    width: 46.94%;
    min-height: 370px;
    padding: 50px 45px 45px;
  }
  .tasks__caption {
    font-size: 25px;
  }
  .tasks__caption br,
  .tasks__text p br {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .tasks {
    padding: 0px 0px 30px;
  }
  .tasks .wrapper {
    padding-top: 60px;
  }
  .tasks__advantages {
    padding: 35px 40px 5px 40px;
    width: 100%;
    left: 0px;
    position: relative;
    top: 0;
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tasks__advantages-coll,
  .tasks__advantages-coll:first-child,
  .tasks__advantages-coll:nth-child(2),
  .tasks__advantages-coll:nth-child(3) {
    width: 32%;
    margin-bottom: 15px;
  }
  .tasks__coll {
    width: 100%;
    min-height: auto;
    padding: 50px 50px 45px;
  }
  .tasks__caption {
    font-size: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .tasks__advantages-coll,
  .tasks__advantages-coll:first-child,
  .tasks__advantages-coll:nth-child(2),
  .tasks__advantages-coll:nth-child(3) {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .tasks__advantages-coll,
  .tasks__advantages-coll:first-child,
  .tasks__advantages-coll:nth-child(2),
  .tasks__advantages-coll:nth-child(3) {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tasks__advantages-coll:nth-child(2) .tasks__advantages-number {
    margin-right: 25px;
  }
  .tasks__advantages-desc,
  .tasks__advantages-coll:first-child .tasks__advantages-desc,
  .tasks__advantages-coll:nth-child(2) .tasks__advantages-desc,
  .tasks__advantages-coll:nth-child(3) .tasks__advantages-desc {
    max-width: 100%;
    margin-top: -15px;
  }
  .tasks__coll {
    padding: 35px 35px 40px;
  }
}
    .tasks__caption p{
    display: inline-block;
    width: 70%;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
  }
@media only screen and (max-width: 420px) {
  .tasks__advantages {
    padding: 35px 30px 5px;
    display: none;
  }
.tasks{
    /*display: none;*/
  }
  .main-benefit {
    padding: 1px 0px 25px;
}
  .main-benefit__row2{
    margin: 0 !important;
  }
  .breadcrumbs{
    display: none;
  }
  .tasks__text{
    display: none;
  }
  .promo__slide{
    height: 400px;
  }
  .tasks__coll {
    padding: 35px 25px 40px;
  }
  .tasks__caption {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .promo__button{
    display: none;
  }
  .tasks__text p {
    margin-top: 20px;
  }
  .tasks__advantages-coll:first-child .tasks__advantages-number {
    margin-right: 33px;
  }
  .tasks__advantages-coll:nth-child(4) .tasks__advantages-number {
    margin-right: 25px;
  }
}

/*---------------------benefit------------------------*/
.page-template-servers .main-benefit {
  padding: 0px 0px 60px;
}
.main-benefit {
  padding: 80px 0px 60px;
}
.main-benefit__title {
	margin-top: 50px;
  margin-bottom: 40px;
}
.main-benefit__row {
  width: 800px;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin: 0px -15px;
}
.page-template-servers .main-benefit__row {
  width: 100%;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin: 0px
}
.main-benefit__coll {
  background-color: rgb(248, 248, 248);
/*  width: 46.2%;*/
  margin: 0px 15px 30px;
  padding:50px 40px 60px;
  text-align: center;
  box-shadow: 2px 3px 15px 0px #dcdcdc;
}
.main-benefit__coll{
  width: 22%;
  padding: 50px 25px 50px;
}
.main-benefit__coll .host_desc {
    text-align: left;
    margin-left: 4px;

}
.main-benefit__coll .host_desc li{
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}
.page-template-servers .main-benefit__coll {
  background-color: rgb(248, 248, 248);
  width: 23%;
  margin: 0px 30px 30px 0;
  padding:50px 30px 60px;
  text-align: center;
  }
  .page-template-servers .main-benefit__coll:last-child {
  margin-right: 0;
  }
.main-benefit__coll:hover .main-benefit__name {
  color: #0078a9;
}
.main-benefit__img {
  width: 100%;
  height: 160px;
  margin-bottom: 42px;
}
.main-benefit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-benefit__name {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;*/
  font-size: 26px;
  font-weight: 800;
  color:#0078a9;
  line-height: 1.231;
 /* padding-right: 50px;*/
  margin-bottom: 27px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  text-transform: uppercase;
  letter-spacing: 1px;
 /* min-height: 64px;*/
}
.main-benefit__btn {
  cursor: pointer;
}
.main-benefit__btn span {
 /* width: 170px;*/
 
  color: #fff;
  border-right: none;
  font-weight: 500;
  padding: 28px 37px 23px;
}
@media only screen and (max-width: 1260px) {
  .main-benefit__row {
    width: 650px;
  }
  .main-benefit__coll {
    width: 45.38%;
    padding: 45px 30px 51px 30px;
  }
}
@media only screen and (max-width: 1010px) {
  .main-benefit {
    padding: 50px 0px 25px;
  }
  .main-benefit__title {
    margin-bottom: 35px;
  }
  .main-benefit__row {
    width: 355px;
  }
  .main-benefit__coll {
    width: 100%;
    padding: 45px 55px 50px 55px;
  }
  .main-benefit__coll:nth-child(n + 3) {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .main-benefit__row {
    width: 100%;
    margin: 0px;
  }
  .main-benefit__coll {
    width: 44.7%;
    padding: 45px 25px 50px 25px;
  }
  .main-benefit__coll:nth-child(n + 3) {
    display: block;
  }
  .main-benefit__img {
    margin: 0px auto 42px;
    max-width: 215px;
  }
  .main-benefit__btn span {
    width: calc(100% - 60px);
  }
  .main-benefit__btn {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-benefit__row {
    margin: 0;
  }
  .main-benefit__coll {
    width: 100%;
    padding: 45px 50px 50px;
    margin: 0px 0px 30px;
  }
  .page-template-site .main-benefit__coll {
    width: 100%;
}
}
@media only screen and (max-width: 420px) {
  .main-benefit__coll {
    padding: 45px 25px 50px;
  }
}

.sex{
    padding: 90px 0px 50px;
}
.margins{
    margin: 20px 0;
}

.img-custom img{
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
/*---------------------calculator------------------------*/

.page-template-servers .calculator {
  width: 75%;
 	margin-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.calculator {
  width: 30%;
 //margin-left: 30px;
  background-color: #0078a9;
  padding: 40px 35px 95px;
}
.calculator__title {
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
.calculator__services {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(242, 245, 248, 0.239);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calculator__link {
  display: block;
  width: 110px;
  height: 34px;
}
.calculator__link_apple {
  margin-right: 7px;
}
.calculator__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculator__caption {
  font-size: 26px;
  margin: 58px 0px 21px;
  color: rgb(255, 255, 255);
  line-height: 1.154;
  font-weight: 500;
  letter-spacing: .7px;
}
.calculator__description {
  font-size: 18px;
  margin-bottom: 33px;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  letter-spacing: 0.27px;
}
.calculator__form-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
              display: contents;
}

.calculator__field {
  width: 160px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 5px 0px;
  margin-right: 20px;
  margin-left: 5px;
}
.calculator__form-items input[type="range"]{
	width: 85%;
}
.min{
	display: none;
}
input[type="range"]{
   -webkit-appearance: none;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    width: 85%;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #8bc34a;
    cursor: pointer;
}
.about__text{
	font-weight: 500;
	font-size: 18px;
}
.calculator__field option{
  color:#000;
}
.calculator__form-desc {
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.333;
  margin-top: 5px;
}
.calculator__form-inp {
  margin: 18px 0px 10px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  letter-spacing: 0.3px;
}
.calculator__field:focus {
  border-color:
#8bc34a;
}
.calculator__btn {
  margin-top: 35px;
 
}
.calculator__btn:hover span {
  background-color: #7aa745;
  border-color: #7aa745;
}
.calculator__btn span:before {
  display: none;
}
input[type="number"] {
    position: relative;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    
}
.total{
  margin-top: 35px;
    font-size: 40px;
    color: #fff;
    line-height: 0.889;
    font-weight: 600;
}

@media only screen and (max-width: 1260px) {
  .calculator {
    width: 300px;
    padding: 57px 30px 55px;
  }
  .calculator__services {
    padding-bottom: 50px;
  }
  .calculator__caption {
    margin: 30px 0px 17px;
  }
}
@media only screen and (max-width: 1010px) {
  .calculator {
    width: 350px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .calculator {
    width: 390px;
    padding: 57px 50px 55px;
    margin: 0px auto 30px;
  }
}
@media only screen and (max-width: 420px) {
  .calculator {
    padding: 57px 25px 55px;
  }
}

/*---------------------offers------------------------*/
.offers {
  padding: 94px 0px 87px;
  position: relative;
  overflow: hidden;
  background-color: rgb(50, 50, 50);
  background-color: rgb(37 93 114);
      background-color: rgb(46 61 74);
}
.offers:after {
  content: "";
  position: absolute;
  width: 310px;
  height: 484px;
  background-image: var(--wpr-bg-f092c2bb-4972-4bc4-9580-22c7e0999147);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -173px;
  left: calc(51% - 152px);
}
.offers__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offers__content {
  max-width: 500px;
}
.offers__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 36px;
  letter-spacing: 3.6px;
}
.offers__title {
  color: rgb(255, 255, 255);
  margin-bottom: 28px;
  letter-spacing: .8px;
}
.offers__title span,
.offers__text span {
  color: #8bc34a;
}
.offers__text {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  letter-spacing: .22px;
  padding-right: 40px;
}
.offers__form {
  width: 300px;
  margin-right: 70px;
  position: relative;
  top: -2px;
}
.offers__form-items {
  width: 100%;
  margin-bottom: 30px;
}
.offers__form-field {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.13);
  background-color: rgba(67, 67, 67, 0.561);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  padding: 26px 20px 22px 45px;
  letter-spacing: .35px;
}
.offers__form-photo {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.13);
  background-color: rgba(67, 67, 67, 0.561);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 31px;
}
.offers__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 70px);
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  position: relative;
  z-index: 1;
}
.offers__form-photo:hover {
  border: 2px solid rgb(82, 82, 82);
}
.offers__form-photo .offers__form-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(82, 82, 82);
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.offers__form-photo:hover .offers__form-box:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.offers__form-link {
  color: rgb(255, 255, 255);
  width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 11px 40px 7px 10px;
  letter-spacing: .3px;
}
.offers__form-icons {
  width: 70px;
  height: 66px;
  background-color: rgb(82, 82, 82);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offers__form-icons svg {
  width: 18px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 2px;
}
.offers__form-icons svg * {
  fill: #FFFFFF;
}
.offers__button {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1260px) {
  .offers:after {
    width: 260px;
    height: 400px;
    left: calc(50% - 160px);
  }
}
@media only screen and (max-width: 1010px) {
  .offers {
    padding: 50px 0px 50px;
  }
  .offers:after {
    width: 210px;
    height: 320px;
    left: calc(55% - 160px);
    bottom: -155px;
  }
  .offers__content {
    max-width: 405px;
  }
  .offers__subtitle {
    letter-spacing: 1.6px;
  }
  .offers__form {
    width: 265px;
    margin-right: 0px;
  }
  .offers__form-link {
    padding: 11px 10px 7px 10px;
  }
}
@media only screen and (max-width: 760px) {
  .offers:after {
    display: none;
  }
  .offers__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .offers__form {
    width: 100%;
  }
  .offers__form-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 11px 10px 7px 48px;
  }
}

/*---------------------setting------------------------*/
.setting {
  padding: 93px 0px 96px;
}
.setting__title {
  margin-bottom: 57px;
}
.setting__row {
  margin: 0px -15px;
}
.setting__coll {
  width: 30.83%;
  background-color: rgb(248, 248, 248);
  padding: 71px 35px 63px 70px;
  margin: 0px 15px;
}
.setting__img {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 44px;
  padding-right: 36px;
}
.setting__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.setting__caption {
  font-size: 26px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.231;
  margin-bottom: 13px;
  letter-spacing: .8px;
}
.setting__desc {
  min-height: 115px;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 6px;
  letter-spacing: .3px;
}
.setting__btn {
  width: 235px;
  padding-top: 34px;
  border-top: 1px solid rgb(232, 232, 232);
}
.setting__btn span {
  width: calc(100% - 60px);
  border: 2px solid rgb(231, 231, 231);
  color: rgb(51, 51, 51);
  border-right: none;
  font-weight: 400;
  padding: 23px 54px 19px 10px;
}
@media only screen and (max-width: 1260px) {
  .setting__coll {
    width: 30.27%;
    padding: 45px 35px 50px 35px;
  }
  .setting__img {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .setting__desc br {
    display: none;
  }
  .setting__btn {
    width: 100%;
  }
  .setting__btn span {
    padding: 23px 10px 19px 10px;
  }
}
@media only screen and (max-width: 1010px) {
  .setting {
    padding: 50px 0px 30px;
  }
  .setting__title {
    margin-bottom: 37px;
  }
  .setting__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .setting__coll {
    width: 46%;
    padding: 45px 35px 50px 35px;
    margin: 0px 15px 30px;
  }
}
@media only screen and (max-width: 760px) {
  .setting__coll {
    width: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .setting__coll {
    width: 100%;
  }
  .setting__desc {
    min-height: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .setting__coll {
    padding: 45px 25px 50px;
  }
}

/*---------------------mainoffers------------------------*/
.mainoffers {
  padding: 90px 0px 13px;
}
.mainoffers__title {
  margin-bottom: 50px;
}
.mainoffers__row {
  margin: 0px -15px;
}
.mainoffers__coll {
  width: 47.5%;
  margin: 0px 15px 70px;
}
.mainoffers__coll:hover .mainoffers__caption {
  color: #0078a9;
}
.mainoffers__img {
  width: 270px;
  min-height: 210px;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
}
.mainoffers__img img {
  width: 100%;
  height: 200px;
  object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.mainoffers__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mainoffers__filter {
  position: absolute;
  top: 23px;
  right: 0px;
  font-size: 10px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 23px;
  background-color: #8bc34a;
  padding: 0px 17px 0px 11px;
  z-index: 1;
  letter-spacing: 2px;
}
.mainoffers__filter:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-left: 15px solid transparent;
  border-bottom: 23px solid #8bc34a;
  width: 24px;
  height: 100%;
  z-index: -1;
}
.mainoffers__filter span {
  position: relative;
  top: 2px;
}
.mainoffers__box {
  width: calc(100% - 320px);
}
.mainoffers__caption {
  font-size: 24px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.1;
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
  top: -3px;
  letter-spacing: .2px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.mainoffers__desc {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  height: 56px;
  overflow: hidden;
  margin-bottom: 30px;
  letter-spacing: .22px;
}
.mainoffers__link span {
  font-size: 12px;
  font-weight: 700;
  color: rgb(128, 128, 128);
  text-transform: uppercase;
  line-height: 2.5;
  margin-right: 16px;
  letter-spacing: 2.3px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.mainoffers__link i {
  position: relative;
  left: 0px;
  top: 3px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.mainoffers__link:hover span {
  color:
#8bc34a;
}
.mainoffers__link:hover i {
  left: 5px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
@media only screen and (max-width: 1260px) {
  .mainoffers__coll {
    width: 46.94%;
    margin: 0px 15px 50px;
  }
  .mainoffers__img {
    width: 210px;
    min-height: 190px;
    margin-right: 30px;
  }
  .mainoffers__box {
    width: calc(100% - 240px);
  }
  .mainoffers__caption {
    font-size: 21px;
    margin-bottom: 10px;
    height: 75px;
  }
  .mainoffers__desc {
    font-size: 16px;
    margin-bottom: 10px;
    height: 48px;
  }
}
@media only screen and (max-width: 1010px) {
  .mainoffers__title {
    margin-bottom: 35px;
  }
  .mainoffers__coll {
    width: 45.9%;
    margin: 0px 15px 30px;
  }
  .mainoffers__img {
    width: 100%;
    height: 190px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .mainoffers__box {
    width: 100%;
  }
  .mainoffers__caption,
  .mainoffers__desc {
    height: auto;
  }
}
@media only screen and (max-width: 760px) {
  .mainoffers__coll {
    width: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .mainoffers__coll {
    width: 100%;
  }
  .mainoffers__img {
    height: 220px;
  }
}



/*---------------------partners------------------------*/
.page-template-main .partners {
  padding: 80px 0px 83px;
}
.page-template-main .main-benefit{
  padding-top: 30px;
  padding-bottom: 90px;
}
.partners {
  padding: 0px 0px 83px;
}
.page-template-servers .partners {
  padding: 10px 0px 83px;
}
.page-template-servers .about__box {
  margin-top: 0;
}
.page-template-servers .about {
  padding: 10px 0px 60px;
}
.partners__title {
  margin-bottom: 44px;
}
.partners__row {
  margin: 0px -15px;
}
.partners__coll {
    transition: all .15s;
  width: 22.5%;
  height: 184px;
  background-color: rgb(224, 224, 224);
  background-color: rgb(213 229 234);
  margin: 0px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.page-template-site .partners__coll {
  width: 16.5%;
  margin: 0;
  padding: 10px 25px;
}
.partners__coll:hover{
  opacity: .7;
}
.partners__coll img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1260px) {
  .partners {
    padding: 0px 0px 60px;
  }
  .partners__coll {
    width: 21.94%;
    height: 145px;
  }
}
@media only screen and (max-width: 1010px) {
  .partners {
    padding: 0px 0px 35px;
  }
  .partners__title {
    margin-bottom: 30px;
  }
  .partners__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners__coll {
    width: 29.33%;
  }
}
@media only screen and (max-width: 760px) {
  .partners__coll {
    width: 28.33%;
  }
}
@media only screen and (max-width: 600px) {
  .partners__coll {
    width: 42.9%;
  }
}
@media only screen and (max-width: 420px) {
  .partners__row {
    margin: 0px -7px;
  }
  .partners__coll {
    width: 44.9%;
    height: 110px;
    margin: 0px 7px 15px;
  }
}

/*---------------------order------------------------*/
.order {
  margin-bottom: -1px;
  background-color: #0078a9;
  background-image: linear-gradient(to bottom, #0077a9,  #2cc2e6);
  /*background-image: url(../../../../../../../themes/Template/img/fong.jpg);*/
  padding: 120px 0px 75px;
    clip-path: polygon(15% 0, 49% 14%, 100% 10%, 100% 100%, 0 100%, 0 33%);
}
.order__title {
  color: #FFF;
  margin-bottom: 44px;
}
.order__form {
  margin: 0px -15px;
}
.order__form-items,
.order__form-text {
  width: 22.5%;
  margin: 0px 14px 0px 16px;
}
.order__form-text {
  width: 100%;
  margin-right: 19px;
}
.order__form-label {
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 2.143;
  margin-bottom: 8px;
  letter-spacing: .37px;
}
.order__form-field {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  border: 2px solid rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 34px 16px 32px;
  letter-spacing: 0.4px;
}
.order__form-field_text {
  height: 126px;
  resize: none;
}
.flr{
  float: right;
}
.order__btn {
  margin: 38px 0px 35px;
 position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 20px 21px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
.order__btn {
  padding: 27px 5px 25px;
}
@media only screen and (max-width: 1260px) {
  .order {
    padding: 65px 0px 60px;
  }
  .order__form-items {
    width: 21.94%;
  }
}
@media only screen and (max-width: 1010px) {
  .order {
    padding: 50px 0px 15px;
    clip-path: polygon(15% 0, 91% 3%, 100% 3%, 100% 100%, 0 100%, 0 2%);
  }
  .order__form-items {
    width: 46%;
    margin: 0px 14px 40px 16px;
  }
}
@media only screen and (max-width: 760px) {
  .order__form-items {
    width: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .order__form-items {
    width: 100%;
    margin: 0px 15px 20px 15px;
  }
  .order__btn {
    margin: 10px 0px 35px;
  }
}

/*---------------------footer------------------------*/
.footer {
  background-color: rgb(50, 50, 50);
      background-color: rgb(46 61 74);
  padding: 70px 0px 0px;
}
.footer a {
  display: block;
}
.footer__top,
.footer__content,
.footer__bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__top {
  margin-bottom: 90px;
}
.footer__logo {
  width: 140px;
  margin-right: 96px;
}
.footer__content {
  width: 615px;
  margin-right: 84px;
  margin-top: -5px;
}
.footer__menu a,
.footer__list a {
  font-size: 16px;
  font-weight: 300;
  color: rgb(157, 157, 157);
  line-height: 1.875;
  letter-spacing: .3px;
}
.footer__menu a:hover,
.footer__list a:hover {
  color: rgb(255, 255, 255);
}
.footer__menu {
  margin-right: 21px;
}
.footer__list:last-child {
  position: relative;
  left: -5px;
}
.footer__caption {
  font-size: 16px;
  font-weight: 500;
  color: rgb(179, 179, 179);
  text-transform: uppercase;
  line-height: 1.875;
  margin-bottom: 30px;
  letter-spacing: 1.7px;
}
.footer__box {
  width: 230px;
  text-align: right;
}
.footer__address {
  font-size: 15px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  margin-bottom: 34px;
  margin-top: -3px;
  letter-spacing: .3px;
}
.footer__work {
  font-size: 14px;
  font-weight: 300;
  color: rgba(165, 165, 165);
  line-height: 1.357;
  margin-bottom: 19px;
  letter-spacing: .3px;
}
.footer__number {
  font-size: 28px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 0.679;
  margin-right: -2px;
  letter-spacing: .2px;
  margin-bottom: 8px;
}
.footer__email {
  font-size: 14px;
  color: rgb(165, 165, 165);
  text-decoration: underline;
  line-height: 1.357;
  letter-spacing: .3px;
}
.footer__bottom a {
  font-size: 16px;
  font-weight: 300;
  color: rgba(157, 157, 157, 0.302);
  line-height: 1.875;
  letter-spacing: .4px;
}
.footer__confidentiality {
  text-decoration: underline;
  position: relative;
  left: -51px;
}
.footer__bottom a.footer__develop {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  padding-right: 52px;
  margin-bottom: 22px;
  font-size: 14px;
  letter-spacing: 0px;
}
.footer__develop span {
  position: absolute;
  top: -6px;
  right: 0px;
  display: inline-block;
  width: 30px;
  height: 75px;
  background-color: #cc3b3b;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}
@media only screen and (max-width: 1260px) {
  .footer__logo {
    margin-right: 20px;
  }
  .footer__content {
    width: 520px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1010px) {
  .footer__top {
    margin-bottom: 45px;
  }
  .footer__content {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .footer {
    padding: 40px 0px 0px;
  }
  .footer__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer__box {
    width: 100%;
    text-align: center;
  }
  .footer__address {
    margin-bottom: 15px;
  }
  .footer__number {
    margin-bottom: 18px;
  }
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bottom a {
    width: 100%;
    text-align: center;
  }
  .footer__confidentiality {
    left: 0px;
  }
  .footer__bottom a.footer__develop {
    letter-spacing: 0px;
    width: auto;
    margin-top: 30px;
  }
}

/*---------------------page-top------------------------*/
.home .page-top {
  background-color: rgb(224 246 255);
  padding: 70px 0px 35px;
}
 .page-top {
  background-color: rgb(224 246 255);
  padding: 120px 0px 35px;
}
.page-top-caption {
  font-size: 53px;
  color: rgb(32, 32, 32);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.358;
  letter-spacing: 1.3px;
  max-width: 880px;
}
@media only screen and (max-width: 1010px) {
  .page-top {
    padding: 145px 0px 65px;
  }
  .page-top-caption {
    font-size: 46px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .page-top {
    padding: 100px 0px 40px;
  }
  .page-top-caption {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .page-top-caption {
    font-size: 30px;
  }
}

/*---------------------contacts------------------------*/
.contacts {
  padding: 113px 0px 90px;
}
.contacts__body {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.contacts__content {
  width: 470px;
}
.contacts__title {
  color: rgb(51, 51, 51);
  line-height: 1.333;
  margin-bottom: 8px;
}
.contacts__title span {
  color: #0078a9;
  display: block;
}
.contacts__subtitle {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 30px;
  letter-spacing: .3px;
}
.contacts__block {
  padding-top: 30px;
  border-top: 1px solid rgb(236, 236, 236);
  padding-left: 1px;
}
.contacts__items {
  margin-bottom: 24px;
}
.contacts__caption {
  font-size: 16px;
  font-weight: 500;
  color: rgb(153, 153, 153);
  line-height: 1.75;
  margin-bottom: 11px;
  letter-spacing: .2px;
}
.contacts__link {
  display: inline-block;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-right: 12px;
  letter-spacing: .3px;
}
a.contacts__link:hover {
  color: #0078a9;
}
.contacts__map {
  width: 570px;
  height: 525px;
}
.contacts__map #map {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1260px) {
  .contacts__content {
    width: 450px;
  }
  .contacts__map {
    width: 450px;
    height: 525px;
  }
}
@media only screen and (max-width: 1010px) {
  .contacts {
    padding: 60px 0px 60px;
  }
  .contacts__content {
    width: 100%;
    margin-bottom: 45px;
  }
  .contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__items {
    margin-bottom: 24px;
    width: 50%;
  }
  .contacts__title {
    padding-right: 0px;
  }
  .contacts__map {
    width: 100%;
    height: 425px;
  }
}
@media only screen and (max-width: 600px) {
  .contacts__items {
    margin-bottom: 20px;
    width: 100%;
  }
  .contacts__caption {
    margin-bottom: 3px;
  }
  .contacts__content {
    margin-bottom: 25px;
  }
  .contacts__map {
    height: 325px;
  }
}

/*---------------------main-order------------------------*/
.main-order {
  background-color: rgb(245, 245, 245);
  padding: 95px 0px 85px;
}
.main-order .order__form {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-order__title {
  margin-bottom: 45px;
}
.main-order__title span {
  color: #0078a9;
}
.order__form-box {
  width: 905px;
}
.main-order .order__form-items {
  width: 29.87%;
  margin-bottom: 32px;
}
.main-order .order__form-label {
  color: rgb(153, 153, 153);
}
.main-order .order__form-field {
  color: rgb(51, 51, 51);
  border: 2px solid rgba(153, 153, 153, .2);
  background-color: rgba(255, 255, 255, 0.502);
  padding: 19px 34px 17px 34px;
}
.main-order .order__form-field::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
}
.main-order .order__form-field::-moz-placeholder {
  color: rgb(51, 51, 51);
}
.main-order .order__form-field:-moz-placeholder {
  color: rgb(51, 51, 51);
}
.main-order .order__form-field:-ms-input-placeholder {
  color: rgb(51, 51, 51);
}
.order__form-submit {
  width: 268px;
  margin-right: 15px;
}
.main-order .order__btn {
  margin: 40px 0px 26px;
}
.main-order .checkbox label {
  color: rgba(102, 102, 102, 0.502);
  padding-right: 0;
}
.main-order .checkbox label:before {
  border-color: rgba(153, 153, 153, 0.231);
  background-color: rgba(149, 136, 136, 0.135);
}
.main-order .checkbox label:after {
  background-image: var(--wpr-bg-664f7b93-246c-477b-bbbb-822fb063e2e4);
}
@media only screen and (max-width: 1260px) {
  .order__form-box {
    width: 695px;
  }
  .main-order .order__form-items {
    width: 29%;
  }
  .main-order .order__form-field {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 1010px) {
  .order__form-box {
    width: 100%;
  }
  .main-order {
    padding: 60px 0px 60px;
  }
  .main-order__title {
    margin-bottom: 25px;
  }
  .order__form-submit {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 760px) {
  .main-order .order__form-items {
    width: 31.61%;
    margin: 0px 5px 25px;
  }
  .order__form-text {
    margin: 0px 5px;
  }
  .order__form {
    margin: 0px -5px;
  }
  .order__form-submit {
    width: 100%;
  }
  .order__form-submit .order__btn {
    margin: 25px 0px 26px;
  }
}
@media only screen and (max-width: 600px) {
  .main-order .order__form-items {
    width: 100%;
    margin: 0px 0px 20px;
  }
  .order__form-text {
    margin: 0px;
  }
  .order__form {
    margin: 0px;
  }
}

/*---------------------news------------------------*/
.news {
  padding: 120px 0px 115px;
}
.news__coll {
  //min-height: 300px;
  background-color:#007cad;
  margin-bottom: 30px;
  margin-left: 2px;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.news__img {
  //min-height: 300px;
  width: 370px;
  overflow: hidden;
}
.news__img img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.news__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news__content {
  padding: 40px 70px 40px 99px;
  color: rgb(255, 255, 255);
  width: calc(100% - 370px);
}
.news__date {
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.news__caption {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  //height: 90px;
  overflow: hidden;
  margin-bottom: 35px;
  letter-spacing: .71px;
}
.news__btn span {
  font-size: 13px;
  padding: 23px 50px 20px 28px;
  color: rgb(255, 255, 255);
  border: 2px solid rgba(231, 231, 231, 0.2);
  border-right: none;
}
@media only screen and (max-width: 1260px) {
  .news__coll {
    min-height: 300px;
  }
  .news__img {
    min-height: 100%;
    width: 300px;
  }
  .news__content {
    padding: 36px 45px 45px 75px;
    width: calc(100% - 300px);
  }
  .news__date {
    margin-bottom: 25px;
  }
  .news__caption {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1010px) {
  .news {
    padding: 70px 0px 65px;
  }
  .news__img {
    width: 250px;
  }
  .news__content {
    padding: 36px 40px 45px 45px;
    width: calc(100% - 250px);
  }
  .news__caption {
    font-size: 26px;
    height: auto;
    overflow: inherit;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 760px) {
  .news__img {
    width: 100%;
    height: 300px;
  }
  .news__content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .news {
    padding: 60px 0px 60px;
  }
  .news__img {
    height: 250px;
  }
  .news__content {
    padding: 35px 35px 45px;
  }
}
@media only screen and (max-width: 375px) {
  .news__content {
    padding: 30px 25px 40px;
  }
}

/*---------------------news-order------------------------*/
.news-order {
  background-color: rgb(245, 245, 245);
  padding: 96px 0px 106px;
}
.news-order .order__form {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-order__title {
  margin-bottom: 14px;
}
.news-order__title span {
  color: #0078a9;
}
.news-order__subtitle {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 43px;
  margin-left: 2px;
  letter-spacing: .27px;
}
.order__form-box {
  width: 905px;
}
.news-order .order__form-items {
  width: 30.83%;
  margin-bottom: 32px;
}
.news-order .order__form-items:last-child {
  margin-bottom: 0;
  position: relative;
  top: 40px;
}
.news-order .order__form-label {
  color: rgb(153, 153, 153);
}
.news-order .order__form-field {
  color: rgb(51, 51, 51);
  border: 2px solid rgba(153, 153, 153, .2);
  background-color: rgba(255, 255, 255, 0.502);
  padding: 19px 34px 17px 34px;
}
.news-order .order__form-field::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
}
.news-order .order__form-field::-moz-placeholder {
  color: rgb(51, 51, 51);
}
.news-order .order__form-field:-moz-placeholder {
  color: rgb(51, 51, 51);
}
.news-order .order__form-field:-ms-input-placeholder {
  color: rgb(51, 51, 51);
}
.order__form-submit {
  width: 268px;
  margin-right: 15px;
}
.news-order .order__btn {
  margin: 0px 0px 37px;
}
.news-order .checkbox label {
  color: rgba(102, 102, 102, 0.502);
  padding-right: 0;
}
.news-order .checkbox label:before {
  border-color: rgba(153, 153, 153, 0.231);
  background-color: rgba(149, 136, 136, 0.135);
}
.news-order .checkbox label:after {
  background-image: var(--wpr-bg-24ca5a8b-8de7-487d-8641-ee25b16f3cd3);
}
@media only screen and (max-width: 1260px) {
  .news-order .order__form-items {
    width: 30.27%;
  }
}
@media only screen and (max-width: 1010px) {
  .news-order {
    padding: 60px 0px 60px;
  }
  .news-order .order__form-items {
    width: 46%;
  }
  .news-order .order__form-items:last-child {
    top: 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 760px) {
  .news-order .order__form-items {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .news-order .order__form-items:last-child {
    top: 10px;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }
  .main-benefit__row2 {
    width: 100%;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    margin: 0px -15px;
}
.main-benefit__coll2{
background-color: rgb(248, 248, 248);
    width: 30%;
    margin: 0px 15px 30px;
    padding: 50px 40px 60px;
    text-align: center;
    box-shadow: 2px 3px 15px 0px #ccc;
}
/*---------------------article------------------------*/
.main-article {
  padding: 100px 0px 50px 1px;
}
.main-article__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-article__container {
  margin: 0 20px 20px 0;
}
.main-article__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article {
  color: rgb(51, 51, 51);
  max-width: 870px;
}
.article h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 34px;
  letter-spacing: .8px;
}
.article h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 71px 0px 22px;
  letter-spacing: .65px;
}
.article h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 50px 0px 26px;
  letter-spacing: .5px;
}
.article h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 53px 0px 27px;
  letter-spacing: .45px;
}
.article p {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 20px;
  letter-spacing: .276px;
}
.article img {
  max-width: 100%;
  margin: 9px 0px 55px 2px;
}
.article ul:not(.clearlist),
.article ol:not(.clearlist) {
  padding-bottom: 20px;
}
.article ul:not(.clearlist) li,
.article ol:not(.clearlist) li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 21px;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.02em;
}
.article ol:not(.clearlist) li {
  padding-left: 23px;
}
.article ul:not(.clearlist) li:last-child,
.article ol:not(.clearlist) li:last-child {
  margin-bottom: 5px;
}
.article ul:not(.clearlist) li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #8bc34a;
  border-radius: 50%;
}
.article ol:not(.clearlist) {
  counter-reset: myCounter;
}
.article ol:not(.clearlist) li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
}
.article ol:not(.clearlist) li:after {
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
}
.article blockquote {
  padding: 33px 0px 35px;
  position: relative;
  font-style: italic;
  margin: 40px 0px 60px;
}
.article blockquote:after,
.article blockquote:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 1px;
  background-color: rgb(212, 212, 212);
  top: 0px;
  left: 0px;
}
.article blockquote:before {
  top: auto;
  bottom: 0px;
}
.article blockquote p {
  margin: 0px;
}
.main-article h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 34px;
  letter-spacing: .8px;
}
.main-article h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 50px 0px 22px;
  letter-spacing: .65px;
}
.main-article h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 50px 0px 26px;
  letter-spacing: .5px;
}
.main-article h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 53px 0px 27px;
  letter-spacing: .45px;
}
.main-article p {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 20px;
  letter-spacing: .276px;
}
.main-article  {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 20px;
  letter-spacing: .276px;
}
.main-article img {
  max-width: 100%;
  object-fit: cover;
}
.main-article ul:not(.clearlist),
.main-article ol:not(.clearlist) {
  padding-bottom: 20px;
}
.main-article ul:not(.clearlist) li,
.main-article ol:not(.clearlist) li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 21px;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.02em;
}
.main-article ol:not(.clearlist) li {
  padding-left: 23px;
}
.main-article ul:not(.clearlist) li:last-child,
.main-article ol:not(.clearlist) li:last-child {
  margin-bottom: 5px;
}
.main-article ul:not(.clearlist) li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #8bc34a;
  border-radius: 50%;
}
.main-article ol:not(.clearlist) {
  counter-reset: myCounter;
}
.main-article ol:not(.clearlist) li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
}
.main-article ol:not(.clearlist) li:after {
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
}
.main-article blockquote {
  padding: 33px 0px 35px;
  position: relative;
  font-style: italic;
  margin: 40px 0px 60px;
}
.main-article blockquote:after,
.main-article blockquote:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 1px;
  background-color: rgb(212, 212, 212);
  top: 0px;
  left: 0px;
}
input[type="file"] {
	padding: 20px;
	padding-left: 40px;
	font-size: 12px;
	color: #8bc34a;
}
}
.big{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-article blockquote:before {
  top: auto;
  bottom: 0px;
}
.main-article blockquote p {
  margin: 0px;
}
@media only screen and (max-width: 1010px) {
  .main-article {
    padding: 80px 0px 55px 1px;
  }
  .article h2 {
    margin-bottom: 25px;
  }
  .article h3,
  .article h4,
  .article h5 {
    margin: 40px 0px 15px;
  }
  .article img {
    margin: 0px 0px 55px 0px;
  }
  .article blockquote p br {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .main-article {
    padding: 55px 0px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .main-article__images {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-article__container {
    width: 48%;
    margin: 0 0 4% 0;
  }
}
.about h3{
  margin-top: 30px;
}
.center{
  text-align: center;
}
/*---------------------about------------------------*/
.about {
  padding: 60px 0px 60px;
  color: rgb(255, 255, 255);
}
.about__title {
  color: rgb(50, 50, 50);
  max-width: 770px;
  margin-bottom: 56px;
}
.about__box {
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #0078a9;
  position: relative;
  padding: 77px 240px 82px 70px;
  overflow: hidden;
  margin-left: -15px;
}
.about__box:after {
  content: "";
  position: absolute;
  width: 344px;
  height: 344px;
  background-color:#15688a;
  border-radius: 50%;
  top: -172px;
  right: -172px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  z-index: 1;
}
.about__box:before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  background-color: rgba(59, 113, 136, 0.62);
  border-radius: 50%;
  top: -230px;
  right: -230px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  z-index: 1;
}
.about__box:hover:after,
.about__box:hover:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.about__caption {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: .7px;
  z-index: 10;
  position: relative;
}
.about__text p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  margin-bottom: 35px;
  letter-spacing: 0.249px;
  z-index: 10;
  position: relative;
}
.about__text:last-child p {
  margin-bottom: 28px;
}
.about__list {
  margin: 35px 0px 59px;
}
.about__list + .about__caption {
  margin-bottom: 20px;
}
.about__list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  letter-spacing: .3px;
}
.about__list li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  top: 11px;
  left: 0px;
  border-radius: 50%;
}
@media only screen and (max-width: 1260px) {
  .about__box {
    padding: 77px 150px 82px 70px;
  }
  .about__text p br {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .about {
    padding: 60px 0px;
  }
  .about__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about__box {
    padding: 45px 55px 35px;
  }
}
@media only screen and (max-width: 760px) {
  .about {
    padding: 50px 0px 60px;
  }
  .about__box {
    padding: 35px 25px 15px;
  }
  .about__caption {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about__text p {
    margin-bottom: 15px;
  }
  .about__list {
    margin: 20px 0px 30px;
  }
}

@media only screen and (max-width: 420px) {
  .about__caption {
    font-size: 20px;
  }
}
.page-template-1c .services__captionХ{
min-height: 140px;
}
.pink{
  color: #ff2a78;
  font-weight: 500;
}
.green{
  color: #8bc34a;
}
.blue{
 color: #007cad;
}
.home .green{
  text-shadow: 0 0 3px #3e3e3e; 

}
/*---------------------benefit------------------------*/
.benefit {
  padding: 113px 0px 84px;
}
.page-child .benefit {
  padding: 60px 0px 40px;
}
.benefit__title {
  margin-bottom: 21px;
}
.benefit__subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  max-width: 640px;
  margin-bottom: 48px;
  letter-spacing: 0.7px;
}
.benefit__subtitle span {
  color: #ff2a78;
  color: #8bc34a;
  font-weight: 600;
}
.benefit__row {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: 0px -15px;
}
.benefit__coll {
  width: 46.5%;
  margin: 0px 15px 30px;
  background-color: rgb(242, 242, 242);
  padding: 39px 65px 34px 70px;
  min-height: 165px;
}
.benefit__number {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color:#007cad;
  text-transform: uppercase;
}
.benefit__caption {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  letter-spacing: .3px;
}
@media only screen and (max-width: 1260px) {
  .benefit__coll {
    width: 46.94%;
    padding: 39px 60px 34px 60px;
  }
  .benefit__caption br {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .benefit {
    padding: 65px 0px 40px;
  }
  .benefit__subtitle {
    margin-bottom: 25px;
  }
  .benefit__coll {
    width: 46%;
    padding: 35px 35px 35px 40px;
  }
}
@media only screen and (max-width: 760px) {
  .benefit {
    padding: 50px 0px 45px;
  }
  .benefit__subtitle {
    font-size: 20px;
  }
  .benefit__coll {
    width: 100%;
    padding: 35px 35px 35px 40px;
    margin: 0px 15px 15px;
  }
}

/*---------------------scheme-work------------------------*/
.scheme-work {
  padding: 0px 0px 102px;
}
.scheme-work__title {
  margin-bottom: 22px;
}
.scheme-work__title span {
  color: #8bc34a;
}
.scheme-work__text {
  max-width: 915px;
}
.scheme-work__text p {
  font-size: 18px;
  margin-bottom: 26px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  letter-spacing: .27px;
}
.scheme-work__text p:nth-child(n + 3) {
  margin-bottom: 28px;
}
.scheme-work__text ul {
  margin-bottom: 42px;
}
.scheme-work__text li {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  padding-left: 31px;
  position: relative;
  top: 0px;
  letter-spacing: .3px;
}
.scheme-work__text li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #8bc34a;
  top: 10px;
  left: 0px;
  border-radius: 50%;
}
.scheme-work__img {
  width: 644px;
  height: 449px;
  margin: 30px 0px 23px 2px;
}
.scheme-work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.scheme-work__desc {
  font-size: 14px;
  color: rgb(164, 164, 164);
  line-height: 2;
  letter-spacing: .23px;
  margin-left: 1px;
}
@media only screen and (max-width: 1010px) {
  .scheme-work {
    padding: 0px 0px 60px;
  }
  .scheme-work__text p br {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .scheme-work__text p,
  .scheme-work__text p:nth-child(n + 3) {
    margin-bottom: 15px;
  }
  .scheme-work__text ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .scheme-work__img {
    width: 100%;
    height: 100%;
    margin: 30px 0px 23px 0px;
  }
}

/*---------------------reviews------------------------*/
.reviews {
  padding: 114px 0px 101px;
  background-color: #314882;
}
.reviews__title {
  color: #FFFFFF;
  margin-bottom: 43px;
}
.reviews__row {
  position: relative;
  background-color: #8bc34a;
  padding: 103px 190px 70px 199px;
  margin-bottom: 60px;
}
.reviews__arrow {
  background-color: rgb(53, 79, 144);
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  cursor: pointer;
}
.reviews__arrow i {
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  opacity: .3;
}
.reviews__arrow:hover i {
  opacity: 1;
}
.reviews__arrow_prev {
  left: 0px;
}
.reviews__arrow_prev i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -10px;
  left: -2px;
}
.reviews__arrow_next {
  right: 0px;
}
.reviews__arrow_next i {
  position: relative;
  top: -4px;
  left: -2px;
}
.reviews__name {
  font-size: 26px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.231;
  margin-bottom: 11px;
  letter-spacing: .76px;
}
.reviews__name-organization {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.714;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.reviews__text {
  margin-bottom: 40px;
}
.reviews__text p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.556;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
  margin-left: 1px;
}
.reviews__btn span {
  font-size: 13px;
  color: rgb(255, 255, 255);
  border: 2px solid rgba(231, 231, 231, 0.2);
  border-right: none;
  padding: 23px 52px 20px;
}
.reviews__slick .slick-dots {
  bottom: -130px;
}
.universal{
  margin-top: 80px;
}
@media only screen and (max-width: 1260px) {
  .reviews__row {
    padding: 100px 155px 70px 160px;
  }
  .reviews__text p br {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .reviews {
    padding: 60px 0px;
  }
  .reviews__arrow {
    display: none;
  }
  .reviews__row {
    padding: 70px 90px 70px;
  }
}
@media only screen and (max-width: 760px) {
  .reviews__row {
    padding: 50px 25px 50px;
  }
}
@media only screen and (max-width: 420px) {
  .reviews__row {
    padding: 30px 15px 40px;
    margin-bottom: 30px;
  }
  .reviews__name {
    font-size: 22px;
  }
  .reviews__name-organization {
    margin-bottom: 22px;
  }
  .reviews__text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .reviews__btn span {
    padding: 23px 10px 20px;
  }
  .reviews__slick .slick-dots {
    bottom: -90px;
  }
}
.gray{
 /* color: #fff*/;
  padding: 80px 0;
  background-color:rgb(50, 50, 50);
  background-color: rgb(247, 247, 247);
}
.gray h3{
  color: #fff
  font-size: 34px;
}
/*---------------------certificate------------------------*/
.certificate {
  padding: 113px 0px 204px;
}
.certificate__title {
  margin-bottom: 59px;
}
.certificate__row {
  position: relative;
}
.certificate__slick {
  padding: 0px 54px 0px;
}
.certificate__slide {
  width: 300px !important;
  height: 410px !important;
  border: 18px solid rgb(242, 242, 242);
  margin: 0px 34px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.certificate__slide.slick-current {
  border: 18px solid #8bc34a;
}
.certificate__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certificate__slick .slick-dots {
  bottom: -60px;
  padding-right: 84px;
}
.certificate__arrow {
  width: 25px;
  height: 15px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  cursor: pointer;
}
.certificate__arrow i {
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  opacity: .3;
  display: block;
}
.certificate__arrow:hover i {
  opacity: 1;
}
.certificate__arrow_prev {
  left: 0px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.certificate__arrow_next {
  right: 0px;
}
@media only screen and (max-width: 1260px) {
  .certificate__slide {
    width: 240px !important;
    height: 340px !important;
    margin: 0px 24px;
  }
}
@media only screen and (max-width: 1010px) {
  .certificate {
    padding: 60px 0px 110px;
  }
  .certificate__slide {
    width: 220px !important;
    height: 320px !important;
    margin: 0px 16px;
  }
  .certificate__arrow {
    display: none;
  }
  .certificate__slick {
    padding: 0px;
  }
}
@media only screen and (max-width: 760px) {
  .certificate__slide {
    width: 240px !important;
    height: 340px !important;
  }
}

/*---------------------services------------------------*/
.services {
  padding: 120px 0px 50px;
  text-shadow: 0 0 7px #3a3a3a;
  color: rgb(255, 255, 255);
  background-color: #007cad
}
.services h2{
  font-size: 34px;
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 500;
}
.services a:hover {
  color: #fff;
}
.services__row {
  text-shadow: none;
  margin: 0px -4px;
}
.services__coll {
  padding: 50px 30px 50px 35px;
  width: 24.32%;
  margin: 0px 4px;
  background-color: #09c1ea;
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}
.services__fill {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color:#8bc34a;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.services__coll:hover .services__fill {
  width: 350%;
  height: 1161px;
}
.services__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 70px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  opacity: .3;
}
.services__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__caption {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.385;
  margin-bottom: 30px;
  min-height: 72px;
  position: relative;
  z-index: 10;
  min-height: 150px;
  letter-spacing: .7px;
}
.services__link {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.802);
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  letter-spacing: 2.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.services__link span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 46px;
}
@media only screen and (max-width: 1260px) {
  .services__coll {
    padding: 60px 25px 60px 35px;
    width: 24.16%;
  }
}
@media only screen and (max-width: 1010px) {
  .services {
    padding: 60px 0px 55px;
  }
  .services__coll {
    padding: 60px 80px 60px 65px;
    width: 48.9%;
    margin: 0px 4px 8px;
  }
}
@media only screen and (max-width: 760px) {
  .services__coll {
    padding: 60px 50px 60px 55px;
    width: 48.6%;
  }
}
.mob-btn{
  display: none;
}

.main{
   padding: 80px 0; 
}
.main .item{
   padding-bottom: 30px; 
}
.main h2{
  font-size: 34px;
}
.main b{
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
}

/*---------------------main-about------------------------*/
.main-about {
  padding: 110px 0px 80px;
}
.main-about .item{
  padding: 30px 0px ;
}
.main-about b{
 display: inline-block;
 margin-bottom: 15px;
}
.main-about__title {
  margin-bottom: 22px;
}
.main-about__text {
  margin-left: 1px;
}
.main-about__text h3 {
  font-size: 24px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: .7px;
}
.main-about__text ul {
  margin-bottom: 32px;
}
.main-about__text li {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  padding-left: 31px;
  position: relative;
  top: 0px;
  letter-spacing: .27px;
}
.main-about__text li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #8bc34a;
  top: 11px;
  left: 1px;
  border-radius: 50%;
}
.main-about__text p {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 45px;
  letter-spacing: .27px;
}
@media only screen and (max-width: 1010px) {
  .main-about {
    padding: 60px 0px 40px;
  }
  .main-about__text p {
    margin-bottom: 30px;
  }
  .main-about__text p br {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .main-about__text h3 {
    font-size: 20px;
  }
  .main-about__text ul {
    margin-bottom: 25px;
  }
  .main-about__text p {
    margin-bottom: 15px;
  }
}

/*---------------------tariffs------------------------*/
.tariffs {
  padding: 113px 0px 60px;
}
.tariffs__title {
  margin-bottom: 22px;
}
.tariffs__description,
.tariffs__text p {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 55px;
  padding-right: 289px;
  letter-spacing: .27px;
}
.tariffs__text p {
  padding-top: 31px;
  margin-bottom: 43px;
}
.tariffs__text p:nth-child(2) {
  padding-top: 45px;
  border-top: 1px solid rgb(239, 239, 239);
}
.tariffs__row {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px -15px 0px;
}
.tariffs__coll {
  width: 30.83%;
  margin: 0px 15px 30px;
}
.tariffs__img {
  width: 100%;
  height: 242px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(242, 242, 242);
  padding: 10px 10px;
}
.tariffs__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tariffs__content {
  padding: 55px 55px 70px 62px;
  background-color: rgb(242 242 242);
}
.tariffs__name {
  font-size: 26px;
  font-weight: 500;
  color:#007cad;
  line-height: 1.231;
  margin-bottom: 13px;
  letter-spacing: .35px;
}
.tariffs__desc {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 29px;
  letter-spacing: .3px;
}
.tariffs__price {
  font-size: 26px;
  color: rgb(51, 51, 51);
  line-height: 0.889;
  font-weight: 600;
  margin-bottom: 27px;
  /*letter-spacing: 1px;*/
}
.tariffs__price span {
  font-size: 24px;
}
.host_desc{
text-align: left;
margin-left: 30px;
}
.host_desc li{
    padding-left: 16px;
    position: relative;
}
.host_desc li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border: 1px solid #1a86b2;;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.tariffs__btn span {
  width: 170px;
  border: 2px solid rgb(231, 231, 231);
  color: rgb(51, 51, 51);
  border-right: none;
  font-weight: 400;
  padding: 23px 21px 19px;
}
.m-socials {
    display: none;
}
@media only screen and (max-width: 1260px) {
  .tariffs__description,
  .tariffs__text p {
    padding-right: 0px;
  }
  .tariffs__text p br {
    display: none;
  }
  .tariffs__coll {
    width: 30.27%;
  }
  .tariffs__content {
    padding: 55px 25px 70px 33px;
  }
  .tariffs__desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1010px) {
  .tariffs {
    padding: 60px 0px 30px;
  }
  .tariffs__title {
    margin-bottom: 10px;
  }
  .tariffs__description, .tariffs__text p {
    margin-bottom: 35px;
  }
  .tariffs__coll {
    width: 46%;
  }
  .tariffs__content {
    padding: 55px 55px 70px 62px;
  }
  .tariffs__text p {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .tariffs__text p:nth-child(2) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .tariffs__coll {
    width: 100%;
    margin: 0px 0px 15px;
  }
  .tariffs__content {
    padding: 35px 25px 45px 35px;
  }
  .tariffs__row {
    margin: 0px;
  }
  .tariffs__row_locol {
    margin-bottom: 15px;
  }
        .m-socials {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    
.nepokazat {
    display: none;
}
.footer{
  padding-bottom: 50px;
}
.m-socials-items,
.m-socials-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-socials-items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.m-socials-items__item {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis:50%;
    height: 38px
}

.m-socials-items__item_viber {
    background: #8c4aa2
}

.m-socials-items__item_whatsapp {
    background: #22cc50;
}

.m-socials-items__item_telegram {
    background: #1d9dd3
}

.m-socials-items__item-icon {
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 32px;
    display: block
}

.m-socials-items__item-icon_viber {
    background-image: var(--wpr-bg-962864fa-c581-4632-b205-e4c2535ddb20)
}

.m-socials-items__item-icon_whatsapp {
    background-image: var(--wpr-bg-15d1dc1b-d21e-4584-aa26-e7333c4ad5b6)
}

.m-socials-items__item-icon_telegram {
    background-image: var(--wpr-bg-6bfd706f-99a3-4311-aa5f-fb02ae9427d8)
}
}

/*---------------------equipment------------------------*/
.equipment {
  padding: 94px 0px 87px;
}
.equipment__title {
  margin-bottom: 22px;
}
.equipment__row {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: 0px -15px 57px;
}
.equipment__coll {
  width: 30.83%;
  margin: 0px 15px 30px;
  background-color: rgb(242, 242, 242);
}
.equipment__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 65px 34px;
}
.equipment__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment__content {
  padding: 0px 35px 54px 70px;
}
.equipment__name {
  font-size: 26px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.231;
  margin-bottom: 10px;
  letter-spacing: .8px;
}
.equipment__desc {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 31px;
  letter-spacing: .2px;
  min-height: 112px;
}
.equipment__btn span {
  border: 2px solid rgb(231, 231, 231);
  color: rgb(51, 51, 51);
  border-right: none;
  font-weight: 400;
  padding: 23px 49px 19px 29px;
}
.equipment__text {
  padding-right: 235px;
  padding-left: 1px;
}
.equipment__text p {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  margin-bottom: 26px;
  letter-spacing: .27px;
}
.equipment__text p>span {
  color:#007cad;
}
.equipment__text ul {
  margin-bottom: 35px;
}
.equipment__text li {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  padding-left: 31px;
  position: relative;
  top: 0px;
  letter-spacing: .27px;
}
.equipment__text li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #8bc34a;
  top: 11px;
  left: 1px;
  border-radius: 50%;
}
@media only screen and (max-width: 1260px) {
  .equipment__coll {
    width: 30.27%;
  }
  .equipment__img {
    padding: 45px 40px 35px;
  }
  .equipment__content {
    padding: 0px 30px 40px 30px;
  }
  .equipment__text p br {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .equipment {
    padding: 65px 0px 40px;
  }
  .equipment__coll {
    width: 46%;
  }
  .equipment__btn {
    width: 100%;
  }
  .equipment__btn span {
    padding: 23px 25px 19px ;
    width: calc(100% - 60px);
  }
  .equipment__row {
    margin: 0px -15px 15px;
  }
  .equipment__text {
    padding: 0;
  }
  .equipment__text p {
    margin-bottom: 15px;
  }
  .equipment__text ul {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 760px) {
  .equipment {
    padding: 50px 0px 30px;
  }
  .equipment__coll {
    width: 100%;
  }
  .equipment__desc br {
    display: none;
  }
  .equipment__desc {
    min-height: 100%;
  }
}
input[type="number"] {
    position: relative;
    margin: 0 0 1rem;
    border: 1px solid #BBB;
    border-color: #BBB #ECECEC #ECECEC #BBB;
    padding: .2rem;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}



.switch{margin:5px 0;line-height:1.0;display: inline-block;width: 48%;}
input{background:none;padding:5px;margin:0 5px;}
.switch input{display:none;}
.switch label{transition:0.1s;display:inline-block;color:#ccc;position:relative;line-height:25px;cursor:pointer;z-index:10;}
.switch label:first-of-type{padding-right:47.5px;}
.switch label:last-of-type{padding-left:47.5px;}
.switch input:checked + label{color:#fff;cursor:default;}
.switch input:checked + label:first-of-type{padding-right:17.5px;}
.switch input:checked + label:last-of-type{padding-left:17.5px;}
.switch label:first-of-type:after{display:inline-block;position:absolute;content:"";background:#999999;background-color:#15688a;
border-radius:25px;width:50px;height:25px;margin-left:10px;}
.switch label:first-of-type:before{display:inline-block;position:absolute;content:"";background:#cccccc;background-color:#fafafa;background-image:-webkit-linear-gradient(top, #e0e0e0, #fafafa);background-image:-moz-linear-gradient(top, #e0e0e0, #fafafa);background-image:-ms-linear-gradient(top, #e0e0e0, #fafafa);background-image:-o-linear-gradient(top, #e0e0e0, #fafafa);background-image:linear-gradient(top, #e0e0e0, #fafafa);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fafafa', GradientType=1);box-shadow:-1px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 2px 0px rgba(255, 255, 255, 0.8), inset 0px -1px 0px rgba(255, 255, 255, 0.8), 0 0 1px #262626;border-radius:25px;width:25px;height:25px;right:-15.5px;z-index:5;}

/*==============================PLUGINS==============================*/
/*-----------------slick-slider---------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-loading .slick-list {
  background: #fff var(--wpr-bg-0d0c79fc-5494-4aeb-a540-16ee8842f4a0) center center no-repeat;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
/*  height: 100%;*/
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  display: block;
  font-size: 0;
  top: 50%;
  margin-top: -33px;
  width: 50px;
  height: 50px;
  background-color: rgb(190, 85, 80);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 20;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.slick-arrow:hover {
  background-color: rgb(189, 74, 68);
}
.slick-prev {
  left: 0;
  background-image: var(--wpr-bg-4520fdd5-b220-4044-adfe-872a4a370882);
}
.slick-next {
  right: 0;
  background-image: var(--wpr-bg-5090234e-638a-4ee7-8b45-948d442ccbcb);
}
.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: rgb(211, 211, 211);
  background-color: rgb(211, 211, 211);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  background: rgb(235, 235, 235);
  background-color: rgb(235, 235, 235);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  border-radius: 100%;
}

.slick__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 100px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.slick__arrow_left {
  left: 15px;
}
.slick__arrow_left i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.slick__arrow_right {
  left: 90px;
}
.slick__arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.slick__arrow:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1010px) {
  .slick__arrow {
    bottom: 30px;
  }
}

/*---------------------fancybox------------------------*/
.fancybox-enabled {
    overflow: hidden
}
.fancybox-enabled body {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-container ~ .fancybox-container {
    z-index: 99992
}
.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -o-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-container--ready .fancybox-bg {
    opacity: 0.349;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}
.fancybox-show-controls .fancybox-controls {
    opacity: 1
}
.fancybox-infobar {
    display: none
}
.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}
.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}
.fancybox-show-buttons .fancybox-buttons {
    display: block
}
.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}
.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}
.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}
.fancybox-slide:before,
.fancybox-slide > * {
    display: inline-block;
    vertical-align: middle
}
.fancybox-slide > * {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.fancybox-slide--image {
    overflow: hidden
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent
}
.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}
.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}
.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}
.fancybox-close-small {
  display: none;
}
.fancybox-close-small:focus {
    outline: 1px dotted #888
}
.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent
}
.fancybox-close-small:hover {
    color: #555;
    background: #eee
}
.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}
.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}
.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: none
}
.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}
.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}
.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}
.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}
.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5
}
.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}
.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fancybox-button--left {
    border-bottom-left-radius: 5px
}
.fancybox-button--right {
    border-bottom-right-radius: 5px
}
.fancybox-button--close {
    float: right
}
.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}
.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@media (max-width:800px) {
    .fancybox-controls {
        text-align: left
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}
.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none
}
.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent
}
.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent
}
.fancybox-button--thumbs span {
    font-size: 23px
}
.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}
@media (max-width:800px) {
    .fancybox-thumbs {
        display: none !important
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}
.serv{
  max-width: 120% !important;
  object-fit: contain;
  margin: 50px 0 10px;
}
/*---------------------modal------------------------*/
/*------------reviews-moda------------*/
.reviews-modal__window {
  max-width: 970px;
  padding: 95px 105px 65px;
}
.modal__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 10;
}
.modal__close img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: .3;
}
.modal__close:hover img {
  opacity: .6;
}
.reviews-modal__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 54px;
}
.reviews-modal__img {
  width: 170px;
  height: 75px;
  padding: 5px 15px;
}
.reviews-modal__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-modal__box {
  width: calc(100% - 170px);
}
.reviews-modal__name {
  font-size: 26px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.231;
  margin-bottom: 12px;
}
.reviews-modal__name-organization {
  font-size: 14px;
  color:#007cad;
  line-height: 1.714;
}
.reviews-modal__text p {
  margin-bottom: 35px;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
}
.reviews-modal__painting {
  text-align: right;
}
.reviews-modal__painting img {
  max-width: 100%;
}
@media only screen and (max-width: 1010px) {
  .reviews-modal__window {
    max-width: calc(100% - 30px);
    padding: 95px 80px 65px;
    margin: 60px 15px;
  }
}
@media only screen and (max-width: 760px) {
  .reviews-modal__box {
    width: 100%;
  }
  .reviews-modal__window {
    padding: 60px 40px 60px;
    margin: 60px 15px;
  }
  .reviews-modal__img {
    margin: 0 auto 25px;
  }
  .reviews-modal__flex {
    margin-bottom: 35px;
  }
  .reviews-modal__text p {
    margin-bottom: 15px;
  }
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-modal__window {
    max-width: calc(100% - 20px);
    padding: 50px 20px 40px;
    margin: 60px 10px;
  }
}

/*------------tariffs-moda------------*/
.tariffs-modal__window {
  width: 1170px;
  padding: 75px 70px 72px;
}
.tariffs-modal__content {
  width: 600px;
}
.tariffs-modal__name {
  font-size: 48px;
  font-weight: 500;
  color:#007cad;
  line-height: 0.667;
  margin-bottom: 54px;
  letter-spacing: .75px;
}
.tariffs-modal__list {
  margin-bottom: 48px;
}
.tariffs-modal__list li {
  position: relative;
  padding-left: 39px;
  margin-bottom: 10px;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  letter-spacing: .3px;
}
.tariffs-modal__list li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 19px;
  background-image: var(--wpr-bg-8d49ce4e-29d2-4423-b93e-1d255ff82d3c);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0px;
}
.tariffs-modal__price {
  font-size: 48px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 0.667;
  margin-bottom: 44px;
  letter-spacing: 1.4px;
}
.tariffs-modal__img {
  width: 430px;
  padding: 30px;
  margin-top: 45px;
}
.tariffs-modal__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__form-items {
  width: 240px;
  margin-right: 30px;
}
.modal__form-field {
  font-size: 16px;
  color: rgb(51, 51, 51);
  border: 2px solid rgba(153, 153, 153, .2);
  background-color: rgba(255, 255, 255, 0.502);
  padding: 21px 58px 17px;
  width: 100%;
}
.modal__form-field::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
}
.modal__form-field::-moz-placeholder {
  color: rgb(51, 51, 51);
}
.modal__form-field:-moz-placeholder {
  color: rgb(51, 51, 51);
}
.modal__form-field:-ms-input-placeholder {
  color: rgb(51, 51, 51);
}
.modal__form-btn {
  width: 100%;
}
.modal__form-btn span {
  width: 100%;
  color: #FFF;
  background-color: #8bc34a;
  border-color: #8bc34a;
  padding: 24px 21px 20px;
}
@media only screen and (max-width: 1260px) {
  .tariffs-modal__window {
    width: 950px;
    padding: 75px 45px 50px;
  }
  .tariffs-modal__img {
    width: 350px;
  }
  .tariffs-modal__content {
    width: calc(100% - 350px);
  }
  .modal__form-items {
    width: 225px;
  }
  .modal__form-field {
    padding: 21px 50px 17px;
  }
}
@media only screen and (max-width: 1010px) {
  .tariffs-modal__window {
    width: 730px;
    padding: 75px 45px 50px;
  }
  .tariffs-modal__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tariffs-modal__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px auto 30px;
  }
}
@media only screen and (max-width: 760px) {
  .tariffs-modal__window {
    width: calc(100% - 30px);
    margin: 60px 15px;
    padding: 65px 25px 50px;
  }
  .tariffs-modal__img {
    padding: 15px 0px;
  }
  .tariffs-modal__name {
    font-size: 42px;
    margin-bottom: 31px;
  }
  .tariffs-modal__list {
    margin-bottom: 40px;
  }
  .tariffs-modal__list li br {
    display: none;
  }
  .tariffs-modal__price {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .modal__form-items {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .modal__form-items:last-child {
    margin-bottom: 0px;
  }
 .about__box:before{
  display: none;
 }
 .about__box:after{
  display: none;
 }

}

.grecaptcha-badge{
  display: none !important;
}
.offers .wpcf7-response-output{
max-width: 410px;
  color: #fff;
  position: absolute;
}
.order .wpcf7-response-output{
  color: #fff;
}
.white{
  color: white;
}
@media only screen and (max-width: 600px) {
  .popup-window {
  width: 90%;
}
.main-benefit__name br{
  display: none;
}
.host_desc li:before{
  top: 4px;
}
  .gray{
    padding-bottom: 40px;
  }
  .not-mob{
    display: none;
  }
  .tariffs{
    display: none;
  }
  .offers{
   margin-bottom: 40px; 
  }
.mob-btn{
  display: block;
}
 .offers__form{
  display: none;
  }
  .offers__text{
    display: none;
  }
  .header_active .header__wrap {
    height: 47px;
  }
  .services__coll {
    padding: 25px;
    width: 100%;
  }
  .services__img{
    margin-bottom: 13px;  
    height: 40px;
  }
  .services__caption {
    min-height: 15px;
    font-size: 22px;
    margin-bottom: 15px;
}
  .services__link{
  display: none;
}
   .page-template-servers .main-benefit__coll {
         width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.page-template-servers .main-benefit__coll:last-child {
      margin-left: auto;
      margin-right: auto;
}
  .page-template-servers .calculator {
   width: 100%;    
}
.total {
    margin-top: 35px;
    font-size: 32px;
    margin-bottom: 30px;
    }
  .about__box{
    padding: 50px 20px 40px;
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .switch {
      width: auto;
      margin: 20px 0;
  }
  .calculator__form-desc{
    min-height: 70px;
    margin-top: 20px;
  }
.calculator__field{
  margin-top: 14px;
}
.serv{
  max-width: 100% !important;

}
.home .tasks .wrapper {
    padding-top: 45px;
}
.page-template-main .main-benefit {
    padding-top: 0;
    padding-bottom: 60px;
}
.page-template-main .partners {
    padding: 25px 0px 83px;
}
.main-benefit__coll {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.main-benefit__row {
      width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.page-template-site .tasks .wrapper {
    padding-top: 35px;
}
.sex {
    padding: 10px 0px 50px;
}
.page-template-site .partners__coll {
    width: 49.5%;
    margin: 0;
    padding: 10px 25px;
}
.page-template-servers .pekko{
  display: none;
}
.page-template-servers .about {
    padding: 10px 0px 10px;
}
}
