@font-face {
    font-family: Helvetica;
    src: url(../font/HelveticaNeue-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

h1 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2d2c2a;
    text-transform: uppercase;
    /*display: inline-block;
    border-bottom: 5px solid #23355f;
    padding-bottom: 10px;*/
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

h2 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
    color: #5d5d5d;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

ul, ol {
    display: block;
    padding: 0;
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

.w90p {
    width: 90%;
    margin: auto;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.choose-form {
    display: block;
    max-width: 600px;
    margin: auto;
    margin-bottom: 90px;
    text-align: center;
}

.radio-wrap {
    margin-bottom: 30px;
}

.radio-wrap li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-left: 15px;
}

.radio-wrap li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radio-wrap li label {
    display: block;
    font-size: 32px;
    line-height: 69px;
    font-weight: 700;
    font-family: Helvetica;
    color: #23355f;
    text-align: center;
    width: 69px;
    height: 69px;
    border-radius: 15%;
    border: 2px solid;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.radio-wrap li label:hover {
    border-color: #23355f;
    transition: all 0.2s ease-out;
    color: #ffffff;
    background-color: #23355f;
}

input[type=radio]:checked + label {
    color: #fff;
    background-color: #23355f;
    border-color: #23355f;
    transition: all 0.2s ease-out;
}

p {
    font-size: 15px;
    line-height: 1.75;
    color: #5d5d5d;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.content-wrap {
    padding-bottom: 70px;
}


.ttu {
    text-transform: uppercase;
}

.container {
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.advantage-list {
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.advantage-list li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.advantage-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.advantage-list li:first-child:before {
    background-image: url(../img/mark1.png);
}

.advantage-list li:nth-child(2):before {
    background-image: url(../img/mark2.png);
}

.advantage-list li:nth-child(3):before {
    background-image: url(../img/mark3.png);
}

.advantage-list li:nth-child(4):before {
    background-image: url(../img/mark4.png);
}


.advantage-list p {
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #adadab;
    border: #23355f solid 2px;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    padding: 10px 25px;
    min-width: 330px;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.btn.default {
    border-color: #adadab;

}

.btn:hover {
    background-color: #23355f;
    transition: all 0.2s ease-out;
    color: #fff;
    text-decoration: none;
}

.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn.default:hover {
    cursor: default;
    border-color: #adadab;
    color: #adadab;
    background-color: transparent;
}

.video-wrap {
    position: relative;
}

.btn-fixed-wrap {
    position: fixed;
    z-index: 20;
    right: 15px;
    bottom: 10px;
}

.btn-fixed-wrap.none {
    display: none;
}

.btn-fixed {
    display: block;
    position: relative;
    background-color: rgba(35, 53, 95, 0.79);
    border: none;
    white-space: normal;
    max-width: 170px;
    border-radius: 0;
    font-size: 22px;
    text-transform: none;
    padding: 15px;
    text-align: center;
    z-index: 1;
    color: #fff;
    animation: moving 2s linear 2.3s infinite;
}

.arrow {
    display: block;
    width: 30px;
    height: 10px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/arrow.png);
    background-position: center center;
    background-size: cover;
    margin-top: 7px;
    margin-bottom: 3px;
}

.arrow.up {
    transform: rotate(180deg);
}

@keyframes moving {
    0%, 100% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 10px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 50;
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.footer {
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f4f4f2;
}


.copy {
    font-size: 11px;
    font-weight: 400;
    color: #626262;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}



/*styles for modal form*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
.form-group,
.form-group *,
.form-group a:hover,
.form-group a:visited,
.form-group a:focus,
.form-group a:active {
    overflow: visible;
    position: static;
    background: none;
    border: none;
    bottom: auto;
    clear: none;
    cursor: default;
    float: none;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    max-height: none;
    max-width: none;
    left: auto;
    min-height: 0;
    min-width: 0;
    right: auto;
    top: auto;
    width: auto;
    z-index: auto;
    text-shadow: none;
    box-shadow: none;
    outline: medium none;
    font-family: 'Open Sans', sans-serif!important;
}

#mlb2-8134656 a:hover {
    cursor: pointer !important;
}

#mlb2-8134656 h4 {
    font-weight: normal;
}

.subscribe-form {
    padding: 20px;
    width: 100%;
    border: 0px solid #F6F6F6 !important;
    background: #FFFFFF none !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
}

.ml-block-form {
    margin-bottom: 0px;
}

.subscribe-form .form-section {
    margin-bottom: 20px;
    width: 100%;
}

.subscribe-form .form-section.mb10 {
    margin-bottom: 10px;
    float: left;
}

.subscribe-form .form-section.mb0 {
    margin-bottom: 0px;
}

.subscribe-form .form-section .form-group {
    margin-bottom: 15px;
}

.subscribe-form .form-section .form-group label {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    line-height: 100%;
    color: #000000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

.form-group .form-control {
    width: 100%;
    font-size: 13px;
    padding: 10px 10px;
    height: auto;
    font-family: Arial;
    border-radius: 8px;
    border: 1px solid #cccccc !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
}

.ml-subscribe-form button {
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border: #23355f solid 2px;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    text-decoration: none;
    background-color: #23355f;
}

.ml-subscribe-form button:hover{
    background-color: #4161ab;
    transition: all 0.2s ease-out;
    color: #fff;
    text-decoration: none;
}

.ml-subscribe-form button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

#mlb2-8134656.ml-subscribe-form button[disabled] {
    cursor: not-allowed!important;
}

#mlb2-8134656.ml-subscribe-form .form-section.ml-error label {
    color: red!important;
}

#mlb2-8134656.ml-subscribe-form .form-group.ml-error label {
    color: red!important;
}

#mlb2-8134656.ml-subscribe-form .form-group.ml-error .form-control {
    border-color: red!important;
}



    
    #mlb2-8143082.ml-subscribe-form .form-section.ml-error label {
        color: red!important;
    }
    
    #mlb2-8143082.ml-subscribe-form .form-group.ml-error label {
        color: red!important;
    }
    
    #mlb2-8143082.ml-subscribe-form .form-group.ml-error .form-control {
        border-color: red!important;
    }
    
    @media (max-width: 768px) {
        #mlb2-8143082 {
            width: 100% !important;
        }
        #mlb2-8143082 form.ml-block-form,
        #mlb2-8143082.ml-subscribe-form .subscribe-form {
            width: 100% !important;
        }
    }

@media (max-width: 768px) {

    .modal-content {
        width: 95%;
    }
    #mlb2-8134656 {
        width: 100% !important;
    }
    #mlb2-8134656 form.ml-block-form,
    #mlb2-8134656.ml-subscribe-form .subscribe-form {
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }
}


@media screen and (max-width: 1199px) {

    .content-wrap {
        padding-bottom: 70px;
    }
   
   
}

@media screen and (max-width: 991px) {

    
   
    .content-wrap {
        padding-bottom: 50px;
    }
    
   h1 {
        font-size: 40px;
        line-height: 1.4;
   }

   h2 {
        font-size: 20px;
    }

   .btn {
        font-size: 30px;
   }

    .btn-fixed {
        font-size: 18px;
    }

    .btn-fixed-wrap {
        bottom: 10px;
    }


}

@media screen and (max-width: 767px) {
    
   
    .content-wrap {
        padding-bottom: 40px;
    }
    
   h1 {
        font-size: 34px;
        line-height: 1.4;
   }

   .main-header {
        width: 100%;
   }

   .mb55 {
        margin-bottom: 30px;
   }

   .mb70 {
        margin-bottom: 40px;
   }

   .btn {
        font-size: 26px;
        min-width: 1px;
        padding-right: 20px;
        padding-left: 20px;
   }

   .choose-form {
        margin-bottom: 60px;
        width: 100%;
   }

   .radio-wrap li {
        margin-right: 5px;
        margin-left: 5px;
   }

   .radio-wrap li label {
    width: 60px;
    height: 60px;
    line-height: 60px;
   }

    .btn-fixed-wrap {
    }

    .btn-fixed {
        font-size: 16px;
        max-width: 320px;   
    }


}

@media (max-width: 550px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    .btn-fixed-wrap {
        display: none;
    }
}
