* {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex-st {
  justify-content: flex-start;
}
.ai-c {
  align-items: center;
}
.js-scrollto {
  cursor: pointer;
}
h1 {
  font-weight: inherit;
  margin: 0;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: #fff;
}
.btn {
  background: #83b83a;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 19px;
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  background: #67912e;
}
.imgoverlay {
  border: 8px solid #fff;
  outline: 1px solid #f5f9f4;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  color: #4d4d4d;
  font: 16px "Open Sans";
}
.invalid {
  border-color: red;
  box-shadow: 0 0 3px red;
}
.gwrap {
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1136px) {
  .gwrap {
    padding: 0 10px;
  }
}
.gtitle {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #4d4d4d;
  position: relative;
  padding-left: 17px;
  margin-bottom: 30px;
}
.gtitle::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #83b83a;
  width: 10px;
}
.head {
  padding: 32px 70px 12px 30px;
  font-size: 15px;
  color: #5b5b5b;
  line-height: 15px;
}
@media (max-width: 1136px) {
  .head {
    padding: 32px 10px 12px 10px;
  }
}
@media (max-width: 990px) {
  .head {
    display: none;
  }
}
.head .logo {
  background: url(/usertpl/i/logo2.png) no-repeat center / contain;
  width: 187px;
  height: 88px;
}
.head .l {
  width: 414px;
}
.head .r {
  width: 346px;
}
.head .t {
  margin-bottom: 30px;
}
.head .menulink {
  background: #83b83a;
  color: #fff;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  padding: 0 6px;
  text-transform: uppercase;
  transition: 0.2s;
}
.head .menulink:hover {
  background-color: #67912e;
}
.head .menuicon {
  background: url(/usertpl/i/menu.png) no-repeat 10px center #83b83a;
  background-size: 17px;
  padding: 0 6px 0 35px;
}
.head .phone {
  font-weight: bold;
  display: inline-block;
  background: url(/usertpl/i/head-icon-phone.png) no-repeat left center;
  padding-left: 20px;
  text-decoration: none;
  margin: 0 19px 0 0;
}
.head .email {
  font-weight: 600;
  display: inline-block;
  background: url(/usertpl/i/head-icon-mail.png) no-repeat left center;
  padding-left: 23px;
  text-decoration: none;
  margin: 0 19px 0 0;
}
.head .recall {
  font-weight: 600;
  border-bottom: 2px dotted;
  cursor: pointer;
  position: relative;
}
.head .recall::after {
  content: '';
  display: block;
  background: url(/usertpl/i/head-icon-phone.png);
  width: 13px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: -18px;
}
.head .lang {
  width: 70px;
  text-align: center;
  font-weight: bold;
}
.head .lang div {
  background: #f2f5f2;
  color: #83b83a;
  height: 21px;
  line-height: 21px;
  width: 27px;
}
.head .lang a {
  background: #f4ad13;
  color: #fff;
  height: 21px;
  line-height: 21px;
  width: 27px;
  text-decoration: none;
}
.head-mob {
  padding: 32px 70px 12px 30px;
  font-size: 15px;
  color: #5b5b5b;
  line-height: 15px;
  display: none;
  justify-content: space-around;
}
@media (max-width: 1136px) {
  .head-mob {
    padding: 32px 10px 12px 10px;
  }
}
@media (max-width: 990px) {
  .head-mob {
    display: none;
  }
}
.head-mob .logo {
  background: url(/usertpl/i/logo2.png) no-repeat center / contain;
  width: 187px;
  height: 88px;
}
.head-mob .l {
  width: 414px;
}
.head-mob .r {
  width: 346px;
}
.head-mob .t {
  margin-bottom: 30px;
}
.head-mob .menulink {
  background: #83b83a;
  color: #fff;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  padding: 0 6px;
  text-transform: uppercase;
  transition: 0.2s;
}
.head-mob .menulink:hover {
  background-color: #67912e;
}
.head-mob .menuicon {
  background: url(/usertpl/i/menu.png) no-repeat 10px center #83b83a;
  background-size: 17px;
  padding: 0 6px 0 35px;
}
.head-mob .phone {
  font-weight: bold;
  display: inline-block;
  background: url(/usertpl/i/head-icon-phone.png) no-repeat left center;
  padding-left: 20px;
  text-decoration: none;
  margin: 0 19px 0 0;
}
.head-mob .email {
  font-weight: 600;
  display: inline-block;
  background: url(/usertpl/i/head-icon-mail.png) no-repeat left center;
  padding-left: 23px;
  text-decoration: none;
  margin: 0 19px 0 0;
}
.head-mob .recall {
  font-weight: 600;
  border-bottom: 2px dotted;
  cursor: pointer;
  position: relative;
}
.head-mob .recall::after {
  content: '';
  display: block;
  background: url(/usertpl/i/head-icon-phone.png);
  width: 13px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: -18px;
}
.head-mob .lang {
  width: 70px;
  text-align: center;
  font-weight: bold;
}
.head-mob .lang div {
  background: #f2f5f2;
  color: #83b83a;
  height: 21px;
  line-height: 21px;
  width: 27px;
}
.head-mob .lang a {
  background: #f4ad13;
  color: #fff;
  height: 21px;
  line-height: 21px;
  width: 27px;
  text-decoration: none;
}
@media (max-width: 990px) {
  .head-mob {
    display: flex;
    padding: 10px;
  }
}
.head-mob .phone {
  margin: 0 0 10px;
  display: block;
}
.head-mob .recall {
  border: 0;
}
@media (max-width: 600px) {
  .head-mob .logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .head-mob .r {
    width: 100%;
  }
}
.head-mob .menu {
  margin: 10px 0;
  width: 100%;
  display: none;
}
.head-mob .menu .menulink {
  width: 100%;
  padding: 5px 15px;
  height: auto;
}
.v1 {
  background: url(/usertpl/i/v1.png) no-repeat center center / cover;
  height: 552px;
  padding: 125px 10px 0;
  text-align: center;
  position: relative;
}
.v1 .a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.v1 .b {
  margin-bottom: 40px;
  color: #f4ad13;
  font-size: 118px;
  line-height: 82px;
  font-weight: 800;
}
@media (max-width: 640px) {
  .v1 .b {
    font-size: 60px;
    line-height: 60px;
  }
}
.v1 .b .small {
  font-size: 84px;
}
@media (max-width: 640px) {
  .v1 .b .small {
    font-size: 40px;
  }
}
.v1 .btn {
  width: 274px;
}
.v1 .scroll {
  font-size: 11px;
  font-weight: bold;
  background: url(/usertpl/i/v1-scroll.png) no-repeat top center;
  padding: 40px 0 0;
  line-height: 11px;
  position: absolute;
  bottom: 14px;
  left: 0;
  color: #fff;
  width: 100%;
}
.v2 {
  padding: 67px 0 70px;
}
@media (max-width: 1136px) {
  .v2 {
    padding: 67px 10px 50px;
    justify-content: space-around;
  }
}
.v2 .l {
  max-width: 547px;
  width: 100%;
  margin-bottom: 20px;
}
.v2 .img {
  background: url(/usertpl/i/v2.png) no-repeat center center / cover;
  max-width: 553px;
  width: 100%;
  /*height:370px;*/
  min-height: 300px;
  margin-bottom: 20px;
}
.v2 .contentmore {
  display: none;
}
.v2 .moreabout {
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.v3 {
  background: #efefef;
  padding: 70px 0 70px;
}
.v3 .content {
  margin-bottom: 55px;
}
@media (max-width: 1136px) {
  .v3 .wrap {
    justify-content: space-around;
  }
}
.v3 .block {
  flex-wrap: nowrap;
  margin-bottom: 35px;
}
.v3 .block .l {
  min-width: 91px;
  margin-right: 16px;
}
.v3 .block .r {
  max-width: 240px;
}
.v3 .block .stitle {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  background: #a1a1a1;
  height: 17px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
  padding: 0 9px;
}
.v3 .block .title {
  color: #83b83a;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin: -3px 0 18px;
}
.v3 .block .descr {
  font-weight: 300;
  color: #868785;
  line-height: 18px;
}
.v3 .block .img {
  transition: 0.2s;
}
.v3 .block:hover .img {
  transform: rotate(40deg);
}
.v3 .block:nth-child(1) .img {
  background: url("/usertpl/i/v3-b1.png") no-repeat left bottom;
  height: 75px;
}
.v3 .block:nth-child(2) .img {
  background: url("/usertpl/i/v3-b2.png") no-repeat left bottom;
  height: 75px;
}
.v3 .block:nth-child(3) .img {
  background: url("/usertpl/i/v3-b3.png") no-repeat left bottom;
  height: 75px;
}
.v4 {
  padding: 75px 0 62px;
}
.v4 .h {
  margin-bottom: 10px;
}
.v4 .btn {
  width: 274px;
  height: 56px;
  line-height: 56px;
}
.v4 .labels .item {
  padding: 0 20px;
  height: 33px;
  line-height: 33px;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
}
.v4 .labels .item.active {
  background: #f4ad13;
  color: #fff;
  position: relative;
}
.v4 .labels .item.active::after {
  content: '';
  display: block;
  border: 10px solid #f4ad13;
  border-color: #f4ad13 transparent transparent;
  position: absolute;
  top: 33px;
  left: calc(50% - 10px);
}
@media (max-width: 1136px) {
  .v4 .ctlwrap {
    justify-content: space-around;
  }
}
.v4 .ctl {
  width: 358px;
  height: 227px;
  background: no-repeat center center / cover;
  color: #fff;
  overflow: hidden;
  margin: 0 20px 22px 0;
  display: none;
}
@media (max-width: 1136px) {
  .v4 .ctl {
    margin: 0 0 22px;
  }
}
.v4 .ctl.vis {
  display: block;
}
.v4 .ctl:hover .content {
  left: -65px;
}
.v4 .ctl .content {
  background: rgba(0, 0, 0, 0.5);
  padding: 19px 0 0 95px;
  height: 100%;
  transform: skew(-20deg);
  position: relative;
  left: -465px;
  transition: 0.5s;
}
.v4 .ctl .content .skew {
  transform: skew(20deg);
}
.v4 .ctl .content .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 9px;
}
.v4 .ctl .content .descr {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 18px;
}
.v4 .ctl .content .btn {
  width: 165px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  margin: 0;
}
.v5 {
  background: #efefef;
  padding: 59px 0 84px;
}
.v5 .gtitle {
  margin-bottom: 40px;
}
.v5 .slider .wrap {
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 540px) {
  .v5 .slider .wrap {
    max-width: 256px;
  }
}
.v5 .slider .arrow {
  background: no-repeat center center;
  width: 40px;
  min-height: 45px;
}
@media (max-width: 1136px) {
  .v5 .slider .arrow {
    display: none;
  }
}
@media (max-width: 540px) {
  .v5 .slider .arrow {
    display: block;
  }
}
.v5 .slider .arrow.l {
  background-image: url(/usertpl/i/arrow-l.png);
}
.v5 .slider .arrow.r {
  background-image: url(/usertpl/i/arrow-r.png);
}
.v5 .slider .item {
  border-radius: 50%;
  width: 256px;
  height: 256px;
  border: 8px solid #f2fce7;
  display: block;
  text-decoration: none;
  background: no-repeat center center / cover;
  overflow: hidden;
}
.v5 .slider .item:hover {
  border-color: #787e6f;
}
.v5 .slider .item:hover .hover {
  display: flex;
}
.v5 .slider .item .hover {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: none;
}
.v5 .slider .item .hover .icon {
  margin: auto;
  background: url(/usertpl/i/size.png) no-repeat top center;
  padding: 42px 0 0;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
}
.v6 {
  background: url(/usertpl/i/v6-real.png) no-repeat center center / cover;
  padding: 67px 0 76px;
}
.v6 a {
  text-decoration: none;
}
.v6 .gtitle {
  margin-bottom: 65px;
}
.v6 .content {
  background: rgba(0, 0, 0, 0.46);
  padding: 45px 45px 25px;
  max-width: 607px;
  color: #fff;
}
@media (max-width: 420px) {
  .v6 .content {
    padding: 20px;
  }
}
.v6 .content .title {
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.v6 .content .adr {
  line-height: 25px;
  margin-bottom: 30px;
}
.v6 .content .adr span {
  font-weight: 600;
}
.v6 .content .email {
  font-weight: 600;
  margin-bottom: 30px;
}
.v6 .content .phone {
  margin: 0 40px 20px 0;
  font-weight: bold;
}
.v6 .content .btn {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  width: 199px;
}
.v7 {
  padding: 48px 0 40px;
}
.v7 .gtitle {
  margin-bottom: 50px;
}
.v7 .item {
  margin: 0 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #5b5b5b;
}
.v7 .item img {
  margin-bottom: 25px;
}
.v7 .item .title {
  font-size: 21px;
  line-height: 18px;
}
.footer {
  padding: 45px 0 0;
  font-size: 15px;
}
@media (max-width: 1136px) {
  .footer {
    justify-content: space-around;
  }
}
.footer .l {
  margin-bottom: 35px;
}
.footer .r {
  margin-bottom: 35px;
}
.footer .r a {
  text-decoration: none;
  font-weight: bold;
}
.footer .r .gr {
  color: #83b83a;
}
.footer .r .or {
  color: #f4ad13;
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
}
.pop {
  margin: auto;
  background: #efeeee;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  display: none;
  font-size: 16px;
  color: #5b5c5d;
  position: relative;
}
@media (max-width: 500px) {
  .pop {
    width: 100%;
    left: 0;
  }
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
}
.pop select {
  display: block;
  width: 100%;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.pop input {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop textarea {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pop .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.loader {
  background: url(/usertpl/i/loader.svg) no-repeat center center / 25% rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.animate-from-left {
  position: relative;
  left: -1500px;
  transition: 0.5s;
}
.animate-from-left.animated {
  left: 0;
}
.animate-from-top {
  position: relative;
  top: -1500px;
  transition: 0.5s;
}
.animate-from-top.animated {
  top: 0;
}
.animate-fadein {
  opacity: 0;
  transition: 0.7s;
}
.animate-fadein.animated {
  opacity: 1;
}
.animate-arrow-inf {
  animation: arrow-inf 1s linear infinite;
}
@keyframes arrow-inf {
  0% {
    background-position: center 0px;
  }
  50% {
    background-position: center 20px;
  }
  100% {
    background-position: center 0px;
  }
}
