.fg71623gwyf-form ::-webkit-input-placeholder {
    color: #000;
}

.fg71623gwyf-form ::-moz-placeholder {
    color: #000;
}

.fg71623gwyf-form :-moz-placeholder {
    color: #000;
}

.fg71623gwyf-form :-ms-input-placeholder {
    color: #000;
}

.fg71623gwyf-form :focus::-webkit-input-placeholder {
    color: transparent;
}

.fg71623gwyf-form :focus::-moz-placeholder {
    color: transparent;
}

.fg71623gwyf-form :focus:-moz-placeholder {
    color: transparent;
}

.fg71623gwyf-form :focus:-ms-input-placeholder {
    color: transparent;
}

.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0;
}

.ulfix {
    font-size: 0;
}


/* END my_presets */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

b,
strong {
    font-weight: 700;
}

body {
    width: 100%;
    min-width: 340px;
    padding: 0;
    margin: 0 auto;
    font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background: #fff;
}

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}

.wrap {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.nopad {
    padding: 0;
}

.fg71623gwyf-form input.field {
    position: relative;
    outline: 0;
    border: none;
    line-height: 56px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 20%);
    display: block;
    margin: 0px auto 20px;
    padding: 0px 20px;
    width: 304px;
    height: 70px;
    border-radius: 8px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.button-m {
    position: relative;
    display: block;
    width: 280px;
    height: 68px;
    line-height: 70px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffbb02 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%, #ffbb02 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd800), to(#ffbb02));
    background: -o-linear-gradient(top, #ffd800 0%, #ffbb02 100%);
    background: linear-gradient(to bottom, #ffd800 0%, #ffbb02 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd800', endColorstr='#ffbb02', GradientType=0);
    -webkit-box-shadow: 0 4px 0 0 #edaf02;
    -moz-box-shadow: 0 4px 0 0 #edaf02;
    box-shadow: 0 4px 0 0 #edaf02;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button-m:active {
    top: 1px;
    -webkit-box-shadow: 0 2px 0 0 #edaf02;
    -moz-box-shadow: 0 2px 0 0 #edaf02;
    box-shadow: 0 2px 0 0 #edaf02;
}

.fg71623gwyf-form .button-m {
    width: 100%;
}

.blue-bg h2.title,
.green-bg h2.title {
    color: #212529;
}

.blue-bg h2.title span,
.green-bg h2.title span {
    color: #ffd800;
}

h2.title {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

h2.title>span {
    color: #236cd1;
}

.green-bg {
    background: #89d4cd;
}


/*   list-v1   */

.list-v1 {
    font-size: 0;
}

.list-v1 li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
    text-align: center;
}

.list-v1 li p {
    padding: 0 8px;
}

.list-v1 li img {
    display: block;
    margin: 0 auto 10px;
    border: 4px solid #fff;
}


/*   plus list   */

.plus_list {
    font-size: 0;
    margin-bottom: -50px;
}

.plus_list li {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 180px;
    vertical-align: top;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 50px;
}

.plus_list li img {
    display: inline-block;
    border: 4px solid #fff;
    width: 255px;
}

.plus_list .desc {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 260px;
    background: #fff;
    border-left: 4px solid #ffd800;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px 0 17px;
}


/*   Dots   */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    width: auto;
    height: 0;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    display: inline-block;
    text-indent: -9000px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #ffc900;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 150px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 3;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    background-position: -40px 0;
    right: -40px;
}