*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local('Proxima Nova Extrabld'),local('ProximaNova-Extrabld'),url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Extrabld.woff) format('woff'),url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.2;
    margin: 0;
}

section {
    background: #f7f7f4;
}
section .container {
    max-width: 1180px;
    padding: 50px 10px;
    margin: 0 auto;
}

.action_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 10px;
    align-items: center;
    background: #f7f7f4;
}
.action_header .logo {
    max-width: 190px;
}
.action_header .logo img {}
.action_header #panelcontainer {}

.header {
    background: #e4e4e2;
}
.header .container {
    display: flex;
    justify-content: space-between;
}
.header .container .logo {
    max-width: 330px;
}
.header .container .logo img {
    width: 100%;
}
.header .container .contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header .container .contacts .tel {
    color: #000;
    font-weight: 700;
    font-size: 29px;
    text-decoration: none;
    flex: 0 0 100%;
    text-align: right;
}
.header .container .contacts .social {
    display: flex;
    align-items: center;
}
.header .container .contacts .social a {
    margin: 0 0 0 5px;
}
.header .container .contacts .social a img {
    width: 30px;
    display: inline-block;
}

.hero {
    background: url(../img/free-icon-affiliate-marketing-7756161.png) no-repeat, url(../img/free-icon-feedback-15598757.png) no-repeat, url(../img/free-icon-reputation-12263142.png) no-repeat, #f7f7f4;
    background-size: 200px, 200px, 200px;
    background-position-x: calc(50% + 610px), calc(50% + 506px), calc(50% - 533px);
    background-position-y: 55%, 100%, 80%;
}
.hero .container {}
.hero .container h1 {
    font-size: 35px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
    line-height: 1;
}
.hero .container h1 span {
    background: #135a91;
    color: #fff;
    padding: 0 10px;
    border-radius: 8px;
    white-space: nowrap;
}
.hero .container p {
    font-size: 18px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 300;
}
.hero .container h2 {
    text-align: center;
    margin: 45px auto 35px;
    max-width: 900px;
}
.hero .container video {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    width: 100%;
}

.zoz {
    background: #f7f7f4;
}
.zoz .container {}
.zoz .container h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}
.zoz .container p {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}


.zoz .container .forma_wrap {
    margin-top: 30px;
    background: #135a91;
    padding: 40px 20px;
    border-radius: 10px;
}
.zoz .container .forma_wrap .forma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.zoz .container .forma_wrap .forma label {
    flex: 0 0 calc(25% - 10px);
    position: relative;
}
.zoz .container .forma_wrap .forma label input {
    width: 100%;
    border: 1px solid #fff;
    height: 45px;
    padding-left: 15px;
    border-radius: 8px;
}
.zoz .container .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.zoz .container .forma_wrap .forma label input.error {
    border: 2px solid red;
}
.zoz .container .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.zoz .container .forma_wrap .forma .btn {
    flex: 0 0 calc(25% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b99d6b;
    height: 45px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
}
.zoz .container .forma_wrap .forma .btn:hover {background: #9d8760;}
.zoz .container .forma_wrap .forma .notice {
    font-size: 12px;
    flex: 0 0 100%;
    color: #b1b1b1;
    line-height: 1;
    text-align: right;
}
.zoz .container .forma_wrap .forma .notice a {
    color: #b1b1b1;
}
.zoz .container .forma_wrap div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 335px;
    font-size: 25px;
    font-weight: 700;
    color:#ffffff;
    align-content: center;
}
.zoz .container .forma_wrap div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #ffffff;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.zoz .container .forma_wrap div.success p {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.zoz .container .forma_wrap div.error {
	color:red;
}

.special {
    background: #e4e4e2;
}
.special .container {}
.special .container h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.special .container .wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.special .container .wrap .item {
    flex: 0 0 28%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-width: 320px;
}
.special .container .wrap .item .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.special .container .wrap .item a {
    background: #b99d6b;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
}
.special .container .wrap .item a:hover {
    background: #9d8760;
}

.footer {
    background: #000;
    color: #fff;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 10px;
}
.footer .container div {}
.footer .container div p {}
.footer .container div p a {
    color: #fff;
}
.footer .container div p a.tel {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
}
.footer .container div img {}
@media all and (max-width:900px) {
    .header .container .logo {
    max-width: 200px;
}
    .header .container .contacts .tel {
    font-size: 22px;
}
    .hero .container h1 {
    font-size: 35px;
}
    .hero .container p {
    font-size: 18px;
}
    .zoz .container h2 {
    font-size: 24px;
}
    .zoz .container p {
    font-size: 18px;
}
    .zoz .container .forma_wrap .forma label {
    flex: 0 0 calc(50% - 10px);
}
    .zoz .container .forma_wrap .forma .btn {
    flex: 0 0 calc(50% - 10px);
	}
    .zoz .container .forma_wrap .forma .notice {
    text-align: center;
}
    .special .container h2 {
    font-size: 24px;
}
    .special .container .wrap .item .title {
    font-size: 20px;
}
    .footer .container {
    flex-wrap: wrap;
    gap: 20px;
}
    .footer .container div {
    flex: 0 0 100%;
    text-align: center;
}
    .footer .container div img {
    margin: 0 auto;
}
}

@media all and (max-width:620px) {
    section .container {
        padding: 30px 10px;
    }
  .zoz .container .forma_wrap .forma {
    width: 100%;
  }
  .zoz .container .forma_wrap .forma h1 {
    font-size: 20px;
    line-height: 1.2;
  }
    .zoz .container .forma_wrap .forma .pre {
    font-size: 16px;
    font-weight: 600;
}
  .zoz .container .forma_wrap .forma .subtitle {
    font-size: 14px;
  }
  .zoz .container .forma_wrap .forma label {
    flex: 0 0 100%;
  }
  .zoz .container .forma_wrap .forma label input {
    height: 40px;
  }
  .zoz .container .forma_wrap .forma .btn {
    height: 40px;
    font-size: 18px;
    flex: 0 0 100%;
  }
  .zoz .container .forma_wrap div.success {
    font-size: 20px;
  }
    
    .header .container {
    flex-wrap: wrap;
    justify-content: center;
}
    .header .container .contacts {
    justify-content: center;
    margin-top: 20px;
}
    .header .container .contacts .tel {
    text-align: center;
}
    .hero .container h1 {
    font-size: 25px;
}
    .hero .container h2 {
    font-size: 20px;
}
    .special .container .wrap .item {
    flex: 0 0 100%;
    min-width: auto;
}
}