body {
  font-family: Gothampromedium, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.mainsection {
  display: block;
  min-height: 760px;
  background-image: url('../images/bg1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu {
  position: relative;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(36, 36, 36, .3);
}

.menu-container {
  height: 120px;
}

.logobox {
  padding-top: 32px;
  padding-bottom: 32px;
}

.adressmenubox {
  padding-top: 22px;
  padding-left: 0px;
}

.telefonmenubox {
  padding-top: 32px;
}

._40sec {
  font-family: Gothampromedium, sans-serif;
  color: #727272;
  font-size: 12px;
}
.vrem {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.secondblok {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    width: 100%;
}
.soc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.soc-link a {
    margin-left: 35px;
}
.soctitle {
      font-size: 22px;
    line-height: 1.4;
  }
.textadress {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/Moscow_Metro.svg.png');
  background-position: 0px 32%;
  background-repeat: no-repeat;
}

.textadress.adresss {
  display: inline-block;
  background-image: url('../images/Location-24.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

.checkpoint {
  margin-top: -30px;
}

.telefon {
  float: right;
  font-family: Gothamprolight, sans-serif;
  color: #333;
  font-size: 24px;
  text-decoration: none;
}

.bold {
  font-family: Gothamproblack, sans-serif;
}

.calbacklink {
  margin-top: 20px;
  float: right;
  color: #f5c227;
  font-size: 16px;
  text-decoration: underline;
}

.bulletmainscreen {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 25px;
}

.bulettext {
  display: inline-block;
  margin-left: 15px;
  font-family: Gothamprolight, sans-serif;
  color: #fff;
}

.yellowblacktext {
  font-family: Gothamproblack, sans-serif;
  color: #f5c227;
}

.bulletimg {
  position: relative;
  left: 0px;
  top: -15px;
}

.bulletimg.onelinebulet {
  top: 0px;
}

.bulletcolum {
  padding-top: 25px;
}

.onlinehead {
  width: 240px;
  height: 45px;
  float: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.onlinehead.aboutobline {
  margin-top: 30px;
  float: left;
  border-radius: 6px;
  box-shadow: none;
}

.gray {
  display: inline-block;
  color: #727272;
}

.greenonline {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 15px;
  border-radius: 55px;
  background-color: #4afd8e;
  box-shadow: 0 2px 5px 0 rgba(74, 253, 142, .7);
}

.greenonline.yelowblockgreen {
  margin-top: 20px;
}

.onlinecolum2 {
  padding-top: 12px;
  padding-left: 0px;
}

.socialicon {
  margin-top: 9px;
  margin-left: 10px;
}

.heading {
  margin-top: 12%;
  font-family: Gothamproblack, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 48px;
  text-transform: uppercase;
}

.subtitle {
  color: #333;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.subtitle.protsent {
  font-size: 23px;
}

.blocksubtitle {
  width: 420px;
  margin-top: -10px;
  padding: 10px 15px;
  background-color: #f5c227;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .6);
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.protsent {
  font-size: 28px;
}

.strelka {
  position: absolute;
  margin-top: 20%;
  margin-left: -60px;
}

.mainformbox {
  margin-top: 50px;
}

.raschet {
  color: #fff;
}

.rowform {
  margin-top: 15px;
}

.input {
  height: 50px;
  padding-left: 50px;
  border-radius: 6px;
  background-image: url('../images/phone1-24.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
  font-family: Gothamprolight, sans-serif;
}

.input.personico {
  background-image: url('../images/30.User-32.png');
  background-position: 10px 50%;
}

.btn {
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #2eb360;
  box-shadow: 0 5px 15px 0 rgba(46, 179, 96, .3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Gothamproblack, sans-serif;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #21e26a;
}

.btn.form-big-btn {
  display: block;
  width: 280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.moreaboutfree {
  position: static;
  left: 150px;
  right: 150px;
  bottom: 123px;
  display: block;
  width: 300px;
  height: 60px;
  margin: -140px auto 80px;
  padding-top: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f5c227;
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .3);
  -webkit-transition: background-color 300ms ease, padding 300ms ease;
  transition: background-color 300ms ease, padding 300ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.moreaboutfree:hover {
  padding-top: 18px;
  background-color: #ffeb00;
  -webkit-perspective-origin: 136% 50%;
  perspective-origin: 136% 50%;
}

.sectiontwo {
  min-height: 650px;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.seconttitle {
  margin-top: 0px;
  font-family: Gothamproblack, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.dots {
  display: block;
  margin: 30px auto 45px;
}

.dots.blackdots {
  float: none;
  text-align: left;
}

.screentwocolum {
  padding-top: 50px;
}

.left {
  margin-top: 4px;
  float: left;
}

.discriptionleft {
  width: 260px;
  margin-left: 50px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.orformtext {
  margin-top: 70px;
  margin-bottom: 15px;
  margin-left: 50px;
  text-align: left;
}

.bigbtn {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 16px;
  border-radius: 6px;
  background-color: #2eb360;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Gothamproblack, sans-serif;
  text-transform: uppercase;
}

.bigbtn:hover {
  background-color: #21e26a;
}

.bigbtn.vidbtn {
  float: none;
  margin-top: 30px;
}

.bigbtn.btnsbig {
  padding-top: 6px;
}

.bigbtn.buttonbtn {
  margin-top: 15px;
  margin-left: 30px;
  float: left;
}

.bigbtn.buttonbtn.applebtn {
  padding-left: 50px;
  background-color: #000;
  background-image: url('../images/apple-14101316008kgn4.png');
  background-position: 11px 46%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.bigbtn.buttonbtn.applebtn:hover {
  background-color: #5656e2;
}

.maincontainer {
  height: 100%;
}

.rowmain {
  position: static;
  top: 30%;
}

.howwework {
  background-color: #f2f2f2;
}

.toolbox {
  width: 300px;
  height: 65px;
  margin-bottom: 10px;
  padding-top: 12px;
  background-image: url('../images/tooltip.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 16px;
}

.toolbox.bigtool {
  height: 115px;
  padding-top: 16px;
  background-image: url('../images/tooltipbig.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.circlico {
  display: block;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 29px;
  border-radius: 255px;
  background-color: #fff;
  -webkit-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
}

.circlico:hover {
  padding-top: 20px;
}

.circlico.bigsfive {
  margin-bottom: 15px;
}

.circlico.sertificat {
  padding-top: 35px;
}

.circlico.sertificat:hover {
  padding-top: 20px;
}

.colwork {
  margin-bottom: 60px;
}

.minigreen {
  color: #2eb360;
  font-size: 14px;
}

.fiveplus {
  margin-bottom: 20px;
  font-family: Gothamprolight, sans-serif;
}

.laptop {
  position: absolute;
  margin-top: -625px;
  margin-left: 210px;
}

.videobg {
  position: relative;
  min-height: 680px;
  background-color: #2e2e30;
}

.vido {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.weblock {
  margin-bottom: 50px;
  text-align: left;
}

.weblock.posledniy {
  margin-bottom: 21px;
}

.whitecaps {
  font-family: Gothampromedium, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.yellowanswer {
  margin-top: 15px;
  font-family: Gothamprolight, sans-serif;
  color: #f5c227;
  font-size: 16px;
}

.grayboard {
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #f2f2f2;
  text-align: left;
}

.greyboxicon {
  display: inline-block;
  width: 125px;
  padding-top: 22px;
}

.grayico {
  display: block;
}

.frayboxtext {
  display: inline-block;
}

.grayicocolum {
  display: block;
  padding-top: 22px;
  text-align: center;
}

.graytextcolum {
  padding-top: 30px;
  padding-right: 0px;
  font-size: 16px;
}

.graytextcolum.treelines {
  padding-top: 10px;
}

.graytextcolum.onelines {
  padding-top: 40px;
}

.sectionaboutme {
  min-height: 520px;
  background-color: #f5c227;
  background-image: url('../images/bg3.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.contyellonw {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: left;
}

.whitetitle {
  color: #fff;
}

.blackdots {
  margin-top: 30px;
  margin-bottom: 45px;
  padding-top: 0px;
}

.abouttext {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.whatwhite {
  font-family: Gothamproblack, sans-serif;
  color: #fff;
}

.vkbtn {
  width: 220px;
  height: 50px;
  margin-right: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #597da3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Gothamproblack, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.vkbtn:hover {
  background-color: #1569c2;
}

.vkbtn.green {
  background-color: #2eb360;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.vkbtn.green:hover {
  background-color: #21e26a;
}

.onlineyelow {
  width: 310px;
  min-height: 50px;
  margin-top: 30px;
  border-radius: 6px;
  background-color: #fff;
}

.bigsocico {
  margin-top: 9px;
  margin-right: 5px;
  margin-left: 5px;
}

.teamcont {
  position: relative;
  min-height: 475px;
  padding-top: 80px;
  text-align: center;
}

.buletmaster {
  display: inline-block;
  margin-bottom: 25px;
  margin-left: 35px;
  float: left;
  text-align: left;
}

.masterbulettext {
  display: block;
  margin-top: 5px;
  font-family: Gothamprolight, sans-serif;
  font-size: 18px;
}

.masterboldyelow {
  font-family: Gothamproblack, sans-serif;
  color: #f5c227;
}

.likemaster {
  margin-top: 0px;
}

.vkmasterbtn {
  position: absolute;
  right: 329px;
  bottom: 120px;
  z-index: 9;
  display: block;
  width: 125px;
  height: 32px;
  padding-top: 5px;
  padding-left: 27px;
  border-radius: 5px;
  background-color: #2d76a6;
  background-image: url('../images/vkontakte-32.png');
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.vkmasterbtn:hover {
  -webkit-filter: saturate(180%);
  filter: saturate(180%);
}

.mastercolum {
  text-align: left;
}

.mastercolumone {
  padding-top: 40px;
}

.man {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-right: 70px;
}

.formsection {
  background-color: #f5c227;
  background-image: url('../images/bg4.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.formcont {
  position: relative;
  min-height: 200px;
  padding-top: 40px;
  padding-right: 80px;
  padding-left: 80px;
}

.formcont:hover {
  background-position: 100% 50%, 0px 50%;
}

.formheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gothamproblack, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.formheading.doehat {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 21px;
}

.mainformcolum {
  padding-right: 0px;
}

.mainformcover {
  padding-right: 10px;
}

.buttoncover {
  padding-left: 10px;
}

.footer {
  background-color: #333;
}

.footercont {
  height: 100px;
}

.footertext {
  margin-top: 40px;
  font-family: Gothamprolight, sans-serif;
  color: #fff;
  text-align: center;
}

.right {
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0px;
}

.lefts {
  position: absolute;
  left: 0px;
  top: 50px;
  bottom: 0px;
}

.sectionteam {
  position: relative;
}

.kogdaparag {
  margin-right: 100px;
}

.otsenshik {
  width: 100%;
  text-align: left;
}

.otsenico {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.otsenico.likemaster {
  margin-top: 6px;
}

.otsenrow {
  margin-bottom: 15px;
}

.mobbonus {
  display: none;
}

.chatra {
  height: 380px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.modal-calculator-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  padding-top: 10px;
  background-color: hsla(0, 0%, 9%, .93);
}

.calulator-window {
  display: block;
  overflow: visible;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 10px;
  border-radius: 6px;
  background-color: #f2f2f2;
}

.close {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: -18px;
  float: right;
  background-color: transparent;
  background-image: url('../images/basics-22-128.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.close.minimodal {
  margin-top: -10px;
  margin-right: -10px;
}

.close.minimodal.davclo {
  margin-top: -10px;
}

.close.doeh {
  margin-top: -15px;
  margin-right: -15px;
}

.close.appleclose {
  margin-right: 0px;
}

.close.dogoclose {
  position: relative;
  margin-top: -25px;
  margin-right: -25px;
  margin-bottom: 15px;
}

.tab {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 4px;
  background-color: #b5ddc4;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.tab.w--current {
  margin-right: 3px;
  margin-bottom: 20px;
  margin-left: 2px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 4px;
  background-color: #2eb360;
  color: #fff;
  text-transform: uppercase;
}

.bigformbtn {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.bigforminput {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  font-family: Gothamprolight, sans-serif;
}

.bigforminput.marginform {
  margin-bottom: 25px;
}

.bigformminititle {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bigformminititle.obshdann {
  margin-top: 30px;
}

.bigformminititle.popuptext {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.bigformminititle.popuptext.davimodal {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  float: none;
}

.bigformminititle.popuptext.davimodal.oper {
  margin-bottom: 0px;
}

.check {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.select {
  height: 40px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: Gothamprolight, sans-serif;
}

.succsses {
  padding-top: 30px;
  border-radius: 4px;
  background-color: #89cfa3;
  text-transform: uppercase;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  padding-top: 11%;
  background-color: hsla(0, 0%, 8%, .8);
}

.modal-window {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 6px;
  background-color: #fff;
}

.modal-map {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  padding-top: 4%;
  background-color: hsla(0, 0%, 9%, .8);
}

.proezd {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 35px;
  border-radius: 6px;
  background-color: #fff;
}

.slider-proezd {
  height: 310px;
}

.mask-slider {
  height: 310px;
}

.modal-dogovor {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  padding-top: 45px;
  background-color: rgba(26, 26, 26, .8);
}

.dogovor-block {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 6px;
  background-color: #fff;
}

.modal-apple {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  background-color: hsla(0, 0%, 8%, .8);
}

.modalwindowsapple {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.modal-david {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, .8);
  text-align: left;
}

.modal-window-david {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.photodavi {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 255px;
}

.daviimg {
  display: inline-block;
  margin-bottom: 65px;
  border-radius: 255px;
}

.daviimg.oper {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

html.w-mod-js *[data-ix="calculator-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

html.w-mod-js *[data-ix="calback-interaction-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="proezd-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="dogovor-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="apple-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

html.w-mod-js *[data-ix="david-interaction-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

@media (max-width: 991px) {
  .mainsection {
    min-height: 680px;
  }
  .adressmenubox {
    padding-top: 20px;
  }
  ._40sec {
    display: inline-block;
  }
  .textadress {
    display: inline-block;
  }
  .textadress.adresss {
    display: inline-block;
  }
  .checkpoint {
    display: inline-block;
  }
  .bulletmainscreen {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .bulletcolum {
    display: none;
  }
  .onlinehead {
    display: block;
    margin-right: -15px;
    float: right;
  }
  .heading {
    font-size: 40px;
  }
  .subtitle {
    font-size: 18px;
  }
  .blocksubtitle {
    width: 369px;
  }
  .strelka {
    display: none;
  }
  .btn {
    padding-left: 20px;
    text-align: center;
  }
  .bigbtn.bbig {
    height: 60px;
    padding-top: 12px;
  }
  .toolbox {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .toolbox.bigtool {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .laptop {
    display: none;
  }
  .vkbtn {
    margin-bottom: 10px;
  }
  .onlineyelow {
    margin-top: 0px;
  }
  .vkmasterbtn {
    bottom: 55px;
  }
  .formcont {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mainformcover {
    padding-right: 0px;
  }
  .buttoncover {
    padding-left: 0px;
  }
  .right {
    right: -20px;
  }
  .lefts {
    left: -20px;
  }
  .mainimage {
    max-width: 80%;
    margin-top: 20px;
    margin-left: 48px;
  }
  .otsenshik {
    width: 60%;
  }
  .mobbonus {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .menu-container {
    height: 140px;
  }
  .adressmenubox {
    padding-top: 5px;
  }
  .telefonmenubox {
    padding-top: 50px;
    padding-right: 20px;
  }
  .logo {
    max-width: 100%;
    margin-top: 20px;
  }
  .textadress.adresss {
    display: inline;
  }
  .checkpoint {
    margin-top: 0px;
  }
  .telefon {
    font-size: 18px;
  }
  .calbacklink {
    margin-top: 10px;
  }
  .onlinehead {
    width: 260px;
    margin-top: 0px;
  }
  .greenonline.yelowblockgreen {
    margin-left: -4px;
  }
  .heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .blocksubtitle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .raschet {
    text-align: center;
  }
  .input {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .btn {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .content.videobgmob {
    text-align: center;
  }
  .seconttitle.white {
    text-align: center;
  }
  .left {
    display: none;
  }
  .discriptionleft {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .orformtext {
    margin-left: 0px;
    text-align: center;
  }
  .bigbtn.vidbtn {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .bigbtn.bbig {
    height: 60px;
    padding-top: 20px;
  }
  .laptop {
    display: none;
  }
  .weblock {
    text-align: center;
  }
  .sectionaboutme {
    background-position: 86% 466px;
    background-size: auto 320px;
  }
  .blackdots {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .abouttext {
    text-align: center;
  }
  .vkbtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .onlineyelow {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .bigsocico {
    margin-bottom: 10px;
  }
  .man {
    right: -22px;
  }
  .mainimage {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobcolmen {
    height: 380px;
  }
  .mobbonus {
    margin-bottom: 80px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .menu {
    padding-bottom: 10px;
  }
  .menu-container {
    height: 160px;
    text-align: center;
  }
  .logobox {
    padding-top: 13px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  .adressmenubox {
    padding-top: 10px;
    padding-left: 10px;
  }
  .telefonmenubox {
    z-index: 5;
    padding-top: 0px;
  }
  .logo {
    display: block;
    max-width: 50%;
    margin-top: 5px;
  }
  .textadress.adresss {
    padding-bottom: 20px;
  }
  .telefon {
    display: inline-block;
    float: none;
    color: #fff;
  }
  .calbacklink {
    float: none;
  }
  .bulettext {
    font-size: 13px;
  }
  .bulletcolum {
    display: none;
    padding-right: 100px;
  }
  .onlinehead {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    z-index: 9;
    display: none;
    margin-top: -111px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .greenonline.yelowblockgreen {
    margin-left: -15px;
  }
  .socialicon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading {
    font-size: 34px;
    text-align: center;
  }
  .blocksubtitle {
    width: 100%;
  }
  .raschet {
    text-align: center;
  }
  .input {
    width: 90%;
  }
  .btn {
    width: 90%;
  }
  .soc-link a {
    margin-left: 10px;
}
  .soctitle {
    font-size: 16px;  
  }
  .moreaboutfree {
    border-radius: 6px;
  }
  .content {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
    text-align: center;
  }
  .content.videobgmob {
    background-color: #333;
  }
  .seconttitle {
    font-size: 24px;
  }
  .seconttitle.white {
    display: block;
    text-align: center;
  }
  .screentwocolum {
    padding-top: 0px;
  }
  .left {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .discriptionleft {
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .orformtext {
    margin-top: 20px;
    margin-left: 0px;
    background-color: transparent;
    text-align: center;
  }
  .bigbtn {
    font-size: 14px;
  }
  .bigbtn.vidbtn {
    display: block;
    float: none;
  }
  .sectiontwo {
    min-height: auto;
}
.moreaboutfree {
    margin: -10px auto 80px;
}
  .bigbtn.bbig {
    height: 60px;
    padding-top: 12px;
  }
  .bigbtn.buttonbtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .toolbox {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .laptop {
    position: absolute;
    display: none;
  }
  .vido {
    display: none;
  }
  .weblock {
    display: block;
    text-align: center;
  }
  .grayboard {
    min-height: 100px;
  }
  .graytextcolum {
    padding-top: 20px;
  }
  .sectionaboutme {
    background-image: url('../images/bg3.jpg');
    background-position: 75% 75%;
    background-size: auto 300px;
    background-repeat: no-repeat;
  }
  .contyellonw {
    padding-top: 60px;
    text-align: center;
  }
  .blackdots {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .abouttext {
    text-align: center;
  }
  .vkbtn {
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }
  .onlineyelow {
    display: block;
    width: 280px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    text-align: center;
  }
  .bigsocico {
    margin-top: 15px;
  }
  .teamcont {
    padding-top: 60px;
  }
  .buletmaster {
    margin-left: 5px;
  }
  .masterbulettext {
    margin-top: 0px;
    margin-left: 35px;
  }
  .vkmasterbtn {
    right: 134px;
    bottom: 28px;
    display: block;
    margin: 290px auto 20px;
  }
  .man {
    right: 2px;
    display: block;
  }
  .formcont {
    min-height: 440px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .formheading {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }
  .mainformcover {
    padding-right: 0px;
  }
  .buttoncover {
    padding-left: 0px;
  }
  .footertext {
    display: block;
    width: 90%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .mainimage {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .kogdaparag {
    margin-right: 10px;
    padding-left: 10px;
  }
  .mobcolmen {
    height: 350px;
  }
  .otsenshik {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .otsenico {
    margin-top: 0px;
  }
  .otsenrow {
    margin-bottom: 30px;
  }
  .mobbonus {
    display: block;
    margin-bottom: 100px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .modal-calculator-wrapper {
    position: absolute;
    display: none;
    height: 9600px;
  }
  .tab.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bigformminititle.popuptext.davimodal {
    font-size: 18px;
  }
  .bigformminititle.popuptext.davimodal.oper {
    margin-bottom: 20px;
  }
  .modal-window {
    width: 300px;
  }
  .modal-map {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    height: 9600px;
  }
  .slider-proezd {
    height: 260px;
  }
  .mask-slider {
    height: 260px;
  }
  .modal-david {
    display: none;
    height: 9650px;
    padding-top: 60px;
  }
  .modal-window-david {
    width: 300px;
  }
  .daviimg.oper {
    width: 70px;
    height: 70px;
    margin-top: -22px;
  }
.vrem {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
}
}

@font-face {
  font-family: 'Gothampromedium';
  src: url('../fonts/GothamProMedium.eot') format('embedded-opentype'), url('../fonts/GothamProMedium.woff') format('woff'), url('../fonts/GothamProMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamprolight';
  src: url('../fonts/GothamProLight.eot') format('embedded-opentype'), url('../fonts/GothamProLight.woff') format('woff'), url('../fonts/GothamProLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamproblack';
  src: url('../fonts/GothamProBlack.eot') format('embedded-opentype'), url('../fonts/GothamProBlack.woff') format('woff'), url('../fonts/GothamProBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

#none {
  display: none;
}
