@import url(reset.css);
html,
body {
  font: 16px 'Roboto', sans-serif;
}



h1,
h2,
h3,
h4 {
  margin: 0.625rem 0;
  font-size: 2rem;
} 

header {
    padding: 10px 0;
}
.main-img {
    margin-top: -50px;
}
.pesec img {
    width: 80%;
}
.pesec {text-align:center}
.main {
    width: 100%;
    background: url(../фон.png);
}
.watch img {
    width: 90%;
}
.watch {
	text-align:center
	
}
.main {
    width: 100%;
    background: url(../фон.png);
    height: 100%;
    background-size: 100%;
    position: absolute;
}
.main-img img {
    width: 100%;
}
.watch p {
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 40px;
}
.modal-body {
    position: relative;
    padding: 15px;
    text-align: left;
}
input#phone {
    width: 100%;
    padding: 10px 25px;
    font-size: 26px;
    border-radius: 10px;
    border: 2px solid gray;
}
p.form-title {
    text-align: center;
    font-size: 20px;
}
.forma {margin-top:80px}
.contact-form__button {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    float: left;
    background-size: 100%;
    font-size: 16px;
    padding: 10px 25px;
    color: white;
	box-shadow:inset 0px 34px 0px -5px #21a65e;
	background-color:#009846;
	border:1px solid #009846;
    text-align: center;
}
.contact-form__button:hover {
color:white
}
.forma {
    width: 400px;
    margin: 0 auto;
    margin-top: 90px;
}
.control {
            font-family: arial;
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 3px;
            cursor: pointer;
            font-size: 16px;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border: 0px solid #000000;
            border-radius: 20px;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #cccccc;
        }
        
        .control input:checked ~ .control_indicator {
            background: #009846;
        }
		.radio label, .checkbox label {

    padding-left: 25px;

}
.pesec a {
    float: left;
    width: 100%;
    color: black;
    padding-top: 10px;
}
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #0e6647d;
        }
        .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }
        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }
        .control-checkbox .control_indicator::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 4.5rem;
            height: 4.5rem;
            margin-left: -1.3rem;
            margin-top: -1.3rem;
            background: #2aa1c0;
            border-radius: 3rem;
            opacity: 0.6;
            z-index: 99999;
            transform: scale(0);
        }
        @keyframes s-ripple {
            0% {
                transform: scale(0);
            }
            20% {
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }
        @keyframes s-ripple-dup {
           0% {
               transform: scale(0);
            }
           30% {
                transform: scale(1);
            }
            60% {
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }
        .control-checkbox input + .control_indicator::before {
            animation: s-ripple 250ms ease-out;
        }
        .control-checkbox input:checked + .control_indicator::before {
            animation-name: s-ripple-dup;
        }
@media (max-width: 1605px) { 

}
@media (max-width: 1440px) { 

}
@media (max-width: 575.98px) { 
.watch p {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
}
.forma {
    width: 350px;
    margin: 0 auto;
    margin-top: 10px;
}
.main-img {
    margin-top: 0;
}
.main {
    width: 100%;
    background: url(../mobile-fon.png);
    height: 100%;
    background-size: auto 100%;
    position: relative;
    background-repeat: no-repeat;
}
.col-md-4 {text-align:center}
.radio label, .checkbox label {
    padding-left: 2px;
    font-size: 12px;
}
}